Stardew Engine
Loading...
Searching...
No Matches
Entities2DCollection.c File Reference
Include dependency graph for Entities2DCollection.c:

Functions

HDynamicEntityListItem DynL_AddEntity (struct DynamicEnt2DList *pDynList, HEntity2D hEnt)
 
void DynL_RemoveItem (struct DynamicEnt2DList *pDynList, HDynamicEntityListItem hListItem)
 
int DynL_GetSize (struct DynamicEnt2DList *pDynList)
 

Function Documentation

◆ DynL_AddEntity()

HDynamicEntityListItem DynL_AddEntity ( struct DynamicEnt2DList pDynList,
HEntity2D  hEnt 
)

◆ DynL_GetSize()

int DynL_GetSize ( struct DynamicEnt2DList pDynList)

◆ DynL_RemoveItem()

void DynL_RemoveItem ( struct DynamicEnt2DList pDynList,
HDynamicEntityListItem  hListItem 
)