Black Ops III

MayMoveFromPointToPoint

Check whether the actor can move from a given point to a given point. Does not check friendly fire and in goal radius unlike maymovetopoint

Example:

if ( !self MayMoveFromPointToPoint( startPoint endPoint ) )...

Parameters

ParameterSummary
*start(point) start position.
*end(point) end position.
[check drop]checks if the point would cause the AI to drop. Defaults to true.
[check direct]checks if there are no obstructions between actor origin and .

* = mandatory