IsLookingControlsEnabled - Game

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Game Script

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

Syntax[edit | edit source]

bool Function IsLookingControlsEnabled() native global

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

If the looking controls are currently enabled or not.

Examples[edit | edit source]

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

See Also[edit | edit source]