Home
last modified time | relevance | path

Searched refs:ATK_PIT (Results 1 – 9 of 9) sorted by relevance

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c414 ICMPCONST(ATK_PIT) in mapstrings_transconst()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h242 #define ATK_PIT 17 macro
H A Dopenbor.c7834 … if(i != ATK_PIT && i != ATK_TIMEOVER && i != ATK_LIFESPAN) in load_cached_model()
7884 … if(i != ATK_PIT && i != ATK_TIMEOVER && i != ATK_LIFESPAN) in load_cached_model()
17035 attack.attack_type = ATK_PIT; in check_lost()
H A Dopenborscript.c10261 ICMPCONST(ATK_PIT) in mapstrings_transconst()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h639 ATK_PIT, enumerator
H A Dopenbor.c9119 … if(i != ATK_PIT && i != ATK_TIMEOVER && i != ATK_LIFESPAN) in load_cached_model()
9168 … if(i != ATK_PIT && i != ATK_TIMEOVER && i != ATK_LIFESPAN) in load_cached_model()
19896 attack.attack_type = ATK_PIT; in check_lost()
H A Dopenborscript.c13052 ICMPCONST(ATK_PIT) in mapstrings_transconst()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1050 ATK_PIT, // Entity falls into a pit and reaches specified depth. enumerator
H A Dopenbor.c9484 || i == ATK_PIT) in load_cached_model()
9549 || i == ATK_PIT) in load_cached_model()
20949 attack.attack_type = ATK_PIT; in check_lost()
25284 && attack->attack_type != ATK_PIT in checkdamage()