Background for Skyrim SE
Member of the Actor script
boolfunctionIsRunning()Native

Description

Wiki Description

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.

Documentation Comment

Is this actor currently running?


Caveats


Examples

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

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsRunning()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.