IsRunning - Actor

Revision as of 08:20, 29 January 2014 by imported>Qqqbbb
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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