Home
last modified time | relevance | path

Searched refs:countMobjOfType (Results 1 – 2 of 2) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dp_enemy.c2125 static int countMobjOfType(thinker_t *th, void *context) in countMobjOfType() function
2187 Thinker_Iterate(P_MobjThinker, countMobjOfType, &parm); in A_BossDeath()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_map.cpp3414 static int countMobjOfType(thinker_t *th, void *context) in countMobjOfType() function
3469 Thinker_Iterate(P_MobjThinker, countMobjOfType, &params); in P_MobjCount()