IsMoving

From the CreationKit Wiki
Revision as of 11:38, 2 December 2011 by imported>Scornett
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

IsMoving returns true if the Actor is currently requesting to move. The specific integer value returned depends on the direction of movement:

  • 0 - Not moving
  • 1 - Forward
  • 2 - Backward
  • 3 - Left
  • 4 - Right

Syntax:[edit | edit source]

[ActorREF.]IsMoving 

Examples:[edit | edit source]

BuddyRef.IsMoving     ;Returns 0 if BuddyRef is not moving, >0 if he is.