Description
Wiki Description
Checks to see if sneaking controls are currently enabled or not.
Documentation Comment
Are the sneaking controls enabled?
Caveats
Examples
; Can the player sneak around?
if Game.IsSneakingControlsEnabled()
Debug.Trace("Player can sneak around!")
endIfAuto-Generated Example
bool returnedValue = Game.IsSneakingControlsEnabled()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
