IsMenuControlsEnabled - Game

Revision as of 20:30, 11 February 2018 by imported>Qazaaq (added category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script

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

SyntaxEdit

bool Function IsMenuControlsEnabled() Native Global

ParametersEdit

None

Return ValueEdit

If the menu controls are currently enabled or not.

ExamplesEdit

; Can the player use the menu?
if Game.IsMenuControlsEnabled()
  Debug.Trace("Player can use the menu!")
endIf

See AlsoEdit