Difference between revisions of "Lua:getOpenedProcessID"
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=== …') |
(→Related Functions) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Lua]] | ||
'''function''' getOpenedProcessID() | '''function''' getOpenedProcessID() | ||
Line 4: | Line 5: | ||
− | + | {{LuaFunctionParametersNone}} | |
− | |||
− | == | + | {{LuaSeeAlso}} |
− | * [[Lua]] | + | |
+ | === Related Functions === | ||
+ | * [[Lua:openProcess|openProcess]] | ||
+ | * [[Lua:getProcesslist|getProcesslist]] | ||
+ | * [[Lua:getProcessIDFromProcessName|getProcessIDFromProcessName]] | ||
+ | * [[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>