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