Difference between revisions of "Lua:getMainForm"

From Cheat Engine
Jump to navigation Jump to search
Line 4: Line 4:
 
Returns the main [[Form]].
 
Returns the main [[Form]].
  
===Function Parameters===
+
{{LuaFunctionParametersNone}}
<none>
 
  
 
== Examples ==
 
== Examples ==
Line 11: Line 10:
 
  local someTimer = createTimer(mainForm, false)
 
  local someTimer = createTimer(mainForm, false)
  
== See also ==
+
{{LuaSeeAlso}}
* [[Lua]]
 
* [[Help_File:Script engine|Script engine]]
 
  
 
=== Related Functions ===
 
=== Related Functions ===

Revision as of 21:49, 19 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