Background for Fallout 4
Member of the Game script
boolfunctionIsSneakingControlsEnabled()NativeGlobal

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!")
endIf

Auto-Generated Example

bool returnedValue = Game.IsSneakingControlsEnabled()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

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