Difference between revisions of "Lua:getOpenedProcessID"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
  
=== Function Parameters ===
+
{{LuaFunctionParametersNone}}
<none>
 
  
== See also ==
+
{{LuaSeeAlso}}
* [[Lua]]
 
* [[Help_File:Script engine|Script engine]]
 
  
 
=== Related Functions ===
 
=== Related Functions ===
* [[getProcesslist]]
+
* [[Lua:openProcess|openProcess]]
* [[getProcessIDFromProcessName]]
+
* [[Lua:getProcesslist|getProcesslist]]
* [[createProcess]]
+
* [[Lua:getProcessIDFromProcessName|getProcessIDFromProcessName]]
* [[openProcess]]
+
* [[Lua:createProcess|createProcess]]
 +
* [[Lua:openFileAsProcess|openFileAsProcess]]

Latest revision as of 03:25, 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[edit]

<none>

See also[edit]

Related Functions[edit]