IsTurning

From the Fallout3 GECK Wiki
Revision as of 07:46, 12 January 2011 by imported>Ez0n3
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

A function and condition used to determine if an Actor is currently turning.

Syntax

[help]
(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

See Also