Lua:enumModules
Revision as of 02:41, 10 March 2017 by TheyCallMeTim13 (talk | contribs) (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…')
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 |