Home
last modified time | relevance | path

Searched refs:SUBTYPE_NOTGRAB (Results 1 – 15 of 15) sorted by relevance

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c344 ICMPCONST(SUBTYPE_NOTGRAB) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h148 #define SUBTYPE_NOTGRAB 2 //7-1-2005 new subtype for those ungrabbable enemies macro
H A Dopenborscript.c8941 ICMPCONST(SUBTYPE_NOTGRAB) in mapstrings_transconst()
H A Dopenbor.c4381 newchar->subtype = SUBTYPE_NOTGRAB; // 7-1-2005 notgrab type in lcmHandleCommandSubtype()
10456 if(e->modeldata.subtype == SUBTYPE_NOTGRAB) e->nograb = 1; in ent_default_init()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h148 #define SUBTYPE_NOTGRAB 2 //7-1-2005 new subtype for those ungrabbable enemies macro
H A Dopenborscript.c8507 ICMPCONST(SUBTYPE_NOTGRAB)
H A Dopenbor.c4476 newchar->subtype = SUBTYPE_NOTGRAB; // 7-1-2005 notgrab type in lcmHandleCommandSubtype()
10676 if(e->modeldata.subtype == SUBTYPE_NOTGRAB) e->nograb = 1; in ent_default_init()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h149 #define SUBTYPE_NOTGRAB 2 //7-1-2005 new subtype for those ungrabbable enemies macro
H A Dopenborscript.c10198 ICMPCONST(SUBTYPE_NOTGRAB) in mapstrings_transconst()
H A Dopenbor.c6600 newchar->subtype = SUBTYPE_NOTGRAB; in lcmHandleCommandSubtype()
14549 if(e->modeldata.subtype == SUBTYPE_NOTGRAB) in ent_default_init()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h263 SUBTYPE_NOTGRAB, enumerator
H A Dopenborscript.c12986 ICMPCONST(SUBTYPE_NOTGRAB) in mapstrings_transconst()
H A Dopenbor.c7484 newchar->subtype = SUBTYPE_NOTGRAB; in lcmHandleCommandSubtype()
16979 if(e->modeldata.subtype == SUBTYPE_NOTGRAB) in ent_default_init()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h493 SUBTYPE_NOTGRAB = (1 << 2), enumerator
H A Dopenbor.c7824 newchar->subtype = SUBTYPE_NOTGRAB; in lcmHandleCommandSubtype()
17557 if(e->modeldata.subtype == SUBTYPE_NOTGRAB) in ent_default_init()