Difference between revisions of "Lua:createPopupMenu"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | [[Category:Lua]] | ||
'''function''' createPopupMenu(''Owner'') ''':''' [[PopupMenu]] | '''function''' createPopupMenu(''Owner'') ''':''' [[PopupMenu]] | ||
Revision as of 13:12, 19 March 2017
function createPopupMenu(Owner) : PopupMenu
Returns a newly created PopupMenu that gets added to the owner.
Function Parameters
Parameter | Type | Description |
---|---|---|
Owner | Component based object | The owner of the PopupMenu. |