Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c350 ICMPCONST(SUBTYPE_BOTH) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h154 #define SUBTYPE_BOTH 8 // Used with TYPE_ENDLEVEL to force both players to reach the point be… macro
H A Dopenborscript.c8947 ICMPCONST(SUBTYPE_BOTH) in mapstrings_transconst()
H A Dopenbor.c4397 newchar->subtype = SUBTYPE_BOTH; in lcmHandleCommandSubtype()
17751 if (!other->modeldata.subtype ||(other->modeldata.subtype == SUBTYPE_BOTH && in player_think()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h154 #define SUBTYPE_BOTH 8 // Used with TYPE_ENDLEVEL to force both players to reach the point be… macro
H A Dopenborscript.c8513 ICMPCONST(SUBTYPE_BOTH)
H A Dopenbor.c4492 newchar->subtype = SUBTYPE_BOTH; in lcmHandleCommandSubtype()
18247 if (!other->modeldata.subtype ||(other->modeldata.subtype == SUBTYPE_BOTH && in player_think()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h155 #define SUBTYPE_BOTH 8 // Used with TYPE_ENDLEVEL to force both players to reach the point be… macro
H A Dopenborscript.c10204 ICMPCONST(SUBTYPE_BOTH) in mapstrings_transconst()
H A Dopenbor.c6621 newchar->subtype = SUBTYPE_BOTH; in lcmHandleCommandSubtype()
24983 if (!other->modeldata.subtype || (other->modeldata.subtype == SUBTYPE_BOTH && in player_think()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h270SUBTYPE_BOTH, // Used with TYPE_ENDLEVEL to force both players to reach the point before ending l… enumerator
H A Dopenborscript.c12993 ICMPCONST(SUBTYPE_BOTH) in mapstrings_transconst()
H A Dopenbor.c7505 newchar->subtype = SUBTYPE_BOTH; in lcmHandleCommandSubtype()
28432 if (!other->modeldata.subtype || (other->modeldata.subtype == SUBTYPE_BOTH && in player_think()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h499SUBTYPE_BOTH = (1 << 8), // Used with TYPE_ENDLEVEL to force both players to reach the point bef… enumerator
H A Dopenbor.c7845 newchar->subtype = SUBTYPE_BOTH; in lcmHandleCommandSubtype()
31296 …if (!other->modeldata.subtype || (other->modeldata.subtype == SUBTYPE_BOTH && sum_reached >= (coun… in player_think()