IsLeftUp
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Idle manager function, returns 1 if the quadruped is knocked down with its left side facing up.
Syntax
(0, 1:int) [ActorRefID].IsLeftUp
Example
BrahminRef.IsLeftUp == 1
Notes
- Bipeds should use IsFacingUp instead.