OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:watertype
(Results
1 - 8
of
8
) sorted by null
/external/quake/quake/src/QW/client/
pmove.h
92
extern int
watertype
;
pmove.c
30
int
watertype
;
variable
617
watertype
= CONTENTS_EMPTY;
624
watertype
= cont;
665
if (
watertype
== CONTENTS_WATER)
667
else if (
watertype
== CONTENTS_SLIME)
880
// set onground,
watertype
, and waterlevel
901
// set onground,
watertype
, and waterlevel for final spot
/external/quake/quake/src/QW/progs/
progdefs.h
119
float
watertype
;
member in struct:__anon10565
/external/quake/quake/src/QW/server/
progdefs.h
138
float
watertype
;
member in struct:__anon10613
sv_phys.c
678
if (!ent->v.
watertype
)
680
ent->v.
watertype
= cont;
687
if (ent->v.
watertype
== CONTENTS_EMPTY)
691
ent->v.
watertype
= cont;
696
if (ent->v.
watertype
!= CONTENTS_EMPTY)
700
ent->v.
watertype
= CONTENTS_EMPTY;
sv_user.c
[
all
...]
/external/quake/quake/src/WinQuake/
pr_cmds.cpp
1688
int
watertype
;
local
1714
watertype
= (int)self->u.v.
watertype
;
[
all
...]
sv_phys.cpp
821
ent->u.v.
watertype
= CONTENTS_EMPTY;
828
ent->u.v.
watertype
= cont;
1211
if (!ent->u.v.
watertype
)
1213
ent->u.v.
watertype
= cont;
1220
if (ent->u.v.
watertype
== CONTENTS_EMPTY)
1224
ent->u.v.
watertype
= cont;
1229
if (ent->u.v.
watertype
!= CONTENTS_EMPTY)
1233
ent->u.v.
watertype
= CONTENTS_EMPTY;
[
all
...]
Completed in 430 milliseconds