Difference between revisions of "Lua:getWindowClassName"

From Cheat Engine
Jump to navigation Jump to search
(Created page with "<p><b>getWindowClassName(windowhandle)</b>: string - Returns the classname of the window</p> <pre> local hwnd = findWindow("WTWindow", "Game") print( getWindowClassName(hwnd)...")
 
(No difference)

Latest revision as of 00:34, 28 August 2020

getWindowClassName(windowhandle): string - Returns the classname of the window

local hwnd = findWindow("WTWindow", "Game")
print( getWindowClassName(hwnd) ) -- WTWindow