Difference between revisions of "Lua:getProcessIDFromProcessName"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
 
(4 intermediate revisions by the same user not shown)
Line 17: Line 17:
  
  
== See also ==
+
{{LuaSeeAlso}}
* [[Lua]]
 
* [[Help_File:Script engine|Script engine]]
 
  
 
=== Related Functions ===
 
=== Related Functions ===
* [[getProcesslist]]
+
* [[Lua:openProcess|openProcess]]
* [[getOpenedProcessID]]
+
* [[Lua:getProcesslist|getProcesslist]]
* [[createProcess]]
+
* [[Lua:getOpenedProcessID|getOpenedProcessID]]
* [[openProcess]]
+
* [[Lua:createProcess|createProcess]]
 +
* [[Lua:openFileAsProcess|openFileAsProcess]]

Latest 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[edit]

Parameter Type Description
processname String The processname to find


See also[edit]

Related Functions[edit]