Difference between revisions of "Lua:getProcessIDFromProcessName"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
(Related Functions)
Line 23: Line 23:
 
* [[Lua:getProcesslist|getProcesslist]]
 
* [[Lua:getProcesslist|getProcesslist]]
 
* [[Lua:getOpenedProcessID|getOpenedProcessID]]
 
* [[Lua:getOpenedProcessID|getOpenedProcessID]]
* [[Lua:getProcessIDFromProcessName|getProcessIDFromProcessName]]
 
 
* [[Lua:createProcess|createProcess]]
 
* [[Lua:createProcess|createProcess]]
 
* [[Lua:openFileAsProcess|openFileAsProcess]]
 
* [[Lua:openFileAsProcess|openFileAsProcess]]

Revision as of 03:26, 18 April 2018

function getProcessIDFromProcessName(processname)

Searches the processlist for the given name and if found returns the processID. Returns nil if not found


Function Parameters

Parameter Type Description
processname String The processname to find


See also

Lua
Script Engine

Related Functions