- Found in:
- Vanilla
Description
Wiki Description
Enables or disables the player's ability to look around on this layer.
Documentation Comment
Enables/disables the player's ability to look around
Caveats
Parameters
boolabEnable=true
CK Wiki Description
If true, enables looking. Otherwise disables it.
- Default:True
Examples
; Enable looking
myLayer.EnableLooking(); Disable looking
InputEnableLayer myLayer = InputEnableLayer.Create()
myLayer.EnableLooking(false)Auto-Generated Example
bool myBool__abEnable
myInputEnableLayer__toCallFunctionOn.EnableLooking(myBool__abEnable)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
