Difference between revisions of "Lua:getMainForm"

From Cheat Engine
Jump to navigation Jump to search
Line 1: Line 1:
'''function''' getMainForm() ''':''' [[From]]
+
'''function''' getMainForm() ''':''' [[Form]]
  
 
Returns the main [[Form]].
 
Returns the main [[Form]].

Revision as of 08:21, 11 March 2017

function getMainForm() : Form

Returns the main Form.

Function Parameters

<none>

Examples

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

See also

Related Functions

Related Classes