/////////////////////////////////////////////////////////////////
| 1028 | |
| 1029 | ////////////////////////////////////////////////////////////////////// |
| 1030 | IEntity* CEntitySystem::GetEntity(EntityId id) const |
| 1031 | { |
| 1032 | return GetEntityFromID(id); |
| 1033 | } |
| 1034 | |
| 1035 | CEntity* CEntitySystem::GetEntityFromID(EntityId id) const |
| 1036 | { |
no outgoing calls
no test coverage detected