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.
Lua |
---|
function MenuItem:SetEnabled(value); |