File Entities2DCollection.c

FileList > engine > src > gameframework > layers > Game2D > EntitySystem > Entities2DCollection.c

Go to the source code of this file

  • #include "Entity2DCollection.h"

Public Functions

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

Public Functions Documentation

function DynL_AddEntity

HDynamicEntityListItem DynL_AddEntity (
    struct DynamicEnt2DList * pDynList,
    HEntity2D hEnt
) 

function DynL_GetSize

int DynL_GetSize (
    struct DynamicEnt2DList * pDynList
) 

function DynL_RemoveItem

void DynL_RemoveItem (
    struct DynamicEnt2DList * pDynList,
    HDynamicEntityListItem hListItem
) 


The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/src/gameframework/layers/Game2D/EntitySystem/Entities2DCollection.c