Difference between revisions of "Lua:Class:MainMenu"

From Cheat Engine
Jump to navigation Jump to search
(Created page with 'MainMenu '''class''': ('''Inheritance''': ''Menu''->''Component''->''Object'') The main menu is the Menu at the top of a Form. == Creation == ; create…')
 
(Related Functions)
Line 12: Line 12:
  
 
=== Related Functions ===
 
=== Related Functions ===
 +
* [[createMainMenu]]
 
* [[createMenuItem]]
 
* [[createMenuItem]]
  

Revision as of 03:57, 11 March 2017

MainMenu class: (Inheritance: Menu->Component->Object)

The main menu is the Menu at the top of a Form.

Creation

createMainMenu() : MainMenu
Returns a newly created MainMenu.

See also

Related Functions

Related Classes