Difference between revisions of "Lua:getLuaEngine"

From Cheat Engine
Jump to navigation Jump to search
(Related Classes)
m (Syntax Highlighting.)
Line 8: Line 8:
  
 
== Examples ==
 
== Examples ==
local frm = getLuaEngine()
+
<syntaxhighlight lang="lua" line>
 +
local frm = getLuaEngine()
 +
</syntaxhighlight>
  
== See also ==
+
{{LuaSeeAlso}}
* [[Lua]]
 
* [[Help_File:Script engine|Script engine]]
 
  
=== Related Functions ===
+
{{Forms}}
* [[Lua:getForm|getForm]]
 
* [[Lua:getFormCount|getFormCount]]
 
* [[Lua:getMainForm|getMainForm]]
 
* [[Lua:getSettingsForm|getSettingsForm]]
 
* [[Lua:getLuaEngine|getLuaEngine]]
 
* [[Lua:registerFormAddNotification|registerFormAddNotification]]
 
 
 
=== Related Classes ===
 
* [[Lua:Class:Form|Form]]
 
* [[Lua:Class:Component|Component]]
 
* [[Lua:Class:Control|Control]]
 
* [[Lua:Class:WinControl|WinControl]]
 
* [[Lua:Class:Application|Application]]
 
* [[Lua:Class:Object|Object]]
 

Revision as of 19:55, 26 June 2026

function getLuaEngine() : Form

Returns the lua engine Form object (Creates it if needed).

Function Parameters

<none>

Examples

1 local frm = getLuaEngine()

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Form Related Classes