IsEnabled

From LoTROInterface Wiki

Jump to: navigation, search


Gets a flag indicating if the control is enabled.

Syntax

Lua
function Control:IsEnabled();

Returns

Type: boolean
True if the control is enabled.

Remarks

Sets a flag indicating if the control is enabled. The enabled state is used to determine how a control can be interacted with by the user, typically ignoring user actions while disabled.

Personal tools