Difference between revisions of "Lua:getOpenedProcessID"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
Line 14: Line 14:
 
* [[Lua:createProcess|createProcess]]
 
* [[Lua:createProcess|createProcess]]
 
* [[Lua:openProcess|openProcess]]
 
* [[Lua:openProcess|openProcess]]
 +
* [[Lua:openFileAsProcess|openFileAsProcess]]

Revision as of 03:24, 18 April 2018

function getOpenedProcessID()

Returns the process id of the process Cheat Engine has currently open. Returns the value 0 if no process is open


Function Parameters

<none>

See also

Related Functions