Difference between revisions of "Lua:createMenuItem"
Jump to navigation
Jump to search
m (moved createMenuItem to Lua:createMenuItem) |
|
(No difference)
|
Latest revision as of 01:29, 25 January 2018
function createMenuItem(Owner) : MenuItem
Returns a newly created MenuItem that gets added to the owner.
Function Parameters[edit]
Parameter | Type | Description |
---|---|---|
Owner | Menu or MenuItem based object | The Menu or MenuItem of the new MenuItem. |