Difference between revisions of "Lua:getLuaEngine"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' getLuaEngine() ''':''' Form Returns the lua engine Form object (Creates it if needed). ===Function Parameters=== <none> == Examples == local frm …')
 
Line 1: Line 1:
 +
[[Category:Lua]]
 
'''function''' getLuaEngine() ''':''' [[Form]]
 
'''function''' getLuaEngine() ''':''' [[Form]]
  

Revision as of 13:20, 19 March 2017

function getLuaEngine() : Form

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

Function Parameters

<none>

Examples

local frm = getLuaEngine()

See also

Related Functions

Related Classes