OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:watertype
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/QW/client/
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:__anon6724
/external/quake/quake/src/QW/server/
progdefs.h
138
float
watertype
;
member in struct:__anon6772
/external/quake/quake/src/WinQuake/
pr_cmds.cpp
1688
int
watertype
;
local
1714
watertype
= (int)self->u.v.
watertype
;
[
all
...]
Completed in 332 milliseconds