Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c415 ICMPCONST(ATK_TIMEOVER) in mapstrings_transconst()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h244 #define ATK_TIMEOVER 19 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()
26912 attack.attack_type = ATK_TIMEOVER; in time_over()
H A Dopenborscript.c10263 ICMPCONST(ATK_TIMEOVER) in mapstrings_transconst()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h641 ATK_TIMEOVER, 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()
30429 attack.attack_type = ATK_TIMEOVER; in time_over()
H A Dopenborscript.c13054 ICMPCONST(ATK_TIMEOVER) in mapstrings_transconst()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1051 ATK_TIMEOVER, // Players (without lose animation) when level time expires. enumerator
H A Dopenbor.c9483 || i == ATK_TIMEOVER in load_cached_model()
9548 || i == ATK_TIMEOVER in load_cached_model()
25283 && attack->attack_type != ATK_TIMEOVER in checkdamage()
33495 attack_timeover.attack_type = ATK_TIMEOVER; in kill_all_players_by_timeover()