Difference between revisions of "Lua:getCheatEngineProcessID"
Jump to navigation
Jump to search
(Created page with "Category:Lua '''function''' getCheatEngineProcessID() ''':''' Integer Returns the process ID of the Cheat Engine process itself. ===Returns=== Integer — The process ID...") |
(No difference)
|
Latest revision as of 18:12, 11 July 2025
function getCheatEngineProcessID() : Integer
Returns the process ID of the Cheat Engine process itself.
Returns[edit]
Integer — The process ID of Cheat Engine.
Examples[edit]
local ce_pid = getCheatEngineProcessID() print("Cheat Engine PID:", ce_pid)