Difference between revisions of "Lua:Class:Menu"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
Line 1: Line 1:
 +
[[Category:Lua]]
 
Menu '''class''': ('''Inheritance''': ''[[Component]]''->''[[Object]]'')
 
Menu '''class''': ('''Inheritance''': ''[[Component]]''->''[[Object]]'')
  

Revision as of 11:53, 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.

See also

Related Functions

Related Classes