Black Ops III

CalcApproximatePathToPosition

Returns an array of world positions representing the approximate path an actor will take. Calculating an approximate path will cause the AI to clear their current path.

Example:

self CalcApproximatePathToPosition( position )

Parameters

ParameterSummary
*positionThe goal position for the path
[clear path]True to clear path, false otherwise. Defaults to True

* = mandatory