Lua:getMainForm

From Cheat Engine
Revision as of 08:18, 11 March 2017 by TheyCallMeTim13 (talk | contribs)
Jump to navigation Jump to search

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