Click or drag to resize

RaptureAtkUnitManagerGetWindowByName Method (String)

Gets window control handler by name Returns null for windows that are not visible

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static AtkAddonControl GetWindowByName(
	string name
)

Parameters

name
Type: SystemString
Name of the window

Return Value

Type: AtkAddonControl
See Also