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

Description

Wiki Description

Checks to see if camera switch controls are currently enabled or not.

Documentation Comment

Are the camera switch controls enabled?


Caveats


Examples

; Can the player switch cameras?
if Game.IsCamSwitchControlsEnabled()
  Debug.Trace("Player can switch cameras!")
endIf

Auto-Generated Example

bool returnedValue = Game.IsCamSwitchControlsEnabled()

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.