Home
last modified time | relevance | path

Searched refs:SUB_FLAGS_SPROX (Results 1 – 4 of 4) sorted by relevance

/dports/games/d2x/d2x-0.2.5/main/
H A Daistruct.h110 #define SUB_FLAGS_SPROX 0x02 // If set, then this bot drops a super prox, not a prox, when it's… macro
H A Dai.c1222 if (aip->SUB_FLAGS & SUB_FLAGS_SPROX) in do_ai_frame()
1234 if (aip->SUB_FLAGS & SUB_FLAGS_SPROX) in do_ai_frame()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Daistruct.h172 #define SUB_FLAGS_SPROX 0x02 // If set, then this bot drops a super prox, not a prox, wh… macro
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dai.cpp3910 const auto weapon_id = (aip->SUB_FLAGS & SUB_FLAGS_SPROX) in do_ai_frame()
3922 (aip->SUB_FLAGS & SUB_FLAGS_SPROX) in do_ai_frame()