Difference between revisions of "Lua:Class:Menu"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
: Returns the main [[MenuItem]] of this Menu. | : Returns the main [[MenuItem]] of this Menu. | ||
− | + | {{LuaSeeAlso}} | |
− | |||
− | |||
=== Related Functions === | === Related Functions === |
Revision as of 21:54, 19 March 2017
Menu class: (Inheritance: Component->Object)
Class for menu objects used in Forms.
Properties
- Items : MenuItem : Readonly
- The base MenuItem class of this Menu.
Methods
- getItems() : MenuItem
- Returns the main MenuItem of this Menu.