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