Index
Collapse All
Expand All
Remove Method
MenuItemList Class
Members
See Also
Beta Documentation - Subject to change.
Removes a menu item from the list.
Syntax
Lua
function
MenuItemList
:
Remove
(
item
)
;
Parameters
item
Type:
MenuItem
The item to remove.
Remarks
Removes a menu item from the list.
See Also
MenuItemList
Turbine.UI