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

Method GetEntity

Code/CryEngine/CryEntitySystem/EntitySystem.cpp:1030–1033  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1028
1029//////////////////////////////////////////////////////////////////////
1030IEntity* CEntitySystem::GetEntity(EntityId id) const
1031{
1032 return GetEntityFromID(id);
1033}
1034
1035CEntity* CEntitySystem::GetEntityFromID(EntityId id) const
1036{

Callers 15

ProcessEventMethod · 0.45
AddColliderMethod · 0.45
CanParseEntityMethod · 0.45
ParseEntitiesMethod · 0.45
ProcessEventMethod · 0.45
PrepareFromPoolMethod · 0.45
ProcessEventMethod · 0.45
SendEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected