Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c347 ICMPCONST(SUBTYPE_WEAPON) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h151 #define SUBTYPE_WEAPON 5 macro
H A Dopenbor.c4388 newchar->subtype = SUBTYPE_WEAPON; // 7-1-2005 notgrab type in lcmHandleCommandSubtype()
13525 return e->modeldata.subtype == SUBTYPE_WEAPON; in isSubtypeWeapon()
17074 else if(other->modeldata.subtype == SUBTYPE_WEAPON) in didfind_item()
17113 if(other->modeldata.subtype != SUBTYPE_WEAPON && other->modeldata.subtype != SUBTYPE_PROJECTILE) in didfind_item()
H A Dopenborscript.c8944 ICMPCONST(SUBTYPE_WEAPON) in mapstrings_transconst()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h151 #define SUBTYPE_WEAPON 5 macro
H A Dopenbor.c4483 newchar->subtype = SUBTYPE_WEAPON; // 7-1-2005 notgrab type in lcmHandleCommandSubtype()
13438 return e->modeldata.subtype == SUBTYPE_WEAPON; in isSubtypeWeapon()
17696 else if(other->modeldata.subtype == SUBTYPE_WEAPON) in didfind_item()
17735 if(other->modeldata.subtype != SUBTYPE_WEAPON && other->modeldata.subtype != SUBTYPE_PROJECTILE) in didfind_item()
H A Dopenborscript.c8510 ICMPCONST(SUBTYPE_WEAPON)
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h152 #define SUBTYPE_WEAPON 5 macro
H A Dopenbor.c6609 newchar->subtype = SUBTYPE_WEAPON; in lcmHandleCommandSubtype()
18402 return e->modeldata.subtype == SUBTYPE_WEAPON; in isSubtypeWeapon()
24229 else if(other->modeldata.subtype == SUBTYPE_WEAPON) in didfind_item()
24289 if(other->modeldata.subtype != SUBTYPE_WEAPON && other->modeldata.subtype != SUBTYPE_PROJECTILE) in didfind_item()
H A Dopenborscript.c10201 ICMPCONST(SUBTYPE_WEAPON) in mapstrings_transconst()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h267 SUBTYPE_WEAPON, enumerator
H A Dopenbor.c7493 newchar->subtype = SUBTYPE_WEAPON; in lcmHandleCommandSubtype()
21410 return e->modeldata.subtype == SUBTYPE_WEAPON; in isSubtypeWeapon()
27594 else if(other->modeldata.subtype == SUBTYPE_WEAPON) in didfind_item()
27654 if(other->modeldata.subtype != SUBTYPE_WEAPON && other->modeldata.subtype != SUBTYPE_PROJECTILE) in didfind_item()
H A Dopenborscript.c12990 ICMPCONST(SUBTYPE_WEAPON) in mapstrings_transconst()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h496 SUBTYPE_WEAPON = (1 << 5), enumerator
H A Dopenbor.c7833 newchar->subtype = SUBTYPE_WEAPON; in lcmHandleCommandSubtype()
22830 return e->modeldata.subtype == SUBTYPE_WEAPON; in isSubtypeWeapon()
30439 else if(other->modeldata.subtype == SUBTYPE_WEAPON) in didfind_item()
30499 if(other->modeldata.subtype != SUBTYPE_WEAPON && other->modeldata.subtype != SUBTYPE_PROJECTILE) in didfind_item()