Lua:getMainForm

From Cheat Engine
(Redirected from getMainForm)
Jump to navigation Jump to search

function getMainForm() : Form

Returns the main Form.

Function Parameters[edit]

<none>

Examples[edit]

local mainForm = getMainForm()
local someTimer = createTimer(mainForm, false)

See also[edit]

Related Functions[edit]

Related Classes[edit]