Difference between revisions of "Lua:getMainForm"

From Cheat Engine
Jump to navigation Jump to search
Line 15: Line 15:
  
 
=== Related Functions ===
 
=== Related Functions ===
 +
* [[getForm]]
 
* [[getFormCount]]
 
* [[getFormCount]]
* [[getMainForm]]
 
 
* [[getSettingsForm]]
 
* [[getSettingsForm]]
 
* [[getMemoryViewForm]]
 
* [[getMemoryViewForm]]

Revision as of 08:19, 11 March 2017

function getMainForm() : From

Returns the main Form.

Function Parameters

<none>

Examples

local mainForm = getMainForm()
local someTimer = createTimer(mainForm, false)

See also

Related Functions

Related Classes