IsTurning

From the Fallout3 GECK Wiki
Revision as of 12:49, 15 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
Jump to navigation Jump to search

Description

IsTurning - Script function and condition used to determine if an Actor is currently turning.

Syntax

[ActorREF.]IsTurning

Examples

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

IsMoving

Reference

None provided.