Difference between revisions of "Lua:getMainForm"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
Returns the main [[Form]]. | Returns the main [[Form]]. | ||
− | + | {{LuaFunctionParametersNone}} | |
− | |||
== Examples == | == Examples == | ||
Line 11: | Line 10: | ||
local someTimer = createTimer(mainForm, false) | local someTimer = createTimer(mainForm, false) | ||
− | + | {{LuaSeeAlso}} | |
− | |||
− | |||
=== Related Functions === | === Related Functions === |
Revision as of 21:49, 19 March 2017
function getMainForm() : Form
Returns the main Form.
Function Parameters
<none>
Examples
local mainForm = getMainForm() local someTimer = createTimer(mainForm, false)