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()