Difference between revisions of "Lua:getMainForm"
Jump to navigation
Jump to search
(→Related Classes) |
m (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 19:07, 18 March 2019
function getMainForm() : Form
Returns the main Form.
Function Parameters[edit]
<none>
Examples[edit]
local mainForm = getMainForm() local someTimer = createTimer(mainForm, false)