Difference between revisions of "Lua:getWindowProcessID"

From Cheat Engine
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 00:38, 28 August 2020

getWindowProcessID(windowhandle): processid - Returns the processid of the process this window belongs to

local hwnd = findWindow("WTWindow", "Game")
local processID,threadID = getWindowProcessID(hwnd)
print(processID, threadID)