Difference between revisions of "Lua:getMainForm"
Jump to navigation
Jump to search
| Line 15: | Line 15: | ||
=== Related Functions === | === Related Functions === | ||
| + | * [[getForm]] | ||
* [[getFormCount]] | * [[getFormCount]] | ||
| − | |||
* [[getSettingsForm]] | * [[getSettingsForm]] | ||
* [[getMemoryViewForm]] | * [[getMemoryViewForm]] | ||
Revision as of 08:19, 11 March 2017
function getMainForm() : From
Returns the main Form.
Function Parameters
<none>
Examples
local mainForm = getMainForm() local someTimer = createTimer(mainForm, false)