Difference between revisions of "Lua:getFormCount"

From Cheat Engine
Jump to navigation Jump to search
m
 
(3 intermediate revisions by one other user not shown)
Line 4: Line 4:
 
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 ===
 
<none>
 
  
== 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