Difference between revisions of "IsMoving"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Line 29: Line 29:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.0)]]

Revision as of 13:07, 12 August 2009

Description

IsMoving is a script function and condition used to determine if an Actor is currently requesting to move.

Syntax

[ActorREF.]IsMoving 

Examples

if BuddyRef.IsMoving == 4

Returns true if Buddy is currently requesting to move to the right.

Notes

  • Return Values:
    • 0 - not moving
    • 1 - forward
    • 2 - backward
    • 3 - left
    • 4 - right


See Also

IsTurning

Reference

None provided.