Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dai.h30 } distance_e; typedef
H A DNPC_AI_Atst.c204 distance_e distRate; in ATST_Attack()
H A DNPC_AI_Mark1.c647 distance_e distRate; in Mark1_AttackDecision()
/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Dai.h27 enum distance_e enum
H A DAI_Atst.cpp210 distance_e distRate = ( distance > MIN_MELEE_RANGE_SQR ) ? DIST_LONG : DIST_MELEE; in ATST_Attack()
H A DAI_Mark1.cpp660 distance_e distRate = ( distance > MIN_MELEE_RANGE_SQR ) ? DIST_LONG : DIST_MELEE; in Mark1_AttackDecision()
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dai.h27 enum distance_e enum
H A DAI_Atst.cpp209 distance_e distRate = ( distance > MIN_MELEE_RANGE_SQR ) ? DIST_LONG : DIST_MELEE; in ATST_Attack()
H A DAI_Mark1.cpp661 distance_e distRate = ( distance > MIN_MELEE_RANGE_SQR ) ? DIST_LONG : DIST_MELEE; in Mark1_AttackDecision()