Home
last modified time | relevance | path

Searched defs:Flying (Results 1 – 21 of 21) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/
H A Dobject_interface_type.h45 Flying, //!< objects that can fly enumerator
/dports/games/openjk/OpenJK-07675e2/code/game/
H A DSpeederNPC.cpp841 bool Flying = false; in AnimateRiders() local
844 bool Flying = !!(pVeh->m_ulFlags & VEH_FLYING); in AnimateRiders() local
H A Dg_active.cpp4432 qboolean Flying = (qboolean)(ucmd->upmove && ent->client->moveType == MT_FLYSWIM); in ClientAlterSpeed() local
H A Dbg_pmove.cpp156 int Flying = FLY_NONE; variable
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A DSpeederNPC.c425 qboolean Flying = qfalse; in AnimateRiders() local
H A Dg_active.c2208 …qboolean Flying = (ucmd->upmove && (ent->client->ps.eFlags2&EF2_FLYING));//ent->client->moveType =… in ClientThink_real() local
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/airport/
H A Ddragsource.c204 static void Flying(Widget dc, Airport this, in Flying() function
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dyouprop.h236 # define Flying (EFlying || is_flyer(youmonst.data) || \ macro
239 # define Flying (EFlying || is_flyer(youmonst.data)) macro
/dports/games/nethack33/nethack-3.3.1/include/
H A Dyouprop.h236 # define Flying (EFlying || is_flyer(youmonst.data) || \ macro
239 # define Flying (EFlying || is_flyer(youmonst.data)) macro
/dports/games/nethack34/nethack-3.4.3/include/
H A Dyouprop.h236 # define Flying (EFlying || is_flyer(youmonst.data) || \ macro
239 # define Flying (EFlying || is_flyer(youmonst.data)) macro
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dyouprop.h236 # define Flying (EFlying || is_flyer(youmonst.data) || \ macro
239 # define Flying (EFlying || is_flyer(youmonst.data)) macro
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dyouprop.h236 # define Flying (EFlying || is_flyer(youmonst.data) || \ macro
239 # define Flying (EFlying || is_flyer(youmonst.data)) macro
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dyouprop.h236 # define Flying (EFlying || is_flyer(youmonst.data) || \ macro
239 # define Flying (EFlying || is_flyer(youmonst.data)) macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dyouprop.h236 # define Flying (EFlying || is_flyer(youmonst.data) || \ macro
239 # define Flying (EFlying || is_flyer(youmonst.data)) macro
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dyouprop.h239 # define Flying (EFlying || is_flyer(youmonst.data) || \ macro
242 # define Flying (EFlying || is_flyer(youmonst.data)) macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dyouprop.h238 # define Flying (EFlying || is_flyer(youmonst.data) || \ macro
241 # define Flying (EFlying || is_flyer(youmonst.data)) macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dyouprop.h234 #define Flying \ macro
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dyouprop.h232 #define Flying \ macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dyouprop.h232 #define Flying \ macro
/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Dg_active.cpp2368 qboolean Flying = (qboolean)(ucmd->upmove && ent->NPC->stats.moveType == MT_FLYSWIM); in ClientThink_real() local
H A Dbg_pmove.cpp102 int Flying = FLY_NONE; variable