Dayz Explorer 1.28.160049
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
7
9{
10 vector GetHeadPositionWS() { return vector.Zero; }
11 vector GetVisionPointPositionWS(EntityAI pApplicant) { return vector.Zero; }
12
13 float GetMaxVisionRangeModifier(EntityAI pApplicant) { return 1.0; }
14};