Difference between revisions of "Lua:getMainForm"
Jump to navigation
Jump to search
(Created page with ''''function''' getMainForm() ''':''' From Returns the main Form. ===Function Parameters=== <none> == Examples == local mainForm = getMainForm() local someTimer…') |
|||
Line 13: | Line 13: | ||
* [[Lua]] | * [[Lua]] | ||
* [[Help_File:Script engine|Script engine]] | * [[Help_File:Script engine|Script engine]] | ||
+ | |||
+ | === Related Functions === | ||
+ | * [[getFormCount]] | ||
+ | * [[getMainForm]] | ||
+ | * [[getSettingsForm]] | ||
+ | * [[getMemoryViewForm]] | ||
+ | * [[getLuaEngine]] | ||
+ | * [[registerFormAddNotification]] | ||
=== Related Classes === | === Related Classes === |
Revision as of 08:18, 11 March 2017
function getMainForm() : From
Returns the main Form.
Function Parameters
<none>
Examples
local mainForm = getMainForm() local someTimer = createTimer(mainForm, false)