Difference between revisions of "Lua:getProcesslist"

From Cheat Engine
Jump to navigation Jump to search
m (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13)
m (Added CodeBox Template.)
Line 21: Line 21:
 
|}
 
|}
  
 +
{{LuaSeeAlso}}
  
== See also ==
+
{{Process}}
* [[Lua]]
 
* [[Help_File:Script engine|Script engine]]
 
 
 
=== Related Functions ===
 
* [[Lua:getOpenedProcessID|getOpenedProcessID]]
 
* [[Lua:getProcessIDFromProcessName|getProcessIDFromProcessName]]
 
* [[Lua:createProcess|createProcess]]
 
* [[Lua:openProcess|openProcess]]
 

Revision as of 00:45, 5 December 2025

function getProcesslist(Strings OPTIONAL) : table - Strings

Returns a table with the processlist (pid - name ), if 'Strings' is not set.

If 'Strings' is set fills a Strings inherited object with the process list of the system.

Format: %x-pidname


Function Parameters

Parameter Type Description
Strings Strings Set optionaly to the Strings object to fill

See also

Lua
Script Engine

Related Functions

createProcess
openProcess
onOpenProcess
getForegroundProcess
getOpenedProcessID
getProcessIDFromProcessName
openFileAsProcess
saveOpenedFile
setPointerSize
setAssemblerMode
getProcesslist
getWindowlist
pause
unpause
targetIs64Bit
enumModules
closeRemoteHandle