OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STAT_HEALTH
(Results
1 - 12
of
12
) sorted by null
/external/quake/quake/src/QW/client/
bothdefs.h
90
#define
STAT_HEALTH
0
sbar.c
699
if (cl.stats[
STAT_HEALTH
] >= 100)
702
f = cl.stats[
STAT_HEALTH
] / 20;
746
Sbar_DrawNum (136, 0, cl.stats[
STAT_HEALTH
], 3
747
, cl.stats[
STAT_HEALTH
] <= 25);
803
if (sb_showscores || cl.stats[
STAT_HEALTH
] <= 0)
813
} else if (sb_showscores || cl.stats[
STAT_HEALTH
] <= 0)
821
if (cl.stats[
STAT_HEALTH
] <= 0 && !cl.spectator)
834
cl.stats[
STAT_HEALTH
] <= 0)
cl_pred.c
87
pmove.dead = cl.stats[
STAT_HEALTH
] <= 0;
gl_rmain.c
725
if (cl.stats[
STAT_HEALTH
] <= 0)
r_main.c
639
if (cl.stats[
STAT_HEALTH
] <= 0)
/external/quake/quake/src/WinQuake/
sbar.cpp
906
if (cl.stats[
STAT_HEALTH
] >= 100)
909
f = cl.stats[
STAT_HEALTH
] / 20;
952
if (sb_showscores || cl.stats[
STAT_HEALTH
] <= 0)
1007
Sbar_DrawNum (136, 0, cl.stats[
STAT_HEALTH
], 3
1008
, cl.stats[
STAT_HEALTH
] <= 25);
quakedef.h
126
#define
STAT_HEALTH
0
cl_parse.cpp
582
if (cl.stats[
STAT_HEALTH
] != i)
584
cl.stats[
STAT_HEALTH
] = i;
r_main.cpp
622
if (cl.stats[
STAT_HEALTH
] <= 0)
view.cpp
822
if (cl.stats[
STAT_HEALTH
] <= 0)
gl_rmain.cpp
816
if (cl.stats[
STAT_HEALTH
] <= 0)
[
all
...]
/external/quake/quake/src/QW/server/
sv_send.c
532
stats[
STAT_HEALTH
] = ent->v.health;
Completed in 236 milliseconds