Difference between revisions of "Lua:createMainMenu"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' createMainMenu(''Form'') ''':''' MainMenu Returns a newly created MainMenu for a given Form. === Function Parameters === {|width="85%" cellpadding="10%" …')
 
Line 10: Line 10:
 
|-
 
|-
 
|Form
 
|Form
|Form
+
|[[Form]]
 
|The [[Form]] of the [[MainMenu]].
 
|The [[Form]] of the [[MainMenu]].
 
|}
 
|}

Revision as of 04:22, 11 March 2017

function createMainMenu(Form) : MainMenu

Returns a newly created MainMenu for a given Form.

Function Parameters

Parameter Type Description
Form Form The Form of the MainMenu.

See also

Related Functions

Related Classes