Background for Fallout 4
Member of the InputEnableLayer script
boolfunctionIsCamSwitchEnabled()Native

Description

Wiki Description

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

Documentation Comment

Returns whether camera switch is enabled on this layer


Caveats


Examples

; Are the camera switch controls enabled on this layer?
if myLayer.IsCamSwitchEnabled()
  Debug.Trace("Player can switch cameras (assuming no one else is blocking)!")
endIf

Auto-Generated Example

bool returnedValue = myInputEnableLayer__toCallFunctionOn.IsCamSwitchEnabled()

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.