Difference between revisions of "Lua:openProcess"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' openProcess(''processname'') '''function''' openProcess(''processid'') Causes cheat engine to open the provided processname or processid. ===Function Paramete…')
 
Line 16: Line 16:
 
|String
 
|String
 
|The processname to find and open
 
|The processname to find and open
 +
|-
 
|processid
 
|processid
 
|integer
 
|integer

Revision as of 23:31, 27 February 2012

function openProcess(processname) function openProcess(processid)


Causes cheat engine to open the provided processname or processid.


Function Parameters

Parameter Type Description
processname String The processname to find and open
processid integer The processID to find and open


See also