Beta Documentation - Subject to change.

Sets a flag indicating if the menu item is enabled.

Syntax

Lua
function MenuItem:SetEnabled(value);

Parameters

value
Type: boolean
True if the menu item is enabled.

Remarks

Sets a flag indicating if the menu item is enabled.

See Also