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