Difference between revisions of "Lua:getFormCount"

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

Revision as of 01:11, 25 January 2018

function getFormCount()

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


Function Parameters

<none>

Main Pages

Core Lua documentation entry points

Lua
Script Engine

Related Functions