Beta Documentation - Subject to change.

Gets a flag indicating if the menu item is enabled.

Syntax

Lua
function MenuItem:IsEnabled();

Returns

Type: boolean
True if the menu item is enabled.

Remarks

Gets a flag indicating if the menu item is enabled.

See Also