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 ) )...
* = mandatory