Difference between revisions of "Lua:getOpenedProcessID"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''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=== …')
 
Line 4: Line 4:
  
  
===Function Parameters===
+
=== Function Parameters ===
 
<none>
 
<none>
  
 
== See also ==
 
== See also ==
 
* [[Lua]]
 
* [[Lua]]
 +
* [[Help_File:Script engine|Script engine]]
 +
 +
=== Related Functions ===
 +
* [[getProcesslist]]
 +
* [[getProcessIDFromProcessName]]
 +
* [[createProcess]]
 +
* [[openProcess]]

Revision as of 03:41, 10 March 2017

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