Syntax
Lua |
---|
function MenuItem:SetChecked(value); |
Parameters
- value
-
Type:
boolean
True if the menu item is checked.
Remarks
Sets a flag indicating if the menu item is checked.
Lua |
---|
function MenuItem:SetChecked(value); |