Lua:getMainForm

From Cheat Engine
Revision as of 05:27, 11 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''function''' getMainForm() ''':''' From Returns the main Form. ===Function Parameters=== <none> == Examples == local mainForm = getMainForm() local someTimer…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 Classes