Difference between revisions of "Lua:getLuaEngine"
Jump to navigation
Jump to search
m (moved getLuaEngine to Lua:getLuaEngine) |
(→Related Functions) |
||
Line 15: | Line 15: | ||
=== Related Functions === | === Related Functions === | ||
− | * [[getForm]] | + | * [[Lua:getForm|getForm]] |
− | * [[getFormCount]] | + | * [[Lua:getFormCount|getFormCount]] |
− | * [[getMainForm]] | + | * [[Lua:getMainForm|getMainForm]] |
− | * [[getSettingsForm]] | + | * [[Lua:getSettingsForm|getSettingsForm]] |
− | * [[ | + | * [[Lua:getLuaEngine|getLuaEngine]] |
− | * [[registerFormAddNotification]] | + | * [[Lua:registerFormAddNotification|registerFormAddNotification]] |
=== Related Classes === | === Related Classes === |
Revision as of 01:13, 25 January 2018
function getLuaEngine() : Form
Returns the lua engine Form object (Creates it if needed).
Function Parameters
<none>
Examples
local frm = getLuaEngine()