Difference between revisions of "Lua:getMainForm"

From Cheat Engine
Jump to navigation Jump to search
(Related Classes)
Line 1: Line 1:
[[Category:Lua]]
+
<span style="font-size:25px;color:red">Sorry! Content not available.</span>
'''function''' getMainForm() ''':''' [[Form]]
 
 
 
Returns the main [[Form]].
 
 
 
{{LuaFunctionParametersNone}}
 
 
 
== Examples ==
 
local mainForm = getMainForm()
 
local someTimer = createTimer(mainForm, false)
 
 
 
{{LuaSeeAlso}}
 
 
 
=== Related Functions ===
 
* [[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 15:57, 16 March 2019

Sorry! Content not available.