Difference between revisions of "Lua:findWindow"

From Cheat Engine
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 00:29, 28 August 2020

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") )