UISimpleMenu:IsEntryEnabled

From Nomad DB

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