Lua:getMainForm

From Cheat Engine
Revision as of 21:49, 19 March 2017 by TheyCallMeTim13 (talk | contribs)
Jump to navigation Jump to search

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