Difference between revisions of "Lua:createPopupMenu"
Jump to navigation
Jump to search
(Created page with ''''function''' createPopupMenu(''Owner'') ''':''' PopupMenu Returns a newly created PopupMenu that gets added to the owner. === Function Parameters === {|width="85%" cellpa…') |
m (moved createPopupMenu to Lua:createPopupMenu) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | '''function''' createPopupMenu(''Owner'') ''':''' PopupMenu | + | [[Category:Lua]] |
+ | '''function''' createPopupMenu(''Owner'') ''':''' [[PopupMenu]] | ||
Returns a newly created [[PopupMenu]] that gets added to the owner. | Returns a newly created [[PopupMenu]] that gets added to the owner. |
Latest revision as of 01:29, 25 January 2018
function createPopupMenu(Owner) : PopupMenu
Returns a newly created PopupMenu that gets added to the owner.
Function Parameters[edit]
Parameter | Type | Description |
---|---|---|
Owner | Component based object | The owner of the PopupMenu. |