Call of Duty Script Documentation
isingoal(<point>)
ModuleAI
Summary
Determine whether a given point is in the actor's current goal area
Call this function on
<actor> The actor whose goal you would like to check.
Example
if ( ai isingoal(node) )
Minimum Number of arguments: 1
1 : <point> which node to check.
Number of optional arguments: 0
Return to Function List