Difference between revisions of "Lua:getMainForm"
Jump to navigation
Jump to search
m (moved getMainForm to Lua:getMainForm) |
|
(No difference)
|
Revision as of 00:12, 25 January 2018
function getMainForm() : Form
Returns the main Form.
Function Parameters
<none>
Examples
local mainForm = getMainForm() local someTimer = createTimer(mainForm, false)