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!")
endIfAuto-Generated Example
bool returnedValue = Game.IsLookingControlsEnabled()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
