Lua:getWindowClassName

From Cheat Engine
Revision as of 00:34, 28 August 2020 by Ajanuw (talk | contribs) (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)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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