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

Description

Wiki Description

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

Documentation Comment

Returns whether the menu is enabled on this layer


Caveats


Examples

; Is this layer allowing menu access?
if myLayer.IsMenuEnabled()
  Debug.Trace("Player can use the menu (if no one else is blocking)!")
endIf

Auto-Generated Example

bool returnedValue = myInputEnableLayer__toCallFunctionOn.IsMenuEnabled()

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.