Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c371 ICMPCONST(AIMOVE2_NOTARGETIDLE) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h180 #define AIMOVE2_NOTARGETIDLE 0x00020000 // don't move when there's no target macro
H A Dopenbor.c4583 newchar->aimove |= AIMOVE2_NOTARGETIDLE; in lcmHandleCommandAimove()
16355 }else if(!common_try_follow(owner, 1, 1) && !(self->modeldata.aimove&AIMOVE2_NOTARGETIDLE) ){ in common_move()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h180 #define AIMOVE2_NOTARGETIDLE 0x00020000 // don't move when there's no target macro
H A Dopenbor.c4678 newchar->aimove |= AIMOVE2_NOTARGETIDLE; in lcmHandleCommandAimove()
17001 }else if(!common_try_follow(owner, 1, 1) && !(self->modeldata.aimove&AIMOVE2_NOTARGETIDLE) ){ in common_move()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h181 #define AIMOVE2_NOTARGETIDLE 0x00020000 // don't move when there's no target macro
H A Dopenbor.c6888 newchar->aimove |= AIMOVE2_NOTARGETIDLE; in lcmHandleCommandAimove()
23298 … else if(!common_try_follow(owner, 1, 1) && !(self->modeldata.aimove & AIMOVE2_NOTARGETIDLE) ) in common_move()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h312 AIMOVE2_NOTARGETIDLE = 0x00020000, // don't move when there's no target enumerator
H A Dopenbor.c7776 newchar->aimove |= AIMOVE2_NOTARGETIDLE; in lcmHandleCommandAimove()
26595 …if ( target && (!(self->modeldata.aimove&AIMOVE2_NOTARGETIDLE) || ((self->modeldata.aimove&AIMOVE2… in common_move()
26679 … else if(!common_try_follow(owner, 1, 1) && !(self->modeldata.aimove & AIMOVE2_NOTARGETIDLE) ) in common_move()
H A Dopenborscript.c13013 ICMPCONST(AIMOVE2_NOTARGETIDLE) in mapstrings_transconst()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h546 AIMOVE2_NOTARGETIDLE = 0x00020000, // don't move when there's no target enumerator
H A Dopenbor.c8112 newchar->aimove |= AIMOVE2_NOTARGETIDLE; in lcmHandleCommandAimove()
29025 …if ( target && (!(self->modeldata.aimove&AIMOVE2_NOTARGETIDLE) || ((self->modeldata.aimove&AIMOVE2… in common_move()
29109 … else if(!common_try_follow(owner, 1, 1) && !(self->modeldata.aimove & AIMOVE2_NOTARGETIDLE) ) in common_move()