NearNode( <node> )


Module: AI
SP Only

Summary:

Determine whether this actor is near to a given path node.



Call this on:

<actor> An actor



Example:

if ( ai NearNode( node ) )...



Required Args:

  • 1 : <node> The path node to check.