Difference between revisions of "IsTurning"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>SaidenStorm
imported>SaidenStorm
(Undo revision 10478 by SaidenStorm (Talk))
Line 10: Line 10:


  if BuddyRef.IsTurning == 2
  if BuddyRef.IsTurning == 2
Returns true if Buddy is currently turning to the left.
Returns true if Buddy is currently turning to the right.


=='''Notes'''==
=='''Notes'''==
*Return Values:
*Return Values:
**0 - not turning
**0 - not turning
**1 - right
**1 - left
**2 - left
**2 - right





Revision as of 19:44, 12 December 2008

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.