IsRunning - Actor

Member of: Actor Script

Checks to see if this actor is currently running (as opposed to, say, walking or sprinting). Does not work if the actor is running backward.

SyntaxEdit

bool Function IsRunning() native

ParametersEdit

None.

Return ValueEdit

Whether this actor is running.

ExamplesEdit

if !Forrest.IsRunning()
  Debug.Trace("Run, Forrest, Run!")
endIf

See AlsoEdit