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

Description

Wiki Description

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

Documentation Comment

Are the looking controls enabled?


Caveats


Examples

; Can the player look around?
if Game.IsLookingControlsEnabled()
  Debug.Trace("Player can look around!")
endIf

Auto-Generated Example

bool returnedValue = Game.IsLookingControlsEnabled()

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.