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…')
 
(Related Functions)
 
(3 intermediate revisions by the same 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]]
+
{{LuaSeeAlso}}
  
 
=== Related Functions ===
 
=== Related Functions ===
* [[getForm]]
+
* [[Lua:getForm|getForm]]
* [[getMainForm]]
+
* [[Lua:getMainForm|getMainForm]]
* [[getSettingsForm]]
+
* [[Lua:getSettingsForm|getSettingsForm]]
* [[getMemoryViewForm]]
+
* [[Lua:getMemoryViewForm|getMemoryViewForm]]
* [[getLuaEngine]]
+
* [[Lua:getLuaEngine|getLuaEngine]]
* [[registerFormAddNotification]]
+
* [[Lua:registerFormAddNotification|registerFormAddNotification]]

Latest revision as of 01:11, 25 January 2018

function getFormCount()

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


Function Parameters[edit]

<none>

See also[edit]

Related Functions[edit]