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