MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / GetEntityIterator

Method GetEntityIterator

CryEntitySystem/EntitySystem.cpp:865–868  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

863
864//////////////////////////////////////////////////////////////////////////
865IEntityIt *CEntitySystem::GetEntityIterator()
866{
867 return (IEntityIt *) new CEntityItMap(&m_mapEntities);
868}
869
870//////////////////////////////////////////////////////////////////////////
871IEntityIt *CEntitySystem::GetEntityInFrustrumIterator( bool bFromPrevFrame )

Callers 14

EAXPresetMgr.cppFile · 0.80
UpdateParameterMethod · 0.80
GenerateMethod · 0.80
GetEntitiesMethod · 0.80
SaveToStreamMethod · 0.80
LoadFromStreamMethod · 0.80
ForceEntitiesToSleepMethod · 0.80
DumpEntitiesMethod · 0.80
GetMemoryStatisticsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected