Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c346 ICMPCONST(SUBTYPE_TOUCH) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h150 #define SUBTYPE_TOUCH 4 // ltb 1-18-05 new Item subtype for a more platformer feel. macro
H A Dopenborscript.c8943 ICMPCONST(SUBTYPE_TOUCH) in mapstrings_transconst()
H A Dopenbor.c4385 newchar->subtype = SUBTYPE_TOUCH; // 7-1-2005 notgrab type in lcmHandleCommandSubtype()
13521 return e->modeldata.subtype == SUBTYPE_TOUCH; in isSubtypeTouch()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h150 #define SUBTYPE_TOUCH 4 // ltb 1-18-05 new Item subtype for a more platformer feel. macro
H A Dopenborscript.c8509 ICMPCONST(SUBTYPE_TOUCH)
H A Dopenbor.c4480 newchar->subtype = SUBTYPE_TOUCH; // 7-1-2005 notgrab type in lcmHandleCommandSubtype()
13434 return e->modeldata.subtype == SUBTYPE_TOUCH; in isSubtypeTouch()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h151 #define SUBTYPE_TOUCH 4 // ltb 1-18-05 new Item subtype for a more platformer feel. macro
H A Dopenborscript.c10200 ICMPCONST(SUBTYPE_TOUCH) in mapstrings_transconst()
H A Dopenbor.c6605 newchar->subtype = SUBTYPE_TOUCH; in lcmHandleCommandSubtype()
18397 return e->modeldata.subtype == SUBTYPE_TOUCH; in isSubtypeTouch()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h266 SUBTYPE_TOUCH, // ltb 1-18-05 new Item subtype for a more platformer feel. enumerator
H A Dopenborscript.c12989 ICMPCONST(SUBTYPE_TOUCH) in mapstrings_transconst()
H A Dopenbor.c7489 newchar->subtype = SUBTYPE_TOUCH; in lcmHandleCommandSubtype()
21405 return e->modeldata.subtype == SUBTYPE_TOUCH; in isSubtypeTouch()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h495 SUBTYPE_TOUCH = (1 << 4), // ltb 1-18-05 new Item subtype for a more platformer feel. enumerator
H A Dopenbor.c7829 newchar->subtype = SUBTYPE_TOUCH; in lcmHandleCommandSubtype()
22825 return e->modeldata.subtype == SUBTYPE_TOUCH; in isSubtypeTouch()