Difference between revisions of "Lua:getFormCount"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' getFormCount() Returns the total number of forms assigned to the main CE application. === Function Parameters === <none> == See also == * Lua * [[Help…')
 
m
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
[[Category:Lua]]
 
'''function''' getFormCount()
 
'''function''' getFormCount()
  
 
Returns the total number of forms assigned to the main CE application.
 
Returns the total number of forms assigned to the main CE application.
  
=== Function Parameters ===
 
&lt;none&gt;
 
  
== See also ==
+
{{LuaFunctionParametersNone}}
* [[Lua]]
 
* [[Help_File:Script engine|Script engine]]
 
  
=== Related Functions ===
+
{{LuaSeeAlso}}
* [[getForm]]
+
 
* [[getMainForm]]
+
{{Forms}}
* [[getSettingsForm]]
 
* [[getMemoryViewForm]]
 
* [[getLuaEngine]]
 
* [[registerFormAddNotification]]
 

Latest revision as of 19:54, 26 June 2026

function getFormCount()

Returns the total number of forms assigned to the main CE application.


Function Parameters[edit]

<none>

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Form Related Classes