Call of Duty Script Documentation
withinapproxpathdist( <distance> )
ModuleAI
Summary
Check whether the actor is within an approximate distance to his path
Call this function on
<actor> An actor
Example
self withinapproxpathdist(distance);
Minimum Number of arguments: 1
1 : <distance> (float) The distance to test against.
Number of optional arguments: 0
Return to Function List