Home
last modified time | relevance | path

Searched defs:getAliveCount (Results 1 – 3 of 3) sorted by relevance

/dports/games/criticalmass/CriticalMass-1.5/game/
H A DParticleGroup.hpp79 int getAliveCount( void){ return _aliveCount;} in getAliveCount() function in ParticleGroup
H A DParticleGroupManager.cpp149 int ParticleGroupManager::getAliveCount( void) in getAliveCount() function in ParticleGroupManager
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dnetwork_interface.h136 int getAliveCount() const { return aliveCount; } in getAliveCount() function