Background for Starfield
Member of the Actor script
voidfunctionSetWantSprinting(boolabWantSprint)Native

Description

Documentation Comment

Set that the actor would like to sprint when possible (or turn that off).
abWantSprint is if we want to sprint currently, false otherwise


Caveats


Parameters

boolabWantSprint


Examples

Auto-Generated Example

bool myBool__abWantSprint

myActor__toCallFunctionOn.SetWantSprinting(myBool__abWantSprint)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.