Lua:findWindow

From Cheat Engine
Revision as of 00:29, 28 August 2020 by Ajanuw (talk | contribs) (Created page with "<p><b>findWindow(classname OPTIONAL, caption OPTIONAL)</b>: windowhandle - Finds a window with the given classname and/or windowname</p> <p>https://docs.microsoft.com/en-us/wi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

findWindow(classname OPTIONAL, caption OPTIONAL): windowhandle - Finds a window with the given classname and/or windowname

https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-findwindowa

print( findWindow("WTWindow", "Game") )