Rebornbuddy
|
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< AtkAddonControl > | GetRawControls [get] |
Call this if you are operating in another thread. | |
static IEnumerable< AtkAddonControl > | Controls [get] |
Gets a list of AtkAddonControl. |
This class handles accessing ingame windows.
|
static |
Gets window control handler by name Returns null for windows that are not visible.
name | Name of the window |
|
static |
Gets window control handler by name.
name | Name of the window |
ignoreVisibility | ignores if the window is visible or not |
|
static |
Updates the RaptureAtkUnitManager's object storage lists.
|
staticget |
Gets a list of AtkAddonControl.
A List of AtkAddonControl.
|
staticget |
Call this if you are operating in another thread.