- Found in:
- Vanilla
Description
Wiki Description
Checks to see if sprinting controls are currently enabled on this layer or not.
Documentation Comment
Returns whether sprinting is enabled on this layer
Caveats
Examples
; Is sprinting allowed by this layer?
if myLayer.IsSprintingEnabled()
Debug.Trace("Player can sprint (assuming no one else is blocking)!")
endIfAuto-Generated Example
bool returnedValue = myInputEnableLayer__toCallFunctionOn.IsSprintingEnabled()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
