Difference between revisions of "Lua:getForegroundProcess"

From Cheat Engine
Jump to navigation Jump to search
(zKyPzVdhgY)
(Related Functions)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Choosing where you can purchase this kind of is often the dmdineang encounter simply because you might not understand how to obtain the least expensive costs or even that electric outlet may include this particular make of purse you need to purchase.
+
[[Category:Lua]]
 +
'''function''' getForegroundProcess()
 +
 
 +
Returns the processid of the program that is currently on the front
 +
 
 +
 
 +
{{LuaFunctionParametersNone}}
 +
 
 +
{{LuaSeeAlso}}
 +
 
 +
=== Related Functions ===
 +
* [[Lua:openProcess|openProcess]]
 +
* [[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]