IsMoving

From the CreationKit Wiki
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.