Difference between revisions of "Lua:enumModules"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' enumModules(''ProcessID'' OPTIONAL) Returns a table containing information about each module in the current process, or the specified process id Each entry is a t…')
 
Line 1: Line 1:
 +
[[Category:Lua]]
 
'''function''' enumModules(''ProcessID'' OPTIONAL)
 
'''function''' enumModules(''ProcessID'' OPTIONAL)
  

Revision as of 13:15, 19 March 2017

function enumModules(ProcessID OPTIONAL)

Returns a table containing information about each module in the current process, or the specified process id Each entry is a table with fields.

Function Parameters

Parameter Type Description
ProcessID integer The process id to use insted of current process


See also

Related Functions