Home
last modified time | relevance | path

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

/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dconstants.c352 ICMPCONST(SUBTYPE_FOLLOW) in mapstrings_transconst()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h156 #define SUBTYPE_FOLLOW 10 // Used by NPC character, if set, they will try… macro
H A Dopenborscript.c8949 ICMPCONST(SUBTYPE_FOLLOW) in mapstrings_transconst()
H A Dopenbor.c4403 newchar->subtype = SUBTYPE_FOLLOW; in lcmHandleCommandSubtype()
16483 if(self->modeldata.subtype == SUBTYPE_FOLLOW && self->parent && in common_think()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h156 #define SUBTYPE_FOLLOW 10 // Used by NPC character, if set, they will try… macro
H A Dopenborscript.c8515 ICMPCONST(SUBTYPE_FOLLOW)
H A Dopenbor.c4498 newchar->subtype = SUBTYPE_FOLLOW; in lcmHandleCommandSubtype()
17189 if(self->modeldata.subtype == SUBTYPE_FOLLOW && self->parent && in ai_check_warp()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h157 #define SUBTYPE_FOLLOW 10 // Used by NPC character, if set, they will try… macro
H A Dopenborscript.c10206 ICMPCONST(SUBTYPE_FOLLOW) in mapstrings_transconst()
H A Dopenbor.c6629 newchar->subtype = SUBTYPE_FOLLOW; in lcmHandleCommandSubtype()
23581 if(self->modeldata.subtype == SUBTYPE_FOLLOW && self->parent && in ai_check_warp()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h272 SUBTYPE_FOLLOW, // Used by NPC character, if set, they will try to follow players enumerator
H A Dopenborscript.c12995 ICMPCONST(SUBTYPE_FOLLOW) in mapstrings_transconst()
H A Dopenbor.c7513 newchar->subtype = SUBTYPE_FOLLOW; in lcmHandleCommandSubtype()
26962 if(self->modeldata.subtype == SUBTYPE_FOLLOW && self->parent && validanim(self, ANI_IDLE) && in ai_check_warp()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h501 SUBTYPE_FOLLOW = (1 << 10), // Used by NPC character, if set, they will try to follow players enumerator
H A Dopenbor.c7853 newchar->subtype = SUBTYPE_FOLLOW; in lcmHandleCommandSubtype()
29396 if(self->modeldata.subtype == SUBTYPE_FOLLOW && self->parent && validanim(self, ANI_IDLE) && in ai_check_warp()