Home
last modified time | relevance | path

Searched refs:SpectatorThink (Results 1 – 7 of 7) sorted by relevance

/external/quake/quake/src/QW/progs/
Dspectate.qc46 Called by SpectatorThink if the spectator entered an impulse
70 SpectatorThink
75 void() SpectatorThink =
/external/quake/quake/src/QW/server/
Dprogs.h127 extern func_t SpectatorThink;
Dpr_edict.c50 func_t SpectatorThink; variable
1040 SpectatorConnect = SpectatorThink = SpectatorDisconnect = 0; in PR_LoadProgs()
1045 SpectatorThink = (func_t)(f - pr_functions); in PR_LoadProgs()
Dsv_user.c1529 } else if (SpectatorThink) { in SV_PostRunCmd()
1532 PR_ExecuteProgram (SpectatorThink); in SV_PostRunCmd()
/external/quake/quake/src/QW/
Dqw2do.txt81 x- spectator QC calls: SpectatorConnect, SpectatorThink, SpectatorDisconnect
Dqwchangelog.txt16 - added SpectatorConnect, SpectatorThink and SpectatorDisconnect Quake-C
Dqwrlnote.txt140 - Added SpectatorConnect, SpectatorThink and SpectatorDisconnect Quake-C