Call of Duty 4: Scripting Reference - AI::AimAtPos
From COD Modding & Mapping Wiki
AimAtPos( <aim at point> )
Module: AI
SP Only
Summary:
Sets the actor to aim at the given point. Returns the blend time of the aim
Call this on: <actor> An actor
Example:
aimTime = self AimAtPos (targetPoint);
Required arguments:
- <aim at point> The point to aim at.
Optional arguments:
- none
Notes:
- none