Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Managers.RaptureAtkUnitManager Class Reference

This class handles accessing ingame windows. More...

Static Public Member Functions

static AtkAddonControl GetWindowByName (string name)
 Gets window control handler by name Returns null for windows that are not visible.
static AtkAddonControl GetWindowByName (string name, bool ignoreVisibility)
 Gets window control handler by name.
static void Update ()
 Updates the RaptureAtkUnitManager's object storage lists.

Properties

static IEnumerable< AtkAddonControlGetRawControls [get]
 Call this if you are operating in another thread.
static IEnumerable< AtkAddonControlControls [get]
 Gets a list of AtkAddonControl.

Detailed Description

This class handles accessing ingame windows.

Member Function Documentation

◆ GetWindowByName() [1/2]

AtkAddonControl ff14bot.Managers.RaptureAtkUnitManager.GetWindowByName ( string name)
static

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

Parameters
nameName of the window
Returns

◆ GetWindowByName() [2/2]

AtkAddonControl ff14bot.Managers.RaptureAtkUnitManager.GetWindowByName ( string name,
bool ignoreVisibility )
static

Gets window control handler by name.

Parameters
nameName of the window
ignoreVisibilityignores if the window is visible or not
Returns

◆ Update()

void ff14bot.Managers.RaptureAtkUnitManager.Update ( )
static

Updates the RaptureAtkUnitManager's object storage lists.

Property Documentation

◆ Controls

IEnumerable<AtkAddonControl> ff14bot.Managers.RaptureAtkUnitManager.Controls
staticget

Gets a list of AtkAddonControl.

A List of AtkAddonControl.

◆ GetRawControls

IEnumerable<AtkAddonControl> ff14bot.Managers.RaptureAtkUnitManager.GetRawControls
staticget

Call this if you are operating in another thread.