Call of Duty 4: Scripting Reference - AI::GetMotionAngle
From COD Modding & Mapping Wiki
GetMotionAngle()
Module: AI
SP Only
Summary:
Get the motion angle in degrees for this actor.
Call this on: <actor> An actor
Example:
self GetMotionAngle();
Required arguments:
- none
Optional arguments:
- none
Notes:
- none