Lua:getMainForm

From Cheat Engine
Revision as of 01:14, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (Related Classes)
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