Home
last modified time | relevance | path

Searched refs:G_GetPosInSpawnQueue (Results 1 – 3 of 3) sorted by relevance

/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/game/
H A Dg_active.c399 G_GetPosInSpawnQueue( &level.alienSpawnQueue, client->ps.clientNum ); in SpectatorThink()
404 G_GetPosInSpawnQueue( &level.humanSpawnQueue, client->ps.clientNum ); in SpectatorThink()
H A Dg_local.h450 int G_GetPosInSpawnQueue( spawnQueue_t *sq, int clientNum );
H A Dg_main.c759 int G_GetPosInSpawnQueue( spawnQueue_t *sq, int clientNum ) in G_GetPosInSpawnQueue() function