MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / GetEntityIterator

Method GetEntityIterator

Code/CryEngine/CryEntitySystem/EntitySystem.cpp:1957–1960  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1955
1956//////////////////////////////////////////////////////////////////////////
1957IEntityIt* CEntitySystem::GetEntityIterator()
1958{
1959 return (IEntityIt*)new CEntityItMap(this);
1960}
1961
1962//////////////////////////////////////////////////////////////////////////
1963bool CEntitySystem::IsIDUsed(EntityId nID) const

Callers 15

DrawDebugScreensMethod · 0.80
AddSmartObjectClassMethod · 0.80
SoftResetMethod · 0.80
ResetCommentsMethod · 0.80
OnEditorSetGameModeMethod · 0.80
BroadcastEventMethod · 0.80
GetMemoryUsageMethod · 0.80
RecordGameDataMethod · 0.80
DeleteDynamicEntitiesMethod · 0.80
SaveAllEntitiesStateMethod · 0.80
LoadEntitiesMethod · 0.80

Calls

no outgoing calls

Tested by 3

BeforeRenderMethod · 0.64