Difference between revisions of "Lua:getMainForm"
Jump to navigation
Jump to search
m (moved getMainForm to Lua:getMainForm) |
(→Related Functions) |
||
Line 13: | Line 13: | ||
=== Related Functions === | === Related Functions === | ||
− | * [[getForm]] | + | * [[Lua:getForm|getForm]] |
− | * [[getFormCount]] | + | * [[Lua:getFormCount|getFormCount]] |
− | * [[ | + | * [[Lua:getMainForm|getMainForm]] |
− | * [[ | + | * [[Lua:getSettingsForm|getSettingsForm]] |
− | * [[getLuaEngine]] | + | * [[Lua:getLuaEngine|getLuaEngine]] |
− | * [[registerFormAddNotification]] | + | * [[Lua:registerFormAddNotification|registerFormAddNotification]] |
=== Related Classes === | === Related Classes === |
Revision as of 01:13, 25 January 2018
function getMainForm() : Form
Returns the main Form.
Function Parameters
<none>
Examples
local mainForm = getMainForm() local someTimer = createTimer(mainForm, false)