Lua:getMainForm
Revision as of 00:12, 25 January 2018 by TheyCallMeTim13 (talk | contribs) (moved getMainForm to Lua:getMainForm)
function getMainForm() : Form
Returns the main Form.
Function Parameters
<none>
Examples
local mainForm = getMainForm() local someTimer = createTimer(mainForm, false)
See also
| Lua |
| Script Engine |