Call of Duty Script Documentation
aimatpos(<aim at point>)
ModuleAI
Summary
Sets the actor to aim at the given point. Returns the blend time of the aim.c
Call this function on
<actor> An actor
Example
aimTime = self aimAtPos (targetPoint);
Minimum Number of arguments: 1
1 : <aim at point> The point to aim at.
Number of optional arguments: 0
Return to Function List