DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
Loading...
Searching...
No Matches
AITarget_callbacks.c
Go to the documentation of this file.
1//TODO: info + some doc
2
3// abstract base class - cannot be created
5{
6};
7
9{
12
13 float GetMaxVisionRangeModifier(EntityAI pApplicant) { return 1.0; }
14};
float GetMaxVisionRangeModifier(EntityAI pApplicant)
vector GetVisionPointPositionWS(EntityAI pApplicant)
static const vector Zero
Definition EnConvert.c:110