Difference between revisions of "Lua:getForegroundProcess"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' getForegroundProcess(''processname'') Returns the processid of the program that is currently on the front ===Function Parameters=== <none> == See also == * [[…')
 
(Related Functions)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''function''' getForegroundProcess(''processname'')
+
[[Category:Lua]]
 +
'''function''' getForegroundProcess()
  
 
Returns the processid of the program that is currently on the front
 
Returns the processid of the program that is currently on the front
  
  
===Function Parameters===
+
{{LuaFunctionParametersNone}}
<none>
 
  
 +
{{LuaSeeAlso}}
  
== See also ==
+
=== Related Functions ===
* [[openProcess]]
+
* [[Lua:openProcess|openProcess]]
* [[Lua]]
+
* [[Lua:getProcesslist|getProcesslist]]
 +
* [[Lua:getOpenedProcessID|getOpenedProcessID]]
 +
* [[Lua:getProcessIDFromProcessName|getProcessIDFromProcessName]]
 +
* [[Lua:createProcess|createProcess]]
 +
* [[Lua:openFileAsProcess|openFileAsProcess]]

Latest revision as of 03:25, 18 April 2018

function getForegroundProcess()

Returns the processid of the program that is currently on the front


Function Parameters[edit]

<none>

See also[edit]

Related Functions[edit]