- Found in:
- Vanilla
Description
Wiki Description
Checks to see if z-key controls are currently enabled on this layer or not.
Documentation Comment
Returns whether z-key is enabled on this layer
Caveats
Examples
; Is z-key allowed by this layer?
if myLayer.IsZKeyEnabled()
Debug.Trace("Player can z-key!")
endIfAuto-Generated Example
bool returnedValue = myInputEnableLayer__toCallFunctionOn.IsZKeyEnabled()Related Pages
- InputEnableLayer
- InputEnableLayer.IsActivateEnabled()
- InputEnableLayer.IsCamSwitchEnabled()
- InputEnableLayer.IsFastTravelEnabled()
- InputEnableLayer.IsFightingEnabled()
- InputEnableLayer.IsJournalEnabled()
- InputEnableLayer.IsLookingEnabled()
- InputEnableLayer.IsMenuEnabled()
- InputEnableLayer.IsSneakingEnabled()
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
