FFXIVClientStructs Represents the fields that follows this attribute should be set to the given sheet struct group. Must end group with . The sheet to be used. [FieldOffset(0xD80 + 0x00), CExporterExcel("InstanceContent")] public uint NewPlayerBonusGil; Represents the fields that follows this attribute should be set to the given sheet struct group. Must end group with . The sheet to be used. [FieldOffset(0xD80 + 0x00), CExporterExcel("InstanceContent")] public uint NewPlayerBonusGil; Represents the end of a sheet struct group. Must be used after to have an effect. Forces the export of a field type. This is useful for fields that get ignored by the exporter either due to or . Creates a struct union with the given union and fields. The union to use for the union and sub struct Forces the exporter to ignore a field or struct. Inherited parent class accessor for Base Inherited parent class accessor for Base Inherited parent class accessor for Base Inherited parent class accessor for Base Inherited parent class accessor for Base Inherited parent class accessor for Base Initiate action execution. If called shortly before action is available (due to cooldown or animation lock), action is queued. If action is area-targeted, starts area targeting mode rather than executing it immediately. Type of action to execute. Id of action to execute. Intended target for the action. For items - inventory slot to use from (bag id in high byte, slot id in low byte), or 0xFFFF if unspecified (e.g. used from hotbar). Special action execution mode. If non-null, will be set to true if area-targeting mode was started instead of executing an action. Actually execute the action right now, if possible. This skips queueing, area targeting mode, etc. The function name is a bit misleading - this function is called internally for all actions, not necessarily location-targeted ones. This function verifies that action can actually be cast (checks LoS, various states that could prevent successful cast, etc). This expects input action to be already adjusted - i.e. don't pass General actions here, it won't work properly. See code for UseAction for details. Type of action to execute. Should be adjusted. Id of action to execute. Should be adjusted. Intended target for the action. Note that real target can be modified (e.g. replaced with player for self-targeted actions, etc) by ResolveTarget. Target position, important for area-targeted spells. Be careful if passing null - game doesn't really expect that and might dereference it in some code paths! See UseAction. Gets the recast time (see for a specific recast group. Compared to reading the struct directly, this method will correct cases where multi-charge actions are still locked to a single charge at the player's current level. The recast group ID to get the recast time for. Returns the time until this action is "fully charged." Gets the additional recast group for a specific action. Appears to be used for actions that both have their own cooldown in addition to adhering to GCD. The action type to look up. The action ID to look up. A cooldown group ID, or -1 if invalid. Start a cooldown cycle for the specified action. Upon calling, the game will begin to track state in the relevant , which can be retrieved separately. Consult that struct's documentation for more information. This method should not be called by developers and is instead provided for hooking and API completeness. The type of action (generally, Spell) to trigger a cooldown for. The ID of the action to trigger a cooldown for. Check if a specific action is "off cooldown" and can be used again. This method will account for the slidecast window. The type of action to check. The ID of the action to check. Returns true if the action is off-cooldown or slidecastable. Check if the specified action's target is within range, if any. Will not check line of sight (performance reasons?). The action type to check against. The action ID to check against. Returns true if target constraints are satisfied, false otherwise. Calculate cooldown for an action, in milliseconds, optionally adjusted by various class mechanics. The type of action to check. The ID of the action to check. If true, applies various class mechanics (traits, etc). Calculate cast time for an action, in milliseconds, adjusted by player stats (haste, sks/sps, etc.) and optionally various class mechanics. The type of action to check. The ID of the action to check. If true, applies various class mechanics (procs, swiftcast, etc). If non-null and applyProcs is true, will be set to applied proc. Gets the number of charges currently accessible to the player for the specified action. For actions that do not use charges, this method will cap at 1. The Action ID to check against. Returns a uint. Check whether this action should be highlighted (showing "ants") in the UI or not. The action type to check. The action ID to check. Returns true if ants should be drawn, false otherwise. Returns the ID of the action present at the specified Duty Action slot. TODO: this is actually a static member function of the DutyActionManager class, move it there. The Duty Action slot number (0 or 1) to look up. Returns an Action ID. Calculate target position for area-targeted spell corresponding to current cursor position. If successful, contains coordinates of the point on the ground. Whether intersection with ground was found. If 'auto face target on action execution' config option is enabled, rotate character to face target. Target position ? Called every frame, responsible for ticking down timers (cooldowns, animation lock, etc) and executing queued action as soon as possible. Determine character's category for action targeting purposes; this is used by the game to determine whether a spell can be used on that target. Determine the extraParam argument to be used for UseActionLocation for various summon actions (carbuncle, eos, etc.) A struct representing information about recast timers/cooldowns for a specific RecastGroup. A recast group may be shared between one (or more) actions, depending on the group in question. A byte representing if this recast group is currently "active." When this is a non-zero value (true), this recast group is actively in cooldown. The last Action ID that triggered an update for this recast group. The current "elapsed" time of this action's recharge. For most actions, this value will be set to zero when the action is used. For actions with multiple charges, this value will give "credit" for unspent actions. For multi-charge actions, it helps to think of this field as representing the current value of a resource gauge. This value represents the "current level" of the resource gauge, with each second adding 1 unit to the gauge up until the maximum as defined in the field. When a normal action is cast, this gauge is "depleted" to zero. When a multi-charge action is cast, however, the appropriate value (defined by the action, but generally the recharge time) is subtracted from this value. The total number of seconds this recast group takes to go from "fully exhausted" to "fully charged." For most actions, this will simply be the adjusted recast time from (which displays in the tooltip UI as the "recast time"). Multi-charge actions such as Ninja's Mudra will show the total charge time (the Adjusted Recast Time multiplied by the number of charges this action has at max level). Note that the total value shown here depends on the last action used. For example, if a specific action is bound to the GCD but is faster/slower than the normal GCD, this value will be set accordingly. Continuing the resource gauge analogy from , this field would represent the "cap" of the resource gauge. For normal actions, the resource gauge must be completely filled before the action can be used again. Multi-charge actions will instead allow the gauge to charge to the maximum number of actions allowed. It is recommended to use over this field, as it handles an edge case in charge management. The index of and the RowId in the BGMScene sheet. 0 = Event
1 = Battle
2 = MiniGame (RhythmAction, TurnBreak)
3 = Content
4 = GFate
5 = Duel
6 = Mount
7 = Unknown, no xrefs
8 = Unknown, via packet (near PlayerState stuff)
9 = Wedding
10 = Town
11 = Territory
Inherited parent class accessor for CameraBase Field inherited from parent class CameraBase. Field inherited from parent class CameraBase. Field inherited from parent class CameraBase. Method inherited from parent class CameraBase. Field inherited from parent class CameraBase. Field inherited from parent class CameraBase. Field inherited from parent class CameraBase. Inherited parent class accessor for Camera Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Method inherited from parent class CameraBase. Field inherited from parent class CameraBase. Field inherited from parent class CameraBase. Field inherited from parent class CameraBase. Inherited parent class accessor for Camera Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Method inherited from parent class CameraBase. Inherited parent class accessor for CameraBase Field inherited from parent class CameraBase. Field inherited from parent class CameraBase. Field inherited from parent class CameraBase. Method inherited from parent class CameraBase. Inherited parent class accessor for CameraBase Field inherited from parent class CameraBase. Field inherited from parent class CameraBase. Field inherited from parent class CameraBase. Method inherited from parent class CameraBase. A single effect (damage, heal, status, miss, etc) an action had on a single target. A full set of effects an action had on a single target. Global result of a single action. Used in combination with target data: a list of GameObjectId's and sets of Effect's. The main entry point, called when receiving ActionEffectN server packets. Caster entity id. Caster pointer. Only relevant for area-targeted actions. Details of the action. Per-target effect list array. Contains header->NumTargets elements. Per-target effect id array. Contains header->NumTargets elements. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Inherited parent class accessor for Character Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class CharacterData. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class Character. Field inherited from parent class Character. The current (hard) target for this Character. This will not be set for the LocalPlayer. Developers should generally use over reading this field directly, as it will properly handle resolving the target for the local player. The current soft target for this Character. This will not be set for the LocalPlayer. Developers should generally use over reading this field directly, as it will properly handle resolving the soft target for the local player. Gets the (hard) target ID for this character. If this character is the LocalPlayer, this will instead read the target ID from the . Used for calculating ToT via /assist. Returns the object ID of this character's target. Gets the soft target ID for this character. If this character is the LocalPlayer, this will instead read the soft target ID from the . Returns the object ID of this character's target. Can only be used for Mounts, Minions, and Ornaments. Literally just checks if the game object at index - 1 is a character and returns that. Uses TransformationId, Tribe, BodyType, Sex and Height as well as RSP scaling values to calculate current height. Check if the character is using the World Visit system. Check if the character is using the Data Center Travel system. Check if the character is using the Cross-region Data Center Travel system. Gets the struct for this Character. May be null for certain Character subclasses, e.g. . Returns a pointer to a CastInfo struct, or null. Inherited parent class accessor for GameObject Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Inherited parent class accessor for CharacterData Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class CharacterData. Field inherited from parent class GameObject. Field inherited from parent class GameObject. The type of tagger, as represented in . Known values: 0 - Entity Not Tagged 1 - Character Tag (players, battle NPCs, etc.) 2 - Party Tag (PVP?) 4 - Observed, but unknown. The GameObjectID of the entity that currently has the combat tag on this character. May be set to a party ID if certain conditions are met (PVP?). See for information about the type of tagger. A tagger is generally the first entity to deal damage to this character, and will persist until that entity has died, at which point it will reset. Inherited parent class accessor for ContainerInterface Field inherited from parent class ContainerInterface. Used when the companion places itself on its owner's shoulder or head. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Inherited parent class accessor for Character Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class CharacterData. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class Character. Field inherited from parent class Character. Inherited parent class accessor for ContainerInterface Field inherited from parent class ContainerInterface. Called when Hide/Display Weapons when sheathed is toggled or /displayarms is used. When false, weapons will be turned visible, when true, they will be hidden. Called when Hide/Display Headgear is toggled or /displayhead is used. Almost always 0, but sometimes not? When false, the headgear will be turned visible, when true it will be hidden. Called when Manually Adjust Visor is toggled or /visor is used. When true, visor will be toggled on, when false it will be toggled off. Called when equipping facewear. The index of the glasses slot, usually 0. Row ID from the Glasses sheet. Inherited parent class accessor for ContainerInterface Field inherited from parent class ContainerInterface. Inherited parent class accessor for ContainerInterface Field inherited from parent class ContainerInterface. When using /facecamera, this is the rotation of the camera.
When editing banner and the character is following the camera (either with head or eyes), this field holds the position of the camera.
Inherited parent class accessor for ContainerInterface Field inherited from parent class ContainerInterface. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Inherited parent class accessor for Character Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class CharacterData. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class Character. Field inherited from parent class Character. If this is -1, returns . If this is 0, returns . If character is unmounted, it's hitbox radius is calculated to be this value multiplied by scale. > Uses TransformationId, Tribe, BodyType, Sex and Height as well as RSP scaling values to calculate current height of the owner character. Inherited parent class accessor for ContainerInterface Field inherited from parent class ContainerInterface. Inherited parent class accessor for ContainerInterface Field inherited from parent class ContainerInterface. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Field inherited from parent class CharacterData. Inherited parent class accessor for Character Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Field inherited from parent class Character. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class CharacterData. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Method inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Property inherited from parent class Character. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class Character. Field inherited from parent class Character. Inherited parent class accessor for ContainerInterface Field inherited from parent class ContainerInterface. Inherited parent class accessor for ContainerInterface Field inherited from parent class ContainerInterface. Computes height difference between the player the action timeline belongs to and target to height adjust emotes. The object id of the target of the emote. The row id of the executed emote. Returns 0 or one of the row ids for height adjustment for emotes (like kneeling to hug small objects). Inherited parent class accessor for ContainerInterface Field inherited from parent class ContainerInterface. Inherited parent class accessor for ContainerInterface Field inherited from parent class ContainerInterface. Unable to execute command under normal conditions. Unable to execute command while unconscious. Unable to execute command during an emote. Unable to execute command while mounted. Unable to execute command while crafting. Unable to execute command while gathering. Unable to execute command while melding materia. Unable to execute command while operating a siege machine. Unable to execute command while carrying an object. Unable to execute command while mounted. Unable to execute command while in that position. Unable to execute command while chocobo racing. Unable to execute command while playing a mini-game. Unable to execute command while playing Lord of Verminion. Unable to execute command while participating in a custom match. Unable to execute command while performing. Unable to execute command while occupied. Unable to execute command during combat. Unable to execute command while casting. Unable to execute command while suffering status affliction. Unable to execute command while suffering status affliction. Unable to execute command while occupied. Unable to execute command while occupied. Unable to execute command while occupied. Unable to execute command while occupied. Unable to execute command while bound by duty. Unable to execute command while occupied. Unable to execute command while in a dueling area. Unable to execute command while a trade is open. Unable to execute command while occupied. Unable to execute command while occupied. Unable to execute command while crafting. Unable to execute command while preparing to craft. Unable to execute command while gathering. Unable to execute command while fishing. Unable to execute command while between areas. Unable to execute command while stealthed. Unable to execute command while jumping. Unable to execute command while auto-run is active. Unable to execute command while occupied. Unable to execute command while between areas. Unable to execute command due to system error. Unable to execute command while logging out. Unable to execute command at this location. Unable to execute command while waiting for duty. Unable to execute command while bound by duty. Unable to execute command at this time. Unable to execute command while watching a cutscene. Unable to execute command while waiting for Duty Finder. Unable to execute command while creating a character. Unable to execute command while jumping. Unable to execute command while the PvP display is active. Unable to execute command while suffering status affliction. Unable to execute command while mounting. Unable to execute command while carrying an item. Unable to execute command while using the Party Finder. Unable to execute command while using housing functions. Unable to execute command while transformed. Unable to execute command while on the free trial. Unable to execute command while being moved. Unable to execute command while mounting. Unable to execute command while suffering status affliction. Unable to execute command while suffering status affliction. Unable to execute command while registering for a race or match. Unable to execute command while waiting for a race or match. Unable to execute command while waiting for a Triple Triad match. Unable to execute command while in flight. Unable to execute command while watching a cutscene. Unable to execute command while delving into a deep dungeon. Unable to execute command while swimming. Unable to execute command while diving. Unable to execute command while registering for a Triple Triad match. Unable to execute command while waiting for a Triple Triad match. Unable to execute command while participating in a cross-world party or alliance. Unable to execute command while playing duty record. Unable to execute command while casting. Unable to execute command in this state. Unable to execute command in this state. Unable to execute command in this state. Unable to execute command while role-playing. Unable to execute command while bound by duty. Unable to execute command while bound by duty. Unable to execute command while readying to visit another World. Unable to execute command while waiting to visit another World. Unable to execute command while using a parasol. Unable to execute command while bound by duty. Cannot execute at this time. Unable to execute command while wearing a guise. Unable to execute command while recruiting for a non-cross-world party. Command unavailable in this location. Unable to execute command while editing a portrait. Slots: Base = 0, UpperBody = 1, Facial = 2, Add = 3, 4-6 unknown purpose Lips = 7, Parts1 = 8, Parts2 = 9, Parts3 = 10, Parts4 = 11, Overlay = 12 0 = Torso
1 = Head
2 = Eyes
The current target for this character's gaze. Can be set independently of soft or hard targets, and may be set by NPCs or minions. For players, an action cast will generally target the LookTarget (which generally will be the soft target if set, then the hard target). Used when Type is .
Unlike other GameObjectIDs, this one appears to be set to fully 0 if the player is not looking at anything.
Used when Type is or . Get the last valid value for a specific type of pose. The type of pose. The returned value represents the count of the type of pose - 1. If bit 1 is set it does not display a log message. Method to get the player's current target's ObjectId. Will resolve the hard and soft targets, in that order, returning the first one that's set. Method to get the player's current target GameObject. Will resolve the hard and soft targets, in that order, returning the first one that's set. This bucket is known to contain the following items:
|-----------|--------|-------------------------|
| SpecialId | ItemId | Item Name |
|-----------|--------|-------------------------|
| 1 | 25199 | White Crafters' Scrip |
| 2 | 33913 | Purple Crafters' Scrip |
| 3 | 25200 | White Gatherers' Scrip |
| 4 | 33914 | Purple Gatherers' Scrip |
| 5 | 10307 | Centurio Seal |
| 6 | 41784 | Orange Crafters' Scrip |
| 7 | 41785 | Orange Gatherers' Scrip |
|-----------|--------|-------------------------|
This bucket is known to contain the following items:
|--------|-------------------------|
| ItemId | Item Name |
|--------|-------------------------|
| 30341 | Faux Leaf |
| 38534 | Sil'dihn Silver |
| 39885 | Shishu Coin |
| 21072 | Venture |
| 21073 | Ixali Oaknot |
| 21074 | Vanu Whitebone |
| 21075 | Sylphic Goldleaf |
| 21076 | Steel Amalj'ok |
| 21077 | Rainbowtide Psashp |
| 21078 | Titan Cobaltpiece |
| 21079 | Black Copper Gil |
| 21080 | Carved Kupo Nut |
| 21081 | Kojin Sango |
| 28186 | Fae Fancy |
| 28187 | Qitari Compliment |
| 28188 | Hammered Frogment |
| 41629 | MGF |
| 37854 | Omicron Omnitoken |
| 28063 | Skybuilders' Scrip |
| 26533 | Sack of Nuts |
| 38952 | Loporrit Carat |
| 21935 | Ananta Dreamstaff |
| 36656 | Trophy Crystal |
| 36657 | Arkasodara Pana |
| 21172 | Achievement Certificate |
| 21173 | |
| 26807 | Bicolor Gemstone |
| 41079 | Aloalo Coin |
| 22525 | Namazu Koban |
| 44472 | Pelu Pelplume |
|--------|-------------------------|
This bucket is known to contain the following items:
|--------|---------------------------|
| ItemId | Item Name |
|--------|---------------------------|
| 31135 | Bozjan Cluster |
| 33138 | |
| 37549 | Seafarer's Cowrie |
| 37550 | Islander's Cowrie |
| 37551 | Island Palm Leaf |
| 37552 | Island Apple |
| 37553 | Island Branch |
| 37554 | Island Stone |
| 37555 | Island Clam |
| 37556 | Island Laver |
| 37557 | Island Coral |
| 37558 | Islewort |
| 37559 | Island Sand |
| 37560 | Island Log |
| 37561 | Island Palm Log |
| 37562 | Island Vine |
| 37563 | Island Sap |
| 37564 | Island Copper Ore |
| 37565 | Island Limestone |
| 37566 | Island Rock Salt |
| 37567 | Island Sugarcane |
| 37568 | Island Cotton Boll |
| 37569 | Island Hemp |
| 37570 | Island Clay |
| 37571 | Island Tinsand |
| 37572 | Island Iron Ore |
| 37573 | Island Quartz |
| 37574 | Island Leucogranite |
| 37575 | Islefish |
| 37576 | Island Squid |
| 37577 | Island Jellyfish |
| 37578 | Island Alyssum |
| 37579 | Raw Island Garnet |
| 37580 | Island Spruce Log |
| 37581 | Island Hammerhead |
| 37582 | Island Silver Ore |
| 37583 | Island Popoto Set |
| 37584 | Island Cabbage Seeds |
| 37585 | Isleberry Seeds |
| 37586 | Island Pumpkin Seeds |
| 37587 | Island Onion Set |
| 37588 | Island Tomato Seeds |
| 37589 | Island Wheat Seeds |
| 37590 | Island Corn Seeds |
| 37591 | Island Parsnip Seeds |
| 37592 | Island Radish Seeds |
| 37593 | Island Popoto |
| 37594 | Island Cabbage |
| 37595 | Isleberry |
| 37596 | Island Pumpkin |
| 37597 | Island Onion |
| 37598 | Island Tomato |
| 37599 | Island Wheat |
| 37600 | Island Corn |
| 37601 | Island Parsnip |
| 37602 | Island Radish |
| 37603 | Sanctuary Fleece |
| 37604 | Sanctuary Claw |
| 37605 | Sanctuary Fur |
| 37606 | Sanctuary Feather |
| 37607 | Sanctuary Egg |
| 37608 | Sanctuary Carapace |
| 37609 | Sanctuary Fang |
| 37610 | Sanctuary Horn |
| 37611 | Sanctuary Milk |
| 37612 | Island Sweetfeed |
| 37613 | Island Greenfeed |
| 37614 | Premium Island Greenfeed |
| 37615 | Makeshift Net |
| 37616 | Makeshift Restraint |
| 37617 | Makeshift Soporific |
| 39224 | Island Resin |
| 39225 | Island Coconut |
| 39226 | Island Beehive Chip |
| 39227 | Island Wood Opal |
| 39228 | Multicolored Isleblooms |
| 39229 | Island Paprika Seeds |
| 39230 | Island Leek Set |
| 39231 | Island Paprika |
| 39232 | Island Leek |
| 39887 | Island Coal |
| 39888 | Island Shale |
| 39889 | Island Glimshroom |
| 39890 | Island Marble |
| 39891 | Island Mythril Ore |
| 39892 | Island Effervescent Water |
| 39893 | Island Spectrine |
| 39894 | Island Cave Shrimp |
| 39895 | Island Runner Bean Seeds |
| 39896 | Island Beet Seeds |
| 39897 | Island Eggplant Seeds |
| 39898 | Island Zucchini Seeds |
| 39899 | Island Runner Beans |
| 39900 | Island Beet |
| 39901 | Island Eggplant |
| 39902 | Island Zucchini |
| 41630 | Island Durium Sand |
| 41631 | Island Yellow Copper Ore |
| 41632 | Island Gold Ore |
| 41633 | Island Hawk's Eye Sand |
| 41634 | Island Crystal Formation |
| 41635 | Island Watermelon |
| 41636 | Island Sweet Popoto |
| 41637 | Island Broccoli |
| 41638 | Island Buffalo Beans |
| 41639 | Island Watermelon Seeds |
| 41640 | Island Sweet Popoto Set |
| 41641 | Island Broccoli Seeds |
| 41642 | Island Buffalo Bean Seeds |
| 41643 | Flawless Net |
| 41644 | Flawless Restraints |
| 41645 | Flawless Soporifics |
| 41668 | Felicitous Token |
|--------|---------------------------|
Used for items in only. For limited items only. Checks if the item is in any bucket. Fills data for a currency item. Only used in ProcessActorControlPacket. If -1, is used.
If 0, is used.
Otherwise, is used and this value is assigned to . The ID of the Item. The maximum amount of this currency a player can have. The amount of this currency currently held by the player. Wether the currency has a limit or not.
Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Inherited parent class accessor for LuaEventHandler Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Inherited parent class accessor for EventHandler Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Calculate a set of daily quests offered by the specified questgiver. Player character, isn't actually used by the function. Iterator (node pointer) to the questgiver entry. Pseudo-random seed. Whether player's current rank is greater than largest min rank requirement (this determines how quests from exclusive pool are picked). Player's current rank. True if it should only consider quests matching player's rank exactly (game uses this on the day player ranks up). Storage for the results. Should have enough space for 3 pointers! Number of found available quests. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Inherited parent class accessor for LuaEventHandler Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Inherited parent class accessor for ModuleBase Field inherited from parent class ModuleBase. Field inherited from parent class ModuleBase. When EventHandlerSelector is active, this function is used to select specific event handler to interact with. Index of the option in EventHandlerSelector singleton. Inherited parent class accessor for ModuleBase Field inherited from parent class ModuleBase. Field inherited from parent class ModuleBase. Singleton that manages selecting one of the multiple event handlers (eg. one of the several shops provided by a single vendor). Inherited parent class accessor for AtkEventInterface Method inherited from parent class AtkEventInterface. Inherited parent class accessor for EventHandler Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Inherited parent class accessor for GatheringEventHandler Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Inherited parent class accessor for Director Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class Director. Field inherited from parent class Director. Inherited parent class accessor for ModuleBase Field inherited from parent class ModuleBase. Field inherited from parent class ModuleBase. Inherited parent class accessor for EventHandler Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Inherited parent class accessor for ResourceEventListener Method inherited from parent class ResourceEventListener. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Inherited parent class accessor for LuaEventHandler Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Inherited parent class accessor for AtkEventInterface Method inherited from parent class AtkEventInterface. Inherited parent class accessor for AtkEventInterface Method inherited from parent class AtkEventInterface. Buy a bunch of items from the vendor. Note: BuyItemIndex field must be set before calling this function! Number of items to buy. Inherited parent class accessor for EventHandler Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Inherited parent class accessor for InventoryContextEvent Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. If true grants extra experience and bicolor gemstones (ShB and up) Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Inherited parent class accessor for Director Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class Director. Field inherited from parent class Director. Data is loaded on-demand inside GC Barracks RowId of GcArmyProgress RowId of GcArmyExpedition RowId of GcArmyMemberGrowExp RowId of GcArmyCandidateCategory RowId of GcArmyCaptureTactics Active Squadron Chemistry RowId of GcArmyExpeditionTrait Active Squadron Chemistry Condition RowId of GcArmyExpeditionTraitCond Inactive Squadron Chemistry RowId of GcArmyExpeditionTrait Inactive Squadron Chemistry Condition RowId of GcArmyExpeditionTraitCond Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Inherited parent class accessor for GoldSaucerDirector Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class Director. Field inherited from parent class Director. Gets the TerritoryTypeId of the house the player is currently standing at.
For indoor territories that were renovated, this returns the original location.
Gets the player owned house ids. The type of the estate. For type an index must be specified (currently either 0 or 1). Gets the airship voyage distance and time in pointers
Starting point is at 127 and then goes from 0-24
22 is not used as its the old Diadem
The point to calculate from The point to calculate to Speed of the airship to use The voyage time returned The voyage distance returned Does not return anything use full at times
Gets the airship survey duration The point to calculate 0-24. 22 is not used Speed of the airship to use Survey duration Gets the submarine voyage time
Each map uses 0 index as their starting point respectably.
Example: Deep-sea Site starts at 0 where Sea of Ash starts at 31 and so on.
This is related to that Deep-sea Site has 30 points and 1 starting location.
The point to calculate from The point to calculate to Speed of the submarine to use Voyage time
Gets the submarine voyage distance The point to calculate from The point to calculate to Voyage distance Gets the submarine survey duration The point to calculate Speed of the submarine to use Survey Duration Gets if the point is unlocked The point to check is unlocked or not True or False Gets if the point is unlocked The point to check is explored or not True or False Inherited parent class accessor for HousingTerritory Method inherited from parent class HousingTerritory. Gets the max time for the content in seconds Time in seconds Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Inherited parent class accessor for Director Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class ContentDirector. Field inherited from parent class ContentDirector. Field inherited from parent class ContentDirector. Inherited parent class accessor for InstanceContentDirector Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class Director. Method inherited from parent class ContentDirector. Field inherited from parent class Director. This field is stored in minutes Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Inherited parent class accessor for ContentDirector Field inherited from parent class ContentDirector. Field inherited from parent class ContentDirector. Field inherited from parent class ContentDirector. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class Director. Method inherited from parent class ContentDirector. Field inherited from parent class Director. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class ContentDirector. Field inherited from parent class ContentDirector. Field inherited from parent class ContentDirector. Inherited parent class accessor for InstanceContentDirector Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Field inherited from parent class InstanceContentDirector. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class Director. Method inherited from parent class ContentDirector. Field inherited from parent class Director. Returns pointer to the state, if bozja director is active and state is initialized; otherwise returns null. Use lost action from holster into specified duty action slot (slot is ignored for items, which are used directly). Index of the action in the holster (see HolsterActions array). Action slot (has to be 0 or 1). Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class ContentDirector. Field inherited from parent class ContentDirector. Field inherited from parent class ContentDirector. Inherited parent class accessor for PublicContentDirector Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Method inherited from parent class PublicContentDirector. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class Director. Method inherited from parent class ContentDirector. Field inherited from parent class Director. The ID of the ContentFinderCondition EXD that has popped. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Inherited parent class accessor for ContentDirector Field inherited from parent class ContentDirector. Field inherited from parent class ContentDirector. Field inherited from parent class ContentDirector. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class Director. Method inherited from parent class ContentDirector. Field inherited from parent class Director. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class LuaEventHandler. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class Director. Field inherited from parent class ContentDirector. Field inherited from parent class ContentDirector. Field inherited from parent class ContentDirector. Inherited parent class accessor for PublicContentDirector Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Field inherited from parent class PublicContentDirector. Method inherited from parent class PublicContentDirector. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class Director. Method inherited from parent class ContentDirector. Field inherited from parent class Director. Get the number of gearsets the player is permitted to have/use. Returns the number of gearsets the player can use. Gets the current maximum weekly number of limited tomestones tha player can earn. Gets the number of (limited) tomestones the user has acquired during the current reset cycle. Indicates whether this InventoryItem is symbolic, serving as a link to another InventoryItem
identified by and .
Only used if is false. Only used if is true. Only used if is true. Copies the values from the other InventoryItem and, if it's symbolic, resolves its linked item. Resolves a symbolic InventoryItem, returning a pointer to the linked InventoryItem or to itself if not symbolic. If the resolved InventoryItem is also symbolic, it will NOT resolve this one too.
Instead, this function must be called in a loop until the original InventoryItem is found ( == false).
Gets the condition from the original InventoryItem or itself if not symbolic. Gets the crafter's content id from the original InventoryItem or itself if not symbolic. Gets the stain from the original InventoryItem or itself if not symbolic. Gets the glamour id from the original InventoryItem or itself if not symbolic. Gets the materia id from the specified slot of the original InventoryItem or itself if not symbolic. Gets the materia grade from the specified slot of the original InventoryItem or itself if not symbolic. Gets the materia count from the original InventoryItem or itself if not symbolic. Restores an item from the Glamour Dresser and puts it back into the players inventory. The index of to restore. Returns true if the command was sent to the server, or false if the player already possess a unique item or if inventory space is insufficient. The current Sanctuary Rank of the player's island. Controls what buildings/items/recipes are or aren't available to the player, and represented by MJIRank. The XP earned towards the next Island Sanctuary rank. Resets to 0 upon leveling up the Sanctuary. The current progress of the player, as represented by MJIProgress. Appears to be bound to the island sanctuary "tutorial" more than anything. The current development level of the player's village on their island. Controls what building zones are available. Allowed building locations are part of the MJIBuildingPlace (+0x10) and MJILandmarkPlace (+0x10) Lumina sheets. The glamour ID applied to paths around the Island Sanctuary. Correlates to a subrow in MJIVillageAppearanceUI, row 0. The glamour ID applied to grounds around the Island Sanctuary. Correlates to a subrow in MJIVillageAppearanceUI, row 2. The glamour ID applied to slopes around the Island Sanctuary. Correlates to a subrow in MJIVillageAppeareanceUI, row 1. A bitfield representing all unlocked key items (MJIKeyItem) for the player. Backing field for , which should be used where possible. The index of this field will be (RowID - 1), so "Islekeep's Stone Hatchet" appears at position 0. A bitfield representing if a specific recipe (MJIRecipe) is unlocked. Backing field for , which should be used where possible. An array of booleans representing if a specific item is (un)locked. Locked/unavailable items are set to true, while those that are unlocked are false. This array is indexed by RowID from the MJIItemPouch table. An item appears to be unlocked upon being gathered or crafted for the first time. A sub-struct representing the Farm's (Cropland's) current state A sub-struct representing the Pasture's current state. Appears to be set if the pasture in it has any animal currently under care. The current daily care fee paid to the Creature Comforter for the pasture. The current daily care fee paid to the Produce Producer for the farm. The current number of hours remaining until a specific Landmark has finished construction. This value may be zero when there is either no construction or if construction is finished and the landmark needs to be "finalized" by the player. This array is indexed by the RowID of an MJILandmarkPlace. The RowID of the MJILandmark present at a specific MJILandmarkPlace. This array is indexed by the RowID of an MJILandmarkPlace. The current construction status of a landmark at a specific MJILandmarkPlace. This array is indexed by the RowID of an MJILandmarkPlace. The current rotation of a landmark at a specific MJILandmarkPlace. This array is indexed by the RTowId of an MJILandmarkPlace. Known values: 0 - Default 1 - 90 Degrees Clockwise 2 - 180 Degrees 3 - 90 Degrees Counterclockwise A struct representing the current state of workshops present on the island. See the struct documentation for more information on how to access this data. Note that this struct only provides mapping from a workshop ID to other data. A struct representing the current state of granaries present on the island. See the struct documentation for more information on how to access this data. The current level of the Cozy Cabin for the Island Sanctuary. This field is offset by 1 compared to the level present in MJIBuildings. Cabin Level 3 will actually have a value of 3 in this field. This is *probably* because Cabin Level 0 is "nonexistent"..? The current glamour cast on the Cozy Cabin (if any). Relates to the appropriate sub-row in MJIBuilding. This field is *not* offset by one like CabinLevel; Cabin Level 3 will report here as 2. A struct representing a list of workshops present in the Island Sanctuary. The struct provides a helper method to retrieve information about a single workshop (referenced by ID), but will otherwise allow querying a specific field by ID directly. The MJIBuildingPlace in which this particular building resides. If this building is not built, this value will be zero. The glamour level of a particular building. This value refers to a specific sub-row of MJIBuilding. This level is one less than the building's level; Workshop III will report as 2. Hours remaining in the construction/upgrade of a building. If the building is done or is not under construction, this value will be zero. The true level of a particular building. Like GlamourLevel, also refers to a specific sub-row of MJIBuilding. This level is one less than the building's level; Workshop III will report as 2. Report if a specific building is currently under construction. May report 1 while HoursToCompletion is 0 if the building needs to be "finalized" through user interaction. So far the only observed value for this field is 0 or 1, but more values may exist (?). Helper method to return all known information about a specific building at once. The index of the building to retrieve A struct representing a list of granaries present in the Island Sanctuary. The struct provides a helper method to retrieve information about a single granary (referenced by ID), but will otherwise allow querying a specific field by ID directly. Start care for specified slot, planting specified seed. Stop care for specified slot. Collect yield from a single slot. Collect yield from a single slot and stop care. Update expected total yield field - this is checked by the CollectAll function, which errors out if new items were gathered since last update. Try to collect yields from all slots. If this is false, does not perform the collection if any materials would overcap. False if allowOvercap is false and overcap would happen, true otherwise. Manager for Island Sanctuary (internally MJI). Reports if the player is currently on the Island Sanctuary. Represents the currently allowed visitors to the Island Sanctuary. The current mode (as listed in MJIHudMode) that the player is in. The currently-selected item for the player's gathering mode. Will only have a value if the gathering mode in question supports item usage. A struct representing landmark placements on the Island Sanctuary. Each index represents a specific landmark slot directly. Refer to for more information. This field's exact purpose is currently unknown, but seems to be related to either mapping or rendering logic. To that end, this field doesn't actually seem authoritative for determining what's going on - see et al for what seems to be used by system logic. A struct representing building placements on the Island Sanctuary. Each index represents a specific building slot directly. Refer to for more information. This field's exact purpose is currently unknown, but seems to be related to either mapping or rendering logic. To that end, this field doesn't actually seem authoritative for determining what's going on - see and for what seems to be used by system logic. A struct representing information about the cabin. Like MJIBuildingPlacements, the purpose of this field is unknown but it at least appears to behave like any other building placement. A struct representing farm (garden/cropland) placements on the current Island Sanctuary. A struct representing pasture placements on the current Island Sanctuary. Identical in behavior (hopefully) to that of A reference to the current set of popularity scores given to craftworks on the player's island. The actual popularity scores can be pulled from the MJICraftworksPopularity sheet using this value as a Row ID. Valid only if DemandDirty == false. A reference to the next cycle's popularity scores (called "predicted demand" in-game). Follows the same rules as . Valid only if DemandDirty == false. An array of bytes representing the current supply and demand shift for each craftwork that the player can create. Information for a specific item can be retrieved by querying the RowID for the item under inspection. Valid only if DemandDirty == false.

The current supply value is stored in the upper half of each byte, while the current demand shift is stored in the lower half.
The current day in the Craftworks cycle, from 0 to 6. 0 represents reset day (Tuesday). An array containing the currently-configured rest days for the Isleworks. Contains values 0 - 13, and is always in order. Like CurrentCycleDay, 0 represents Reset Day. 7, likewise, represents the next reset. This field may not be populated until the Craftworks have been opened at least once. The current groove level of the Isleworks. May not be present until the Isleworks is loaded at least once by the player. Retrieve an instance of IslandSanctuaryManager for consumption. Returns a pointer to the game's IslandSanctuaryManager instance. Check if a specific MJIRecipe is *unlocked*. Does not care if the item has been crafted. The recipe ID to check for. Returns true if the recipe can be crafted, false otherwise. Check if a specific item in the Island Pouch is (un)locked. See for more information. This method simply looks a value up from that array. The MJIItemPouch row ID to look up. Returns true if the item is locked and/or hidden to the player. Check if an item (by EXD item ID) is locked in Island Sanctuary. This method performs *no validation* that the Item passed to it is actually an Island Sanctuary item. This method performs an EXD lookup. If the Item is already known, it is better to query by the AdditionalData field of the Item to avoid the unnecessary call. The Item ID (from EXD) to look up. Returns true if the item is locked, false otherwise. Checks if a specific MJIFunction is unlocked and able to be used The RowID of the MJIFunction to check Returns true if the function is unlocked, false otherwise. Get a bitfield representing the currently-displayed minimap icons. Gets the total number of slots available in the Island Sanctuary pasture. Gets the total number of slots available Island Sanctuary farm. Request updated popularity and demand data. Schedule specified item to be crafted in a given workshop at a given time. MJICraftworksObject row id for object to be crafted. (slot + 17) % 24, where slot 0 is first hour of the cycle. 0-13 range, this/next week in order. 0-3 range. Request updated favor data. Check if a specific MJIKeyItem is unlocked by the player. This is manually implemented as the only place this key item check actually seems to exist in the code is (frustratingly) not within MJIManager. See E8 ?? ?? ?? ?? 84 C0 74 61 48 85 DB for the reference(-ish) implementation used here. The RowID of the MJIKeyItem to check. Returns true if the key item is unlocked. Return the Supply value for a specified craftwork. The Craftwork ID to look up Returns an enum value. Return the Demand Shift value for a specified craftwork. The Craftwork ID to look up Returns an enum value. A record of building population information at a specific Site ID. At load, the location of this specific building. Will update if a building is changed, but the exact mechanism of the update (and why it does such) is not currently known. The current SGB ID of this particular building. When a building is fully constructed, this will be the value present at offset +0x0C from MJIBuilding. While a building is under construction, however, the appropriate model (as determined by progress) will be shown from columns +0E, +10, +12, or +14. Can also be zero, if nothing is built in that location yet. A record of landmark population information at a specific Site ID. The RowID of the landmark currently present at the specified location. A record of landmark population information at a specific Site ID. The SGB ID of the model to use for this location Mapping from MJIAnimal row id to Item row ids for both leavings. Per-item totals of uncollected leavings. Key is Item sheet row id, value is total amount for all animals. An array representing all animals currently present in the pastures on the Island. An array representing which minions are currently out roaming the Island. This array is indexed by row ID from the Companion EXD sheet. See if information about minion locations is required. An array containing information on all the minion slots present on the Island Sanctuary. This array is indexed by an internal ID and does not appear to be grouped by location or similar. Collect all leavings gathered by mammets. Gets the current number of minions roaming the Island Sanctuary. Inherited parent class accessor for EventHandler Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Field inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Method inherited from parent class EventHandler. Row index in MJIAnimals sheet. Value representing the animal's current food level. Decreases once every hour. Appears to cap at 36. The animal's current mood. Ranges from 0 for "very unhappy" (lightning icon) to 4 for "very happy" (sun icon). True if there are some leavings that you can manually collect. True if this animal is managed by a mammet. True if mammet was paid for care already - if true, dismissing and re-entrusting won't cost anything. True if not cared for, either because mammet was not assigned, or because it was not paid. 0 if not under care, otherwise Item row id of used food. Number of leavings of each type automatically gathered by a mammet that are ready for collection. An internal ID used to track minion slots. May be set to 40 if the slot is currently empty or uninitialized. The MJIMinionPopAreaId that this minion currently resides in. Check if this specific Minion Slot contains a minion or not. Returns true if a minion is present, false otherwise. Inherited parent class accessor for GameObject Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Inherited parent class accessor for GameObject Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Should point to array that can fit up to 32 pointers. Num elements filled. Determines whether a ray intersects with the game object, either by checking the model's geometry or the object's approximate center position. The ray to test for intersection, containing both origin and direction. The output position where the intersection occurs, if any. A boolean output that indicates whether the intersection was checked against the model (true) or approximated via the object's center (false). true if the ray intersects with the game object; otherwise, false. Pointers to GameObjects, sorted by ObjectIndex. Contains null pointers for inactive indexes. Pointers to active GameObjects, sorted by GameObject.GetGameObjectId(). Pointers to active GameObjects with a valid GameObject.EntityId (!= E0000000), sorted by EntityId. Binary search for an object by GameObjectId, using the GameObjectId sorted list. Binary search for an object by EntityId, using the EntityId sorted list. Inherited parent class accessor for GatheringPointObjectImplBase Field inherited from parent class GatheringPointObjectImplBase. Field inherited from parent class GatheringPointObjectImplBase. Inherited parent class accessor for GameObject Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Inherited parent class accessor for HousingObject Field inherited from parent class HousingObject. Field inherited from parent class HousingObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Index in or depending on . Inherited parent class accessor for GameObject Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Inherited parent class accessor for GameObject Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Inherited parent class accessor for GameObject Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Method inherited from parent class GameObject. Field inherited from parent class GameObject. Field inherited from parent class GameObject. Get the Icon ID used for map icons in housing areas. Plot number, zero indexed. 127 for Apartment in main division, 128 for apartment in subdivision. IconId, or 0 if something went wrong Inherited parent class accessor for HousingTerritory Method inherited from parent class HousingTerritory. Used for Actions with SecondaryCostType 9 (Brunt Force and Deep Vigor). This behaves weirdly in that it does not reset but add on top when logging onto different characters, but does correspond to the number of accepted quests + prior accepted quests of other characters. > Get the current step in a specific quest. Will return 0 if the quest is not active (even if the quest has been completed prior). The quest ID to check. Returns a byte representing the current progression of the specified quest. This is a helper method to handle trimming uints down to the game-requested ushort. Checks if a specified quest has been accepted (and is active). This method does not check if the quest has been completed or not. The quest ID to check. Returns true if the quest has been accepted, false otherwise. This is a helper method to handle trimming uints down to the game-requested ushort. QuestRepeatFlag RowId / field from Quest sheet. Check if a recipe has been crafted (= completed) before. The RowId of the Recipe Sheet. Returns true if the recipe has been completed, false otherwise. Check if a GatheringItem has been gathered before. The RowId of the GatheringItem sheet. Returns true if the item has been gathered before, false otherwise. Check if a specific levequest has been completed. The RowId of the Leve Sheet. Returns true if the levequest has been completed, false otherwise. Get the time when the player will receive new leve allowances. Has to be multiplied by 60 for a unix timestamp.
Use or instead.
Get the time when the player will receive new leve allowances. A unix timestamp as . Get the time when the player will receive new leve allowances. A in the local time zone. Add 100 to get the correct value. Contains the Retainer.RetainerId of the last retainer to be selected. Counts the number of Retainers that have an assigned ID. Will return the Retainer referenced by LastSelectedRetainerId. The address where ServerRequestCallbackManager will write the response data to.
will handle the packet if you leave it at 0.
0x01: lose control (set if any active status has IsGaze flag set in sheet) Remove specified status, if it is possible to be removed by user interaction. Does all the sanity checks (that status is on player, is a buff that can be canceled, etc); on success status is removed from manager immediately. Id of status to remove. Source of status to remove (default value would remove first matching). Requests Achievement Progress from the server. Receives Achievement Progress requested with . Check if an achievement is complete. Achievement ID to check against. This is the ID from the Achievement table. Returns true if the achievement is complete. Check if the achievement data has been "loaded" from the server. The achievement data will only load when requested (so, when a player goes into the achievements menu). As such, before any check can take place, a developer must first validate that the achievement data is loaded. Generally, this will be when State == AchievementState.Loaded Returns true if the Achievement data has been retrieved. Represents the loaded state of Achievement Check if an item is stored in the player's armoire. The armoire item entry ID to check against. This is not an item ID but a specific ID from the Cabinet table. Returns true if the armoire contains the specified item. Check if the armoire is reporting as "loaded" from the server. The armoire will only load when requested (so, when a player goes to an inn room and chooses to add/remove an item or performs certain glamour operations). As such, before any check can take place, a developer must first validate that the armoire is loaded. Generally, this will be when State == CabinetState.Loaded Returns true if the armoire has been retrieved. Represents the loaded state of Cabinet Based on , either a row id of the ContentRoulette sheet for Roulettes or a row id of the ContentFinderCondition sheet for Duties. Inherited parent class accessor for AtkEventInterface Method inherited from parent class AtkEventInterface. Resets the PvE hotbars for the specified class, including all skills available at the specified class level. Will reset the hotbars written to disk! The ClassJobId to reset. The class level to reset to. Resets the PvP hotbars for the specified ClassJobId to their default values. Will reset the hotbars written to disk! Has no effect if the specified class job ID doesn't have PVP actions. The ClassJobId to reset. Inherited parent class accessor for ClearCallback Method inherited from parent class ClearCallback. Method inherited from parent class ClearCallback. Method inherited from parent class ClearCallback. Method inherited from parent class ClearCallback. 0 = Not set/Retainer, 3 = Companion (Buddy), 4 = Player Character PSN-Online-ID or Xbox-Gamertag Used for Grand Company rank. 0 = Male, 1 = Female Only valid when == 3. Only valid when == 3. Only valid when == 3. For easier access, use . Retrieves the value associated with the given key from ContentKeyValueData.
Only loaded inside the relevant content.

|-----|-------------|---------------------------| | Key | Content | Usage | |-----|-------------|---------------------------| | 1 | Eureka | Elemental Level | | 2 | Eureka | Is Elemental Level Synced | | 3 | Eureka | Time Remaining | | 4 | Bozja | Resistance Rank | | 5 | Bozja | Time Remaining | |-----|-------------|---------------------------|
Provides the number of minutes remaining on the penalty. 0 = Duty penalty
1 = Unknown Number of minutes left
Get the spell action id for character's current class limit break of specified level. Character whose class to check LB level (0 for LB1, 1 for LB2, 2 for LB3). Inherited parent class accessor for AtkEventInterface Method inherited from parent class AtkEventInterface. Inherited parent class accessor for AtkEventInterface Method inherited from parent class AtkEventInterface. Note: The game does not clear the data when a mark is completed.

Index Order is a little weird
The `A Realm Reborn Elite` was added after Heavensward
Others follow logical sequential order:
0 - A Realm Reborn Level 1
1 - Heavensward Level 1
2 - Heavensward Level 2
3 - Heavensward Level 3
4 - A Realm Reborn Elite
5 - Heavensward Elite
6 - Stormblood Level 1
7 - Stormblood Level 2
8 - Stormblood Level 3
9 - Stormblood Elite
10 - Shadowbringers Level 1
11 - Shadowbringers Level 2
12 - Shadowbringers Level 3
13 - Shadowbringers Elite
14 - Endwalker Level 1
15 - Endwalker Level 2
16 - Endwalker Level 3
17 - Endwalker Elite 18 - Dawntrail Level 1
19 - Dawntrail Level 2
20 - Dawntrail Level 3
21 - Dawntrail Elite
Mark Bill Index 0-22 Mob Index 0-4 Current kill count Mark Bill Index 0-22 MobHuntOrder Primary Row Id Mark Bill ItemId MaxMarkIndex Value Indicates Not Found PSN-Online-ID or Xbox-Gamertag 0 = Duty penalty
1 = Unknown
See also:
Row Id of ExVersion sheet 0 = Male, 1 = Female Row Id of Race sheet Row Id of Tribe sheet Row Id of ClassJob sheet Index is ExpArrayIndex from the ClassJob sheet. Index is ExpArrayIndex from the ClassJob sheet. Use Use Use Use Use Index is column 27 of ContentRoulette sheet.
See also:
Use Carrier Level of Delivery Moogle Quests Flag containing information about which DoH job the player is specialized in. Use these instead:


RowIds of WeeklyBingoOrderData sheet RowIds of WeeklyBingoRewardData sheet Bitflags of placed stickers. Use IsWeeklyBingoStickerPlaced(index) and WeeklyBingoNumPlacedStickers instead. Use GetWeeklyBingoExpireUnixTimestamp(), WeeklyBingoNumSecondChancePoints and HasWeeklyBingoJournal instead For easier access, use . 1 = Shadowbringers 2 = Endwalker 3 = Dawntrail Index is DohDolJobIndex from the ClassJob sheet. Retrieves the value associated with the given key from ContentKeyValueData.
Only loaded inside the relevant content.

|-----|-------------|------------------------------| | Key | Content | Usage | |-----|-------------|------------------------------| | 1 | Rival Wings | ManeuversArmor RowId | | 2 | Eureka | Effective Elemental Level | | 3 | Eureka | Is Elemental Level Synced | | 4 | Eureka | Current Elemental Level | | 5 | Bozja | Current Resistance Rank | |-----|-------------|------------------------------|
Returns whether the player is possessing the maximum amount of specialized souls. Returns whether the player is specialized in the given DoH ClassJob. The ClassJob row id of the DoH job to check. Returns whether the player is specialized in the given DoH ClassJob and has the specialization stone equipped. The ClassJob row id of the DoH job to check. Get the current state of a specific type of pose. The type of pose. The 0-based value of the pose. Check if a specific mount has been unlocked by the player. The ID of the mount to look up. Returns true if the mount has been unlocked. Check if a specific ornament (fashion accessory) has been unlocked by the player. The ID of the ornament to look up. Returns true if the ornament has been unlocked. Check if a specific orchestrion roll has been unlocked by the player. The ID of the roll to look up. Returns true if the roll has been unlocked. Check if a Secret Recipe Book (DoH Master Tome) is unlocked and (indirectly) if the player can craft recipes from that specific book. The ID of the book to check for. Can be retrieved from the SecretRecipeBook sheet. Returns true if the book is unlocked. Check if a Folklore Book (DoL Master Tome) is unlocked and (indirectly) if the player can find legendary nodes revealed by that book. The ID of the book to check for. Can be retrieved from GatheringSubCategory.Division Returns true if the book is unlocked. Only call this for FishParameter rows where IsInLog is true. Check if a specific McGuffin (Collectible/Curiosity) has been unlocked by the player. The ID of the McGuffin to look up, generally from the McGuffin sheet. Returns true if the McGuffin has been unlocked. Check if a particular Framer's Kit is unlocked and can be used. How IDs are located is a bit weird and not necessarily fully understood at time of writing. They appear on Framer Kit items in the AdditionalData field, and at +0 in BannerCondition EXDs when +0xE == 9. The kit ID to check for. Returns true if the framer's kit is unlocked. Returns whether all aether currents of a zone were discovered. Column 32 of TerritoryType Check if all vistas of an expansion in the Sightseeing Log have been discovered. AdventureExPhase RowId Check if a Sightseeing Log vista has been discovered. Index of the Adventure Row Check if a specific set of Glasses are unlocked. Internally, this will look up the associated GlassesStyle for the specified pair and check that it's valid and marked as unlocked in . The RowID of a set of glasses to check. Returns true if the specified glasses are unlocked, false otherwise. Incomplete task. Completed task, but sticker not placed. Completed task and sticker placed. Returns the value of the requested flag. The following modes have been found:
3 = second chance points
5 = whether player is in possession of the journal
Returns whether the Wondrous Tails Journal has expired or not. Returns the expiration of the players Wondrous Tails Journal as a unix timestamp. Returns whether the task is complete or not. Task index, starting at 1. Returns the stored state of the indexed task. Task index, starting at 0. Returns the experience multiplier. The experience reward is being calculated as: Current Job Experience / 100 * WeeklyBingoExpMultiplier Returns the expiration of the players Wondrous Tails Journal as UTC DateTime. Returns the current number of second chance points. Returns whether the player is in possession of the journal or not. Returns the number of placed stickers. Returns whether the player is any kind of Mentor (Battle or Trade Mentor). Returns whether the player is a Battle Mentor. Returns whether the player is a Trade Mentor. Returns whether the player is a novice (aka. Sprout or New Adventurer).
Can be false if /nastatus was used to deactivate it.
Returns whether the player is a returner. Returns whether the specified PlayerStateFlag is set. The PlayerStateFlag to check. Inherited parent class accessor for AtkEventInterface Method inherited from parent class AtkEventInterface. Gets the current PvP rank for the active Grand Company. Gets the total accumulated PvP experience for the active Grand Company. Gets the experience for the current PvP rank for the active Grand Company. Gets the needed experience for the current PvP rank for the active Grand Company. Gets the current PvP Series rank. Gets the claimed PvP Series rank. Gets the current PvP Series rank experience. Returns whether the player had a rank last PvP Series. Gets the previous PvP Series achieved rank. Gets the previous PvP Series claimed rank. Inherited parent class accessor for AtkEventInterface Method inherited from parent class AtkEventInterface. Inherited parent class accessor for AtkEventInterface Method inherited from parent class AtkEventInterface. Inherited parent class accessor for AtkEventInterface Method inherited from parent class AtkEventInterface. Territories have aetherstream coordinates X and Y, an associated ExpansionValue and an associated Plane in TerritoryTypeTelepo. Planes have relays described in the TelepoRelay sheet, every pair of planes has an associated entry territory, exit territory and cost organized in a 6x6 matrix. If planes are the same, the cost function is f(Entry, Exit) := `100 + AetherStreamDistance * Max(1000, EntryExpansionValue + ExitExpansionValue + 600) / 5000`. If planes differ, the cost computes as f(Entry, Exit) := f(Entry, EntryRelay(EntryPlane, ExitPlane)) + Cost(EntryPlane, ExitPlane) + f(ExitRelay(EntryPlane, ExitPlane), Exit). Then, the growth is halved after 1000, i.e. if f(Entry, Exit) > 1000, then return (f(Entry, Exit) - 1000) / 2 + 1000 instead. Additionally, if is true, the cost is quartered, and if is true, the cost is halved. Contains the PlaceName values of where the player is currently located. For example, used for housing subdivisions. Inherited parent class accessor for AtkEventInterface Method inherited from parent class AtkEventInterface. Checks to see if an unlock link is unlocked, or if the passed value is greater than 0x10000, checks if the quest is completed. The unlock link or quest ID to check. If the quest is not complete, check for at least this level of progress in the quest (using . If this parameter is 0, the quest must have been completed. Exact purpose unknown, but appears to be a flag to respect Unlock Flag 245 (ignore quest progression?) for quest-based checks. Virtually always true in game code. Returns true if the unlock link is unlocked or if the quest is completed. Check an item (by EXD row) to see if the action associated with the item is unlocked or "obtained/registered." This method will call EXD, so the usual caveats there apply. Where possible, use a by-ID check as they're generally faster and/or rely less on EXD. A pointer to an EXD row for an item, generally retrieved from . Returns a value denoting this item's unlock status from the below table: ValueMeaning 1The item is unlocked/registered. 2The item is not unlocked/registered, but can be. 3Unknown, possibly "information not loaded yet." 4The item does not have an unlock status. Check if a Triple Triad card is obtained by the character. The ID of the card (technically, of TripleTriadCardResident) to check against. Returns true if the card is unlocked. Check if an emote (by ID) is unlocked. This method *will* perform an EXD get. If the unlock link is known it is better to call in order to prevent the extra call, as it performs functionally the same checks. The ID of the emote to check for. Returns true if the emote is unlocked. Check if a aetheryte is unlocked for the current character. The ID of the aetheryte to check for. Returns true if the specified aetheryte is unlocked. Check if a HowTo is unlocked for the current character. The ID of the HowTo to check for. Returns true if the specified HowTo is unlocked. Check if a companion (minion) is unlocked for the current character. The ID of the companion/minion to check for. Returns true if the specified minion is unlocked. Check if the player has seen the cutscene before. Only tracks skippable cutscenes (for that, check if WorkIndex is not 0 in CutsceneWorkIndex sheet). RowId of the Cutscene Returns true if the player has seen the cutscene before, otherwise false. Requests timestamps for and . The weather changes every 8 hours. Checks if the specified TerritoryType has individual weather. Gets the IndividualWeather id for the specified TerritoryType, if it has one. Gets the Weather id for the specified TerritoryType and hour. The id of the TerritoryType to check the weather for. An hour offset. (0 = Now, 8 = some time after the next weather change) The id of a row in the Weather sheet. Gets the Weather id for the specified TerritoryType and daytime. The id of the TerritoryType to check the weather for. A daytime offset.
0 = Now
1 = In 8 hours (some time after the next weather change)
2 = In 16 hours
3 = In 24 hours All this function does, is to call with daytimeIndex * 8 as offset. The id of a row in the Weather sheet.
Inherited parent class accessor for HousingTerritory Method inherited from parent class HousingTerritory. Points to Max 82 in the array Gets the registered time as a object Gets the return time as a object Gets the registered time as a object Gets the return time as a object Inherited parent class accessor for ContainerInterface Method inherited from parent class ContainerInterface. Method inherited from parent class ContainerInterface. Method inherited from parent class ContainerInterface. Method inherited from parent class ContainerInterface. Method inherited from parent class ContainerInterface. Inherited parent class accessor for ContainerInterface Method inherited from parent class ContainerInterface. Method inherited from parent class ContainerInterface. Method inherited from parent class ContainerInterface. Method inherited from parent class ContainerInterface. Method inherited from parent class ContainerInterface. Inherited parent class accessor for ContainerInterface Method inherited from parent class ContainerInterface. Method inherited from parent class ContainerInterface. Method inherited from parent class ContainerInterface. Method inherited from parent class ContainerInterface. Method inherited from parent class ContainerInterface. A constant buffer (or cbuffer), which is used to send values to shaders. Usually contains 4*n floats. A helper to manipulate a constant buffer that holds contents of a known type. Type of the cbuffer's contents. Usually a container of floats or vectors thereof. For constants : size, in 4-float registers. For others : seems unused. Cross-reference this with . Cross-reference this with and . For constants : size, in 4-float registers. For others : seems unused. Can be > ActualWidth, for example on render targets with dynamic resolution. Can be > ActualHeight, for example on render targets with dynamic resolution. Inherited parent class accessor for Notifier Field inherited from parent class Notifier. Field inherited from parent class Notifier. Can also be R16_TYPELESS or R16_UNORM depending on context. Can also be R24G8_TYPELESS or R24_UNORM_X8_TYPELESS depending on context. Can also be R16_TYPELESS or R16_UNORM depending on context. Can also be R24G8_TYPELESS or R24_UNORM_X8_TYPELESS depending on context. Can also be R24G8_TYPELESS or R24_UNORM_X8_TYPELESS depending on context. Non-exhaustive list of physics groups Inherited parent class accessor for BaseRenderer Inherited parent class accessor for ReferencedClassBase Field inherited from parent class ReferencedClassBase. Represents a renderer material. This structure is the header of a memory block of size sizeof(Material) + sizeof(uint) * ShaderKeyCount + sizeof(Material.TextureEntry) * TextureCount. On construction, ShaderKeyCount is determined by , and TextureCount is the number of with == . Cross-reference this with . The resource handle this material was instantiated from. Its will be the current structure. Each of these values corresponds to a key in , in the same order. Adjusts sampler flags in the same way as the mtrl loader. Inherited parent class accessor for ReferencedClassBase Field inherited from parent class ReferencedClassBase. Inherited parent class accessor for ReferencedClassBase Field inherited from parent class ReferencedClassBase. Indices of for well-known constant buffers. The g_LightDirection constant buffer (CRC: 0xEF4E7491). The g_WorldViewMatrix constant buffer (CRC: 0x76BB3DC0). The g_JointMatrixArray constant buffer (CRC: 0x88AA546A). The g_JointMatrixArrayPrev constant buffer (CRC: 0xB531360D). The g_WrinklessWeightRate constant buffer (CRC: 0x17FB799E). The g_AuraParam constant buffer (CRC: 0x07EF6FA3). The g_InstancingMatrix constant buffer (CRC: 0x8413183B). The g_PrevInstancingMatrix constant buffer (CRC: 0xC38E361C). The g_SelectionModelParameter constant buffer (CRC: 0x04543FA3). Indices of for well-known samplers/textures. The g_SamplerFinalColor sampler/texture (CRC: 0x8EA9DF48). The g_CompositeCommonSampler sampler (CRC: 0x7FE24A4B). The g_SamplerAuraTexture texture (CRC: 0x07A92F70). The g_SamplerAuraTexture1 texture (CRC: 0x01DCD829). The g_SamplerAuraTexture2 texture (CRC: 0x98D58993). The g_SamplerNormal sampler/texture (CRC: 0x0C5EC1F1). The g_SamplerIndex sampler/texture (CRC: 0x565F8FD8). The g_SamplerViewPosition sampler/texture (CRC: 0xBC615663). The g_SamplerDepthWithWater sampler/texture (CRC: 0xE4B2A798). of the g_LightDirection constant buffer (CRC: 0xEF4E7491). of the g_WorldViewMatrix constant buffer (CRC: 0x76BB3DC0). of the g_JointMatrixArray constant buffer (CRC: 0x88AA546A). of the g_SelectionModelParameter constant buffer (CRC: 0x04543FA3). of the g_SamplerNormal sampler/texture (CRC: 0x0C5EC1F1). of the g_SamplerIndex sampler/texture (CRC: 0x565F8FD8). of the g_SamplerViewPosition sampler/texture (CRC: 0xBC615663). Inherited parent class accessor for BaseRenderer Use instead. Inherited parent class accessor for Notifier Field inherited from parent class Notifier. Field inherited from parent class Notifier. Field inherited from parent class ReferencedClassBase. Inherited parent class accessor for Camera Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Field inherited from parent class Camera. Inherited parent class accessor for ReferencedClassBase Field inherited from parent class ReferencedClassBase. Inherited parent class accessor for BaseRenderer Inherited parent class accessor for BaseRenderer Inherited parent class accessor for BaseRenderer Inherited parent class accessor for Object Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Method inherited from parent class Object. Property inherited from parent class Object. Caveat: this method will dereference a null pointer if determining the MTRL file path involves an IMC lookup and it is not called at the "right" moment. Caveat: this method will dereference a null pointer if determining the MTRL file path involves an IMC lookup and it is not called at the "right" moment. Caveat: this method will dereference a null pointer if determining the MTRL file path involves an IMC lookup and it is not called at the "right" moment. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Inherited parent class accessor for DrawObject Field inherited from parent class DrawObject. Method inherited from parent class Object. Property inherited from parent class Object. Property inherited from parent class DrawObject. Property inherited from parent class DrawObject. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class DrawObject. Inherited parent class accessor for CharacterBase Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class Object. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Property inherited from parent class Object. Property inherited from parent class DrawObject. Property inherited from parent class DrawObject. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Inherited parent class accessor for Object Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Method inherited from parent class Object. Property inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Inherited parent class accessor for DrawObject Field inherited from parent class DrawObject. Method inherited from parent class Object. Property inherited from parent class Object. Property inherited from parent class DrawObject. Property inherited from parent class DrawObject. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Inherited parent class accessor for DrawObject Field inherited from parent class DrawObject. Method inherited from parent class Object. Property inherited from parent class Object. Property inherited from parent class DrawObject. Property inherited from parent class DrawObject. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class DrawObject. Inherited parent class accessor for CharacterBase Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class Object. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Property inherited from parent class Object. Property inherited from parent class DrawObject. Property inherited from parent class DrawObject. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class DrawObject. Inherited parent class accessor for CharacterBase Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class Object. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Property inherited from parent class Object. Property inherited from parent class DrawObject. Property inherited from parent class DrawObject. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class DrawObject. Inherited parent class accessor for CharacterBase Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Field inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class Object. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Method inherited from parent class CharacterBase. Property inherited from parent class Object. Property inherited from parent class DrawObject. Property inherited from parent class DrawObject. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Property inherited from parent class CharacterBase. Inherited parent class accessor for Object Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Field inherited from parent class Object. Method inherited from parent class Object. Property inherited from parent class Object. Inherited parent class accessor for FileLayerGroupInstance Field inherited from parent class FileLayerGroupInstance. Field inherited from parent class FileLayerGroupInstance. Field inherited from parent class FileLayerGroupInstance. Field inherited from parent class FileLayerGroupInstance. Property inherited from parent class FileLayerGroupInstance. Inherited parent class accessor for FileLayerGroupInstance Field inherited from parent class FileLayerGroupInstance. Field inherited from parent class FileLayerGroupInstance. Field inherited from parent class FileLayerGroupInstance. Field inherited from parent class FileLayerGroupInstance. Property inherited from parent class FileLayerGroupInstance. Inherited parent class accessor for FileLayerGroupInstance Field inherited from parent class FileLayerGroupInstance. Field inherited from parent class FileLayerGroupInstance. Field inherited from parent class FileLayerGroupInstance. Field inherited from parent class FileLayerGroupInstance. Property inherited from parent class FileLayerGroupInstance. Field inherited from parent class FileLayerGroupInstance. Field inherited from parent class FileLayerGroupInstance. Field inherited from parent class FileLayerGroupInstance. Field inherited from parent class FileLayerGroupInstance. Inherited parent class accessor for FileLayerGroupInstanceTriggerBox Field inherited from parent class FileLayerGroupInstanceTriggerBox. Field inherited from parent class FileLayerGroupInstanceTriggerBox. Property inherited from parent class FileLayerGroupInstance. A set of instances used together. Can be nested up to 4 levels deep. Each prefab is a scene, however it has some limitations (only single embedded layer group with a single layer is supported). Inherited parent class accessor for ILayoutInstance Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Inherited parent class accessor for ResourceEventListener Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Property inherited from parent class ILayoutInstance. A simple static model with an optional collider. Inherited parent class accessor for ILayoutInstance Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Property inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Inherited parent class accessor for TriggerBoxLayoutInstance Field inherited from parent class TriggerBoxLayoutInstance. Field inherited from parent class TriggerBoxLayoutInstance. Field inherited from parent class TriggerBoxLayoutInstance. Field inherited from parent class TriggerBoxLayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class TriggerBoxLayoutInstance. Property inherited from parent class ILayoutInstance. Property inherited from parent class TriggerBoxLayoutInstance. Property inherited from parent class TriggerBoxLayoutInstance. Layer is a flat list of instances that are always loaded together. Inherited parent class accessor for IManagerBase Field inherited from parent class IManagerBase. Field inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Base class for various collision-only instances. Inherited parent class accessor for ILayoutInstance Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Field inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Method inherited from parent class ILayoutInstance. Property inherited from parent class ILayoutInstance. An instance of a loaded level. Ultimately describes a set of 'instances' (pieces of static geometry, lights, vfx, etc), organized in layers. Inherited parent class accessor for IManagerBase Field inherited from parent class IManagerBase. Field inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Root level manager for 'layouts' (loaded levels with static geometry). Tries to get it from first, then from . is a pointer to an array of 4 s. Inherited parent class accessor for IManagerBase Field inherited from parent class IManagerBase. Field inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Inherited parent class accessor for IManagerBase Field inherited from parent class IManagerBase. Field inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Method inherited from parent class IManagerBase. Gets current instance
Does NOT invoke network request
Current instance or 0 for non instanced zones
This class is the low level handler for sound related functions and abstracts from the operating system. The functions in this class are not intended by SE to be used directly and do not have proper checks for correct values. Calculates effective volume The specific sound channel. This is different from the channels visible to the user Volume in the ange 0-1 Sets channel volume The specific sound channel. This is different from the channels visible to the user Volume in the ange 0-1 unknown Inherited parent class accessor for ResourceEventListener Method inherited from parent class ResourceEventListener. Field inherited from parent class ConfigBase. Field inherited from parent class ConfigBase. Field inherited from parent class ConfigBase. Field inherited from parent class ConfigBase. Inherited parent class accessor for DevConfig Method inherited from parent class ConfigBase. Field inherited from parent class ConfigBase. Field inherited from parent class ConfigBase. Field inherited from parent class ConfigBase. Field inherited from parent class ConfigBase. Inherited parent class accessor for SystemConfig Field inherited from parent class SystemConfig. Field inherited from parent class SystemConfig. Field inherited from parent class SystemConfig. Method inherited from parent class ConfigBase. This class is a high level abstraction of sound and window systems. And handles sanity checks before propagating values to the more low-level classes respectively Fade is an optional full-screen overlay blended on top of the rendered image. Alpha of the overlay is equal to FadeColor.W - FadeCurrent. Cutscene Audio Language (-1 indicates to use ClientLanguage) Ring buffer of window mode update operations. Sets the volume if volume is in the allowed range Indicates which volume to set Volume in range 0-100, -1 indicates to read the configuration value Wether the new volume should be written to system configuration Each value represents one volume slider in the system configuration, expect master volume.
Inherited parent class accessor for Task Field inherited from parent class Task. Field inherited from parent class Task. Field inherited from parent class Task. Field inherited from parent class Task. Field inherited from parent class Task. Inherited parent class accessor for ChangeEventInterface Field inherited from parent class ChangeEventInterface. Field inherited from parent class ChangeEventInterface. Method inherited from parent class Task. Frame time (in seconds) to use for calculating animations, tasks, game logic and such. This is not necessarily the real time since the last frame. Holds the unaltered real time since last frame in seconds. If set to anything non-zero, overrides . Has lower precedence than . If non-zero is multiplied with this. If true is set to 0. If set to anything non-zero, overrides . If negative is used and 60fps as a fallback. Unlike , this applies only to the next frame, and is reset to zero on next tick. Set if IsSteam was set for this instance as part of SetupSteamApi. Set even if loading the Steam API fails for some reason. Access the Steam API wrapper/interface. The struct backed by this API should not be considered stable. If you use this, you are signing up for API breakage. Handle (type HMODULE) of steam_api64.dll Checks if the Steam API has been initialized by checking whether the pointer is valid, and whether the sub-struct reports itself as ready. Returns true if the API is ready, false otherwise. Set up the Steam API for the current game instance. This is automatically called when `IsSteam=1` is passed to the game, but can be called manually in certain cases. Note that this function *will* re-initialize the Steam API, so ensure that the state is checked via before calling it. This method will also set to true, though this seemingly has no effect (??). Returns true if the API was initialized successfully, false otherwise. Inherited parent class accessor for Task Field inherited from parent class Task. Field inherited from parent class Task. Field inherited from parent class Task. Field inherited from parent class Task. Field inherited from parent class Task. Method inherited from parent class Task. Inherited parent class accessor for ClipBoardInterface Method inherited from parent class ClipBoardInterface. Method inherited from parent class ClipBoardInterface. Method inherited from parent class ClipBoardInterface. Method inherited from parent class ClipBoardInterface. Writes to the system clipboard.
Currently, this is unused; this might as well be a static function, but all uses of it are indirect.
[in] The string to copy with payloads. [inout] The copied string without payloads.
Retrieves the current system clipboard text.
Currently, is updated after this call.
The text retrieved from the system clipboard.
Sets the copy staging text.
Currently, this effectively copies to .
[in] The text.
Sets the copy staging text to the system clipboard.
Currently, this effectively calls , using as both parameters.
Inherited parent class accessor for KeyboardDeviceInterface Inherited parent class accessor for RepeatCounter Inherited parent class accessor for MouseDeviceInterface Inherited parent class accessor for InputDevice Inherited parent class accessor for RepeatCounter Inherited parent class accessor for PadDeviceInterface Inherited parent class accessor for InputDevice Inherited parent class accessor for RepeatCounter Method inherited from parent class PadDeviceInterface. Sets the vibration levels. Speed of the right motor in percent (0 - 100). Speed of the left motor in percent (0 - 100). Inherited parent class accessor for SoftKeyboardDeviceInterface Method inherited from parent class SoftKeyboardDeviceInterface. Method inherited from parent class SoftKeyboardDeviceInterface. Method inherited from parent class SoftKeyboardDeviceInterface. Method inherited from parent class SoftKeyboardDeviceInterface. Method inherited from parent class SoftKeyboardDeviceInterface. Method inherited from parent class SoftKeyboardDeviceInterface. Method inherited from parent class SoftKeyboardDeviceInterface. Method inherited from parent class SoftKeyboardDeviceInterface. Controls whether the game will let the player take a screenshot. Set to true when a screenshot has been enqueued. The timestamp of the last screenshot. The function to be called when a screenshot is completed. Set to null after being called. The file format that screenshots should be taken in. Set by config key ScreenShotImageType on scheduling. The location that the last screenshot was written to. Inherited parent class accessor for Task Field inherited from parent class Task. Field inherited from parent class Task. Field inherited from parent class Task. Field inherited from parent class Task. Field inherited from parent class Task. Method inherited from parent class Task. All RGB values in this structure are pre-squared. The instantiated material. Its will be the current structure. Size of the memory block that contains the texture and attribute set entries, the strings, the additional data and the data set. Inherited parent class accessor for ResourceHandle Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Inherited parent class accessor for ResourceHandle Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Inherited parent class accessor for ResourceHandle Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Inherited parent class accessor for ResourceHandle Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Inherited parent class accessor for ResourceHandle Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Inherited parent class accessor for ResourceHandle Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Field inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Method inherited from parent class ResourceHandle. Inherited parent class accessor for SchedulerState Inherited parent class accessor for TimelineController Field inherited from parent class TimelineController. Inherited parent class accessor for SchedulerState Returns the data from the contained resource handle or null. The length of the returned data. String length including null terminator. String length not including null terminator. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Inherited parent class accessor for AddonActionBarX Field inherited from parent class AddonActionBarX. Field inherited from parent class AddonActionBarX. Field inherited from parent class AddonActionBarX. Field inherited from parent class AddonActionBarX. Field inherited from parent class AddonActionBarX. Field inherited from parent class AddonActionBarX. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AddonActionBarBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AddonActionBarX. Bitfield representing currently active pulses. The ID of the hotbar in RaptureHotbarModule that this ActionBar is currently referencing. Changes when cycling to other bars. This field is ignored for WHXBs. Whether the current hotbar is considered a "shared" hotbar or not. Trigger the "pulse" effect for the specified hotbar slot, similar to what happens on hotbar slot keypress. Note that this method *CAN* trigger pulses on hotbar slots that don't have an item in them! A zero-indexed value of which slot to pulse. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. The current layout (columns x rows) of this specific hotbar. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonActionBarBase Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AddonActionBarBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. The current selection state of the Cross hotbar. Calls but adjusts for the "cycle" options. Anytime the client calls GetBarTarget(), it always adjusts the result in this way before actually using it. Accepts a value representing the Expanded Hold Controls or WXHB configuration, and converts that value into the corresponding hotbar ID and a bool indicating which half of the bar to reference. A value from 1-20.
1-16 represent each half of the eight Cross Hotbar sets.
17-20 represent the Cycle Up/Down options. True = left side of target bar, False = right side of target bar The hotbar ID () of the set of actions assigned to this input.
The Cycle Up/Down options will return the values 18 or 19, which are not actual bar IDs. You can use instead to account for this.
Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonActionBarBase Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AddonActionBarBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Possible selection states for the Cross Hotbar. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Indicates whether this bar is selected. Set to 1 when the WXHB is showing the directional pad inputs as well as the action button inputs. The ID of the hotbar in that this action bar is currently referencing. Use the left side (slots 0-7) of the hotbar specified in . In effect, when this is false, it means any given HotBarSlot will be at index +8 from the index in the UI. Set to 1 when the WXHB is in "merged positioning" mode with the normal cross hotbar. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonActionBarBase Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Field inherited from parent class AddonActionBarBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AddonActionBarBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkManagedInterface Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkManagedInterface. Method inherited from parent class AtkManagedInterface. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkManagedInterface Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkManagedInterface. Method inherited from parent class AtkManagedInterface. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Base struct for all job gauge addons. Base struct containing the data that each particular gauge relies on.
Base struct for the gauges themselves.
The majority of the fields in any given gauge will be pointers to Nodes and Components within its addon, but data values are usually sprinkled in too.
Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. ACN / SCH - Aetherflow Gauge
NOTE: this loads the UldResourceHandle "JobHudSCH0"
Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. SCH - Faerie Gauge
NOTE: this loads the UldResourceHandle "JobHudSCH1"
Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. SMN - Aetherflow Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. SMN - Trance Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. AST - Arcana Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. BLM - Elemental Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. BLM - Astral Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. BRD - Song Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. DNC - Step Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. DNC - Fourfold Feathers Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. DRG - Dragon Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. DRK - Blood Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. DRK - Darkside Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. GNB - Powder Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. MCH - Heat Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. MNK - Beast Chakra Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. MNK - Chakra Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. NIN - Ninki Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. NIN - Kazematoi Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. PCT - Canvases Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. PCT - Palette Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. PLD - Oath Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. RDM - Balance Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. RPR - Soul Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. RPR - Death Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. SAM - Kenki Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. SAM - Sen Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. SGE - Eukrasia Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. SGE - Addersgall Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. VPR - Vipersight Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. VPR - Serpent Offerings Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. WAR - Beast Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. WHM - Healing Gauge Inherited parent class accessor for AddonJobHudGaugeData Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Inherited parent class accessor for AddonJobHudGauge Field inherited from parent class AddonJobHudGauge. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AddonJobHud Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Field inherited from parent class AddonJobHud. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Used when creating a new macro from a blank state. Array of default icons, used when no macro icon command is used. Note: Value is only set when changing page. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. & 0x1 - Update
& 0x2 - Update Colors
& 0x1 - Is prefix title
& 0x8 - Use Depth-based Priority (terrain obstruction)
& 0x80 - Hide title
& 0x100 - Disable Alternate Part Id
& 0x1 - Draw name text
& 0x2 - Draw gauge
& 0x4 - Unknown, seems to be set 1-2 frames after node appears
& 0x1 - Update
& 0x2 - Update Colors
& 0x1 - Is prefix title
& 0x8 - Use Depth-based Priority (terrain obstruction)
& 0x80 - Hide title
& 0x100 - Disable Alternate Part Id
& 0x1 - Draw name text
& 0x2 - Draw gauge
& 0x4 - Unknown, seems to be set 1-2 frames after node appears
Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkManagedInterface Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkManagedInterface. Method inherited from parent class AtkManagedInterface. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inventory NQ/HQ Recipe Result Count [ex: "0\n\ue03c0", "\ue03c" being the HQ symbol] The HQ value is not present on items that cannot be HQ [ex: "0"] Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkManagedInterface Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkManagedInterface. Method inherited from parent class AtkManagedInterface. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkManagedInterface Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkManagedInterface. Method inherited from parent class AtkManagedInterface. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AtkUnitBase Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Method inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Property inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Field inherited from parent class AtkUnitBase. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. The index of the gearset in a filtered list of only enabled gearsets. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. |---------------|---------------|--------------------|-----------------------| | Dataset Index | Dataset Usage | Row Sheet | SupplementalRow Sheet | |---------------|---------------|--------------------|-----------------------| | 0 | Presets | BannerDesignPreset | | | 1 | Backgrounds | BannerBg | | | 2 | Frames | BannerFrame | | | 3 | Accents | BannerDecoration | | | 4 | Poses | BannerTimeline | Action | | 5 | Expressions | BannerFacial | Emote | |---------------|---------------|--------------------|-----------------------| Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Inherited parent class accessor for AgentBannerInterface Field inherited from parent class AgentBannerInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Inherited parent class accessor for AgentBannerInterface Field inherited from parent class AgentBannerInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for CharaView Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Field inherited from parent class CharaView. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Opens the SocialDetail addon. A pointer to the data of the character. A pointer to .
If set, used to open the editor version of the Social Info window as it will write to this on save.
Pass null for other players, so it just opens the viewer. The owner addon id, used to position the window.
Can be 0, but will open slightly off-center.
Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Inherited parent class accessor for AgentExplorationResultInterface Field inherited from parent class AgentExplorationResultInterface. Field inherited from parent class AgentExplorationResultInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Inherited parent class accessor for AgentExplorationResultInterface Field inherited from parent class AgentExplorationResultInterface. Field inherited from parent class AgentExplorationResultInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Check if a specific field marker (waymark) has been placed. The EXD row ID of the field marker to check. Returns true if the field marker is placed, false otherwise. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for CharaView Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Field inherited from parent class CharaView. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Positions 0-7 are supply items (CRP, BSM, ...) Positions 8-10 are provisioning items (MIN, BTN, FSH) Positions 11+ are expert delivery items For supply and provisioning items: Always Inventory1 (even if you have none in your inventory). For supply and provisioning items: Level For expert delivery items: ItemLevel for supply and provisioning items: always 0. HousingRenovation row id HousingRenovation row ids Addon Id of HousingWareHouseStatus, MultipleHelpWindow or SelectYesno Index of for which the SelectYesno addon is shown. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Inherited parent class accessor for InventoryContextEvent Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. The local player is always first in the Span, their actual position in the UI can be retrieved using Index Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. PSN-Online-ID or Xbox-Gamertag Inherited parent class accessor for CharaView Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Field inherited from parent class CharaView. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Checks if the Agent can be activated.
This may be based on conditions, unlock state, completed quests or simply if the corresponding main command is enabled.
Inherited parent class accessor for AtkEventInterface Method inherited from parent class AtkEventInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Inherited parent class accessor for LogoutCallbackInterface Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class LogoutCallbackInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. The currently selected macro set. The index of the current selected macro. Must be between 0-99. Open the Macro UI, focused on the given macro set and index. If the edtior is already open it will stay open and only change focus.
This is the same behaviour as right-clicking on a Macro in the hotbar and selecting "Edit Macro".
Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Pointers to markers in . Includes markers from FateManager, EventFramework and SequentialEvent (whatever that is). 0 = mineral deposit and lush vegetation patch
1 = legendary mineral deposit
2 = unspoiled lush vegetation patch
Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. The game checks before calling this, and if false, it prints LogMessage 4316: "Unable to apply glamour plates here.". Inherited parent class accessor for CharaView Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Field inherited from parent class CharaView. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Activate specified cycle. Note that game often reactivates same cycle to refresh data, e.g. after scheduling new craft. 0-13 range, this/next week in order. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Switch to ViewType.Favorites = 0x407
Switch to ViewType.Normal = 0x40B
Switch to ViewType.Search = 0x413
Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Contains how many of each item the player has in both the cache and the holster Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Opens the Journal for a given quest id. The quest id to select. The type of the quest. 1 = Quest, 2 = LeveQuest When viewing completed quests, this will keep the window open, even if this function is called multiple times. Opens the map for the currently selected quest. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Item ID for the duplicate item. Note: Not always set, unsure why... . ItemUiCategory Icon ID Note: Not always set, unsure why... Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for CharaView Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Field inherited from parent class CharaView. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Inherited parent class accessor for AgentExplorationInterface Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Opener AddonId can be left as 0. Inherited parent class accessor for CharaView Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Field inherited from parent class CharaView. Inherited parent class accessor for AgentInterface Field inherited from parent class AgentInterface. Field inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AtkEventInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Method inherited from parent class AgentInterface. Checks if the local player has a specific online status set. The RowId in the OnlineStatus sheet. Sets the local player's online status to the specified flag bitmask. Sent by the server; devs should not call this manually. May be called multiple times. A bitfield representing set flags. Checks if the local player is in a cross world duty. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyCommonList Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Method inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyPageInterface Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyPageInterface Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Sets the value of to 0 for this proxy. Does not actually delete any data from any arrays. Extra flags for status: 0x10 = ? always set when accepted friend request 0x20 = WaitingForFriendListApproval 0x10000->0x70000 = DisplayGroup.Star -> DisplayGroup.Club 0x1000000 = OtherServer (FCTag not available) Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyPageInterface Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyInvitedInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyCommonList Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Method inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. The packet to send. If null, it will use . Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Deposit Only is stored at a diferent location The definition of using bit 4 is virtual and done for ease of use Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyInvitedInterface Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyInvitedList Inherited parent class accessor for InfoProxyInvitedInterface Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyCommonList Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Method inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyCommonList Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Method inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Loads received data into an info proxy specific array. A pointer to the packet to load in. The number of entries to load. Returns an nint, probably. Generates an info proxy specific network request for data. Returns true if the packet was sent (?), false otherwise. Gets called after all data is received from the server. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. The ItemID that has been searched. All items currently available on the general marketboard for the last specified search term (found in . Can be empty if no results were found. All items currently available for sale from the last targeted retainer. Can be empty if no results were found. All retainers currently registered to the player. Needs to be loaded by accessing any retainer's marketboard listings and appears to be a cache of some sort. Load player retainer information from a packet into the Copies the specified market board listing into the fields of the InfoProxy. The listing to copy. Returns true if successful. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyPageInterface Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. The index of the retainer's inventory slot in the RetainerMarket inventory. List of materias associated with this item. Only valid up to the count specified in MateriaCount. The Town (from EXD) that this marketboard entry is from. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyPageInterface Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyCommonList Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Method inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyCommonList Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Method inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Inherited parent class accessor for InfoProxyNoviceNetworkList Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Method inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Inherited parent class accessor for InfoProxyNoviceNetworkList Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Method inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Handles the InfoProxyAddPage packet and calls to load into the InfoProxy. Will also handle dispatching packets to the server for pagination/fetch purposes. Calls when all data is loaded. A pointer to the packet data to load in. Inherited parent class accessor for InfoProxyInterface Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyInvitedList Inherited parent class accessor for InfoProxyInvitedInterface Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Changes the order of the party members in the party list. The person you want to change order of. Has to be lower than Where you want them to end up. Runs some update function. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyCommonList Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Method inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyInterface. Field inherited from parent class InfoProxyInterface. Inherited parent class accessor for InfoProxyCommonList Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Field inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyCommonList. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyInterface. Method inherited from parent class InfoProxyPageInterface. Method inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Property inherited from parent class InfoProxyCommonList. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Changes the current HUD Layout to the specific value HUD Layout Index, 0-based Unknown, generally False Unknown, generally True Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. CRC32 hash of "%s_a" where %s is the addons name. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Create a new Banner entry. BannerModuleEntry* of the newly created Banner, or null if out of Ids. Delete a Banner by Id. The BannerId of the Banner to delete. bool if the deletion was successful or not. Get the next free BannerId. Data->NextId Get the Banner entry by Id. The BannerId. BannerModuleEntry*, or null if not found. Get the Id of a Banner via the index of the Data.Entries array. Index in Entries array. BannerID, or -1 if not found. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. A pointer to 14 Item Ids A pointer to 28 Stain Ids A pointer to 2 Glasses Ids Gear Visibility Flags Inherited parent class accessor for CharaView Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Field inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Method inherited from parent class CharaView. Field inherited from parent class CharaView. ConfigOption indexes for use with ConfigModule. This enum will be incorrect after any patch that adds or removes any config options. Contains all data centers of the current region. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. 13 = Default Currency Setting (Index of Rotation array in UIModule.UIModuleHelpers.CurrencySettings) Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Searches inventories for the specified item id and opens the Item Search List window to display the results. The Id of the item to search for. If true, it also searches for the item id as HQ and collectible versions. Checks if a retainer has been summoned within the current game session, indicating weather the data within the RetainerInventory is loaded from the server or from local cache. The Id of the retainer to check. If true, the retainer has been summoned in the current session. Otherwise, the retainer inventory is from a client side cache. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Return a pointer to a by index/ID. The index of the gearset to look up. Returns a pointer to a GearsetEntry Find a by name and return its ID.
The search is case-sensitive and returns the first gearset with a name beginning with the specified gearsetName. The name of the gearset to look up. Returns the index/ID of a GearsetEntry
Check if a gearset at a specific index is valid. Will return false if the gearset index is higher than the player's max allowed gearset number. The index of the gearset to look up. Returns true if the gearset is valid, false otherwise. Attempt to equip a gearset, with certain safety checks in place. The gearset ID to attempt to equip. The glamour plate to attempt to equip alongside this gearset. Passing 0 will use the linked gearset (if any). Returns 0 if the equip succeeded, -1 otherwise. Save the player's current inventory to a new gearset at the next possible ID. Returns the ID of the created gearset, or -1 if the creation attempt fails. Delete the gearset at the specified ID. The gearset ID to delete. Update the gearset at the specified ID with the currently equipped items. The gearset ID to delete. Reassigns the ID of a gearset, effectively swapping the positions of two gearsets. This method is used to change the order of gearsets, and is referred to as "Reassign Set Number" in the game.
After calling this method, it is advisable to validate the returned gearset ID and, if the ID is valid, to call to update the hotbar slots.
The ID of the gearset to be switched. The ID to which the gearset should be reassigned. Returns -1 if either the original gearset ID or the new gearset ID is invalid, -2 if the player is currently editing a portrait, otherwise it returns the ID of the original gearset that was moved to a new position.
Link a glamour plate to a specific gearset. The gearset ID to link a glamour plate to The glamour plate ID to link. 0 resets the linked glamour plate. Check if a specific gearset has a linked glamour plate. The ID of the gearset to check. Returns false if a gearset is invalid or does not have a linked plate, true otherwise. Get the Banner index of a Gearset. The ID of the gearset. The Banner index, or -1 if it was not linked. Set the Banner index of a Gearset. The ID of the gearset. The Banner index, or -1 to unlink the Banner. Check if a specified gearset has a Banner linked to it. The ID of the gearset. Returns true if the gearset has a Banner linked to it, false otherwise. Equivalent to Flags.HasFlag(GearsetFlag.Exists) && BannerIndex != 0. Resolves the index of a GearsetEntry array that only contains enabled gearsets to the index in the actual array. The position in the list. The ID of the . Is set when this gearset entry has been created. Shows a red exclamation mark with message "The specified main arm was missing from your Armoury Chest." Is set when "Display Headgear" is ticked. Is set when "Display Sheathed Arms" is ticked. Is set when "Manually adjust visor (select gear only)." is ticked. Shows a yellow exclamation mark with message "One or more items were missing from your Armoury Chest." Shows a gray exclamation mark with message "One or more items were not the specified color." Shows a gray exclamation mark with message "One or more items were not melded with the specified materia." Shows a gray exclamation mark with message "One or more items did not have the specified appearance." A helper enum for easier access of GearsetItems in the ItemsSpan. This is the BannerIndex, but offset by 1. If it's 0, the gearset is not linked to a banner. Returns a pointer to the BannerModuleEntry* or null if the gearset is not linked to a banner. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Resets ALL hotbars for the current player to their default states. An instance of RaptureHotbarModule. Returns true Resets the PvE hotbars for the specified class at that class' current level. An instance of RaptureHotbarModule. The ClassJobID to reset. Returns true. Resets the PvP hotbars for the specified ClassJobId to their default values. Has no effect if the specified class job ID doesn't have PVP actions. The ClassJobId to reset. An instance of RaptureHotbarModule. Returns true. Set in RaptureHotbarModule's ReadFile after all processing/loading appears to have been completed. Might also (probably does?) signify all migrations and version checks have been completed and everything is stable. The ID of the ClassJob associated with the currently-active hotbars. Can have a bit set at 0x80 if is false, though the meaning of this flag is unclear. Appears to be set if HOTBAR.DAT was loaded from disk successfully. Set to 0 if decryption fails or the file read errors out. Does not appear to track migration state. Set in ReadFile. A state field to track the current materia melding state (locked - 1 / standard - 2 / advanced - 3), and whether the hotbars were migrated to replace actions or not. A bitfield representing whether a specific hotbar is to be considered "shared" or not. Another bitmask that appears to be related to hotbar sharing state. Initialized to 0x3E3F8 (default share state) on game start, but doesn't ever appear to be updated or read elsewhere. Dead field? An array of all active hotbars loaded and available to the player. This field tracks both normal hotbars (indices 0 to 9) and cross hotbars (indices 10 to 17). A scratch hotbar slot used for temporary operations such as saving and temporary rewrites. A field containing all saved hotbars, as persisted to disk. This field tracks both normal and cross hotbars, at their appropriate sub-indices. To retrieve PvE hotbar information, pass in either 0 for the shared hotbar or the ID of the ClassJob to retrieve. To retrieve PvP hotbar information, pass in the result of the method. Field to track the player's current Grand Company. Used for emote refresh/update purposes. If this field is out of sync with game state, it will be updated on the next frame. Setting this field manually appears to have no effect (?). Field to indicate whether the PvP hotbar is currently active or not. If this field is out of sync with the game's PVP state, it will be updated on the next frame. Setting this field manually will not enable the PvP hotbars. Field to indicate that the PvP hotbar swap notification (AgentPvpScreenInformation) needs to be shown. This field is set to false after the agent has been shown. Hotbar slots representing available Duty Actions (see also ). Sets whether Duty Actions are present or not. Controls whether to show the appropriate UI element and whether to rewrite the special DutyAction General Actions. Search through the hotbar module and delete all hotbar slots associated with the specified macro. Used when a user deletes a specific macro from their list, and should affect saved (but unloaded) hotbars as well. The macro set to scan for. The macro index to scan for. Search through the hotbar module and reloads all hotbar slots associated with the specified macro. Used when a user updates a specific macro in any way that would change its hotbar display (e.g. new icon or name). This method will reload data from the saved hotbar information, overwriting any prior manual (unsaved) operations. The macro set to scan for. The macro index to scan for. Search through the hotbar module and reload all hotbar slots associated with a specific gearset. Used when a user updates a gearset in any a way that would change its hotbar display (e.g. new name). This method will reload data from the saved hotbar information, overwriting any prior manual (unsaved) operations. The gearset ID to refresh. Search through the hotbar module and reassign all hotbar slots associated with a specific gearset to a new target gearset. Used when the user reorders or updates their gearset configurations. This method is typically called immediately after . The ID of the new gearset to be assigned. The ID of the gearset to be replaced. Search through the hotbar module and delete any hotbar slots associated with a specific gearset. Used when the user deletes a gearset. The gearset ID to search for and delete. Search through the hotbar module and reload all macro hotbar slots. This method will reload data from the saved hotbar information, overwriting any prior manual (unsaved) operations. Retrieves a pointer to a specific hotbar slot via hotbar ID or slot ID. If the hotbar slot specified is out of bounds, return the . The hotbar ID (0 to 17) to select. The slot ID (0 to 15) to select. Returns a pointer to the specified HotbarSlot. Retrieve's a hotbar slot's designated appearance (the slot type and slot ID) that will be used for icon display purposes. This method will resolve adjusted action IDs as appropriate. The result of this method call will generally be written to IconTypeB/IconB, which is then used to look up the exact icon ID to display on the hotbar. This method appears to be run every frame for every visible hotbar slot in the game. A pointer to where the slot's appearance action type will be written to. A pointer to where the slot's appearance action ID will be written to. A pointer to where the slot's +C4 offset will be written to. A reference to the RaptureHotbarModule of the game. A reference to the hotbar slot to calculate the appearance for. Returns the same value present in the actionId param. Helper method to check if a specific hotbar is to be shared between all classes or not. This method does not enforce bounding on the hotbarId field, consumers are responsible for this themselves. The hotbar ID (bounded between 0 and 17) to check. Returns true if the hotbar is shared, false otherwise. Sets a hotbar slot and triggers a save for it automatically via . This will trigger a save against the currently-active hotbar group. Caution must be taken to ensure invalid hotbar/slot IDs are not passed into this method, as game-provided sanity checks seem to not be present for this method. The hotbar ID to set and write. The slot ID to set and write. The command type to set. The command ID to set. Unclear use, appears to ignore writing to shared slots if set. If in PVP mode, allow saving to PVP hotbars. No effect if not in PVP mode. Attempt to add the specified action to the first free slot of the specified hotbar. The hotbar ID to save this action to. Is not validated; must be between 0 and 9 inclusive. The command type to save. The command ID to save. Returns true if the save is successful, false otherwise. Attempt to add the specified action to the first free slot of the specified cross hotbar. The cross hotbar ID to save this action to. is not validated; must be 0 to 8 inclusive. The command type to save. The command ID to save. Returns true if the save is successful, false otherwise. Attempt to add the specified action to the first free slot of *any* normal hotbar. The command type to save. The command ID to save. Returns true if the save is successful, false otherwise. Attempt to add the specified action to the first free slot of *any* normal hotbar. Dumps a hotbar slot into a specific save slot within and prepares a file save. Used to persist hotbar changes to disk. This method will attempt to resolve the proper index for saving depending on shared hotbar configuration and specified PvP state. The ID of the ClassJob to persist this hotbar slot to. The hotbar ID to modify. The slot ID to modify. The source slot to dump to disk. Unclear use, default to false. If true, will save to the classJob's PvP SavedHotbars slots. Clears the specified hotbar slot and the backing saved hotbar slot in the same ClassJob ID. The saved hotbar ID to select. The saved slot ID to clear. Loads the specified saved hotbar from into the live hotbar. Will automatically respect PVP mode. Will not reload from disk. The ClassJob ID to retrieve a hotbar from. The hotbar ID to retrieve. Get the Saved Hotbar Index for the PVP hotbar for a specific ClassJob, for use in . The ClassJob to look up, or 0 for the shared PVP hotbar. Return -1 if the ClassJob can't have a PVP variant. Returns an index for the requested ClassJob's PVP hotbar. Get the ClassJob EXD Row ID for a specific saved hotbar's index. This method is PVP-aware and will resolve accordingly. The saved hotbar index to check. The EXD Row ID for the ClassJob this hotbar is intended for. If zero, this is a shared hotbar. Sets the value of . Whether to show/enable duty actions or not. Gets the specified , returning slot 0 if an invalid ID is passed in. The index of the slot (0 or 1) to retrieve. Returns a pointer to the DutyActionSlot. Sets the specified DutyAction slot to hold the target action ID. Only takes effect if index is 0 or 1. The index of the DutyAction slot to edit. The ID of the action to set in this slot. Executes the specified DutyAction slot. Does not appear to validate that the slot is in an executable state. The index of the slot to execute. If greater than 1, slot 0 is executed. Returns true always (?) Helper method to return a pointer to a specific HotbarSlot, as certain APIs are much happier with a pointer rather than a fixed reference. A hotbar slot ID between 0 and 15. Returns a pointer to a HotbarSlot, or null if an invalid ID was passed. The string that appears when a hotbar slot is hovered over. Calculated by concatenating with (in most cases). The cost text to display on the slot when is 2 or 4. This is generally used for actions with a flexible MP cost (e.g. "All" for Flare), or "x 123" for items. A human-friendly display of the keybind used for this hotbar slot. This text will generally lead with a space and have wrapping brackets, e.g. " [Ctrl-3]". A less-friendly version of the keybind used for this hotbar slot. The actual use of this field is unknown, but it appears to be related to the hint in the top-left of the hotbar UI. The ID of the action that will be executed when this slot is triggered. Action type is determined by the field. This field is used to track the "base" action ID used for display purposes. Unlike , this value will not update with refreshes/combos. As such, it is used when an action has been "upgraded", or for systems like PvP combos where the original action name is still necessary. Curiously, this value does not apply to macros as their substitution happens much earlier in the process. The action ID that is used to determine this hotbar slot's icon (and usually display text). This field (and its related ) allows a hotbar slot to have the appearance of one action, but in reality trigger a different action. See also for cases where this field would be used. Unknown field with offset 0xC4 (196), possibly overloaded Appears to have relation to the following: - Lost Finds Items appear to set this value to 1 - In PVP actions, the high byte controls combo icon and the low byte counts which action the combo is on The of the that will be executed when this hotbar slot is triggered. The initially assigned to this hotbar slot for display purposes. The assigned to this hotbar slot for display purposes. Appears to be the "primary cost" of this action, mapping down to 0, 1, 2, 4, 5, 6, 7. Controls the color of the displayed cost when 0xCB is 1 or 2: - 0: White - 1: Green (HP) - 2: Light Pink (MP) - 3: Orange - 4: Pink (DoH - CP) - 5: Yellow (DoL - GP) - 6: Blue (Job Gauge?) - 7: Bright Yellow (Rival Wings - CE) - All others: Grey Appears to control display of the primary cost of the action (0xCA). - 1: Displays action cost from 0xD0 in bottom left (e.g. for Actions or Craft Actions) - 2: Mode 1, but display a custom string from CostText instead (generally "All" on Actions with PrimaryCost = 4) - 3: Displays the value of 0xD0 in the bottom right (e.g. for Gearsets/UNK_0x17) - 4: Mode 3, but display a custom string from CostText instead (generally "x {count}" for Items) - 0/255: No display, all other cases The current Icon ID (usually used in form ui/icon/{ID}.tex) that this hotbar slot should display. Loaded with based on information in . The "cost" of an action, usually in MP/TP/CP/GP or similar. The specific display type depends on the value in . This value is normally shown in the bottom left of the hotbar slot. For items, this contains the quantity currently present in the player's inventory. The ID of the item that this hotbar slot contains a recipe for. This field may be used for other purposes, but they have not been found yet. The CraftType of the recipe currently in this hotbar slot. This field may be used for other purposes, but they have not been found yet. A boolean representing if the recipe in this hotbar slot is valid or not. Set to 1 when the recipe would result in a nonzero number of items. If not set, the game will indicate that the referenced recipe has been deleted. This field may be used for other purposes, but they have not been found yet. UNKNOWN. Appears to be Recipe specific. Always set to 1, apparently? UNKNOWN. Appears to control UI display mode (icon and displayed name) in some way Known values so far: - 2: Appears to be set for adjusted actions (e.g. upgraded spells/weaponskills) - 3: Appears to mark a PVP combo action - 4: Set on Squadron Order - Disengage, maybe others - 5: Set for Lost Finds Items (?) - 128: Appears as a flag? - 0/255: "generic" A "boolean" representing if this specific hotbar slot has been fully loaded. False for empty slots and slots that have yet to be loaded in the UI. This appears to initialize as 0 and is set to 1 when the hotbar slot appears on a visible hotbar. It will not reset if the slot is hidden (and subsequently outdated). Check if this hotbar slot is considered "empty" or not, based on whether this hotbar slot has a defined. This is a convenience method borrowed from the game's code. Update the and of this hotbar slot. This method will only affect the current working hotbar slot and will not be persisted unless the user takes additional action that would trigger a save, such as swapping this slot for a different one. Use to update a hotbar slot with persistence. The that this slot should trigger. The ID of the command that this slot should trigger. Populates with the apparent information in and . Returns true if no icon was loaded (??) Loads cost data to or for this hotbar slot. Get an icon ID for a hotbar slot, with specified appearance slot type and action ID. This method appears to exist to allow certain action types (specifically macros it seems?) to have a different appearance than the actual CommandType/CommandId called by this hotbar slot. The appearance slot type to use. Virtually almost always . The appearance action ID to use. Virtually almost always . Returns an int of the icon that should be used for this hotbar slot. Get the final name for a hotbar slot, taking into account the specified appearance slot type and action ID. This method is virtually almost always called using the parameters from and . When is set to 3, this method will instead override the passed in slotType and actionId with the values present in and . The appearance slot type to use. Virtually almost always . The appearance action ID to use. Virtually almost always . Returns a string representation of the name to be displayed to the user for this hotbar slot. Gets the for a specific hotbar slot, taking account the specified appearance slot type and action ID. This method is always called using the parameters from and . The slot type to look up and return information for. The action ID to look up and return information for. Returns the cost value for this HotbarSlot. Gets the for a specific hotbar slot, taking account the specified appearance slot type and action ID. This will normally match the result from but may differ for Items and certain actions (e.g. Black Mage's Flare). This method is always called using the parameters from and . The slot type to look up and return information for. The action ID to look up and return information for. Returns the cost text for this HotbarSlot. Retrieves a for the specified hotbar slot type. This method doesn't actually read any data from the HotbarSlot it's a member of. A to check against. Returns an ActionType if found, else 0xFFFFFFFF. Gets the number of charges currently available for the specified hotbar slot (based on the icon present in ). If this hotbar slot references an action that does not use charges, this will return either 0 or 1. Returns a uint. Check whether the action contained in this slot is considered usable or not. When set to false, the respective slot in the UI is greyed out (though is still interactable). The slot type to check against - always . The actionID to check against - always . Returns a bool indicating if the action within this slot is usable. Check if the hotbar slot's action's target is currently in range. When set to false, the UI will show an X on the hotbar slot. Returns a bool indicating whether the action's range constraints are met. Check if an arbitrary slot type/action ID's target is currently in range. Overload to allow for any slot type or action ID to be checked. Use to target the current slot. This method can realistically be static, I'm unsure why it's not... The slot type (normally ) to check. The action ID (normally ) to check. Returns a bool indicating whether the action's range constraints are met. Gets the action's cooldown percentage. This value is displayed as a white circle overlaid on the hotbar slot. An action that is not currently in cooldown will be 0. Actions that do not have a cooldown will also return 0. An out parameter representing the seconds left in cooldown. Unused if cooldown is GCD. Unknown, appears to be a UI-related field for forcing values if the percentage is 0. Returns a range from 0 to 100. Gets whether the specified action should be highlighted with ants in the UI. Internally calls . This method does not appear in any code paths. The type of the command to look up. The ID of the command to look up. Returns true if the action would be highlighted, false otherwise. A special extended used for duty actions The PrimaryCostType from the Action EXD (+0x29). An intermediate struct used to translate from a to the UI String/NumberArrays. Do not consider this struct stable (yet). Helper method to return a pointer to a specific HotbarSlot, as certain APIs are much happier with a pointer rather than a fixed reference. A hotbar slot ID between 0 and 15. Returns a pointer to a , or null if an invalid ID was passed. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Always 0x1F, used as column terminator in . Set to true to reload the tab. Controlled by config options LogTimeDisp, LogTimeDispLog2, LogTimeDispLog3 and LogTimeDispLog4. Controlled by config option LogTimeSettingType. Controlled by config option LogTimeDispType. For and the values are:
0 = You
1 = Party Member
2 = Alliance Member
3 = Other PC
4 = Engaged Enemy
5 = Unengaged Enemy
6 = Friendly NPCs
7 = Pets/Companions
8 = Pets/Companions (Party)
9 = Pets/Companions (Alliance)
10 = Pets/Companions (Other PC)
Inherited parent class accessor for LogModule Field inherited from parent class LogModule. Field inherited from parent class LogModule. Field inherited from parent class LogModule. Field inherited from parent class LogModule. Sets a flag to mark the macro file as needing a save. Fires on any macro update, generally prior to saving. A boolean denoting if the specified set needs to be saved. The macro page ID that needs saving. Set the Icon of this Macro and also sets the correct MacroIconRowId The icon ID that this macro should now use Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Array of 4 (WeatherReportReplace row count - 1) * 2 ushorts (PlaceNameSub, PlaceNameParent). Array of 51 (AkatsukiNote row count) ushorts. Mapping AkatsukiNote RowId to AkatsukiNoteString RowId. Display a timespan as hours, minutes or seconds with only the largest non zero unit. Use U+E028 for minutes string containing one of 23h, 59m, 59s Singular only. The usage of intParam2 is unknown. A pointer to a null terminated string containing the formatted name.
It was observed, that it can return a nullptr when the excel page was not loaded. Try calling it again in subsequent frames.
Field inherited from parent class MacroDecoder. Field inherited from parent class MacroDecoder. Inherited parent class accessor for TextModule Field inherited from parent class TextModule. Field inherited from parent class TextModule. Field inherited from parent class TextModule. Field inherited from parent class TextModule. Inherited parent class accessor for ExecNonMacroFunc Inherited parent class accessor for ExcelLanguageEvent Method inherited from parent class TextModule. Method inherited from parent class TextModule. Method inherited from parent class TextModule. Method inherited from parent class TextModule. Method inherited from parent class ExecNonMacroFunc. See also: . To save changes, call . To save changes, call . To save changes, call . Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Calls SetupFromPlayerState internally. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Inherited parent class accessor for ResourceEventListener Method inherited from parent class ResourceEventListener. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Contains all worlds of the current data center. Inherited parent class accessor for AtkEventListener Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Inherited parent class accessor for ItemCache Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Inherited parent class accessor for ItemCache Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Field inherited from parent class ItemCache. Inherited parent class accessor for AtkModule Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Method inherited from parent class AtkModule. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkExternalInterface. Method inherited from parent class AtkExternalInterface. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Field inherited from parent class AtkModule. Inherited parent class accessor for AtkUnitManager Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Method inherited from parent class AtkUnitManager. Method inherited from parent class AtkUnitManager. Method inherited from parent class AtkUnitManager. Method inherited from parent class AtkUnitManager. Method inherited from parent class AtkUnitManager. Method inherited from parent class AtkUnitManager. Field inherited from parent class AtkUnitManager. Inherited parent class accessor for ShellCommandModule Field inherited from parent class ShellCommandModule. Field inherited from parent class ShellCommandModule. Field inherited from parent class ShellCommandModule. Field inherited from parent class ShellCommandModule. Field inherited from parent class ShellCommandModule. Field inherited from parent class ShellCommandModule. Field inherited from parent class ShellCommandModule. Field inherited from parent class ShellCommandModule. Method inherited from parent class ShellCommandModule. Updates the enable status on all buttons. An internal function that's called on . Inherited parent class accessor for AtkEventListener Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Inherited parent class accessor for MapInfo Field inherited from parent class MapInfo. Field inherited from parent class MapInfo. Field inherited from parent class MapInfo. Inherited parent class accessor for MapInfo Field inherited from parent class MapInfo. Field inherited from parent class MapInfo. Field inherited from parent class MapInfo. Inherited parent class accessor for MapInfo Field inherited from parent class MapInfo. Field inherited from parent class MapInfo. Field inherited from parent class MapInfo. Called when the content of the clipboard changes (WM_DRAWCLIPBOARD (0x308)). Called when a window is being removed from the chain (WM_CHANGECBCHAIN (0x30D)). A handle to the window being removed from the clipboard viewer chain. A handle to the next window in the chain following the window being removed.
This parameter is NULL if the window being removed is the last window in the chain.
This struct is a collection of static functions from the Client::UI namespace. Determines whether the player can apply glamour plates in the current territory. If false, skips the check for whether the player has unlocked the general action "Cast Glamour". true if the player can apply glamour plates in the current territory; otherwise, false. Determines whether the exported gathering point type is of a timed node or not. Value of field GatheringPointType of sheet ExportedGatheringPoint. true if it is a timed node; otherwise, false. If it is a timed node, the icon ID from the IconOff field in the GatheringType sheet should be used; otherwise, IconMain. Determines whether the given string is a valid player character name. The character name of the player to validate. true if the character name is valid; otherwise, false. Inherited parent class accessor for InputData Field inherited from parent class InputData. Field inherited from parent class InputData. Field inherited from parent class InputData. Field inherited from parent class InputData. Field inherited from parent class InputData. Inherited parent class accessor for UserFileEvent Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Method inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. Field inherited from parent class UserFileEvent. This is an addendum to use on functions in which you have to pass a zero value to represent no key code. Left mouse button. Right mouse button. Control-break processing. Middle mouse button (three-button mouse). NOT contiguous with L and R buttons. X1 mouse button. NOT contiguous with L and R buttons. X2 mouse button. NOT contiguous with L and R buttons. BACKSPACE key. TAB key. CLEAR key. RETURN key. SHIFT key. CONTROL key. ALT key. PAUSE key. CAPS LOCK key. IME Kana mode. IME Hangeul mode (maintained for compatibility; use User32.VirtualKey.HANGUL). IME Hangul mode. IME Junja mode. IME final mode. IME Hanja mode. IME Kanji mode. ESC key. IME convert. IME nonconvert. IME accept. IME mode change request. SPACEBAR. PAGE UP key. PAGE DOWN key. END key. HOME key. LEFT ARROW key. UP ARROW key. RIGHT ARROW key. DOWN ARROW key. SELECT key. PRINT key. EXECUTE key. PRINT SCREEN key. INS key. DEL key. HELP key. 0 key. 1 key. 2 key. 3 key. 4 key. 5 key. 6 key. 7 key. 8 key. 9 key. A key. B key. C key. D key. E key. F key. G key. H key. I key. J key. K key. L key. M key. N key. O key. P key. Q key. R key. S key. T key. U key. V key. W key. X key. Y key. Z key. Left Windows key (Natural keyboard). Right Windows key (Natural keyboard). Applications key (Natural keyboard). Computer Sleep key. Numeric keypad 0 key. Numeric keypad 1 key. Numeric keypad 2 key. Numeric keypad 3 key. Numeric keypad 4 key. Numeric keypad 5 key. Numeric keypad 6 key. Numeric keypad 7 key. Numeric keypad 8 key. Numeric keypad 9 key. Multiply key. Add key. Separator key. Subtract key. Decimal key. Divide key. F1 Key. F2 Key. F3 Key. F4 Key. F5 Key. F6 Key. F7 Key. F8 Key. F9 Key. F10 Key. F11 Key. F12 Key. F13 Key. F14 Key. F15 Key. F16 Key. NUM LOCK key. SCROLL LOCK key. F19 Key. F20 Key. F21 Key. F22 Key. F23 Key. F24 Key. Inherited parent class accessor for UIModuleInterface Inherited parent class accessor for AtkModuleEvent Inherited parent class accessor for ExcelLanguageEvent Inherited parent class accessor for ChangeEventInterface Field inherited from parent class ChangeEventInterface. Field inherited from parent class ChangeEventInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class UIModuleInterface. Method inherited from parent class AtkModuleEvent. 0 = Inventory, 1 = Key Items Entry point for collision related operations. Collision scene supports two ways to filter colliders - layers and material masks. Each collider, when constructed, is provided a layer mask. Collider is ignored during raycasts if raycast request layer mask AND collider layer mask == 0. Note that individual collider raycast operations are inconsistent in how they handle zero layer mask in raycast request: - primitive shape (non-mesh) colliders skip layer check in that case (so 0 is equivalent to 'all 1s' mask, meaning no colliders are rejected by layer check) - mesh colliders do a normal check, meaning that all mesh colliders are rejected by a layer check Note that some colliders provide functions to perform raycast without layer check. Each collider also has a material value (0x7000 by default on construction). When doing raycasts with material filtering, you supply a mask and a value. For primitive shape (non-mesh) colliders, the filtering is simple: - if material filter value is 0, the collider is considered if (collider-material AND filter-mask) != 0 - otherwise, the collider is considered if (collider-material AND filter-mask) == filter-value For mesh colliders, things are slightly more complicated. Collider still contains a material value + a material mask (this mask is ignored by all other collider types). Each individual triangle of the mesh also defines its own material value (primitive material). The effective material of a triangle is calculated as follows: - if object material mask is 0, it's just whatever is stored in primitive - otherwise, it is calculated as (primitive-material AND NOT object-material-mask) OR object-material-value (so masked bits are replaced by per-object value) This effective material is then used as collider-material value in the material filtering logic described above. There are three main options that are used to customize raycast algorithm - these are stored as 'raycast algorithm type' bitfield, meaning there are 8 total flavours of raycasts: Default (no bits set): usual ray/shape intersection without material filtering. Bit 0 set: use sphere sweep instead of a ray; when choosing between potential intersection points at comparable (within epsilon) distance, select one that has 'more orthogonal' normal (smaller ray-direction dot normal) Bit 1 set: ignore 'horizontal' collisions (ones where normal.Y is > threshold, i.e. angle to vertical axis is smaller than some threshold) Bit 2 set: perform material filtering No-op for all derived classes except Mesh. No-op for all derived classes except Mesh. Called by Scene's update when WantUnload returns true before deleting the object. Checked every update. Base implementation just checks NumRefs for zero, but derived classes that do async loads also check that load is not in progress. Called every frame if WantUnload returns false. If returns true, it is readded to the quadtree - otherwise LastTranslationDeltaY is reset to 0. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Inherited parent class accessor for Node Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Inherited parent class accessor for QuadtreeNode Method inherited from parent class Object. Property inherited from parent class QuadtreeNode. Streamed collider does not contribute to the collision scene by itself, however it adds and removes other mesh colliders that are inside streaming sphere. In the file system, the whole streamable scene is located in a single directory; the root file is typically called list.pcb. Individual streamable meshes are called /trXXXX.pcb, where XXXX is MeshId field (with zero padding - formatted as %04d). Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Inherited parent class accessor for Collider Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Method inherited from parent class Object. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Property inherited from parent class QuadtreeNode. Generic mesh collider. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Inherited parent class accessor for Collider Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Method inherited from parent class Object. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Property inherited from parent class QuadtreeNode. Box collider - local center is at origin, half-width is 1 in each dimension - so local bounds are (-1,-1,-1) to (1,1,1). Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Inherited parent class accessor for Collider Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Method inherited from parent class Object. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Property inherited from parent class QuadtreeNode. Cylinder collider - local center is at origin, local axis is (0,1,0), half-height and radius are 1 - so local bounds are (-1,-1,-1) to (1,1,1). Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Inherited parent class accessor for Collider Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Method inherited from parent class Object. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Property inherited from parent class QuadtreeNode. Sphere collider - local center is at origin, radius is 1 - so local bounds are (-1,-1,-1) to (1,1,1). At least some parts of the code assume that scale is always uniform. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Inherited parent class accessor for Collider Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Method inherited from parent class Object. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Property inherited from parent class QuadtreeNode. Plane collider - local center is at origin, local normal is (0,0,1), half-side is 1 - so local bounds are (-1,-1,0) to (1,1,0). There are two flavours of planes - one-sided and two-sided (latter is implemented as a derived class without any new fields). Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Inherited parent class accessor for Collider Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Field inherited from parent class Collider. Method inherited from parent class Object. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Method inherited from parent class Collider. Property inherited from parent class QuadtreeNode. Perform raycast on the mesh. Note that paramsLocal contain ray/sphere origin/radius/direction in local space! World transform is used for 'non-horizontal' check, if requested. Get world-space positions for all vertices (raw and compressed) in correct order (as referenced by indices). In game, outVerticesWorld typically would be allocated on stack to fit 256 vertices. Inherited parent class accessor for Object Inherited parent class accessor for IMesh Method inherited from parent class Object. Inherited parent class accessor for Mesh Field inherited from parent class Mesh. Method inherited from parent class Object. Method inherited from parent class Mesh. Method inherited from parent class Mesh. Method inherited from parent class Mesh. Method inherited from parent class Mesh. Method inherited from parent class Mesh. Method inherited from parent class Mesh. Method inherited from parent class Mesh. Method inherited from parent class Mesh. Inherited parent class accessor for Object Inherited parent class accessor for NodeLink Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Method inherited from parent class Object. Each collider is added to the appropriate quad-tree node, which is then used to speed up raycasts. Nodes are laid in a contiguous array, level by level, in Morton order swizzle per level. Inherited parent class accessor for Object Method inherited from parent class Object. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Inherited parent class accessor for Node Method inherited from parent class Object. Iterate over loaded scenes. Currently there's always one scene when module is initialized, but game has some unused functions that create or remove more scenes. Create a mesh collider that uses a copy of hardcoded tesselated cylinder geometry. Field inherited from parent class NodeLink. Field inherited from parent class NodeLink. Inherited parent class accessor for Node Method inherited from parent class Object. Iterate over colliders in the scene. Inherited parent class accessor for ExcelModuleInterface Method inherited from parent class ExcelModuleInterface. Method inherited from parent class ExcelModuleInterface. Method inherited from parent class ExcelModuleInterface. Method inherited from parent class ExcelModuleInterface. Inherited parent class accessor for ExcelSheetInterface Method inherited from parent class ExcelSheetInterface. Method inherited from parent class ExcelSheetInterface. Method inherited from parent class ExcelSheetInterface. Method inherited from parent class ExcelSheetInterface. Method inherited from parent class ExcelSheetInterface. Method inherited from parent class ExcelSheetInterface. Method inherited from parent class ExcelSheetInterface. Method inherited from parent class ExcelSheetInterface. Inherited parent class accessor for ConfigBase Field inherited from parent class ConfigBase. Field inherited from parent class ConfigBase. Field inherited from parent class ConfigBase. Field inherited from parent class ConfigBase. Method inherited from parent class ConfigBase. Inherited parent class accessor for ConfigBase Field inherited from parent class ConfigBase. Field inherited from parent class ConfigBase. Field inherited from parent class ConfigBase. Field inherited from parent class ConfigBase. Method inherited from parent class ConfigBase. Inherited parent class accessor for LuaState Field inherited from parent class LuaState. Field inherited from parent class LuaState. Field inherited from parent class LuaState. Field inherited from parent class LuaState. Method inherited from parent class LuaState. Inherited parent class accessor for ExcelLanguageEvent Inherited parent class accessor for AtkEventTarget Inherited parent class accessor for AtkEventListener Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. 0 = No update pending
1 = Update subscribed addons (specific flags are checked in AtkUnitManager.UpdateAddonByID)
2 = Force update subscribed addons
Inherited parent class accessor for AtkResNode Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Inherited parent class accessor for AtkResNode Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Inherited parent class accessor for AtkEventListener Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Used by AtkComponentCheckBox and AtkComponentRadioButton. Set the text of the component button node. The game assumes the pointer passed to this function will stay alive. See here for more information. Null-terminated UTF-8 string buffer to set the text to. Used by AtkComponentCheckBox and AtkComponentRadioButton. Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentButton Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentButton. Method inherited from parent class AtkComponentButton. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentButton. Method inherited from parent class AtkComponentButton. Property inherited from parent class AtkComponentButton. Property inherited from parent class AtkComponentButton. Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Data describing a value transition. Informs the fields in . These fields aren't overwritten until the next transition of the same type occurs. The most recent increase and most recent decrease of a gauge's value. The gauge's current value, represented a few different ways. Float values are used as reference for animating the bar. A set of three NineGrid nodes for the bar's fill level; one main fill node, and two nodes layered beneath in alternate colours. Sets the value of the gauge, prompting its visual elements to update.
If the gauge has a ParameterTextNode, that node's text will update accordingly.
If the gauge is able to display a secondary value, this function handles the visuals for both values.
The value to set. The secondary value to set (n/a on most gauges) Set the value instantaneously without animating the fill nodes.
Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentButton Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentButton. Method inherited from parent class AtkComponentButton. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentButton. Method inherited from parent class AtkComponentButton. Property inherited from parent class AtkComponentButton. Property inherited from parent class AtkComponentButton. Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Used by . Used by . Used by . Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentButton Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Inherited parent class accessor for AtkDragDropInterface Field inherited from parent class AtkDragDropInterface. Field inherited from parent class AtkDragDropInterface. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentButton. Method inherited from parent class AtkComponentButton. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkDragDropInterface. Method inherited from parent class AtkDragDropInterface. Method inherited from parent class AtkDragDropInterface. Method inherited from parent class AtkDragDropInterface. Method inherited from parent class AtkDragDropInterface. Method inherited from parent class AtkComponentButton. Method inherited from parent class AtkComponentButton. Property inherited from parent class AtkComponentButton. Property inherited from parent class AtkComponentButton. Inherited parent class accessor for AtkResNode Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentInputBase Field inherited from parent class AtkComponentInputBase. Field inherited from parent class AtkComponentInputBase. Field inherited from parent class AtkComponentInputBase. Field inherited from parent class AtkComponentInputBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentButton Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Field inherited from parent class AtkComponentButton. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentButton. Method inherited from parent class AtkComponentButton. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentButton. Method inherited from parent class AtkComponentButton. Property inherited from parent class AtkComponentButton. Property inherited from parent class AtkComponentButton. Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Insert text at the current cursor position. Text to insert. If true, only insert if the text is not already in the input. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentInputBase Field inherited from parent class AtkComponentInputBase. Field inherited from parent class AtkComponentInputBase. Field inherited from parent class AtkComponentInputBase. Field inherited from parent class AtkComponentInputBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Does not add it to the list automatically! Expands the given group and collapses all other groups.
After calling this, you might also want to set to true.
Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkComponentList Field inherited from parent class AtkComponentList. Field inherited from parent class AtkComponentList. Field inherited from parent class AtkComponentList. Field inherited from parent class AtkComponentList. Field inherited from parent class AtkComponentList. Field inherited from parent class AtkComponentList. Field inherited from parent class AtkComponentList. Field inherited from parent class AtkComponentList. Field inherited from parent class AtkComponentList. Field inherited from parent class AtkComponentList. Field inherited from parent class AtkComponentList. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentList. Method inherited from parent class AtkComponentList. Method inherited from parent class AtkComponentList. Method inherited from parent class AtkComponentList. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentList. Method inherited from parent class AtkComponentList. Method inherited from parent class AtkComponentList. Method inherited from parent class AtkComponentList. Method inherited from parent class AtkComponentList. Method inherited from parent class AtkComponentList. Method inherited from parent class AtkComponentList. Method inherited from parent class AtkComponentList. [0] = Title
[1] = Subtitle
[2] = CloseButton
[3] = SettingsButton
[4] = HelpButton
[5] = Unknown
[6] = TitleBar
[7] = Unknown
Inherited parent class accessor for AtkComponentBase Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Field inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkComponentBase. Method inherited from parent class AtkComponentBase. Inherited parent class accessor for AtkResNode Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Inherited parent class accessor for AtkEventListener Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Inherited parent class accessor for AtkEventListener Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Specifies whether the event is dispatched again using another . Specifies whether the event is a global event.
When this is set, is called.
Specifies whether the should be freed. A bool indicating if the event was handled. Inherited parent class accessor for AtkFontAnalyzerBase Inherited parent class accessor for AtkFontAnalyzerBase Inherited parent class accessor for AtkFontAnalyzerBase Inherited parent class accessor for AtkFontAnalyzerBase Inherited parent class accessor for AtkFontAnalyzerBase Inherited parent class accessor for AtkFontAnalyzerBase Inherited parent class accessor for AtkFontAnalyzerBase Inherited parent class accessor for AtkFontAnalyzerBase Inherited parent class accessor for AtkFontAnalyzerBase Inherited parent class accessor for AtkFontAnalyzerBase Inherited parent class accessor for MacroDecoder Field inherited from parent class MacroDecoder. Field inherited from parent class MacroDecoder. Inherited parent class accessor for AtkResNode Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Inherited parent class accessor for AtkModuleInterface Inherited parent class accessor for AtkExternalInterface Inherited parent class accessor for TextServiceEvent Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkModuleInterface. Method inherited from parent class AtkExternalInterface. Method inherited from parent class AtkExternalInterface. Inherited parent class accessor for AtkResNode Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Bit 1 [0x1] Is dirty (has updates to be drawn)
Bit 2 [0x2] Is undergoing timeline animation (?)
Bit 3 [0x4] Calculate transformation
Bit 9 [0x100] Don't make visible on new timeline label
Bits 10-17 ClipCount
Bit 24 [0x800000] Use elliptical collision instead of rectangular
Inherited parent class accessor for AtkEventTarget Runs simple transitions on an AtkResNode. Transitions are calculated with a sinusoidal ease-out function and will run simultaneously. Only and will be dispatched. Inherited parent class accessor for AtkEventTarget Will be converted into two separate SimpleTweenAnimations, ScaleX and ScaleY, with the same value.
Can not be used with GetNodeValue or SetNodeValue.
When the alpha value reaches 0, it will automatically make the node invisible (same as calling with false).
In order to make the transition from 0 work, it is necessary to call with true first.
When using this, the node must be a , so it can read/write .
Internally, the value is cast from float to int and then converted to an Utf8String.
Inherited parent class accessor for AtkEventTarget Alignment bits 0-3, Font Type bits 4-7 Set the text of the node. The game assumes the pointer passed to this function will stay alive. See here for more information. Null-terminated UTF-8 string buffer to set the text to. Inherited parent class accessor for AtkResNode Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Field inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. Method inherited from parent class AtkResNode. To be read until link terminator. Length from the start of the text in the AtkTextNode. The type of the Link payload. See LinkMacroPayloadType in Lumina. Indicates the time at which the timer ends. Indicates the time elapsed since the timer started. Indicates the duration between each timer tick. Indicates whether the timer is currently active or not. false when EntTime is reached, true otherwise. Microseconds since game start, used to update AtkTimers. Inherited parent class accessor for AtkEventListener Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataInputBase Field inherited from parent class AtkUldComponentDataInputBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataInputBase Field inherited from parent class AtkUldComponentDataInputBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldComponentDataBase Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Field inherited from parent class AtkUldComponentDataBase. Inherited parent class accessor for AtkUldObjectInfo Field inherited from parent class AtkUldObjectInfo. Field inherited from parent class AtkUldObjectInfo. Field inherited from parent class AtkUldObjectInfo. Inherited parent class accessor for AtkUldObjectInfo Field inherited from parent class AtkUldObjectInfo. Field inherited from parent class AtkUldObjectInfo. Field inherited from parent class AtkUldObjectInfo. DepthLayer:
Getter: (Flags180 >> 16) & 0xF
Mask: 0b0000_0000_0000_1111_0000_0000_0000_0000

Visibility(?) Flags:
Getter: (Flags180 >> 20) & 0xF
Mask: 0b0000_0000_1111_0000_0000_0000_0000_0000
Values: 0b0010 = Is visible
0b0100 = Is hidden due to modal (like Retainer Menu)

Applied Visibility(?) Flags:
Getter: (Flags180 >> 24) & 0xF
Mask: 0b0000_1111_0000_0000_0000_0000_0000_0000
Values: same as above

UldLoadState:
Getter: (Flags180 >> 28) & 0xF
Mask: 0b1111_0000_0000_0000_0000_0000_0000_0000
Values: 0 = Not loaded
1 = UldResource loaded
2 = UldManager finished loading the uld
0b1000_0000 = Disable auto-focus (not adding it to Focused Units list) 0b0000_0001 = OnSetup was called (= IsReady) 0b0100_0000 = Don't show on open An optional scd resource that is loaded along with the uld resource in .
Mainly used by Gold Saucer addons. Handled in AtkModule handler 50.
The following scds can be loaded: 1 = sound/system/SE_GS.scd 2 = sound/system/SE_TTriad.scd 3 = sound/system/SE_EMJ.scd 4 = sound/system/SE_10thMG.scd
Check if OnSetup was called. 0 for StringArrayData or 1 for NumberArrayData The index in AtkArrayDataHolder 0 for StringArrayData or 1 for NumberArrayData The index in AtkArrayDataHolder Resets all values to default, also frees managed strings The name "Finalizer" is used instead of "Finalize" to avoid conflicts with the method. Check if all necessary resources are loaded and nodes/components are set up. Use to check if OnSetup has been called (preferred). Inherited parent class accessor for AtkEventListener Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. Method inherited from parent class AtkEventListener. The point of the node to anchor to. mask: 0b0000_1111 The point of this OperationGuide. mask: 0b1111_0000 Set this AtkValue to reference the specified pointer to a cstring. The pointer *must* remain valid for the lifetime of this AtkValue! Type is set to ValueType.String. Set this AtkValue to hold the specified string. The string value is copied and stored locally for this object. Type is set to ValueType.ManagedString. Inherited parent class accessor for AtkArrayData Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Set a value at the specified index of the IntArray. The index in the array. The integer value. If true it bypasses the check if the value is different from what is stored. If false and the value was changed, will be set to 1 to request an update on subscribed addons. Inherited parent class accessor for AtkArrayData Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Set a value at the specified index of the StringArray. The index in the array. A pointer to a null terminated string.
Note: When passing a C# string (made possible by the generator overload), make sure managed is set to true. If true, it compares the stored pointer with the passed pointer (not the text it points to) before setting it.
If false, the stored pointer will always be replaced with the passed pointer.

In any way, it only has an effect if managed is false. Recommended to be set to true when using a temporary pointer.
The game will allocate memory in the UI space and copy the text. The passed pointer can then be freed right after the SetValue call.
Internally, the pointer to the allocated memory is (also) stored in ManagedStringArray to allow SetValue to reuse or reallocate the space as needed. If false and the value was changed, will be set to 1 to request an update on subscribed addons.
Set a value at the specified index of the StringArray. The index in the array. A pointer to an . If true, it compares the stored pointer with the passed pointer (not the text it points to) before setting it.
If false, the stored pointer will always be replaced with the passed pointer.

In any way, it only has an effect if managed is false. Recommended to be set to true when using a temporary pointer.
The game will allocate memory in the UI space and copy the text. The passed pointer can then be freed right after the SetValue call.
Internally, the pointer to the allocated memory is (also) stored in ManagedStringArray to allow SetValue to reuse or reallocate the space as needed. If false and the value was changed, will be set to 1 to request an update on subscribed addons.
Set a value at the specified index of the StringArray if it differs from the current value. The index in the array. A pointer to a null terminated string.
This function must only be used when the value is unmanaged.
Set a value at the specified index of the StringArray if it differs from the current value. The index in the array. A pointer to an . Force set a value at the specified index of the StringArray. The index in the array. A pointer to a null terminated string.
Note: This function will not make a managed copy of the passed text. Only the pointer will be stored. If true, it compares the stored pointer with the passed pointer (not the text it points to) before setting it.
If false, the stored pointer will always be replaced with the passed pointer, but will still only be set to 1 when it was different.
Force set a value at the specified index of the StringArray. The index in the array. A pointer to an . If true, it compares the stored pointer with the passed pointer (not the text it points to) before setting it.
If false, the stored pointer will always be replaced with the passed pointer, but will still only be set to 1 when it was different.
Set a value at the specified index of the StringArray. The index in the array. A pointer to a null terminated string.
Note: When passing a C# string (made possible by the generator overload), make sure managed is set to true. If true, it compares the stored pointer with the passed pointer (not the text it points to) before setting it.
If false, the stored pointer will always be replaced with the passed pointer.

In any way, it only has an effect if managed is false. Recommended to be set to true when using a temporary pointer.
The game will allocate memory in the UI space and copy the text. The passed pointer can then be freed right after the SetValue call.
Internally, the pointer to the allocated memory is (also) stored in ManagedStringArray to allow SetValue to reuse or reallocate the space as needed. This calls internally with suppressUpdates set to false.
Set a value at the specified index of the StringArray. The index in the array. A pointer to an . If true, it compares the stored pointer with the passed pointer (not the text it points to) before setting it.
If false, the stored pointer will always be replaced with the passed pointer.

In any way, it only has an effect if managed is false. Recommended to be set to true when using a temporary pointer.
The game will allocate memory in the UI space and copy the text. The passed pointer can then be freed right after the SetValue call.
Internally, the pointer to the allocated memory is (also) stored in ManagedStringArray to allow SetValue to reuse or reallocate the space as needed. This calls internally with suppressUpdates set to false.
Inherited parent class accessor for AtkArrayData Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Field inherited from parent class AtkArrayData. Attempts to invoke a "debug" command (e.g. //gm). This method is ultimately called on everything passed to that isn't actually a text command. This method is used as a de-facto error handler to catch "invalid" commands, as well as special-case handle plain messages. The message to process/attempt to invoke. A pointer to . Returns 0 if the command was executed, -1 if the command is not found, -2 if the message is not a command at all. Inherited parent class accessor for SteamCallbackBase Field inherited from parent class SteamCallbackBase. Field inherited from parent class SteamCallbackBase. Method inherited from parent class SteamCallbackBase. Method inherited from parent class SteamCallbackBase. Method inherited from parent class SteamCallbackBase. Method inherited from parent class SteamCallbackBase. Property inherited from parent class SteamCallbackBase. Inherited parent class accessor for SteamCallbackBase Field inherited from parent class SteamCallbackBase. Field inherited from parent class SteamCallbackBase. Method inherited from parent class SteamCallbackBase. Method inherited from parent class SteamCallbackBase. Method inherited from parent class SteamCallbackBase. Method inherited from parent class SteamCallbackBase. Property inherited from parent class SteamCallbackBase. Inherited parent class accessor for SteamCallbackBase Field inherited from parent class SteamCallbackBase. Field inherited from parent class SteamCallbackBase. Method inherited from parent class SteamCallbackBase. Method inherited from parent class SteamCallbackBase. Method inherited from parent class SteamCallbackBase. Method inherited from parent class SteamCallbackBase. Property inherited from parent class SteamCallbackBase. A concrete type of a for accessing the pointer to the ISteamApps instance used by the game. This struct does not provide or define any API surface related to this interface. Gets the instance of the context wrapper used for managing the ISteamApps API. Inherited parent class accessor for SteamInterfaceContext Field inherited from parent class SteamInterfaceContext. Field inherited from parent class SteamInterfaceContext. Field inherited from parent class SteamInterfaceContext. Method inherited from parent class SteamInterfaceContext. A concrete type of a for accessing the pointer to the ISteamFriends instance used by the game. This struct does not provide or define any API surface related to this interface. Gets the instance of the context wrapper used for managing the ISteamFriends API. Inherited parent class accessor for SteamInterfaceContext Field inherited from parent class SteamInterfaceContext. Field inherited from parent class SteamInterfaceContext. Field inherited from parent class SteamInterfaceContext. Method inherited from parent class SteamInterfaceContext. A concrete type of a for accessing the pointer to the ISteamUser instance used by the game. This struct does not provide or define any API surface related to this interface. Gets the instance of the context wrapper used for managing the ISteamUser API. Inherited parent class accessor for SteamInterfaceContext Field inherited from parent class SteamInterfaceContext. Field inherited from parent class SteamInterfaceContext. Field inherited from parent class SteamInterfaceContext. Method inherited from parent class SteamInterfaceContext. A concrete type of a for accessing the pointer to the ISteamUtils instance used by the game. This struct does not provide or define any API surface related to this interface. Gets the instance of the context wrapper used for managing the ISteamUtils API. Inherited parent class accessor for SteamInterfaceContext Field inherited from parent class SteamInterfaceContext. Field inherited from parent class SteamInterfaceContext. Field inherited from parent class SteamInterfaceContext. Method inherited from parent class SteamInterfaceContext. This structure represents the game's internal bridge between itself and the Steam API. It contains information retrieved from the Steam API, as well as some wrapper methods around certain Steam API calls. Because this structure is not a direct representation of the Steam API but instead the game's view of the API, not all names will match Steam-provided names perfectly. This struct does not have stability guarantees. The Steam API appears to be under active construction by Square Enix, and certain things will shift either as we learn more about how the API works or SE makes their own changes. If you're using this struct, you are signing up for breakage. Ask the Steam API for the current time according to Steam's servers. See the Steam API docs for more information. Returns an unsigned integer containing the Unix epoch according to Steam. Ask the Steam API if Steam is currently running on a Steam Deck. See the Steam API docs for more information. Returns true if on a Steam Deck, false otherwise. Request that Steam show a virtual keyboard over the game. The resulting string will be stored in . This method requires Steam to be in Big Picture Mode, and ideally for the Steam Overlay to be enabled. See the Steam API docs for more information. The maximum number of characters to accept in this field. Returns true if the virtual keyboard was successfully opened, false otherwise. Request that Steam show a floating virtual keyboard over the game, attempting to not obscure the rectangle described in this method's arguments. Keys pressed via this method will be sent directly to the game process. This method requires Steam be in Big Picture Mode and the Steam Overlay to be enabled for the game. See the Steam API docs for more information. The X coordinate of the top left of the focused text field, relative to the center of the game window. The Y coordinate of the top left of the focused text field, relative to the center of the game window. The width of the focused text field. The height of the focused text field. Returns true if the virtual keyboard was successfully opened, false otherwise. This method just calls in virtually all cases. Additionally, thanks to some SteamAPI shenanigans, vf0 and vf1 may be swapped on occasion. This shouldn't realistically matter ever, but worth noting. Just use . Types provided by the Steam API, and are not native to the game itself. Used to provide reasonable interop for a few things that would be annoying to process otherwise. A structure that represents a Steam API context. This is used by SteamInternal_ContextInit to manage and maintain a pointer to an instance of an arbitrary Steam API type. Gets a pointer to the Steam API instance stored in this context. This pointer is suitable for use in imported Steam API methods. Inherited parent class accessor for ExcelLanguageEvent Inherited parent class accessor for MacroDecoder Field inherited from parent class MacroDecoder. Field inherited from parent class MacroDecoder. Inherited parent class accessor for MacroDecoder Field inherited from parent class MacroDecoder. Field inherited from parent class MacroDecoder. XYZ : Skin diffuse color, as squared RGB. W : Muscle tone. XYZ : Skin specular color, as squared RGB. XYZ : Lip diffuse color, as squared RGB. W : Lip opacity. XYZ : Hair primary color, as squared RGB. XYZ : Hair specular color, as squared RGB. XYZ : Hair highlight color, as squared RGB. XYZ : Left eye color, as squared RGB. W : Face paint (UV2) U multiplier. XYZ : Right eye color, as squared RGB. W : Face paint (UV2) U offset. XYZ : Race feature color, as squared RGB. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Field inherited from parent class hkReferencedObject. Inherited parent class accessor for hkaAnimationControl Field inherited from parent class hkaAnimationControl. Field inherited from parent class hkaAnimationControl. Field inherited from parent class hkaAnimationControl. Field inherited from parent class hkaAnimationControl. Field inherited from parent class hkaAnimationControl. Field inherited from parent class hkaAnimationControl. Field inherited from parent class hkaAnimationControl. Method inherited from parent class hkReferencedObject. Method inherited from parent class hkaAnimationControl. Method inherited from parent class hkaAnimationControl. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkJob Field inherited from parent class hkJob. Field inherited from parent class hkJob. Field inherited from parent class hkJob. Field inherited from parent class hkJob. Field inherited from parent class hkJob. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkBaseObject Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Inherited parent class accessor for hkReferencedObject Field inherited from parent class hkReferencedObject. Method inherited from parent class hkReferencedObject. Gets a pointer to the span element at index. Enumerates the elements of a Span{T} as pointers. Gets a pointer enumerator for this span. This allows enumeration over the span as a pointer type, T*, rather than T. Appends the given string to this basic string. Fallback chars will be used for unsupported characters. The string to append. Determines if this basic string contains the given string. true if contains. Finds the first occurrence of the given string in this basic string. The substring. Finds the first occurrence of the given string in this basic string. The substring. The first index in this basic string to search from. Finds the first occurrence of the given string in this basic string. The substring. The first index in this basic string to search from. The number of items to search from. Finds the last occurrence of the given string in this basic string. The substring. Finds the last occurrence of the given string in this basic string. The substring. The first index in this basic string to search from. Finds the last occurrence of the given string in this basic string. The substring. The first index in this basic string to search from. The number of items to search from. Insert the given string to the specified index of this basic string. Fallback chars will be used for unsupported characters. The index to insert at. The string to insert. Finds the first occurrence of the given string in this basic string. The substring. Finds the first occurrence of the given string in this basic string. The substring. The first index in this basic string to search from. Finds the first occurrence of the given string in this basic string. The substring. The first index in this basic string to search from. The number of items to search from. Finds the last occurrence of the given string in this basic string. The substring. Finds the last occurrence of the given string in this basic string. The substring. The first index in this basic string to search from. Finds the last occurrence of the given string in this basic string. The substring. The first index in this basic string to search from. The number of items to search from. Gets the first node of the list. Gets the last node of the list. Gets the number of items in the map. Gets the number of items in the map, in . Gets the collection of keys. Gets the collection of values. Gets the reference of item corresponding to . The key. Adds an item to the dictionary, copying both and . The key to copy from. The value to copy from. true if added; false if the key already exists. Adds an item to the dictionary, copying and moving . The key to copy from. The value to move from. true if added; false if the key already exists. Adds an item to the dictionary, moving and copying . The key to move from. The value to copy from. true if added; false if the key already exists. Adds an item to the dictionary, moving both and . The key to move from. The value to move from. true if added; false if the key already exists. Determines if the map contains the key . The key. true if the map contains a corresponding item. Determines if the map contains the key . The key. true if the map contains a corresponding item. Removes the item corresponding to if it exists. The key. true if removed; false if the key does not exist. Removes the item corresponding to and if it exists. The key. The value. true if removed; false if the key does not exist or the value does not match. Attempts to get a copy of the value corresponding to . The key. The corresponding value. If true, use to make a copy. true if corresponding entry exists. Attempts to get the pointer to the value corresponding to / The key. The corresponding value. true if corresponding entry exists. Returns an that iterates over the map in sorted order. An enumerator that iterates over the map in sorted order. Returns an that iterates over the map in reverse order. An enumerator that iterates over the map in reverse order. Base interface for containers with items that are randomly accessible for mutation. The element type. Gets the reference of the element at given index. The index. Negative numbers will be counted from the end of this span after inverting. Gets the read-only reference of the element at given index. The index. Negative numbers will be counted from the end of this span after inverting. Gets the read-only reference of the element at given index. The index. Sorts the elements in a range of elements in this vector using the default comparer. The zero-based starting index of the range to sort. The length of the range to sort. Sorts the elements in a range of elements in this vector using the specified comparison. The zero-based starting index of the range to sort. The length of the range to sort. The to use when comparing elements. Base interface for containers with items that are randomly accessible for reading. The element type. Implementation for and its family will not work if is above . In such cases, use ; return value itself is an , and is not required for these enumerators. Representative pointer for data to deal with inserting into itself. Gets the number of elements contained in this vector. Gets the read-only reference of the element at given index. The index. Negative numbers will be counted from the end of this span after inverting. Gets the read-only reference of the element at given index. The index. Negative numbers will be counted from the end of this span after inverting. Gets the read-only reference of the element at given index. The index. Determines if this vector contains the specified subsequence. The pointer to the first item in the subsequence. The length. true if the subsequence is contained within. Determines if this vector contains the specified subsequence. The subsequence. true if the subsequence is contained within. Finds the specified subsequence in this vector. The subsequence to search for. Offset of the subsequence, or -1 if not found. Finds the specified subsequence in this vector. The subsequence to search for. The index in this vector to begin looking from. Offset of the subsequence, or -1 if not found. Finds the specified subsequence in this vector. The subsequence to search for. The index in this vector to begin looking from. The number of items to look in. Offset of the subsequence, or -1 if not found. Finds the specified subsequence in this vector. The subsequence to search for. The length of the subsequence. Offset of the subsequence, or -1 if not found. Finds the specified subsequence in this vector. The subsequence to search for. The length of the subsequence. The index in this vector to begin looking from. Offset of the subsequence, or -1 if not found. Finds the specified subsequence in this vector. The subsequence to search for. The length of the subsequence. The index in this vector to begin looking from. The number of items to look in. Offset of the subsequence, or -1 if not found. Finds the first index of the last occurrence of the given subsequence. The subsequence to search for. The first index, or -1 if not found. Finds the first index of the last occurrence of the given subsequence. The subsequence to search for. The first index in this container to search from. The first index, or -1 if not found. Finds the first index of the last occurrence of the given subsequence. The subsequence to search for. The first index in this container to search from. The number of items in this container to search from. The first index, or -1 if not found. Finds the first index of the last occurrence of the given subsequence. The subsequence to search for. The length of the subsequence. The first index, or -1 if not found. Finds the first index of the last occurrence of the given subsequence. The subsequence to search for. The length of the subsequence. The first index in this container to search from. The first index, or -1 if not found. Finds the first index of the last occurrence of the given subsequence. The subsequence to search for. The length of the subsequence. The first index in this container to search from. The number of items in this container to search from. The first index, or -1 if not found. Copies the elements of this vector to a new array. The zero-based starting index of the range to copy to a new array. The new array. Copies the elements of this vector to a new array. The zero-based starting index of the range to copy to a new array. The length of the range to copy to a new array. The new array. Base interface for mutable containers with items that are randomly accessible. The element type. Gets or sets the number of elements contained in this container. Adds the item into the container. The item will be copied. The item. Adds the item into the container. The item will be moved. The item. Appends the collection into the container. Items will be copied. The collection. Appends the span into the container. Items will be copied. The span. Appends the span into the container. Items will be moved. The span. Clears the content of this container. Inserts the item into the container. The item will be copied. The zero-based index of insertion. The item. Inserts the item into the container. The item will be moved. The zero-based index of insertion. The item. Inserts the collection into the container. Items will be copied. The zero-based index of insertion. The collection. Inserts the span into the container. Items will be copied. The zero-based index of insertion. The span. Inserts the span into the container. Items will be moved. The zero-based index of insertion. The span. Removes the first item that equals to . The item to remove. true if removed. Removes all the items that matches the given predicate. The predicate to test for deletion. Number of items deleted. Removes the element at the given index. The index of item. Removes the elements in the given range. The index of the first item to delete. The number of items to delete. Resizes this container to the given size. In case of expansion, the data of new items are set to zeroes. The new size. Resizes this container to the given size. In case of expansion, the data of new items are set to . The new size. The value for the new items. Gets the number of items, in . Gets the number of items. Returns an that iterates over the set in sorted order. An enumerator that iterates over the set in sorted order. Returns an that iterates over the set in reverse order. An enumerator that iterates over the set in reverse order. Adds an item as a copy of . The value. Whether an item has been added. Adds an item as a move of . The value. Whether an item has been moved. Determines if the set contains . The item. true if contains. Removes the given item, if it exists. The item to remove. true if the item existed and got removed. Returns the minimum value. The minimum value. Returns the maximum value. The maximum value. Creates a new array, containing data of the set in sorted order. The new array. Creates a new array, containing data of the set in reverse order. The new array. Base interface for containers with continuous data storage. The element type. Gets or sets the total number of elements the internal data structure can hold without resizing. Gets the view of this vector. The span. Gets the view of this vector. The starting index. The span. Gets the view of this vector. The starting index. The number of items. The span. Gets the view of this vector. The span. Gets the view of this vector. The span. Gets the view of this vector. The span. Sets the capacity of this vector. The new capacity. Must be at least . The new capacity. When is less than . When failed to allocate memory as requested. Static interface for . Allocates aligned memory. The size of allocation in bytes. The required alignment in bytes. 0 if failed; otherwise, pointer to the newly allocated memory. Static instructions for how to deal with a type. The type. Gets a value indicating whether the type is has a default value. Gets a value indicating whether the type is disposable. If false, then will be skipped. Whether the type is copyable. If false, then any operation resulting in copies will fail. Whether the type is movable. If false, then any operation resulting in move will fail. Compares two items. The left item. The right item. 0 if equal, negative if left is less than right, positive otherwise. Compares two items for equality. The left item. The right item. true if equal. Sets the given item to the default value. The item to default. If is false. Disposes the given item, if is true. The item to dispose. Copies the given item. The source. The target. If is false. Moves the given item. The source. The target. If is false. Swaps the given items. The first item. The second item. If is false. Colors for link to parent. Gets the rightmost node in subtree at . Gets the leftmost node in subtree at . Promotes the right node to the root of subtree. Promote the left node to the root of subtree. Marks that might be a . The type. Enumerator for an array of unmanaged objects. Initializes a new instance of struct. The pointer to the first item. The pointer to past the last item. Gets the reference to the current element. A -like view for std::basic_string. The type of element. The encoding. The specifier for , for vectors with different preferred memory space. The object must be pinned on use, if the instance of this struct itself is allocated in heap. The pointer to the first element of the string. null if empty. The pointer to next of the last element of the string. null if empty. The pointer to the end of the memory allocation. null if empty. Gets an enumerator for this string. The enumerator returning references to items. A -like view for std::pair. The type of the first item. The type of the second item. Gets a value indicating whether this is empty. true if this span is empty. Gets a slice of this for the given range. The range. Gets a slice of this for the given range. The starting index. Negative numbers will be counted from the end of this span after inverting. The ending index. Negative numbers will be counted from the end of this span after inverting. Gets the view of this . The span. Gets the view of this . The starting index. The span. Gets the view of this . The starting index. The number of items. The span. Forms a slice out of the current span that begins at a specified index. The index at which to begin the slice. A span that consists of all elements of the current span from to the end of the span. Forms a slice out of the current span starting at a specified index for a specified length. The index at which to begin this slice. The desired length for the slice. A span that consists of elements from the current span starting at . Gets a value indicating whether this is empty. true if this span is empty. Gets a slice of this for the given range. The range. Gets a slice of this for the given range. The starting index. Negative numbers will be counted from the end of this span after inverting. The ending index. Negative numbers will be counted from the end of this span after inverting. Gets the view of this . The span. Gets the view of this . The starting index. The span. Gets the view of this . The starting index. The number of items. The span. Forms a slice out of the current span that begins at a specified index. The index at which to begin the slice. A span that consists of all elements of the current span from to the end of the span. Forms a slice out of the current span starting at a specified index for a specified length. The index at which to begin this slice. The desired length for the slice. A span that consists of elements from the current span starting at . A using , and .
Encoding contained within is assumed to be the system default encoding.
This string's length, as a . A -like view for std::vector. The type of element. The specifier for , for vectors with different preferred memory space. The pointer to the first element of the vector. null if empty. The pointer to next of the last element of the vector. null if empty. The pointer to the end of the memory allocation. null if empty. Gets an enumerator for this vector. The enumerator returning references to items. A using and . The type of element. A using , and .
Encoding contained within is assumed to be UTF-16.
Provides access to the current assembly information. Provides access to the git information for the current assembly. IsDirty: false IsDirtyString: false Repository URL: https://github.com/Haselnussbomber/FFXIVClientStructs.git Branch: HEAD Commit: 50c6ffe Sha: 50c6ffeee6775e9065a77e98e492c9bb3eea0e05 Commit date: 2025-01-21T12:14:18+01:00 Commits on top of base version: 1 Tag: Base tag: Provides access to the base version information used to determine the . Major: 0 Minor: 0 Patch: 0 Provides access to SemVer information for the current assembly. Major: 0 Minor: 0 Patch: 1 Label: Label with dash prefix: Source: Default