Difference between revisions of "Lua:getLuaEngine"
Jump to navigation
Jump to search
m (moved getLuaEngine to Lua:getLuaEngine) |
m |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Lua]] | [[Category:Lua]] | ||
| − | '''function''' getLuaEngine() ''':''' [[Form]] | + | {{CodeBox|'''function''' getLuaEngine() ''':''' [[Form]]}} |
Returns the lua engine [[Form]] object (Creates it if needed). | Returns the lua engine [[Form]] object (Creates it if needed). | ||
| Line 8: | Line 8: | ||
== Examples == | == Examples == | ||
| − | + | <syntaxhighlight lang="lua" line> | |
| + | local frm = getLuaEngine() | ||
| + | </syntaxhighlight> | ||
| − | + | {{LuaSeeAlso}} | |
| − | |||
| − | |||
| − | + | {{Forms}} | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 00:18, 27 June 2026
Returns the lua engine Form object (Creates it if needed).
Function Parameters[edit]
<none>
Examples[edit]
1 local frm = getLuaEngine()