Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c353 ICMPCONST(SUBTYPE_CHASE) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h157 #define SUBTYPE_CHASE 11 // Used by enemy always chasing you macro
H A Dopenbor.c4406 newchar->subtype = SUBTYPE_CHASE; in lcmHandleCommandSubtype()
15554 if(self->modeldata.subtype==SUBTYPE_CHASE) aitype |= AIMOVE1_CHASE; in checkpathblocked()
16030 if(self->modeldata.subtype == SUBTYPE_CHASE) in arrow_move()
16278 if(target && (self->modeldata.subtype == SUBTYPE_CHASE || in common_move()
H A Dopenborscript.c8950 ICMPCONST(SUBTYPE_CHASE) in mapstrings_transconst()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h157 #define SUBTYPE_CHASE 11 // Used by enemy always chasing you macro
H A Dopenbor.c4501 newchar->subtype = SUBTYPE_CHASE; in lcmHandleCommandSubtype()
16099 if(self->modeldata.subtype==SUBTYPE_CHASE) aitype |= AIMOVE1_CHASE; in checkpathblocked()
16671 if(self->modeldata.subtype == SUBTYPE_CHASE) in arrow_move()
16930 if(target && (self->modeldata.subtype == SUBTYPE_CHASE || in common_move()
H A Dopenborscript.c8516 ICMPCONST(SUBTYPE_CHASE)
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h158 #define SUBTYPE_CHASE 11 // Used by enemy always chasing you macro
H A Dopenbor.c6633 newchar->subtype = SUBTYPE_CHASE; in lcmHandleCommandSubtype()
22014 if(self->modeldata.subtype == SUBTYPE_CHASE) in checkpathblocked()
22837 if(self->modeldata.subtype == SUBTYPE_CHASE) in arrow_move()
23188 if(target && (self->modeldata.subtype == SUBTYPE_CHASE || in common_move()
H A Dopenborscript.c10207 ICMPCONST(SUBTYPE_CHASE) in mapstrings_transconst()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h273 SUBTYPE_CHASE // Used by enemy always chasing you enumerator
H A Dopenbor.c7517 newchar->subtype = SUBTYPE_CHASE; in lcmHandleCommandSubtype()
25240 if(self->modeldata.subtype == SUBTYPE_CHASE) in checkpathblocked()
26065 if(self->modeldata.subtype == SUBTYPE_CHASE) in arrow_move()
26569 if(target && (self->modeldata.subtype == SUBTYPE_CHASE || in common_move()
H A Dopenborscript.c12996 ICMPCONST(SUBTYPE_CHASE) in mapstrings_transconst()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h502 SUBTYPE_CHASE = (1 << 11) // Used by enemy always chasing you enumerator
H A Dopenbor.c7857 newchar->subtype = SUBTYPE_CHASE; in lcmHandleCommandSubtype()
27690 if(self->modeldata.subtype == SUBTYPE_CHASE) in checkpathblocked()
28528 if(self->modeldata.subtype == SUBTYPE_CHASE) in arrow_move()
28999 if(target && (self->modeldata.subtype == SUBTYPE_CHASE || in common_move()