Difference between revisions of "Lua:getSettingsForm"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
Line 15: 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 ===

Revision as of 01:13, 25 January 2018

function getSettingsForm() : Form

Returns the main settings Form.

Function Parameters

<none>

Examples

local frm = getSettingsForm()

See also

Related Functions

Related Classes