Difference between revisions of "Lua:getProcessIDFromProcessName"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' getProcessIDFromProcessName(''processname'') Searches the processlist for the given name and if found returns the processID. Returns '''nil''' if not found ===F…')
 
Line 18: Line 18:
 
== See also ==
 
== See also ==
 
* [[Lua]]
 
* [[Lua]]
 +
* [[Help_File:Script engine|Script engine]]
 +
 +
=== Related Functions ===
 +
* [[getProcesslist]]
 +
* [[getOpenedProcessID]]
 +
* [[createProcess]]
 +
* [[openProcess]]

Revision as of 03:41, 10 March 2017

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

Related Functions