Call of Duty 4: Scripting Reference - AI::PredictOriginAndAngles
From COD Modding & Mapping Wiki
PredictOriginAndAngles()
Module: AI
SP Only
Summary:
Use physics to predict the actor's origin and angles
Call this on: <actor> An actor
Example:
self PredictOriginAndAngles();
Required arguments:
- none
Optional arguments:
- none
Notes:
- none