OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpectatorThink
(Results
1 - 3
of
3
) sorted by null
/external/quake/quake/src/QW/server/
progs.h
127
extern func_t
SpectatorThink
;
pr_edict.c
50
func_t
SpectatorThink
;
1040
SpectatorConnect =
SpectatorThink
= SpectatorDisconnect = 0;
1044
if ((f = ED_FindFunction ("
SpectatorThink
")) != NULL)
1045
SpectatorThink
= (func_t)(f - pr_functions);
sv_user.c
[
all
...]
Completed in 30 milliseconds