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