Call of Duty Script Documentation

isingoal(<point>)


Module
AI


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


Number of optional arguments: 0



Return to Function List