Beta Documentation - Subject to change.

Gets a flag indicating if the menu item is checked.

Syntax

Lua
function MenuItem:IsChecked();

Returns

Type: boolean
True if the menu item is checked.

Remarks

Gets a flag indicating if the menu item is checked.

See Also