Call of Duty Script Documentation
nearpoint(<point>)
ModuleAI
Summary
Determine whether this actor is near to a given point.
Call this function on
<actor> An actor
Example
if ( ai nearpoint(nodepos) )...
Minimum Number of arguments: 1
1 : <point> The position to check.
Number of optional arguments: 0
Return to Function List