IsRunning - Actor
Revision as of 07:20, 29 January 2014 by imported>Qqqbbb
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