Difference between revisions of "Lua:getLuaEngine"
Jump to navigation
Jump to search
(→Related Functions) |
(→Related Classes) |
||
Line 23: | Line 23: | ||
=== Related Classes === | === Related Classes === | ||
− | * [[Form]] | + | * [[Lua:Class:Form|Form]] |
− | * [[Component]] | + | * [[Lua:Class:Component|Component]] |
− | * [[Control]] | + | * [[Lua:Class:Control|Control]] |
− | * [[WinControl]] | + | * [[Lua:Class:WinControl|WinControl]] |
− | * [[Application]] | + | * [[Lua:Class:Application|Application]] |
− | * [[Object]] | + | * [[Lua:Class:Object|Object]] |
Latest revision as of 01:14, 25 January 2018
function getLuaEngine() : Form
Returns the lua engine Form object (Creates it if needed).
Function Parameters[edit]
<none>
Examples[edit]
local frm = getLuaEngine()