Description
Wiki Description
Checks to see if this actor is currently sprinting.
Documentation Comment
Is this actor currently sprinting?
Caveats
Examples
if Game.GetPlayer().IsSprinting()
Debug.Trace("Careful, you might trip and hurt yourself!")
endIfAuto-Generated Example
bool returnedValue = myActor__toCallFunctionOn.IsSprinting()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
