UISimpleMenu:IsEntryEnabled

From Nomad DB
Revision as of 10:28, 17 April 2020 by Jan (talk | contribs) (Created page with "Checks if an Entry within an UISimpleMenu is enabled. If it is disabled, the Control will not be selectable anymore. The Up/Down controls will skip the entry. == Syntax =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Checks if an Entry within an UISimpleMenu is enabled. If it is disabled, the Control will not be selectable anymore. The Up/Down controls will skip the entry.

Syntax

menu:IsEntryEnabled(indx)
  • index (number) Entry Index
  • Returns: boolean State

Related Pages