Click or drag to resize

RaptureAtkUnitManager Class

This class handles accessing ingame windows
Inheritance Hierarchy
SystemObject
  ff14bot.ManagersRaptureAtkUnitManager

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

The RaptureAtkUnitManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberControls
Gets a list of AtkAddonControl.
Public propertyStatic memberGetRawControls
Call this if you are operating in another thread.
Top
Methods
  NameDescription
Public methodStatic memberGetWindowByName(String)
Gets window control handler by name Returns null for windows that are not visible
Public methodStatic memberGetWindowByName(String, Boolean)
Gets window control handler by name
Public methodStatic memberUpdate
Updates the RaptureAtkUnitManager's object storage lists.
Top
See Also