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() == …')
 
m (Syntax Highlighting.)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
[[Category:Lua]]
 
'''function''' getSettingsForm() ''':''' [[Form]]
 
'''function''' getSettingsForm() ''':''' [[Form]]
  
Line 7: Line 8:
  
 
== Examples ==
 
== Examples ==
local frm = getSettingsForm()
+
<syntaxhighlight lang="lua" line>
 +
local frm = getSettingsForm()
 +
</syntaxhighlight>
  
== See also ==
+
{{LuaSeeAlso}}
* [[Lua]]
 
* [[Help_File:Script engine|Script engine]]
 
  
=== Related Functions ===
+
{{Forms}}
* [[getForm]]
 
* [[getFormCount]]
 
* [[getMainForm]]
 
* [[getMemoryViewForm]]
 
* [[getLuaEngine]]
 
* [[registerFormAddNotification]]
 
 
 
=== Related Classes ===
 
* [[Form]]
 
* [[Component]]
 
* [[Control]]
 
* [[WinControl]]
 
* [[Application]]
 
* [[Object]]
 

Latest revision as of 19:55, 26 June 2026

function getSettingsForm() : Form

Returns the main settings Form.

Function Parameters[edit]

<none>

Examples[edit]

1 local frm = getSettingsForm()

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Form Related Classes