Background for Skyrim SE
Member of the Game script
boolfunctionIsMovementControlsEnabled()NativeGlobal

Description

Wiki Description

Checks to see if movement controls are currently enabled or not.

Documentation Comment

Are the movement controls enabled?


Caveats

CK Wiki - Notes

  • Does not work reliably--will often return true even when movement is disabled.

Examples

; Can the player move?
if Game.IsMovementControlsEnabled()
  Debug.Trace("Player can move!")
endIf

Auto-Generated Example

bool returnedValue = Game.IsMovementControlsEnabled()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.