Difference between revisions of "Lua:getCommonModuleList"

From Cheat Engine
Jump to navigation Jump to search
Line 9: Line 9:
  
  
===Function Parameters===
+
{{LuaFunctionParametersNone}}
None
 
  
== See also ==
+
{{LuaSeeAlso}}
 +
 
 +
=== Related Functions ===
 
* [[StringList]]
 
* [[StringList]]
* [[Lua]]
 

Revision as of 21:49, 19 March 2017

function getCommonModuleList(size)

Returns the commonModuleList StringList object.

This stringlist object contains a list of modules commonly used in games but not very useful for dissection and pointerscan paths

Tools like dissect data and the pointerscan make use of this list


Function Parameters

<none>

See also

Related Functions