Click or drag to resize

RaptureAtkUnitManagerGetWindowByName Method (String, Boolean)

Gets window control handler by name

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,
	bool ignoreVisibility
)

Parameters

name
Type: SystemString
Name of the window
ignoreVisibility
Type: SystemBoolean
ignores if the window is visible or not

Return Value

Type: AtkAddonControl
See Also