Searched refs:SpectatorThink (Results 1 – 7 of 7) sorted by relevance
46 Called by SpectatorThink if the spectator entered an impulse70 SpectatorThink75 void() SpectatorThink =
127 extern func_t SpectatorThink;
50 func_t SpectatorThink; variable1040 SpectatorConnect = SpectatorThink = SpectatorDisconnect = 0; in PR_LoadProgs()1045 SpectatorThink = (func_t)(f - pr_functions); in PR_LoadProgs()
1529 } else if (SpectatorThink) { in SV_PostRunCmd()1532 PR_ExecuteProgram (SpectatorThink); in SV_PostRunCmd()
81 x- spectator QC calls: SpectatorConnect, SpectatorThink, SpectatorDisconnect
16 - added SpectatorConnect, SpectatorThink and SpectatorDisconnect Quake-C
140 - Added SpectatorConnect, SpectatorThink and SpectatorDisconnect Quake-C