Difference between revisions of "Lua:getSettingsForm"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' getSettingsForm() ''':''' Form Returns the main settings Form. ===Function Parameters=== <none> == Examples == local frm = getSettingsForm() == …')
 
(Related Classes)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Lua]]
 
'''function''' getSettingsForm() ''':''' [[Form]]
 
'''function''' getSettingsForm() ''':''' [[Form]]
  
Line 14: Line 15:
  
 
=== Related Functions ===
 
=== Related Functions ===
* [[getForm]]
+
* [[Lua:getForm|getForm]]
* [[getFormCount]]
+
* [[Lua:getFormCount|getFormCount]]
* [[getMainForm]]
+
* [[Lua:getMainForm|getMainForm]]
* [[getMemoryViewForm]]
+
* [[Lua:getSettingsForm|getSettingsForm]]
* [[getLuaEngine]]
+
* [[Lua:getLuaEngine|getLuaEngine]]
* [[registerFormAddNotification]]
+
* [[Lua:registerFormAddNotification|registerFormAddNotification]]
  
 
=== 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 getSettingsForm() : Form

Returns the main settings Form.

Function Parameters[edit]

<none>

Examples[edit]

local frm = getSettingsForm()

See also[edit]

Related Functions[edit]

Related Classes[edit]