Home
last modified time | relevance | path

Searched refs:AIATTACK1_ALWAYS (Results 1 – 12 of 12) sorted by relevance

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c376 ICMPCONST(AIATTACK1_ALWAYS) in mapstrings_transconst()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h188 #define AIATTACK1_ALWAYS 0x00000008 // more aggression than default, useful for t… macro
H A Dopenborscript.c8536 ICMPCONST(AIATTACK1_ALWAYS)
H A Dopenbor.c4698 newchar->aiattack |= AIATTACK1_ALWAYS; in lcmHandleCommandAiattack()
15043 if(self->modeldata.aiattack&AIATTACK1_ALWAYS) return 1; in check_attack_chance()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h189 #define AIATTACK1_ALWAYS 0x00000008 // more aggression than default, useful for t… macro
H A Dopenborscript.c10227 ICMPCONST(AIATTACK1_ALWAYS) in mapstrings_transconst()
H A Dopenbor.c6914 newchar->aiattack |= AIATTACK1_ALWAYS; in lcmHandleCommandAiattack()
20559 if(self->modeldata.aiattack & AIATTACK1_ALWAYS) in check_attack_chance()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h328AIATTACK1_ALWAYS = 0x00000008, // more aggression than default, useful for traps who don't th… enumerator
H A Dopenborscript.c13018 ICMPCONST(AIATTACK1_ALWAYS) in mapstrings_transconst()
H A Dopenbor.c7802 newchar->aiattack |= AIATTACK1_ALWAYS; in lcmHandleCommandAiattack()
23677 if(self->modeldata.aiattack & AIATTACK1_ALWAYS) in check_attack_chance()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h562AIATTACK1_ALWAYS = 0x00000008, // more aggression than default, useful for traps who don't th… enumerator
H A Dopenbor.c8138 newchar->aiattack |= AIATTACK1_ALWAYS; in lcmHandleCommandAiattack()
25720 if(self->modeldata.aiattack & AIATTACK1_ALWAYS) in check_attack_chance()