IsMenuEnabled - InputEnableLayer

Member of: InputEnableLayer Script

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

SyntaxEdit

bool Function IsMenuEnabled() Native

ParametersEdit

None

Return ValueEdit

If the menu controls are currently enabled on this layer or not.

ExamplesEdit

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

See AlsoEdit