IsTurning
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
A function and condition used to determine if an Actor is currently turning.
Syntax
(0, 1, 2:int) [ActorRefID].IsTurning
Example
if BuddyRef.IsTurning == 2
Returns true if Buddy is currently turning to the right.
Notes
- Return Values:
- 0 - not turning
- 1 - left
- 2 - right