Call of Duty Script Documentation
maymovetopoint( <Position> )
ModuleAI
Summary
Check whether the actor can move to a given point.
Call this function on
<actor> An actor
Example
if (!self maymovetopoint(endPoint))...
Minimum Number of arguments: 1
1 : <position> (point) The position that the actor may be able to move to.
Number of optional arguments: 0
Return to Function List