diff --git a/docs/api/Dalamud.CorePlugin.PluginImpl.html b/docs/api/Dalamud.CorePlugin.PluginImpl.html index 6011dbfba..a583dca3d 100644 --- a/docs/api/Dalamud.CorePlugin.PluginImpl.html +++ b/docs/api/Dalamud.CorePlugin.PluginImpl.html @@ -117,6 +117,17 @@ Be careful to not commit anything extra.

public sealed class PluginImpl : IDalamudPlugin, IDisposable
+
Remarks
+

██████╗ ███████╗ █████╗ ██████╗ ████████╗██╗ ██╗██╗███████╗ +██╔══██╗██╔════╝██╔══██╗██╔══██╗ ╚══██╔══╝██║ ██║██║██╔════╝ +██████╔╝█████╗ ███████║██║ ██║ ██║ ███████║██║███████╗ +██╔══██╗██╔══╝ ██╔══██║██║ ██║ ██║ ██╔══██║██║╚════██║ +██║ ██║███████╗██║ ██║██████╔╝ ██║ ██║ ██║██║███████║ +╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝ +CorePlugin should not be used as a base for new plugins. Use this instead https://github.com/goatcorp/SamplePlugin. +While it may have similarities, it is compiled with access to Dalamud internals, which may cause confusion when +some things work and others don't in normal operations.

+

Constructors

@@ -124,7 +135,7 @@ Be careful to not commit anything extra.

Improve this Doc
- View Source + View Source

PluginImpl(DalamudPluginInterface)

@@ -160,7 +171,7 @@ Be careful to not commit anything extra.

Improve this Doc - View Source + View Source

Name

@@ -193,7 +204,7 @@ Be careful to not commit anything extra.

Improve this Doc - View Source + View Source

Dispose()

@@ -221,7 +232,7 @@ Be careful to not commit anything extra.

Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Data.DataManager.html b/docs/api/Dalamud.Data.DataManager.html index 4d6fd0ae5..7bf480070 100644 --- a/docs/api/Dalamud.Data.DataManager.html +++ b/docs/api/Dalamud.Data.DataManager.html @@ -122,7 +122,7 @@ Improve this Doc - View Source + View Source

    ClientOpCodes

    @@ -180,6 +180,37 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

    + + | + Improve this Doc + + + View Source + + +

    GameData

    +

    Gets a Lumina object which gives access to any excel/game data.

    +
    +
    +
    Declaration
    +
    +
    public GameData GameData { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Lumina.GameData
    | Improve this Doc @@ -216,7 +247,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

    Improve this Doc
    - View Source + View Source

    Language

    @@ -247,7 +278,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

    Improve this Doc - View Source + View Source

    ServerOpCodes

    diff --git a/docs/api/Dalamud.Game.ChatHandlers.html b/docs/api/Dalamud.Game.ChatHandlers.html index 1a8848f7d..b7f41619f 100644 --- a/docs/api/Dalamud.Game.ChatHandlers.html +++ b/docs/api/Dalamud.Game.ChatHandlers.html @@ -118,7 +118,7 @@ Improve this Doc - View Source + View Source @@ -151,7 +151,7 @@ Improve this Doc - View Source + View Source

    MakeItalics(TextPayload)

    @@ -201,7 +201,7 @@ Improve this Doc - View Source + View Source

    MakeItalics(String)

    @@ -257,7 +257,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.html index 5930e6c19..390dffc77 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.html @@ -216,7 +216,7 @@ Improve this Doc - View Source + View Source

    IsDancing

    @@ -248,7 +248,7 @@ Improve this Doc - View Source + View Source

    NextStep

    @@ -257,7 +257,7 @@
    Declaration
    -
    public ulong NextStep { get; }
    +
    public uint NextStep { get; }
    Property Value
    @@ -269,12 +269,43 @@ - +
    System.UInt64System.UInt32

    The next dance step action ID.

    + + | + Improve this Doc + + + View Source + + +

    Steps

    +

    Gets all the steps in the current dance.

    +
    +
    +
    Declaration
    +
    +
    public uint[] Steps { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32[]
    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Enums.BattleNpcSubKind.html b/docs/api/Dalamud.Game.ClientState.Objects.Enums.BattleNpcSubKind.html index a327f142c..7400610a0 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Enums.BattleNpcSubKind.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Enums.BattleNpcSubKind.html @@ -92,6 +92,11 @@ + + Chocobo +

    BattleNpc representing a Chocobo.

    + + Enemy

    BattleNpc representing a standard enemy.

    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html b/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html index 53061d2ae..158fa14e2 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html @@ -124,7 +124,7 @@ Improve this Doc - View Source + View Source

    Address

    @@ -155,7 +155,7 @@ Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -205,7 +205,7 @@ Improve this Doc - View Source + View Source

    Length

    @@ -238,7 +238,7 @@ Improve this Doc - View Source + View Source

    CreateObjectReference(IntPtr)

    @@ -288,7 +288,7 @@ Improve this Doc - View Source + View Source

    GetEnumerator()

    @@ -318,7 +318,7 @@ Improve this Doc - View Source + View Source

    GetObjectAddress(Int32)

    @@ -368,7 +368,7 @@ Improve this Doc - View Source + View Source

    SearchById(UInt32)

    @@ -420,7 +420,7 @@ Improve this Doc - View Source + View Source

    IReadOnlyCollection<GameObject>.Count

    @@ -450,7 +450,7 @@ Improve this Doc - View Source + View Source

    IEnumerable.GetEnumerator()

    @@ -496,7 +496,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html index eed87558f..f3c4c9728 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html @@ -88,6 +88,9 @@
    Inherited Members
    +
    + GameObject.InvalidGameObjectId +
    GameObject.Address
    @@ -145,6 +148,9 @@
    GameObject.TargetObject
    +
    + GameObject.ToString() +
    System.Object.Equals(System.Object, System.Object)
    @@ -157,9 +163,6 @@
    System.Object.ReferenceEquals(System.Object, System.Object)
    -
    - System.Object.ToString() -
    Namespace: Dalamud.Game.ClientState.Objects.SubKinds
    Assembly: Dalamud.dll
    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.Npc.html b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.Npc.html index b2debb5f0..145af4140 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.Npc.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.Npc.html @@ -128,9 +128,15 @@
    Character.TargetObjectId
    +
    + Character.NameId +
    Character.StatusFlags
    +
    + GameObject.InvalidGameObjectId +
    GameObject.Address
    @@ -185,6 +191,9 @@
    GameObject.TargetObject
    +
    + GameObject.ToString() +
    System.Object.Equals(System.Object, System.Object)
    @@ -197,9 +206,6 @@
    System.Object.ReferenceEquals(System.Object, System.Object)
    -
    - System.Object.ToString() -
    Namespace: Dalamud.Game.ClientState.Objects.SubKinds
    Assembly: Dalamud.dll
    @@ -207,39 +213,6 @@
    public class Npc : Character, IEquatable<GameObject>
    -

    Properties -

    - - | - Improve this Doc - - - View Source - - -

    NameId

    -

    Gets the name ID of the NPC linking to their respective game data.

    -
    -
    -
    Declaration
    -
    -
    public uint NameId { get; }
    -
    -
    Property Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.UInt32

    Implements

    System.IEquatable<T> diff --git a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html index d00a70ccb..61ffee658 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html @@ -156,6 +156,9 @@
    Character.StatusFlags
    +
    + GameObject.InvalidGameObjectId +
    GameObject.Address
    @@ -210,6 +213,9 @@
    GameObject.TargetObject
    +
    + GameObject.ToString() +
    System.Object.Equals(System.Object, System.Object)
    @@ -222,9 +228,6 @@
    System.Object.ReferenceEquals(System.Object, System.Object)
    -
    - System.Object.ToString() -
    Namespace: Dalamud.Game.ClientState.Objects.SubKinds
    Assembly: Dalamud.dll
    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html index 3641a73cf..2a1217522 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html @@ -136,6 +136,9 @@
    Character.StatusFlags
    +
    + GameObject.InvalidGameObjectId +
    GameObject.Address
    @@ -190,6 +193,9 @@
    GameObject.TargetObject
    +
    + GameObject.ToString() +
    System.Object.Equals(System.Object, System.Object)
    @@ -202,9 +208,6 @@
    System.Object.ReferenceEquals(System.Object, System.Object)
    -
    - System.Object.ToString() -
    Namespace: Dalamud.Game.ClientState.Objects.Types
    Assembly: Dalamud.dll
    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html index bcd16a3ad..28062a60b 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html @@ -150,15 +150,15 @@
    Character.CompanyTag
    -
    - Character.TargetObjectId -
    Character.NameId
    Character.StatusFlags
    +
    + GameObject.InvalidGameObjectId +
    GameObject.Address
    @@ -213,6 +213,9 @@
    GameObject.TargetObject
    +
    + GameObject.ToString() +
    System.Object.Equals(System.Object, System.Object)
    @@ -225,9 +228,6 @@
    System.Object.ReferenceEquals(System.Object, System.Object)
    -
    - System.Object.ToString() -
    Namespace: Dalamud.Game.ClientState.Objects.Types
    Assembly: Dalamud.dll
    @@ -268,6 +268,39 @@ + + | + Improve this Doc + + + View Source + + +

    TargetObjectId

    +

    Gets the target object ID of the character.

    +
    +
    +
    Declaration
    +
    +
    public override uint TargetObjectId { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    +
    Overrides
    +
    Character.TargetObjectId

    Implements

    System.IEquatable<T> diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html index 99dc4ce5d..0f60330e9 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html @@ -90,6 +90,9 @@
    Inherited Members
    +
    + GameObject.InvalidGameObjectId +
    GameObject.Address
    @@ -144,6 +147,9 @@
    GameObject.TargetObject
    +
    + GameObject.ToString() +
    System.Object.Equals(System.Object, System.Object)
    @@ -156,9 +162,6 @@
    System.Object.ReferenceEquals(System.Object, System.Object)
    -
    - System.Object.ToString() -
    Namespace: Dalamud.Game.ClientState.Objects.Types
    Assembly: Dalamud.dll
    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html index 973fb2507..bc413a147 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html @@ -101,9 +101,6 @@
    System.Object.ReferenceEquals(System.Object, System.Object)
    -
    - System.Object.ToString() -
    Namespace: Dalamud.Game.ClientState.Objects.Types
    Assembly: Dalamud.dll
    @@ -111,6 +108,38 @@
    public class GameObject : IEquatable<GameObject>
    +

    Fields +

    + + | + Improve this Doc + + + View Source + +

    InvalidGameObjectId

    +

    IDs of non-networked GameObjects.

    +
    +
    +
    Declaration
    +
    +
    public const uint InvalidGameObjectId = 3758096384U
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32

    Properties

    @@ -118,7 +147,7 @@ Improve this Doc - View Source + View Source

    Address

    @@ -149,7 +178,7 @@ Improve this Doc - View Source + View Source

    DataId

    @@ -180,7 +209,7 @@ Improve this Doc - View Source + View Source

    HitboxRadius

    @@ -211,7 +240,7 @@ Improve this Doc - View Source + View Source

    Name

    @@ -242,7 +271,7 @@ Improve this Doc - View Source + View Source

    ObjectId

    @@ -273,7 +302,7 @@ Improve this Doc - View Source + View Source

    ObjectKind

    @@ -305,7 +334,7 @@ See Improve this Doc - View Source + View Source

    OwnerId

    @@ -336,7 +365,7 @@ See Improve this Doc - View Source + View Source

    Position

    @@ -367,7 +396,7 @@ See Improve this Doc - View Source + View Source

    Rotation

    @@ -399,7 +428,7 @@ This ranges from -pi to pi radians.

    Improve this Doc - View Source + View Source

    SubKind

    @@ -430,7 +459,7 @@ This ranges from -pi to pi radians.

    Improve this Doc - View Source + View Source

    TargetObject

    @@ -464,7 +493,7 @@ This ranges from -pi to pi radians.

    Improve this Doc - View Source + View Source

    TargetObjectId

    @@ -495,7 +524,7 @@ This ranges from -pi to pi radians.

    Improve this Doc - View Source + View Source

    YalmDistanceX

    @@ -526,7 +555,7 @@ This ranges from -pi to pi radians.

    Improve this Doc - View Source + View Source

    YalmDistanceZ

    @@ -559,7 +588,7 @@ This ranges from -pi to pi radians.

    Improve this Doc - View Source + View Source

    Equals(Object)

    @@ -608,7 +637,7 @@ This ranges from -pi to pi radians.

    Improve this Doc - View Source + View Source

    GetHashCode()

    @@ -640,7 +669,7 @@ This ranges from -pi to pi radians.

    Improve this Doc - View Source + View Source

    IsValid()

    @@ -672,7 +701,7 @@ This ranges from -pi to pi radians.

    Improve this Doc - View Source + View Source

    IsValid(GameObject)

    @@ -717,6 +746,38 @@ This ranges from -pi to pi radians.

    + + | + Improve this Doc + + + View Source + + +

    ToString()

    +
    +
    +
    Declaration
    +
    +
    public override string ToString()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.String
    +
    Overrides
    +
    System.Object.ToString()

    Operators

    @@ -724,7 +785,7 @@ This ranges from -pi to pi radians.

    Improve this Doc
    - View Source + View Source

    Equality(GameObject, GameObject)

    @@ -776,7 +837,7 @@ This ranges from -pi to pi radians.

    Improve this Doc - View Source + View Source

    Implicit(GameObject to Boolean)

    @@ -826,7 +887,7 @@ This ranges from -pi to pi radians.

    Improve this Doc - View Source + View Source

    Inequality(GameObject, GameObject)

    @@ -880,7 +941,7 @@ This ranges from -pi to pi radians.

    Improve this Doc - View Source + View Source

    IEquatable<GameObject>.Equals(GameObject)

    @@ -937,7 +998,7 @@ This ranges from -pi to pi radians.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Statuses.Status.html b/docs/api/Dalamud.Game.ClientState.Statuses.Status.html index e990eafd7..427a8cd8c 100644 --- a/docs/api/Dalamud.Game.ClientState.Statuses.Status.html +++ b/docs/api/Dalamud.Game.ClientState.Statuses.Status.html @@ -335,19 +335,19 @@ | - Improve this Doc + Improve this Doc View Source - -

    StatusID

    + +

    StatusId

    Gets the status ID of this status.

    Declaration
    -
    public uint StatusID { get; }
    +
    public uint StatusId { get; }
    Property Value
    diff --git a/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html b/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html index d22e8b262..f1274cfd7 100644 --- a/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html +++ b/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html @@ -73,7 +73,7 @@

    Delegate Framework.OnUpdateDelegate

    -

    A delegate type used with the OnUpdateEvent event.

    +

    A delegate type used with the Update event.

    Namespace: Dalamud.Game
    diff --git a/docs/api/Dalamud.Game.Framework.html b/docs/api/Dalamud.Game.Framework.html index a6f125746..c5a6dce64 100644 --- a/docs/api/Dalamud.Game.Framework.html +++ b/docs/api/Dalamud.Game.Framework.html @@ -248,18 +248,18 @@ | - Improve this Doc + Improve this Doc View Source -

    OnUpdateEvent

    +

    Update

    Event that gets fired every time the game framework updates.

    Declaration
    -
    public event Framework.OnUpdateDelegate OnUpdateEvent
    +
    public event Framework.OnUpdateDelegate Update
    Event Type
    diff --git a/docs/api/Dalamud.Game.Gui.GameGui.html b/docs/api/Dalamud.Game.Gui.GameGui.html index e9d9aa12b..0e2aaaeb7 100644 --- a/docs/api/Dalamud.Game.Gui.GameGui.html +++ b/docs/api/Dalamud.Game.Gui.GameGui.html @@ -122,7 +122,7 @@ Improve this Doc - View Source + View Source

    GameUiHidden

    @@ -153,7 +153,7 @@ Improve this Doc - View Source + View Source

    HoveredAction

    @@ -179,43 +179,12 @@
    - - | - Improve this Doc - - - View Source - - -

    HoveredActionChanged

    -

    Gets or sets the event that is fired when the currently hovered action changes.

    -
    -
    -
    Declaration
    -
    -
    public EventHandler<HoveredAction> HoveredActionChanged { get; set; }
    -
    -
    Property Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.EventHandler<HoveredAction>
    | Improve this Doc - View Source + View Source

    HoveredItem

    @@ -242,37 +211,6 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    - - | - Improve this Doc - - - View Source - - -

    HoveredItemChanged

    -

    Gets or sets the event that is fired when the currently hovered item changes.

    -
    -
    -
    Declaration
    -
    -
    public EventHandler<ulong> HoveredItemChanged { get; set; }
    -
    -
    Property Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.EventHandler<System.UInt64>

    Methods

    @@ -751,18 +689,78 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    | - Improve this Doc + Improve this Doc + + + View Source + +

    HoveredActionChanged

    +

    Event that is fired when the currently hovered action changes.

    +
    +
    +
    Declaration
    +
    +
    public event EventHandler<HoveredAction> HoveredActionChanged
    +
    +
    Event Type
    + + + + + + + + + + + + + +
    TypeDescription
    System.EventHandler<HoveredAction>
    + + | + Improve this Doc + + + View Source + +

    HoveredItemChanged

    +

    Event that is fired when the currently hovered item changes.

    +
    +
    +
    Declaration
    +
    +
    public event EventHandler<ulong> HoveredItemChanged
    +
    +
    Event Type
    + + + + + + + + + + + + + +
    TypeDescription
    System.EventHandler<System.UInt64>
    + + | + Improve this Doc View Source -

    OnUiHideToggled

    +

    UiHideToggled

    Event which is fired when the game UI hiding is toggled.

    Declaration
    -
    public event EventHandler<bool> OnUiHideToggled
    +
    public event EventHandler<bool> UiHideToggled
    Event Type
    diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSettingsFlags.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSettingsFlags.html index 898a452d3..dd923c5cc 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSettingsFlags.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSettingsFlags.html @@ -73,7 +73,7 @@

    Enum DutyFinderSettingsFlags

    -

    Duty finder settings flags for the Dalamud.Game.Gui.PartyFinder class.

    +

    Duty finder settings flags for the PartyFinderGui class.

    Namespace: Dalamud.Game.Gui.PartyFinder.Types
    diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyType.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyType.html index 126c68019..9b8aa8693 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyType.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyType.html @@ -73,7 +73,7 @@

    Enum DutyType

    -

    Duty type flags for the Dalamud.Game.Gui.PartyFinder class.

    +

    Duty type flags for the PartyFinderGui class.

    Namespace: Dalamud.Game.Gui.PartyFinder.Types
    diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.html index 123b6a948..69cf64ac4 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.html @@ -118,7 +118,7 @@ Improve this Doc - View Source + View Source

    BeginnersWelcome

    @@ -149,7 +149,7 @@ Improve this Doc - View Source + View Source

    Category

    @@ -158,7 +158,7 @@
    Declaration
    -
    public DutyFinderCategory Category { get; }
    +
    public DutyCategory Category { get; }
    Property Value
    @@ -170,7 +170,7 @@ - + @@ -180,7 +180,7 @@ Improve this Doc - View Source + View Source

    Conditions

    @@ -189,7 +189,7 @@
    Declaration
    -
    public DutyFinderConditionFlags Conditions { get; }
    +
    public ConditionFlags Conditions { get; }
    Property Value
    DutyFinderCategoryDutyCategory
    @@ -201,7 +201,7 @@ - + @@ -211,7 +211,7 @@ Improve this Doc - View Source + View Source

    ContentIdLower

    @@ -242,7 +242,7 @@ Improve this Doc - View Source + View Source

    CurrentWorld

    @@ -273,7 +273,7 @@ Improve this Doc - View Source + View Source

    Description

    @@ -304,7 +304,7 @@ Improve this Doc - View Source + View Source

    Duty

    @@ -335,7 +335,7 @@ Improve this Doc - View Source + View Source

    DutyFinderSettings

    @@ -366,7 +366,7 @@ Improve this Doc - View Source + View Source

    DutyType

    @@ -397,7 +397,7 @@ Improve this Doc - View Source + View Source

    HomeWorld

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    Id

    @@ -456,19 +456,19 @@
    DutyFinderConditionFlagsConditionFlags
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    Item[DutyFinderConditionFlags]

    +

    Item[ConditionFlags]

    Check if the given flag is present.

    Declaration
    -
    public bool this[DutyFinderConditionFlags flag] { get; }
    +
    public bool this[ConditionFlags flag] { get; }
    Parameters
    @@ -481,157 +481,7 @@ - - - - - -
    DutyFinderConditionFlagsflag

    The flag to check for.

    -
    -
    Property Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Boolean

    A value indicating whether the flag is present.

    -
    - - | - Improve this Doc - - - View Source - - -

    Item[DutyFinderLootRuleFlags]

    -

    Check if the given flag is present.

    -
    -
    -
    Declaration
    -
    -
    public bool this[DutyFinderLootRuleFlags flag] { get; }
    -
    -
    Parameters
    - - - - - - - - - - - - - - - -
    TypeNameDescription
    DutyFinderLootRuleFlagsflag

    The flag to check for.

    -
    -
    Property Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Boolean

    A value indicating whether the flag is present.

    -
    - - | - Improve this Doc - - - View Source - - -

    Item[DutyFinderObjectiveFlags]

    -

    Check if the given flag is present.

    -
    -
    -
    Declaration
    -
    -
    public bool this[DutyFinderObjectiveFlags flag] { get; }
    -
    -
    Parameters
    - - - - - - - - - - - - - - - -
    TypeNameDescription
    DutyFinderObjectiveFlagsflag

    The flag to check for.

    -
    -
    Property Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Boolean

    A value indicating whether the flag is present.

    -
    - - | - Improve this Doc - - - View Source - - -

    Item[DutyFinderSearchAreaFlags]

    -

    Check if the given flag is present.

    -
    -
    -
    Declaration
    -
    -
    public bool this[DutyFinderSearchAreaFlags flag] { get; }
    -
    -
    Parameters
    - - - - - - - - - - - + @@ -659,7 +509,7 @@ Improve this Doc - View Source + View Source

    Item[DutyFinderSettingsFlags]

    @@ -700,6 +550,156 @@ + + +
    TypeNameDescription
    DutyFinderSearchAreaFlagsConditionFlags flag

    The flag to check for.

    System.Boolean

    A value indicating whether the flag is present.

    +
    + + | + Improve this Doc + + + View Source + + +

    Item[LootRuleFlags]

    +

    Check if the given flag is present.

    +
    +
    +
    Declaration
    +
    +
    public bool this[LootRuleFlags flag] { get; }
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    LootRuleFlagsflag

    The flag to check for.

    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean

    A value indicating whether the flag is present.

    +
    + + | + Improve this Doc + + + View Source + + +

    Item[ObjectiveFlags]

    +

    Check if the given flag is present.

    +
    +
    +
    Declaration
    +
    +
    public bool this[ObjectiveFlags flag] { get; }
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    ObjectiveFlagsflag

    The flag to check for.

    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean

    A value indicating whether the flag is present.

    +
    + + | + Improve this Doc + + + View Source + + +

    Item[SearchAreaFlags]

    +

    Check if the given flag is present.

    +
    +
    +
    Declaration
    +
    +
    public bool this[SearchAreaFlags flag] { get; }
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    SearchAreaFlagsflag

    The flag to check for.

    +
    +
    Property Value
    + + + + + + + + + + + @@ -709,7 +709,7 @@ Improve this Doc - View Source + View Source

    JobsPresent

    @@ -740,7 +740,7 @@ Improve this Doc - View Source + View Source

    LootRules

    @@ -749,7 +749,7 @@
    Declaration
    -
    public DutyFinderLootRuleFlags LootRules { get; }
    +
    public LootRuleFlags LootRules { get; }
    Property Value
    TypeDescription
    System.Boolean

    A value indicating whether the flag is present.

    @@ -761,7 +761,7 @@ - + @@ -771,7 +771,7 @@ Improve this Doc - View Source + View Source

    MinimumItemLevel

    @@ -802,7 +802,7 @@ Improve this Doc - View Source + View Source

    Name

    @@ -833,7 +833,7 @@ Improve this Doc - View Source + View Source

    Objective

    @@ -842,7 +842,7 @@
    Declaration
    -
    public DutyFinderObjectiveFlags Objective { get; }
    +
    public ObjectiveFlags Objective { get; }
    Property Value
    DutyFinderLootRuleFlagsLootRuleFlags
    @@ -854,7 +854,7 @@ - + @@ -864,7 +864,7 @@ Improve this Doc - View Source + View Source

    Parties

    @@ -895,7 +895,7 @@ Improve this Doc - View Source + View Source

    RawDuty

    @@ -926,7 +926,7 @@ Improve this Doc - View Source + View Source

    RawJobsPresent

    @@ -957,7 +957,7 @@ Improve this Doc - View Source + View Source

    SearchArea

    @@ -967,7 +967,7 @@ player per job.

    Declaration
    -
    public DutyFinderSearchAreaFlags SearchArea { get; }
    +
    public SearchAreaFlags SearchArea { get; }
    Property Value
    DutyFinderObjectiveFlagsObjectiveFlags
    @@ -979,7 +979,7 @@ player per job.

    - + @@ -989,7 +989,7 @@ player per job.

    Improve this Doc - View Source + View Source

    SecondsRemaining

    @@ -1021,7 +1021,7 @@ fills or the host ends it early.

    Improve this Doc - View Source + View Source

    Slots

    @@ -1052,7 +1052,7 @@ fills or the host ends it early.

    Improve this Doc - View Source + View Source

    SlotsAvailable

    @@ -1083,7 +1083,7 @@ fills or the host ends it early.

    Improve this Doc - View Source + View Source

    World

    diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.html index 6f43f407e..7892b2e22 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.html @@ -91,29 +91,29 @@

    Enums

    -

    DutyFinderCategory

    -

    Category flags for the Dalamud.Game.Gui.PartyFinder class.

    +

    ConditionFlags

    +

    Condition flags for the PartyFinderGui class.

    -

    DutyFinderConditionFlags

    -

    Condition flags for the Dalamud.Game.Gui.PartyFinder class.

    -
    -

    DutyFinderLootRuleFlags

    -

    Loot rule flags for the Dalamud.Game.Gui.PartyFinder class.

    -
    -

    DutyFinderObjectiveFlags

    -

    Objective flags for the Dalamud.Game.Gui.PartyFinder class.

    -
    -

    DutyFinderSearchAreaFlags

    -

    Search area flags for the Dalamud.Game.Gui.PartyFinder class.

    +

    DutyCategory

    +

    Category flags for the PartyFinderGui class.

    DutyFinderSettingsFlags

    -

    Duty finder settings flags for the Dalamud.Game.Gui.PartyFinder class.

    +

    Duty finder settings flags for the PartyFinderGui class.

    DutyType

    -

    Duty type flags for the Dalamud.Game.Gui.PartyFinder class.

    +

    Duty type flags for the PartyFinderGui class.

    JobFlags

    Job flags for the Dalamud.Game.Gui.PartyFinder class.

    +
    +

    LootRuleFlags

    +

    Loot rule flags for the PartyFinderGui class.

    +
    +

    ObjectiveFlags

    +

    Objective flags for the PartyFinderGui class.

    +
    +

    SearchAreaFlags

    +

    Search area flags for the PartyFinderGui class.

    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html b/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html index b8d918c75..66f38fb37 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html @@ -115,7 +115,7 @@ Improve this Doc - View Source + View Source

    SeString()

    @@ -132,7 +132,7 @@ Creates a new SeString from an ordered list of payloads.

    Improve this Doc - View Source + View Source

    SeString(Payload[])

    @@ -167,7 +167,7 @@ Creates a new SeString from an ordered list of payloads.

    Improve this Doc - View Source + View Source

    SeString(List<Payload>)

    @@ -205,7 +205,7 @@ public SeString(List<Payload> payloads) Improve this Doc - View Source + View Source

    Payloads

    @@ -231,12 +231,45 @@ public SeString(List<Payload> payloads)
    DutyFinderSearchAreaFlagsSearchAreaFlags
    + + | + Improve this Doc + + + View Source + + +

    TextArrowPayloads

    +

    Gets a list of Payloads necessary to display the arrow link marker icon in chat +with the appropriate glow and coloring.

    +
    +
    +
    Declaration
    +
    +
    public static IEnumerable<Payload> TextArrowPayloads { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Collections.Generic.IEnumerable<Payload>

    A list of all the payloads required to insert the link marker.

    +
    | Improve this Doc - View Source + View Source

    TextValue

    @@ -270,7 +303,7 @@ public SeString(List<Payload> payloads) Improve this Doc
    - View Source + View Source

    Append(Payload)

    @@ -320,7 +353,7 @@ public SeString(List<Payload> payloads) Improve this Doc - View Source + View Source

    Append(SeString)

    @@ -370,7 +403,7 @@ public SeString(List<Payload> payloads) Improve this Doc - View Source + View Source

    Append(List<Payload>)

    @@ -417,11 +450,346 @@ public SeString(List<Payload> payloads) | - Improve this Doc + Improve this Doc + + + View Source + + + +

    Creates an SeString representing an entire Payload chain that can be used to link an item in the chat log.

    +
    +
    +
    Declaration
    +
    +
    public static SeString CreateItemLink(Item item, bool isHq, string displayNameOverride = null)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Lumina.Excel.GeneratedSheets.Itemitem

    The Lumina Item to link.

    +
    System.BooleanisHq

    Whether to link the high-quality variant of the item.

    +
    System.StringdisplayNameOverride

    An optional name override to display, instead of the actual item name.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    SeString

    An SeString containing all the payloads necessary to display an item link in the chat log.

    +
    + + | + Improve this Doc View Source + + +

    Creates an SeString representing an entire Payload chain that can be used to link an item in the chat log.

    +
    +
    +
    Declaration
    +
    +
    public static SeString CreateItemLink(uint itemId, bool isHq, string displayNameOverride = null)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32itemId

    The id of the item to link.

    +
    System.BooleanisHq

    Whether to link the high-quality variant of the item.

    +
    System.StringdisplayNameOverride

    An optional name override to display, instead of the actual item name.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    SeString

    An SeString containing all the payloads necessary to display an item link in the chat log.

    +
    + + | + Improve this Doc + + + View Source + + + +

    Creates an SeString representing an entire Payload chain that can be used to link a map position in the chat log, matching a specified zone name. +Returns null if no corresponding PlaceName was found.

    +
    +
    +
    Declaration
    +
    +
    public static SeString CreateMapLink(string placeName, float xCoord, float yCoord, float fudgeFactor = 0.05F)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.StringplaceName

    The name of the location for this link. This should be exactly the name as seen in a displayed map link in-game for the same zone.

    +
    System.SinglexCoord

    The human-readable x-coordinate for this link.

    +
    System.SingleyCoord

    The human-readable y-coordinate for this link.

    +
    System.SinglefudgeFactor

    An optional offset to account for rounding and truncation errors; it is best to leave this untouched in most cases.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    SeString

    An SeString containing all of the payloads necessary to display a map link in the chat log.

    +
    + + | + Improve this Doc + + + View Source + + + +

    Creates an SeString representing an entire Payload chain that can be used to link a map position in the chat log.

    +
    +
    +
    Declaration
    +
    +
    public static SeString CreateMapLink(uint territoryId, uint mapId, int rawX, int rawY)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32territoryId

    The id of the TerritoryType for this map link.

    +
    System.UInt32mapId

    The id of the Map for this map link.

    +
    System.Int32rawX

    The raw x-coordinate for this link.

    +
    System.Int32rawY

    The raw y-coordinate for this link..

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    SeString

    An SeString containing all of the payloads necessary to display a map link in the chat log.

    +
    + + | + Improve this Doc + + + View Source + + + +

    Creates an SeString representing an entire Payload chain that can be used to link a map position in the chat log.

    +
    +
    +
    Declaration
    +
    +
    public static SeString CreateMapLink(uint territoryId, uint mapId, float xCoord, float yCoord, float fudgeFactor = 0.05F)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32territoryId

    The id of the TerritoryType for this map link.

    +
    System.UInt32mapId

    The id of the Map for this map link.

    +
    System.SinglexCoord

    The human-readable x-coordinate for this link.

    +
    System.SingleyCoord

    The human-readable y-coordinate for this link.

    +
    System.SinglefudgeFactor

    An optional offset to account for rounding and truncation errors; it is best to leave this untouched in most cases.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    SeString

    An SeString containing all of the payloads necessary to display a map link in the chat log.

    +
    + + | + Improve this Doc + + + View Source +

    Encode()

    Encodes the Payloads in this SeString into a binary representation @@ -453,7 +821,7 @@ suitable for use by in-game handlers, such as the chat log.

    Improve this Doc - View Source + View Source

    FromJson(String)

    @@ -494,6 +862,162 @@ suitable for use by in-game handlers, such as the chat log.

    SeString

    A SeString initialized with values from the json.

    + + + + + + | + Improve this Doc + + + View Source + + +

    Parse(Byte*, Int32)

    +

    Parse a binary game message into an SeString.

    +
    +
    +
    Declaration
    +
    +
    public static SeString Parse(byte *ptr, int len)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Byte*ptr

    Pointer to the string's data in memory.

    +
    System.Int32len

    Length of the string's data in memory.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    SeString

    An SeString containing parsed Payload objects for each payload in the data.

    +
    + + | + Improve this Doc + + + View Source + + +

    Parse(Byte[])

    +

    Parse a binary game message into an SeString.

    +
    +
    +
    Declaration
    +
    +
    public static SeString Parse(byte[] bytes)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Byte[]bytes

    Binary message payload data in SE's internal format.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    SeString

    An SeString containing parsed Payload objects for each payload in the data.

    +
    + + | + Improve this Doc + + + View Source + + +

    Parse(ReadOnlySpan<Byte>)

    +

    Parse a binary game message into an SeString.

    +
    +
    +
    Declaration
    +
    +
    public static SeString Parse(ReadOnlySpan<byte> data)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.ReadOnlySpan<System.Byte>data

    Binary message payload data in SE's internal format.

    +
    +
    Returns
    + + + + + + + + + + + @@ -503,7 +1027,7 @@ suitable for use by in-game handlers, such as the chat log.

    Improve this Doc - View Source + View Source

    ToJson()

    @@ -535,7 +1059,7 @@ suitable for use by in-game handlers, such as the chat log.

    Improve this Doc - View Source + View Source

    ToString()

    @@ -571,7 +1095,7 @@ suitable for use by in-game handlers, such as the chat log.

    Improve this Doc - View Source + View Source

    Implicit(String to SeString)

    @@ -627,7 +1151,7 @@ suitable for use by in-game handlers, such as the chat log.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html b/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html index 7d1cffc03..389bda4de 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html @@ -109,7 +109,8 @@
    Assembly: Dalamud.dll
    Syntax
    -
    public sealed class SeStringManager
    +
    [Obsolete("This class is obsolete. Please use the static methods on SeString instead.", true)]
    +public sealed class SeStringManager

    Methods

    @@ -118,7 +119,7 @@ Improve this Doc - View Source + View Source @@ -127,7 +128,8 @@
    Declaration
    -
    public SeString CreateItemLink(Item item, bool isHQ, string displayNameOverride = null)
    +
    [Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
    +public SeString CreateItemLink(Item item, bool isHQ, string displayNameOverride = null)
    Parameters
    TypeDescription
    SeString

    An SeString containing parsed Payload objects for each payload in the data.

    @@ -180,7 +182,7 @@ Improve this Doc - View Source + View Source @@ -189,7 +191,8 @@
    Declaration
    -
    public SeString CreateItemLink(uint itemId, bool isHQ, string displayNameOverride = null)
    +
    [Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
    +public SeString CreateItemLink(uint itemId, bool isHQ, string displayNameOverride = null)
    Parameters
    @@ -242,7 +245,7 @@ Improve this Doc - View Source + View Source @@ -251,7 +254,8 @@
    Declaration
    -
    public SeString CreateMapLink(string placeName, float xCoord, float yCoord, float fudgeFactor = 0.05F)
    +
    [Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
    +public SeString CreateMapLink(string placeName, float xCoord, float yCoord, float fudgeFactor = 0.05F)
    Parameters
    @@ -310,7 +314,7 @@ Improve this Doc - View Source + View Source @@ -319,7 +323,8 @@
    Declaration
    -
    public SeString CreateMapLink(uint territoryId, uint mapId, int rawX, int rawY)
    +
    [Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
    +public SeString CreateMapLink(uint territoryId, uint mapId, int rawX, int rawY)
    Parameters
    @@ -378,7 +383,7 @@ Improve this Doc - View Source + View Source @@ -387,7 +392,8 @@
    Declaration
    -
    public SeString CreateMapLink(uint territoryId, uint mapId, float xCoord, float yCoord, float fudgeFactor = 0.05F)
    +
    [Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
    +public SeString CreateMapLink(uint territoryId, uint mapId, float xCoord, float yCoord, float fudgeFactor = 0.05F)
    Parameters
    @@ -443,6 +449,63 @@ + + +
    SeString

    An SeString containing all of the payloads necessary to display a map link in the chat log.

    +
    + + | + Improve this Doc + + + View Source + + +

    Parse(Byte*, Int32)

    +

    Parse a binary game message into an SeString.

    +
    +
    +
    Declaration
    +
    +
    [Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
    +public SeString Parse(byte *ptr, int len)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Byte*ptr

    Pointer to the string's data in memory.

    +
    System.Int32len

    Length of the string's data in memory.

    +
    +
    Returns
    + + + + + + + + + + + @@ -452,7 +515,7 @@ Improve this Doc - View Source + View Source

    Parse(Byte[])

    @@ -461,7 +524,8 @@
    Declaration
    -
    public SeString Parse(byte[] bytes)
    +
    [Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
    +public SeString Parse(byte[] bytes)
    Parameters
    TypeDescription
    SeString

    An SeString containing parsed Payload objects for each payload in the data.

    @@ -493,6 +557,57 @@ + + +
    SeString

    An SeString containing parsed Payload objects for each payload in the data.

    +
    + + | + Improve this Doc + + + View Source + + +

    Parse(ReadOnlySpan<Byte>)

    +

    Parse a binary game message into an SeString.

    +
    +
    +
    Declaration
    +
    +
    [Obsolete("This method is obsolete. Please use the static methods on SeString instead.", true)]
    +public SeString Parse(ReadOnlySpan<byte> data)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.ReadOnlySpan<System.Byte>data

    Binary message payload data in SE's internal format.

    +
    +
    Returns
    + + + + + + + + + + + @@ -502,7 +617,7 @@ Improve this Doc - View Source + View Source

    TextArrowPayloads()

    @@ -512,7 +627,8 @@ with the appropriate glow and coloring.

    Declaration
    -
    public List<Payload> TextArrowPayloads()
    +
    [Obsolete("This data is obsolete. Please use the static version on SeString instead.", true)]
    +public List<Payload> TextArrowPayloads()
    Returns
    TypeDescription
    SeString

    An SeString containing parsed Payload objects for each payload in the data.

    @@ -541,7 +657,7 @@ with the appropriate glow and coloring.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.html b/docs/api/Dalamud.Game.html index e3c948124..d9934f73e 100644 --- a/docs/api/Dalamud.Game.html +++ b/docs/api/Dalamud.Game.html @@ -107,7 +107,7 @@ installation directory.

    A delegate type used during the native Framework::destroy.

    Framework.OnUpdateDelegate

    -

    A delegate type used with the OnUpdateEvent event.

    +

    A delegate type used with the Update event.

    diff --git a/docs/api/Dalamud.Interface.UiBuilder.html b/docs/api/Dalamud.Interface.UiBuilder.html index b7776b98f..0cbaf8705 100644 --- a/docs/api/Dalamud.Interface.UiBuilder.html +++ b/docs/api/Dalamud.Interface.UiBuilder.html @@ -123,7 +123,7 @@ It can be used to draw custom windows and overlays.

    Improve this Doc - View Source + View Source

    DefaultFont

    @@ -154,7 +154,7 @@ It can be used to draw custom windows and overlays.

    Improve this Doc - View Source + View Source

    Device

    @@ -185,7 +185,7 @@ It can be used to draw custom windows and overlays.

    Improve this Doc - View Source + View Source

    DisableAutomaticUiHide

    @@ -216,7 +216,7 @@ It can be used to draw custom windows and overlays.

    Improve this Doc - View Source + View Source

    DisableCutsceneUiHide

    @@ -247,7 +247,7 @@ It can be used to draw custom windows and overlays.

    Improve this Doc - View Source + View Source

    DisableGposeUiHide

    @@ -278,7 +278,7 @@ It can be used to draw custom windows and overlays.

    Improve this Doc - View Source + View Source

    DisableUserUiHide

    @@ -309,7 +309,7 @@ It can be used to draw custom windows and overlays.

    Improve this Doc - View Source + View Source

    IconFont

    @@ -340,7 +340,7 @@ It can be used to draw custom windows and overlays.

    Improve this Doc - View Source + View Source

    MonoFont

    @@ -366,47 +366,12 @@ It can be used to draw custom windows and overlays.

    - - | - Improve this Doc - - - View Source - - -

    OnBuildFonts

    -

    Gets or sets an action that is called any time ImGui fonts need to be rebuilt.
    -Any ImFontPtr objects that you store can be invalidated when fonts are rebuilt -(at any time), so you should both reload your custom fonts and restore those -pointers inside this handler.
    -PLEASE remove this handler inside Dispose, or when you no longer need your fonts!

    -
    -
    -
    Declaration
    -
    -
    public Action OnBuildFonts { get; set; }
    -
    -
    Property Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Action
    | Improve this Doc - View Source + View Source

    OverrideGameCursor

    @@ -437,7 +402,7 @@ pointers inside this handler.
    Improve this Doc - View Source + View Source

    WindowHandlePtr

    @@ -465,12 +430,64 @@ pointers inside this handler.

    Methods

    + + | + Improve this Doc + + + View Source + + +

    AddNotification(String, String, NotificationType, UInt32)

    +

    Add a notification to the notification queue.

    +
    +
    +
    Declaration
    +
    +
    public void AddNotification(string content, string title = null, NotificationType type = NotificationType.None, uint msDelay = 3000U)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringcontent

    The content of the notification.

    +
    System.Stringtitle

    The title of the notification.

    +
    NotificationTypetype

    The type of the notification.

    +
    System.UInt32msDelay

    The time the notification should be displayed for.

    +
    | Improve this Doc - View Source + View Source

    Dispose()

    @@ -486,7 +503,7 @@ pointers inside this handler.
    Improve this Doc - View Source + View Source

    LoadImage(Byte[])

    @@ -536,7 +553,7 @@ pointers inside this handler.
    Improve this Doc - View Source + View Source

    LoadImage(String)

    @@ -586,7 +603,7 @@ pointers inside this handler.
    Improve this Doc - View Source + View Source

    LoadImageRaw(Byte[], Int32, Int32, Int32)

    @@ -654,12 +671,12 @@ pointers inside this handler.
    Improve this Doc - View Source + View Source

    RebuildFonts()

    Call this to queue a rebuild of the font atlas.
    -This will invoke any OnBuildFonts handlers and ensure that any loaded fonts are +This will invoke any Dalamud.Interface.UiBuilder.OnBuildFonts handlers and ensure that any loaded fonts are ready to be used on the next UI frame.

    @@ -671,19 +688,22 @@ ready to be used on the next UI frame.

    | - Improve this Doc + Improve this Doc - View Source + View Source -

    Draw

    -

    The delegate that gets called when Dalamud is ready to draw your windows or overlays. -When it is called, you can use static ImGui calls.

    +

    BuildFonts

    +

    Gets or sets an action that is called any time ImGui fonts need to be rebuilt.
    +Any ImFontPtr objects that you store can be invalidated when fonts are rebuilt +(at any time), so you should both reload your custom fonts and restore those +pointers inside this handler.
    +PLEASE remove this handler inside Dispose, or when you no longer need your fonts!

    Declaration
    -
    public event RawDX11Scene.BuildUIDelegate Draw
    +
    public event Action BuildFonts
    Event Type
    @@ -695,7 +715,38 @@ When it is called, you can use static ImGui calls.

    - + + + + +
    RawDX11Scene.BuildUIDelegateSystem.Action
    + + | + Improve this Doc + + + View Source + +

    Draw

    +

    The delegate that gets called when Dalamud is ready to draw your windows or overlays. +When it is called, you can use static ImGui calls.

    +
    +
    +
    Declaration
    +
    +
    public event Action Draw
    +
    +
    Event Type
    + + + + + + + + + + @@ -705,7 +756,7 @@ When it is called, you can use static ImGui calls.

    Improve this Doc - View Source + View Source

    OpenConfigUi

    Event that is fired when the plugin should open its configuration interface.

    @@ -713,7 +764,7 @@ When it is called, you can use static ImGui calls.

    Declaration
    -
    public event EventHandler OpenConfigUi
    +
    public event Action OpenConfigUi
    Event Type
    TypeDescription
    System.Action
    @@ -725,7 +776,7 @@ When it is called, you can use static ImGui calls.

    - + @@ -745,7 +796,7 @@ When it is called, you can use static ImGui calls.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.IoC.RequiredVersionAttribute.html b/docs/api/Dalamud.IoC.RequiredVersionAttribute.html index cae539244..e2061fda0 100644 --- a/docs/api/Dalamud.IoC.RequiredVersionAttribute.html +++ b/docs/api/Dalamud.IoC.RequiredVersionAttribute.html @@ -215,7 +215,7 @@
    Assembly: Dalamud.dll
    Syntax
    -
    [AttributeUsage(AttributeTargets.Parameter)]
    +    
    [AttributeUsage(AttributeTargets.Property | AttributeTargets.Parameter)]
     public class RequiredVersionAttribute : Attribute

    Constructors diff --git a/docs/api/Dalamud.IoC.html b/docs/api/Dalamud.IoC.html index 161792dd2..3acd88ea4 100644 --- a/docs/api/Dalamud.IoC.html +++ b/docs/api/Dalamud.IoC.html @@ -79,6 +79,9 @@

    PluginInterfaceAttribute

    This attribute indicates whether the decorated class should be exposed to plugins via IoC.

    +
    +

    PluginServiceAttribute

    +

    This attribute indicates whether an applicable service should be injected into the plugin.

    RequiredVersionAttribute

    This attribute indicates the version of a service module that is required for the plugin to load.

    diff --git a/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html b/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html index c9243eefb..0661f8e18 100644 --- a/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html +++ b/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html @@ -111,7 +111,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Plugin.DalamudPluginInterface.html b/docs/api/Dalamud.Plugin.DalamudPluginInterface.html index 15ae01edf..b9ac2f25c 100644 --- a/docs/api/Dalamud.Plugin.DalamudPluginInterface.html +++ b/docs/api/Dalamud.Plugin.DalamudPluginInterface.html @@ -122,7 +122,7 @@ Improve this Doc - View Source + View Source

    ConfigDirectory

    @@ -153,7 +153,7 @@ Improve this Doc - View Source + View Source

    ConfigFile

    @@ -184,7 +184,7 @@ Improve this Doc - View Source + View Source

    DalamudAssetDirectory

    @@ -215,7 +215,7 @@ Improve this Doc - View Source + View Source

    GeneralChatType

    @@ -246,7 +246,7 @@ Improve this Doc - View Source + View Source

    IsDebugging

    @@ -277,7 +277,7 @@ Improve this Doc - View Source + View Source

    PluginInternalNames

    @@ -308,7 +308,7 @@ Improve this Doc - View Source + View Source

    PluginNames

    @@ -339,7 +339,7 @@ Improve this Doc - View Source + View Source

    Reason

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    Sanitizer

    @@ -401,7 +401,7 @@ Improve this Doc - View Source + View Source

    UiBuilder

    @@ -432,7 +432,7 @@ Improve this Doc - View Source + View Source

    UiLanguage

    @@ -465,7 +465,7 @@ Improve this Doc - View Source + View Source

    AddChatLinkHandler(UInt32, Action<UInt32, SeString>)

    @@ -512,6 +512,73 @@
    + + +
    System.EventHandlerSystem.Action
    DalamudLinkPayload

    Returns an SeString payload for the link.

    +
    + + | + Improve this Doc + + + View Source + + +

    Create<T>(Object[])

    +

    Create a new object of the provided type using its default constructor, then inject objects and properties.

    +
    +
    +
    Declaration
    +
    +
    public T Create<T>(params object[] scopedObjects)
    +    where T : class
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Object[]scopedObjects

    Objects to inject additionally.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    T

    The created and initialized type.

    +
    +
    Type Parameters
    + + + + + + + + + + + @@ -521,12 +588,11 @@ Improve this Doc - View Source + View Source

    Dispose()

    -

    Unregister your plugin and dispose all references. -You have to call this when your IDalamudPlugin is disposed.

    +

    Unregister your plugin and dispose all references.

    Declaration
    @@ -535,11 +601,1439 @@ You have to call this when your IDalamudPlugin is disposed.

    | - Improve this Doc + Improve this Doc + + + View Source + + +

    GetIpcProvider<TRet>(String)

    +

    Gets an IPC publisher.

    +
    +
    +
    Declaration
    +
    +
    public ICallGateProvider<TRet> GetIpcProvider<TRet>(string name)
    +
    +
    Parameters
    +
    NameDescription
    T

    The type to create.

    + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname

    The name of the IPC registration.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateProvider<TRet>

    An IPC publisher.

    +
    +
    Type Parameters
    + + + + + + + + + + + + + +
    NameDescription
    TRet

    The return type for funcs. Use object if this is unused.

    +
    +
    Exceptions
    + + + + + + + + + + + + + +
    TypeCondition
    IpcTypeMismatchError

    This is thrown when the requested types do not match the previously registered types are different.

    +
    + + | + Improve this Doc + + + View Source + + +

    GetIpcProvider<T1, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateProvider<T1, TRet> GetIpcProvider<T1, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateProvider<T1, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    TRet
    + + | + Improve this Doc View Source + +

    GetIpcProvider<T1, T2, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateProvider<T1, T2, TRet> GetIpcProvider<T1, T2, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateProvider<T1, T2, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcProvider<T1, T2, T3, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateProvider<T1, T2, T3, TRet> GetIpcProvider<T1, T2, T3, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateProvider<T1, T2, T3, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    T3
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcProvider<T1, T2, T3, T4, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateProvider<T1, T2, T3, T4, TRet> GetIpcProvider<T1, T2, T3, T4, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateProvider<T1, T2, T3, T4, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    T3
    T4
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcProvider<T1, T2, T3, T4, T5, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateProvider<T1, T2, T3, T4, T5, TRet> GetIpcProvider<T1, T2, T3, T4, T5, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateProvider<T1, T2, T3, T4, T5, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    T3
    T4
    T5
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcProvider<T1, T2, T3, T4, T5, T6, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateProvider<T1, T2, T3, T4, T5, T6, TRet> GetIpcProvider<T1, T2, T3, T4, T5, T6, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateProvider<T1, T2, T3, T4, T5, T6, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    T3
    T4
    T5
    T6
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcProvider<T1, T2, T3, T4, T5, T6, T7, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateProvider<T1, T2, T3, T4, T5, T6, T7, TRet> GetIpcProvider<T1, T2, T3, T4, T5, T6, T7, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateProvider<T1, T2, T3, T4, T5, T6, T7, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    T3
    T4
    T5
    T6
    T7
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcProvider<T1, T2, T3, T4, T5, T6, T7, T8, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateProvider<T1, T2, T3, T4, T5, T6, T7, T8, TRet> GetIpcProvider<T1, T2, T3, T4, T5, T6, T7, T8, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateProvider<T1, T2, T3, T4, T5, T6, T7, T8, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    T3
    T4
    T5
    T6
    T7
    T8
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcSubscriber<TRet>(String)

    +

    Gets an IPC subscriber.

    +
    +
    +
    Declaration
    +
    +
    public ICallGateSubscriber<TRet> GetIpcSubscriber<TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname

    The name of the IPC registration.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateSubscriber<TRet>

    An IPC publisher.

    +
    +
    Type Parameters
    + + + + + + + + + + + + + +
    NameDescription
    TRet

    The return type for funcs. Use object if this is unused.

    +
    + + | + Improve this Doc + + + View Source + + +

    GetIpcSubscriber<T1, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateSubscriber<T1, TRet> GetIpcSubscriber<T1, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateSubscriber<T1, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcSubscriber<T1, T2, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateSubscriber<T1, T2, TRet> GetIpcSubscriber<T1, T2, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateSubscriber<T1, T2, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcSubscriber<T1, T2, T3, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateSubscriber<T1, T2, T3, TRet> GetIpcSubscriber<T1, T2, T3, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateSubscriber<T1, T2, T3, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    T3
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcSubscriber<T1, T2, T3, T4, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateSubscriber<T1, T2, T3, T4, TRet> GetIpcSubscriber<T1, T2, T3, T4, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateSubscriber<T1, T2, T3, T4, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    T3
    T4
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcSubscriber<T1, T2, T3, T4, T5, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateSubscriber<T1, T2, T3, T4, T5, TRet> GetIpcSubscriber<T1, T2, T3, T4, T5, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateSubscriber<T1, T2, T3, T4, T5, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    T3
    T4
    T5
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcSubscriber<T1, T2, T3, T4, T5, T6, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateSubscriber<T1, T2, T3, T4, T5, T6, TRet> GetIpcSubscriber<T1, T2, T3, T4, T5, T6, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateSubscriber<T1, T2, T3, T4, T5, T6, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    T3
    T4
    T5
    T6
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcSubscriber<T1, T2, T3, T4, T5, T6, T7, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, TRet> GetIpcSubscriber<T1, T2, T3, T4, T5, T6, T7, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    T3
    T4
    T5
    T6
    T7
    TRet
    + + | + Improve this Doc + + + View Source + + +

    GetIpcSubscriber<T1, T2, T3, T4, T5, T6, T7, T8, TRet>(String)

    +
    +
    +
    Declaration
    +
    +
    public ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, T8, TRet> GetIpcSubscriber<T1, T2, T3, T4, T5, T6, T7, T8, TRet>(string name)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, T8, TRet>
    +
    Type Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    T1
    T2
    T3
    T4
    T5
    T6
    T7
    T8
    TRet
    + + | + Improve this Doc + + + View Source +

    GetPluginConfig()

    Get a previously saved plugin configuration or null if none was saved before.

    @@ -570,7 +2064,7 @@ You have to call this when your IDalamudPlugin is disposed.

    Improve this Doc - View Source + View Source

    GetPluginConfigDirectory()

    @@ -602,7 +2096,7 @@ You have to call this when your IDalamudPlugin is disposed.

    Improve this Doc - View Source + View Source

    GetPluginLocDirectory()

    @@ -625,6 +2119,62 @@ You have to call this when your IDalamudPlugin is disposed.

    System.String

    directory with path of AppData/XIVLauncher/pluginConfig/PluginInternalName/loc.

    + + + + + + | + Improve this Doc + + + View Source + + +

    Inject(Object, Object[])

    +

    Inject services into properties on the provided object instance.

    +
    +
    +
    Declaration
    +
    +
    public bool Inject(object instance, params object[] scopedObjects)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Objectinstance

    The instance to inject services into.

    +
    System.Object[]scopedObjects

    Objects to inject additionally.

    +
    +
    Returns
    + + + + + + + + + + + @@ -634,7 +2184,7 @@ You have to call this when your IDalamudPlugin is disposed.

    Improve this Doc - View Source + View Source

    RemoveChatLinkHandler()

    @@ -650,7 +2200,7 @@ You have to call this when your IDalamudPlugin is disposed.

    Improve this Doc - View Source + View Source

    RemoveChatLinkHandler(UInt32)

    @@ -684,7 +2234,7 @@ You have to call this when your IDalamudPlugin is disposed.

    Improve this Doc - View Source + View Source

    SavePluginConfig(IPluginConfiguration)

    @@ -720,7 +2270,7 @@ You have to call this when your IDalamudPlugin is disposed.

    Improve this Doc - View Source + View Source

    LanguageChanged

    Event that gets fired when loc is changed

    @@ -760,7 +2310,7 @@ You have to call this when your IDalamudPlugin is disposed.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Plugin.html b/docs/api/Dalamud.Plugin.html index f22ff6d02..a00e1920a 100644 --- a/docs/api/Dalamud.Plugin.html +++ b/docs/api/Dalamud.Plugin.html @@ -79,9 +79,51 @@

    DalamudPluginInterface

    This class acts as an interface to various objects needed to interact with Dalamud and the game.

    +
    +

    IpcNotReadyError

    +

    This exception is thrown when an IPC method is invoked, but nothing has been registered by that name yet.

    +
    +

    IpcTypeMismatchError

    +

    This exception is thrown when an IPC method is checked out, but the type does not match what was previously registered.

    Interfaces

    +

    ICallGateProvider<TRet>

    +
    +

    ICallGateProvider<T1, TRet>

    +
    +

    ICallGateProvider<T1, T2, TRet>

    +
    +

    ICallGateProvider<T1, T2, T3, TRet>

    +
    +

    ICallGateProvider<T1, T2, T3, T4, TRet>

    +
    +

    ICallGateProvider<T1, T2, T3, T4, T5, TRet>

    +
    +

    ICallGateProvider<T1, T2, T3, T4, T5, T6, TRet>

    +
    +

    ICallGateProvider<T1, T2, T3, T4, T5, T6, T7, TRet>

    +
    +

    ICallGateProvider<T1, T2, T3, T4, T5, T6, T7, T8, TRet>

    +
    +

    ICallGateSubscriber<TRet>

    +
    +

    ICallGateSubscriber<T1, TRet>

    +
    +

    ICallGateSubscriber<T1, T2, TRet>

    +
    +

    ICallGateSubscriber<T1, T2, T3, TRet>

    +
    +

    ICallGateSubscriber<T1, T2, T3, T4, TRet>

    +
    +

    ICallGateSubscriber<T1, T2, T3, T4, T5, TRet>

    +
    +

    ICallGateSubscriber<T1, T2, T3, T4, T5, T6, TRet>

    +
    +

    ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, TRet>

    +
    +

    ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, T8, TRet>

    +

    IDalamudPlugin

    This interface represents a basic Dalamud plugin. All plugins have to implement this interface.

    diff --git a/docs/api/Dalamud.Utility.html b/docs/api/Dalamud.Utility.html index d4dba5a6d..5ecc3be77 100644 --- a/docs/api/Dalamud.Utility.html +++ b/docs/api/Dalamud.Utility.html @@ -79,6 +79,9 @@

    EnumExtensions

    Extension methods for enums.

    +
    +

    SeStringExtensions

    +

    Extension methods for SeStrings.

    StringExtensions

    Extension methods for strings.

    diff --git a/docs/api/FFXIVClientStructs.Attributes.Addon.html b/docs/api/FFXIVClientStructs.Attributes.Addon.html index ea14b2b52..0c962b312 100644 --- a/docs/api/FFXIVClientStructs.Attributes.Addon.html +++ b/docs/api/FFXIVClientStructs.Attributes.Addon.html @@ -220,10 +220,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Addon(String[])

    @@ -254,10 +254,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddonIdentifiers

    @@ -290,10 +290,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html index 18dad0800..648c9922c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html @@ -106,10 +106,116 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    GetActionInRangeOrLoS(UInt32, GameObject*, GameObject*)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 85 C0 75 02 33 C0", IsStatic = true)]
    +public static uint GetActionInRangeOrLoS(uint actionId, GameObject*sourceObject, GameObject*targetObject)
    +
    +
    Parameters
    +
    TypeDescription
    System.Boolean

    Whether or not the injection succeeded.

    + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32actionId
    GameObject*sourceObject
    GameObject*targetObject
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    + + | + Improve this Doc + + + View Source + + +

    GetActionRange(UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 8B CD 0F 28 F0", IsStatic = true)]
    +public static float GetActionRange(uint actionId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32actionId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source

    GetActionStatus(ActionType, UInt32, UInt32, UInt32, UInt32)

    @@ -174,10 +280,10 @@ public uint GetActionStatus(ActionType actionType, uint actionID, uint targetID | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAdjustedActionId(UInt32)

    @@ -222,10 +328,10 @@ public uint GetAdjustedActionId(uint actionID)
    | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAdjustedCastTime(ActionType, UInt32, Byte, Byte)

    @@ -285,10 +391,10 @@ public float GetAdjustedCastTime(ActionType actionType, uint actionID, byte a3 = | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAdjustedRecastTime(ActionType, UInt32, Byte)

    @@ -343,10 +449,10 @@ public float GetAdjustedRecastTime(ActionType actionType, uint actionID, byte a3 | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRecastTime(ActionType, UInt32)

    @@ -396,10 +502,10 @@ public float GetRecastTime(ActionType actionType, uint actionID) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRecastTimeElapsed(ActionType, UInt32)

    @@ -449,10 +555,10 @@ public float GetRecastTimeElapsed(ActionType actionType, uint actionID) | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

    @@ -480,10 +586,10 @@ public static ActionManager*Instance() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsRecastTimerActive(ActionType, UInt32)

    @@ -533,10 +639,10 @@ public bool IsRecastTimerActive(ActionType actionType, uint actionID) | - Improve this Doc + Improve this Doc - View Source + View Source

    UseAction(ActionType, UInt32, UInt32, UInt32, UInt32, UInt32)

    @@ -606,10 +712,10 @@ public bool UseAction(ActionType actionType, uint actionID, uint targetID = 3758 | - Improve this Doc + Improve this Doc - View Source + View Source

    UseActionLocation(ActionType, UInt32, UInt32, Vector3*, UInt32)

    @@ -680,10 +786,10 @@ public bool UseActionLocation(ActionType actionType, uint actionID, uint targetI diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionType.html index cc957222d..93c2cf856 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionType.html @@ -189,10 +189,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.html index c68d58c28..a975f9bbd 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActionID

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActionType

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CastLocation

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CastTargetID

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentCastTime

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Interruptible

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsCasting

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TotalCastTime

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_08

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_30

    @@ -402,10 +402,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html index ae4852403..fba13c8f1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Character

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EurekaElement

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EurekaLevel

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellCastInfo

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusManager

    @@ -253,10 +253,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetCastInfo()

    @@ -290,10 +290,10 @@ public BattleChara.CastInfo*GetCastInfo() diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html index 1ba53194b..f4dc3c4db 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClassJob

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CompanionObject

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CompanionOwnerID

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftingPoints

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentWorld

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CustomizeData

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EquipSlotData

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FreeCompanyTag

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GameObject

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GatheringPoints

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Health

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HomeWorld

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Icon

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Level

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Mana

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxCraftingPoints

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxGatheringPoints

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxHealth

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxMana

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NameID

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Omen

    @@ -715,10 +715,39 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + +

    PlayerTargetObjectID

    +
    +
    +
    Declaration
    +
    +
    public uint PlayerTargetObjectID
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    + + | + Improve this Doc + + + View Source

    StatusFlags

    @@ -744,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TargetObjectID

    @@ -771,6 +800,39 @@ +

    Methods +

    + + | + Improve this Doc + + + View Source + + +

    GetTargetId()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 3B C7 74 45")]
    +public uint GetTargetId()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    @@ -779,10 +841,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html index ee665b42a..c8d765698 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

    @@ -137,10 +137,10 @@ public static CharacterManager*Instance() | - Improve this Doc + Improve this Doc - View Source + View Source

    LookupBattleCharaByObjectId(Int32)

    @@ -191,10 +191,10 @@ public BattleChara*LookupBattleCharaByObjectId(int objectId) diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html index 28ad6ab34..838147ba3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Character

    @@ -141,10 +141,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.EurekaElement.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.EurekaElement.html index 42c2fb959..b71dad078 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.EurekaElement.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.EurekaElement.html @@ -133,10 +133,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html index 31b27652f..cc92c68bc 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FocusTarget

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseOverTarget

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PreviousTarget

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SoftTarget

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Target

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TargetObjectId

    @@ -282,10 +282,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetCurrentTarget()

    @@ -313,10 +313,10 @@ public GameObject*GetCurrentTarget() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetCurrentTargetID()

    @@ -344,10 +344,10 @@ public uint GetCurrentTargetID() | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

    @@ -375,10 +375,10 @@ public static TargetSystem*Instance() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsObjectInViewRange(GameObject*)

    @@ -429,10 +429,10 @@ public bool IsObjectInViewRange(GameObject*obj) diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.html index 0ca4737b2..2aa5c426a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LuaState

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LuaString

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Object

    @@ -199,10 +199,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.html index c98abc6c6..11d2ea84a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Duration

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FateId

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Level

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Progress

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Radius

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StartTimeEpoch

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    State

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TerritoryID

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Z

    @@ -460,10 +460,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.html index 47ff2b9a6..c15822bfe 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FirstFatePtr

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LastFatePtr

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk60

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk68

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk70

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk78

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk80

    @@ -315,10 +315,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags.html index 3d5993250..cebd132d9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags.html @@ -130,10 +130,10 @@ public enum AetherFlags : byte diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianCard.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianCard.html index e412aa192..addb0e98f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianCard.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianCard.html @@ -141,10 +141,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.html index 8c9520cb6..34e00401b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Card

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Seals

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Timer

    @@ -195,10 +195,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentCard

    @@ -225,10 +225,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentSeals

    @@ -261,10 +261,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianSeal.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianSeal.html index 9d2c3eb14..0965c598e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianSeal.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianSeal.html @@ -117,10 +117,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.html index 8499f8fbb..03fc272b6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Repertoire

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Song

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SongTimer

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SoulVoice

    @@ -224,10 +224,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveSong

    @@ -260,10 +260,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardSong.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardSong.html index 77d95292d..58c662edb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardSong.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardSong.html @@ -121,10 +121,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html index 71b074e2e..30f9e20d9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ElementStance

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ElementTimeRemaining

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Enochian

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EnochianTimer

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PolyglotStacks

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UmbralHearts

    @@ -282,10 +282,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AstralStacks

    @@ -312,10 +312,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EnochianActive

    @@ -342,10 +342,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UmbralStacks

    @@ -378,10 +378,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep.html index 06702b0e9..a9c00d471 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep.html @@ -125,10 +125,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.html index b838e4f93..e50a1881b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DanceSteps

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Esprit

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Feathers

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StepIndex

    @@ -224,10 +224,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentStep

    @@ -260,10 +260,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.html index f2b1bf4a6..95d70fe2c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Blood

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DarkArtsState

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DarksideTimer

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShadowTimer

    @@ -228,10 +228,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.html index 0ce5667af..d741250b0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BotdState

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BotdTimer

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EyeCount

    @@ -199,10 +199,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.html index ee2746157..071173f33 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Ammo

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AmmoComboStep

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxTimerDuration

    @@ -199,10 +199,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.JobGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.JobGauge.html index ae569311f..4dc967d06 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.JobGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.JobGauge.html @@ -110,10 +110,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.html index 855535b2d..3be04d8c9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Battery

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Heat

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LastSummonBatteryPower

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OverheatTimeRemaining

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SummonTimeRemaining

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TimerActive

    @@ -286,10 +286,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html index 16fb4c47e..00295c929 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Chakra

    @@ -141,10 +141,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.html index 4e01f9a5f..124db1799 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HutonManualCasts

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HutonTimer

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Ninki

    @@ -199,10 +199,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.PaladinGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.PaladinGauge.html index 0163757e3..f00a1ab59 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.PaladinGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.PaladinGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OathGauge

    @@ -141,10 +141,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.html index 2a5ca359a..3d5717ec6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BlackMana

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WhiteMana

    @@ -170,10 +170,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.html index 682b89f27..3aee46e94 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Kenki

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MeditationStacks

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SenFlags

    @@ -199,10 +199,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.html index a8645b9e3..594fe398b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Aetherflow

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DismissedFairy

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FairyGauge

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SeraphTimer

    @@ -228,10 +228,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.html index 669e7bac6..cf5d0d878 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AetherFlags

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ReturnSummon

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ReturnSummonGlam

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TimerRemaining

    @@ -224,10 +224,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -260,10 +260,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge.html index 76053235f..235c6be60 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeastGauge

    @@ -141,10 +141,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.html index 29a517fa2..3de39bdd0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BloodLily

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Lily

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LilyTimer

    @@ -199,10 +199,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html index 055008846..a1cda1706 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AllianceMembers

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsAlliance

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MemberCount

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyLeaderIndex

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyMembers

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_3D40

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_3D44

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_3D48

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_3D50

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_3D5D

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_3D5F

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_3D60

    @@ -456,10 +456,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAllianceMemberByGroupAndIndex(Int32, Int32)

    @@ -509,10 +509,10 @@ public PartyMember*GetAllianceMemberByGroupAndIndex(int group, int index) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAllianceMemberByIndex(Int32)

    @@ -557,10 +557,10 @@ public PartyMember*GetAllianceMemberByIndex(int index) | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

    @@ -588,10 +588,10 @@ public static GroupManager*Instance() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsCharacterInPartyByName(Byte*)

    @@ -636,10 +636,10 @@ public bool IsCharacterInPartyByName(byte *name) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsObjectIDInAlliance(UInt32)

    @@ -684,10 +684,10 @@ public bool IsObjectIDInAlliance(uint objectID) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsObjectIDInParty(UInt32)

    @@ -732,10 +732,10 @@ public bool IsObjectIDInParty(uint objectID) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsObjectIDPartyLeader(UInt32)

    @@ -786,10 +786,10 @@ public bool IsObjectIDPartyLeader(uint objectID) diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.html index df38c9b0b..0a131c509 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClassJob

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ContentID

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentHP

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentMP

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HomeWorld

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Level

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxHP

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxMP

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectID

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Sex

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusManager

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TerritoryType

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_220

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_ObjectID_1

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_ObjectID_2

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_Struct_208__0

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_Struct_208__10

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_Struct_208__14

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_Struct_208__4

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_Struct_208__8

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_Struct_208__C

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Z

    @@ -837,10 +837,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.html index a295f96f4..9cd97a25a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Items

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Loaded

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Type

    @@ -224,10 +224,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetInventorySlot(Int32)

    @@ -278,10 +278,10 @@ public InventoryItem*GetInventorySlot(int index) diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemFlags.html index 5fc4719d6..b9e903f73 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemFlags.html @@ -122,10 +122,10 @@ public enum ItemFlags : byte diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.html index 921a5f3f1..a860e76f5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Condition

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Container

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CrafterContentID

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlamourID

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemID

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Materia

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MateriaGrade

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Quantity

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Slot

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Spiritbond

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Stain

    @@ -460,10 +460,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.html index 00fb88ea6..accd5a22b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Inventories

    @@ -137,10 +137,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetInventoryContainer(InventoryType)

    @@ -185,10 +185,10 @@ public InventoryContainer*GetInventoryContainer(InventoryType inventoryType) | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

    @@ -222,10 +222,10 @@ public static InventoryManager*Instance() diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryType.html index 8e4818160..28a86662e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryType.html @@ -365,10 +365,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.html index 9d481bcd7..0ff57f4fe 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Astrologian

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Bard

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BlackMage

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClassJobID

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentGauge

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Dancer

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DarkKnight

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Dragoon

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EmptyGauge

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Gunbreaker

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Machinist

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Monk

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Ninja

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Paladin

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RedMage

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Samurai

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Scholar

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Summoner

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Warrior

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WhiteMage

    @@ -688,10 +688,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

    @@ -725,10 +725,10 @@ public static JobGaugeManager*Instance() diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html index cd8791521..6355286be 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DataID

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DrawObject

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HitboxRadius

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LuaActor

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectID

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectKind

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OwnerID

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Position

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderFlags

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Rotation

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SubKind

    @@ -454,39 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source - -

    TargetObjectID

    -
    -
    -
    Declaration
    -
    -
    public uint TargetObjectID
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.UInt32
    - - | - Improve this Doc - - - View Source + View Source

    TargetStatus

    @@ -512,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    YalmDistanceFromPlayerX

    @@ -541,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    YalmDistanceFromPlayerZ

    @@ -572,10 +543,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetDrawObject()

    @@ -603,10 +574,10 @@ public void *GetDrawObject() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetIsTargetable()

    @@ -634,10 +605,10 @@ public bool GetIsTargetable() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetName()

    @@ -665,10 +636,10 @@ public byte *GetName() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetNpcID()

    @@ -696,10 +667,10 @@ public uint GetNpcID() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetObjectID()

    @@ -727,10 +698,10 @@ public uint GetObjectID() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetObjectKind()

    @@ -764,10 +735,10 @@ public byte GetObjectKind() diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.html index 709a4bed6..22f44b012 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Active

    @@ -135,17 +135,17 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectList

    Declaration
    -
    public GameObject**ObjectList
    +
    public long *ObjectList
    Field Value
    @@ -157,24 +157,24 @@ - +
    GameObject**System.Int64*
    | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectList3

    Declaration
    -
    public GameObject**ObjectList3
    +
    public long *ObjectList3
    Field Value
    @@ -186,17 +186,17 @@ - +
    GameObject**System.Int64*
    | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectList3Count

    @@ -222,17 +222,17 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectListFiltered

    Declaration
    -
    public GameObject**ObjectListFiltered
    +
    public long *ObjectListFiltered
    Field Value
    @@ -244,17 +244,17 @@ - +
    GameObject**System.Int64*
    | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectListFilteredCount

    @@ -282,10 +282,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetGameObjectByIndex(Int32)

    @@ -330,10 +330,10 @@ public static GameObject*GetGameObjectByIndex(int index) | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

    @@ -367,10 +367,10 @@ public static GameObjectManager*Instance() diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.html index 88c728603..672df9297 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.html @@ -165,10 +165,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Status.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Status.html index e3396f56e..0ee475eda 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Status.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Status.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Param

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RemainingTime

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SourceID

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StackCount

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusID

    @@ -257,10 +257,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html index 557fe544c..32f6f2c02 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Owner

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Status

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_170

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_174

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_178

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_180

    @@ -286,10 +286,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.html index 1e22e3950..6fa208932 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentHealth

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DataID

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxHealth

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectID

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusManager

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Synced

    @@ -286,10 +286,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.html index 057521ad2..cf738c9d9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveCommand

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AttackerLevel

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BattleBuddies

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Companion

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CompanionPtr

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentColorStainId

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentXP

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DefenderLevel

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FavoriteFeed

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HealerLevel

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Mounted

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Pet

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PetPtr

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Rank

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SkillPoints

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SquadronTrustPtr

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Stars

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TimeLeft

    @@ -663,10 +663,10 @@ diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.html index 7877f1744..99da98f65 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Telepo

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -166,10 +166,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TeleportWithTickets(UInt32, Byte)

    @@ -225,10 +225,10 @@ public bool TeleportWithTickets(uint aetheryteID, byte subIndex) diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html index c0c405163..5c52837e6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html @@ -106,17 +106,17 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TeleportList

    Declaration
    -
    public Vector<Telepo.TeleportInfo> TeleportList
    +
    public Vector<TeleportInfo> TeleportList
    Field Value
    @@ -128,17 +128,17 @@ - +
    Vector<Telepo.TeleportInfo>Vector<TeleportInfo>
    | - Improve this Doc + Improve this Doc - View Source + View Source

    UseTicketInvoker

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -195,10 +195,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

    @@ -226,10 +226,10 @@ public static Telepo*Instance() | - Improve this Doc + Improve this Doc - View Source + View Source

    Teleport(UInt32, Byte)

    @@ -277,6 +277,37 @@ public bool Teleport(uint aetheryteID, byte subIndex) + + | + Improve this Doc + + + View Source + + +

    UpdateAetheryteList()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 48 8B 48 08 48 2B 08")]
    +public void *UpdateAetheryteList()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Void*
    @@ -285,10 +316,10 @@ public bool Teleport(uint aetheryteID, byte subIndex)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html index 3b0d13dee..aa46bf947 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Buddy

    @@ -135,10 +135,39 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + +

    RelicNote

    +
    +
    +
    Declaration
    +
    +
    public RelicNote RelicNote
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    RelicNote
    + + | + Improve this Doc + + + View Source

    Telepo

    @@ -170,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html index 1d18b8b0a..3f8628ce9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html @@ -81,11 +81,13 @@

    Buddy.BuddyMember

    +

    RelicNote

    +

    SelectUseTicketInvoker

    Telepo

    -

    Telepo.TeleportInfo

    +

    TeleportInfo

    UIState

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html index 45c4486c5..db531cb92 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    A

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    B

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    G

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    R

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html index 868b8b577..6531aba70 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html @@ -101,7 +101,6 @@
    Syntax
    public struct CVector<T>
    -
         where T : struct
    Type Parameters
    @@ -123,10 +122,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Vector

    @@ -152,10 +151,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -187,10 +186,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html index 78c36f281..3aa860eab 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ContextArray

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    D3D11Device

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    D3D11DeviceContext

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    D3DFeatureLevel

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DXGIFactory

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImmediateContext

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderThread

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SwapChain

    @@ -344,10 +344,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.PixelShader.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.PixelShader.html index 44f928b16..9a994c07c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.PixelShader.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.PixelShader.html @@ -110,10 +110,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass.html index b05a1acd2..0d821b6fc 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PixelShader

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    VertexShader

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.html index f2e04d6a7..a3c88a577 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OwnerPackage

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Passes

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PassIndices

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PassNum

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShaderKeys

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ConstantSamplerUnknown.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ConstantSamplerUnknown.html index f9ef07185..eef53fb86 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ConstantSamplerUnknown.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ConstantSamplerUnknown.html @@ -110,10 +110,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.html index 2fe450269..b1a02b5f9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CRC

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Offset

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.html index 7fe5c562f..31fc64109 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConstantCount

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Constants

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaterialConstantBufferSize

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaterialElementCount

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaterialElements

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaterialKeyCount

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaterialKeys

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaterialValues

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PixelShaders

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ReferencedClassBase

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SamplerCount

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Samplers

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SceneKeyCount

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SceneKeys

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SceneValues

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShaderNodes

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShaderNodeTreeVtbl

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SubviewValue1

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SubviewValue2

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SystemKeyCount

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SystemKeys

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SystemValues

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCount

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unknowns

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    VertexShaders

    @@ -837,10 +837,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html index 8b1da6780..5f4cc9fd2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackBuffer

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthStencil

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DXGISwapChain

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Height

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Width

    @@ -257,10 +257,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.VertexShader.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.VertexShader.html index 83a5338e1..33e13e4e3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.VertexShader.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.VertexShader.html @@ -110,10 +110,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html index 5e007b3cd..e2e63482a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_1_1

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_1_2

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_1_3

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_1_4

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_2_1

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_2_2

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_2_3

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_2_4

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_3_1

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_3_2

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_3_3

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_3_4

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_4_1

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_4_2

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_4_3

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Matrix_4_4

    @@ -605,10 +605,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html index d8ea21d85..ad4630daa 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BoneSimulators

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Skeleton

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SkeletonInvWorldMatrix

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SkeletonWorldMatrix

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindScale

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindVariation

    @@ -315,10 +315,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html index 767be7a64..1cf889d50 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CharacterPosition

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Gravity

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PhysicsGroup

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Skeleton

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Wind

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html index b94be0236..266742c07 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BoneSimulator_1

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BoneSimulator_2

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BoneSimulator_3

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BoneSimulator_4

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BoneSimulator_5

    @@ -257,10 +257,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html index 1d8b2fcac..84aaf5eab 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    W

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Z

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Rectangle.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Rectangle.html index 4aee87a66..467307414 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Rectangle.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Rectangle.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Bottom

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Left

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Right

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Top

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html index 66a1be313..a9d1ad778 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RefCount

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderSubViews.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderSubViews.html index 0f7455bc4..a84d3b0ab 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderSubViews.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderSubViews.html @@ -177,10 +177,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderViews.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderViews.html index 6ca326188..21b6b98be 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderViews.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderViews.html @@ -233,10 +233,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.html index bddaf6f0a..cadae7e9c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ViewArray

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Vtbl

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html index 73d093c31..3ba3a3104 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Next

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Prev

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html index 7a58964b8..b32d1b9c4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Camera_1

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Camera_2

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Camera_3

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Camera_4

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    JobSystem_vtbl

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html index 2335734f3..ef3eaaf8f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FarShadowMap_Height

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FarShadowMap_Width

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NearShadowMap_Height

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NearShadowMap_Width

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Notifier

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OffscreenDepthStencil

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OffscreenGBuffer

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OffscreenRenderTarget_1

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OffscreenRenderTarget_2

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OffscreenRenderTarget_3

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OffscreenRenderTarget_4

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OffscreenRenderTarget_Unk1

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OffscreenRenderTarget_Unk2

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OffscreenRenderTarget_Unk3

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderTargetArray

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderTargetArray2

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Resolution_Height

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Resolution_Width

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShadowMap_Height

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShadowMap_Width

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkBool_1

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -750,10 +750,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html index de9c8e787..2b95f5d64 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LinkedListNext

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LinkedListPrevious

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Owner

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartialSkeletonArray

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartialSkeletonCount

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ReferencedClassBase

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SKLBArray

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Transform

    @@ -344,10 +344,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.SubView.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.SubView.html index 902a04688..440c8b7bf 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.SubView.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.SubView.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Camera

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthStencil

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderTarget_1

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderTarget_2

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderTarget_3

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderTarget_4

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderTargetUsedCount

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ViewportRegion

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Vtbl

    @@ -402,10 +402,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html index 67b7f851c..f2fc040e3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    D3D11ShaderResourceView

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    D3D11Texture2D

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Depth

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Height

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MipLevel

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Notifier

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextureFormat

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_35

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_36

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_37

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Width

    @@ -489,10 +489,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html index 062323f6d..e40682b26 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html @@ -113,10 +113,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.View.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.View.html index c2eef8c0c..0cf5be2cf 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.View.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.View.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CanvasRegion

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SubViewArray

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Vtbl

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html index 5bd0ce923..ffe775fa6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BonePhysicsModule

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CharacterDataCB

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DrawObject

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EID

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HasModelFilesInSlotLoaded

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HasModelInSlotLoaded

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IMCArray

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaterialArray

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ModelArray

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PostBoneDeformer

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Skeleton

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SlotCount

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TempData

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TempSlotData

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkFlags_01

    @@ -547,10 +547,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html index 3581e3b87..da73c19f9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Object

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html index 35d25f657..12356a2f2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ArmsDyeID

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ArmsSetID

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ArmsVariantID

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BodyType

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ChangedEquipData

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CharacterBase

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Clan

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CustomizeData

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EarSetID

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EarVariantID

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EquipSlotData

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FaceId

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FeetDyeID

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FeetSetID

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FeetVariantID

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HairId

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HeadDyeID

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HeadSetID

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HeadVariantID

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LegsDyeID

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LegsSetID

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LegsVariantID

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LFingerSetID

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LFingerVariantID

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LipColorFurPattern

    @@ -831,10 +831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NeckSetID

    @@ -860,10 +860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NeckVariantID

    @@ -889,10 +889,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Race

    @@ -918,10 +918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RaceSexId

    @@ -947,10 +947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RFingerSetID

    @@ -976,10 +976,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RFingerVariantID

    @@ -1005,10 +1005,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Sex

    @@ -1034,10 +1034,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SlotNeedsUpdateBitfield

    @@ -1063,10 +1063,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TailEarId

    @@ -1092,10 +1092,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TopDyeID

    @@ -1121,10 +1121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TopSetID

    @@ -1150,10 +1150,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TopVariantID

    @@ -1179,10 +1179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WristSetID

    @@ -1208,10 +1208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WristVariantID

    @@ -1243,10 +1243,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html index 2d6524ce2..73792d916 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ChildObject

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html index 27d25414a..3891ca63d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Position

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Rotation

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Scale

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html index 4f901cbdb..3cfe00804 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Z

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html index bc6dc3d99..e0ff28696 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CommonSystemConfig

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html index e01ed3a40..92e5fc32e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LuaState

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SystemConfig

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UIModule

    @@ -195,10 +195,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetUiModule()

    @@ -226,10 +226,10 @@ public UIModule*GetUiModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

    @@ -263,10 +263,10 @@ public static Framework*Instance()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html index 507409ff3..cc034d104 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html @@ -106,10 +106,56 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    Create<T>()

    +
    +
    +
    Declaration
    +
    +
    public T*Create<T>()
    +    where T : struct, ICreatable
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    T*
    +
    Type Parameters
    + + + + + + + + + + + + + +
    NameDescription
    T
    + + | + Improve this Doc + + + View Source

    Free(Void*, UInt64)

    @@ -144,10 +190,10 @@ public static void Free(void *ptr, ulong size) | - Improve this Doc + Improve this Doc - View Source + View Source

    Free<T>(T*)

    @@ -156,7 +202,6 @@ public static void Free(void *ptr, ulong size)
    Declaration
    public static void Free<T>(T*ptr)
    -
         where T : struct
    Parameters
    @@ -193,10 +238,134 @@ public static void Free(void *ptr, ulong size) | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    GetAnimationSpace()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ? ? ? ? 48 89 44 24 ? E8 ? ? ? ? 48 89 44 24 ? E8 ? ? ? ? 48 89 44 24 ? E8 ? ? ? ? 33 ED", IsStatic = true)]
    +public static IMemorySpace*GetAnimationSpace()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    IMemorySpace*
    + + | + Improve this Doc + + + View Source + + +

    GetApricotSpace()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ? ? ? ? 8D 53 47 48 8B C8", IsStatic = true)]
    +public static IMemorySpace*GetApricotSpace()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    IMemorySpace*
    + + | + Improve this Doc + + + View Source + + +

    GetDefaultSpace()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ? ? ? ? 4C 8B 4C 24 ? 4C 8B C0", IsStatic = true)]
    +public static IMemorySpace*GetDefaultSpace()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    IMemorySpace*
    + + | + Improve this Doc + + + View Source + + +

    GetSoundSpace()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ? ? ? ? 4C 8B C8 8B CF", IsStatic = true)]
    +public static IMemorySpace*GetSoundSpace()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    IMemorySpace*
    + + | + Improve this Doc + + + View Source

    GetUISpace()

    @@ -224,10 +393,10 @@ public static IMemorySpace*GetUISpace() | - Improve this Doc + Improve this Doc - View Source + View Source

    Malloc(UInt64, UInt64)

    @@ -277,10 +446,10 @@ public void *Malloc(ulong size, ulong alignment) | - Improve this Doc + Improve this Doc - View Source + View Source

    Malloc<T>(UInt64)

    @@ -289,7 +458,6 @@ public void *Malloc(ulong size, ulong alignment)
    Declaration
    public void *Malloc<T>(ulong alignment = 8UL)
    -
         where T : struct
    Parameters
    @@ -341,10 +509,10 @@ public void *Malloc(ulong size, ulong alignment) | - Improve this Doc + Improve this Doc - View Source + View Source

    Memset(Void*, Int32, UInt64)

    @@ -390,10 +558,10 @@ public static void Memset(void *ptr, int value, ulong size)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.html index dfac6d7fc..f55a324e7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.html @@ -79,6 +79,10 @@

    IMemorySpace

    +

    Interfaces +

    +

    ICreatable

    +
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html index d7b8a934a..d7d5ded17 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html @@ -106,10 +106,39 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + +

    Category

    +
    +
    +
    Declaration
    +
    +
    public uint Category
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    + + | + Improve this Doc + + + View Source

    FileName

    @@ -135,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FileType

    @@ -162,6 +191,35 @@ + + | + Improve this Doc + + + View Source + +

    Id

    +
    +
    +
    Declaration
    +
    +
    public uint Id
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    @@ -170,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceManager.html index 5f7a53e16..aaaca3b80 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceManager.html @@ -110,10 +110,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.html index b6c945bbb..589df78d0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ResourceHandle

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html index 40e8f4921..c9f6f41c1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BufSize

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BufUsed

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InlineBuffer

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StringLength

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StringPtr

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.ActiveActions.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.ActiveActions.html index 874ca06fc..fa71202d6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.ActiveActions.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.ActiveActions.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActionID

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentDragDrop

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.SpellbookBlock.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.SpellbookBlock.html index 7df72162c..97037862e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.SpellbookBlock.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.SpellbookBlock.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActionID

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkCollisionNode

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentCheckBox

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentIcon

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode1

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode2

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -373,10 +373,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.html index cb7e6cffd..8e31366ce 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions01

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions02

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions03

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions04

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions05

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions06

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions07

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions08

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions09

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions10

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions11

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions12

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions13

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions14

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions15

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions16

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions17

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions18

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions19

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions20

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions21

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions22

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions23

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveActions24

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -831,10 +831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock01

    @@ -860,10 +860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock02

    @@ -889,10 +889,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock03

    @@ -918,10 +918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock04

    @@ -947,10 +947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock05

    @@ -976,10 +976,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock06

    @@ -1005,10 +1005,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock07

    @@ -1034,10 +1034,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock08

    @@ -1063,10 +1063,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock09

    @@ -1092,10 +1092,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock10

    @@ -1121,10 +1121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock11

    @@ -1150,10 +1150,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock12

    @@ -1179,10 +1179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock13

    @@ -1208,10 +1208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock14

    @@ -1237,10 +1237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock15

    @@ -1266,10 +1266,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpellbookBlock16

    @@ -1297,10 +1297,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetActiveActions(Int32)

    @@ -1344,10 +1344,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetSpellbookBlock(Int32)

    @@ -1397,10 +1397,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html index e4d5bd6ac..93585b9a0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html @@ -107,10 +107,10 @@ public struct AddonChatLogPanel | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -136,10 +136,10 @@ public struct AddonChatLogPanel | - Improve this Doc + Improve this Doc - View Source + View Source

    FirstLineVisible

    @@ -165,10 +165,10 @@ public struct AddonChatLogPanel | - Improve this Doc + Improve this Doc - View Source + View Source

    IsScrolledBottom

    @@ -194,10 +194,10 @@ public struct AddonChatLogPanel | - Improve this Doc + Improve this Doc - View Source + View Source

    LastLineVisible

    @@ -223,10 +223,10 @@ public struct AddonChatLogPanel | - Improve this Doc + Improve this Doc - View Source + View Source

    MessagesAboveCurrent

    @@ -252,10 +252,10 @@ public struct AddonChatLogPanel | - Improve this Doc + Improve this Doc - View Source + View Source

    TotalLineCount

    @@ -281,10 +281,10 @@ public struct AddonChatLogPanel | - Improve this Doc + Improve this Doc - View Source + View Source

    Unknown2C0

    @@ -316,10 +316,10 @@ public struct AddonChatLogPanel
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html index 1b1196874..6ee83a42c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentList240

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentRadioButton250

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentRadioButton258

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentRadioButton260

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentRadioButton268

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentRadioButton270

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentRadioButton278

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentRadioButton280

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentRadioButton288

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentRadioButton290

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentRadioButton298

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk248

    @@ -489,10 +489,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html index c5175abe0..2e1eda62c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GatheredItemComponentCheckBox1

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GatheredItemComponentCheckBox2

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GatheredItemComponentCheckBox3

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GatheredItemComponentCheckBox4

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GatheredItemComponentCheckBox5

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GatheredItemComponentCheckBox6

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GatheredItemComponentCheckBox7

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GatheredItemComponentCheckBox8

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InventoryQuantityTextNode

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    QuickGatheringComponentCheckBox

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk288

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk290

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk298

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk2A0

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk2A8

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk2B0

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk2B8

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk2C0

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk2C8

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk2D0

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk2D8

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk2E0

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk2E8

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk2F0

    @@ -831,10 +831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk2F8

    @@ -860,10 +860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk2FC

    @@ -889,10 +889,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkResNode

    @@ -918,10 +918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkResNode220

    @@ -947,10 +947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkResNode270

    @@ -982,10 +982,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html index 246602097..2f5e07951 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CollectDragDrop

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html index 84b41728a..b86a021bc 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CancelButton

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DeliverButton

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html index c899e6d98..0f565807e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AlchemistButton

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AlchemistString

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ArmorerButton

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ArmorerString

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase290

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase298

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentTreeList228

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode288

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode298

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BlacksmithButton

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BlacksmithString

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BotanistButton

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BotanistString

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CarpenterButton

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CarpenterString

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CulinarianButton

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CulinarianString

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FieldcraftButton

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FisherButton

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FisherString

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GoldsmithButton

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GoldsmithString

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    JournalButton

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LeatherworkerButton

    @@ -831,10 +831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LeatherworkerString

    @@ -860,10 +860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MinerButton

    @@ -889,10 +889,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MinerString

    @@ -918,10 +918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TradecraftButton

    @@ -947,10 +947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WeaverButton

    @@ -976,10 +976,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WeaverString

    @@ -1011,10 +1011,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html index 2d4ed87f8..6f9e2b8d7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HudLayoutWindow

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectedAddon

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectedOverlayNode

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html index e1f8fad8e..4d0752146 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SaveButton

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.html index bead2dc31..b3f592bf8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.html index 29becaa3b..8a3f2fc02 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemSearchResult.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemSearchResult.html index 867df8349..d6c389ede 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemSearchResult.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemSearchResult.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AdvancedSearch

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    History

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemIcon

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemName

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Results

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html index 529dcd102..6ea602874 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AcceptButton

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentButton290

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentButton2C8

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentGuildLeveCard238

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentJournalCanvas2D0

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentScrollBar230

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkImageNode250

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkImageNode258

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkImageNode260

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkImageNode2A0

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode268

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode278

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode298

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode240

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode248

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode270

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode2A8

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode2B0

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode2B8

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode2C0

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DeclineButton

    @@ -750,10 +750,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html index 65e2ec107..07a26c2b1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentGuildLeveCard238

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentJournalCanvas268

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkImageNode220

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkImageNode228

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkImageNode230

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkImageNode260

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode250

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode258

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CompleteButton

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DeclineButton

    @@ -431,10 +431,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html index e1411386f..f6acc78b1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row1

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row2

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row3

    @@ -195,10 +195,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -248,10 +248,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html index 06685d940..58eaa996d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col1

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col2

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col3

    @@ -195,10 +195,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -248,10 +248,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html index 3ccfb8a00..09cfad937 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row1

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row2

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row3

    @@ -195,10 +195,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -248,10 +248,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html index bb1e557cd..fee3277e5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col1

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col2

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col3

    @@ -195,10 +195,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -248,10 +248,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html index 80e181de8..95ca27158 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col1

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col2

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col3

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MajorDiagonal

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MinorDiagonal

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row1

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row2

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row3

    @@ -340,10 +340,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -393,10 +393,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html index bdbb3506d..6d0b8e92e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GameBoard

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GameNumbers

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LaneSelector

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase2A8

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase2B0

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase2B8

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase2C0

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase2C8

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase2D0

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase2D8

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase2E0

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase2E8

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase308

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase310

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase318

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase330

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase338

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase340

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase348

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase350

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase358

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase360

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase368

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase370

    @@ -831,10 +831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase378

    @@ -860,10 +860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase380

    @@ -889,10 +889,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase388

    @@ -918,10 +918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase390

    @@ -947,10 +947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase398

    @@ -976,10 +976,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase3A0

    @@ -1005,10 +1005,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase3A8

    @@ -1034,10 +1034,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase3B0

    @@ -1063,10 +1063,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase3B8

    @@ -1092,10 +1092,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompBase3C0

    @@ -1121,10 +1121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCompButton320

    @@ -1150,10 +1150,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkImageNode3C8

    @@ -1179,10 +1179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkNumber3D0

    @@ -1208,10 +1208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkNumber3D4

    @@ -1237,10 +1237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkNumber3FC

    @@ -1266,10 +1266,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkNumber400

    @@ -1295,10 +1295,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkNumber404

    @@ -1324,10 +1324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkResNode2F0

    @@ -1353,10 +1353,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkResNode2F8

    @@ -1382,10 +1382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkResNode300

    @@ -1411,10 +1411,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkTextNode328

    @@ -1446,10 +1446,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html index df90dd744..3bdc8a904 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemIcon

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemName

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NoButton

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Text

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    YesButton

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html index 2e857c46b..5e6187359 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Alpha

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Height

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsBaked

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    U

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    V

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Width

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer.html index 6932a39c2..4d9403dcf 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisableFixedFontResolution

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html index c336f39c5..1c6591171 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BakeData

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClickThrough

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CollisionNode1

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CollisionNode2

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HasHPBar

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IconImageNode

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IconXAdjust

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IconYAdjust

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImageNode2

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImageNode3

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImageNode4

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImageNode5

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsPvpEnemy

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NameplateKind

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NameText

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NeedsToBeBaked

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Priority

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ResNode

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RootNode

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextH

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextW

    @@ -717,10 +717,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsLocalPlayer

    @@ -747,10 +747,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsPlayerCharacter

    @@ -777,10 +777,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsVisible

    @@ -813,10 +813,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html index eabeee0ba..3631b0722 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AlternatePartId

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BakePlate

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DoFullUpdate

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NamePlateObjectArray

    @@ -253,10 +253,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NumNamePlateObjects

    @@ -289,10 +289,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcons.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcons.html index 7ef24d11a..8253e0bd5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcons.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcons.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusIcon0

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusIcon1

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusIcon2

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusIcon3

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusIcon4

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusIcon5

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusIcon6

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusIcon7

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusIcon8

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusIcon9

    @@ -398,10 +398,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -451,10 +451,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.html index e0130cf0b..a0b7e3374 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CastingActionName

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CastingProgressBar

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CastingProgressBarBackground

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClassJobIcon

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClickFlash

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CollisionNode

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EmnityBarContainer

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EmnityBarFill

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EmnityByte

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GroupSlotIndicator

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HPGaugeBar

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HPGaugeComponent

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IconBottomLeftText

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MPGaugeBar

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NameAndBarsContainer

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyMemberComponent

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StatusIcon

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TargetGlow

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TargetGlowContainer

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnknownA8

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnknownB8

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnknownImageB0

    @@ -808,10 +808,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyMembers.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyMembers.html index 7c8441911..759164c27 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyMembers.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyMembers.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyMember0

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyMember1

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyMember2

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyMember3

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyMember4

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyMember5

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyMember6

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyMember7

    @@ -340,10 +340,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -393,10 +393,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html index eb37416fa..4dd05db4d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html @@ -107,10 +107,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -136,10 +136,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    BackgroundNineGridNode

    @@ -165,10 +165,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    Chocobo

    @@ -194,10 +194,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    ChocoboCount

    @@ -223,10 +223,39 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source + +

    ChocoboIconId

    +
    +
    +
    Declaration
    +
    +
    public uint ChocoboIconId
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    + + | + Improve this Doc + + + View Source

    Edited

    @@ -252,10 +281,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    EnmityLeaderIndex

    @@ -281,10 +310,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    HideWhenSolo

    @@ -310,10 +339,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    HoveredIndex

    @@ -339,10 +368,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    LeaderMarkResNode

    @@ -368,10 +397,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    MemberCount

    @@ -397,10 +426,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    MpBarSpecialResNode

    @@ -426,10 +455,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    MpBarSpecialTextNode

    @@ -455,10 +484,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyClassJobIconId

    @@ -484,10 +513,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyMember

    @@ -513,10 +542,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyTypeTextNode

    @@ -542,10 +571,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    Pet

    @@ -571,10 +600,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    PetCount

    @@ -600,10 +629,39 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source + +

    PetIconId

    +
    +
    +
    Declaration
    +
    +
    public uint PetIconId
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    + + | + Improve this Doc + + + View Source

    TargetedIndex

    @@ -629,17 +687,17 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source -

    Unknown08

    +

    TrustClassJobIconId

    Declaration
    -
    public AddonPartyList.PartyListMemberStruct Unknown08
    +
    public uint *TrustClassJobIconId
    Field Value
    @@ -651,82 +709,24 @@ public struct AddonPartyList - +
    AddonPartyList.PartyListMemberStructSystem.UInt32*
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    Unknown09

    +

    TrustCount

    Declaration
    -
    public AddonPartyList.PartyListMemberStruct Unknown09
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    AddonPartyList.PartyListMemberStruct
    - - | - Improve this Doc - - - View Source - -

    Unknown10

    -
    -
    -
    Declaration
    -
    -
    public AddonPartyList.PartyListMemberStruct Unknown10
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    AddonPartyList.PartyListMemberStruct
    - - | - Improve this Doc - - - View Source - -

    UnknownCount

    -
    -
    -
    Declaration
    -
    -
    public int UnknownCount
    +
    public int TrustCount
    Field Value
    @@ -745,10 +745,39 @@ public struct AddonPartyList
    | - Improve this Doc + Improve this Doc - View Source + View Source + +

    TrustMember

    +
    +
    +
    Declaration
    +
    +
    public AddonPartyList.TrustMembers TrustMember
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    AddonPartyList.TrustMembers
    + + | + Improve this Doc + + + View Source

    UnknownFE8

    @@ -774,10 +803,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    UnknownFEC

    @@ -803,10 +832,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    UnknownFF0

    @@ -838,10 +867,10 @@ public struct AddonPartyList
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html index 1b692dbff..8568f3728 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    QuickSynthesisButton

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SynthesizeButton

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    this410

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    this430

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    this800

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    this818

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TrialSynthesisButton

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2138

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2140

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2148

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2150

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2158

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2160

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2168

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2170

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2178

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk220

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk228

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk230

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk238

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk248

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk250

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk258

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk260

    @@ -831,10 +831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk268

    @@ -860,10 +860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk270

    @@ -889,10 +889,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk278

    @@ -918,10 +918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk280

    @@ -947,10 +947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk288

    @@ -976,10 +976,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk290

    @@ -1005,10 +1005,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk298

    @@ -1034,10 +1034,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2A0

    @@ -1063,10 +1063,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2D0

    @@ -1092,10 +1092,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2D8

    @@ -1121,10 +1121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2E0

    @@ -1150,10 +1150,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2E8

    @@ -1179,10 +1179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2F0

    @@ -1208,10 +1208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk2F8

    @@ -1237,10 +1237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk300

    @@ -1266,10 +1266,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk308

    @@ -1295,10 +1295,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk310

    @@ -1324,10 +1324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk330

    @@ -1353,10 +1353,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk338

    @@ -1382,10 +1382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk340

    @@ -1411,10 +1411,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk348

    @@ -1440,10 +1440,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk350

    @@ -1469,10 +1469,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk358

    @@ -1498,10 +1498,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk360

    @@ -1527,10 +1527,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk368

    @@ -1556,10 +1556,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk370

    @@ -1585,10 +1585,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk378

    @@ -1614,10 +1614,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk380

    @@ -1643,10 +1643,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk388

    @@ -1672,10 +1672,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk390

    @@ -1701,10 +1701,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk398

    @@ -1730,10 +1730,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk3A0

    @@ -1759,10 +1759,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk3A8

    @@ -1788,10 +1788,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk3B0

    @@ -1817,10 +1817,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk3B8

    @@ -1846,10 +1846,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk3C0

    @@ -1875,10 +1875,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk3C8

    @@ -1904,10 +1904,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk3D0

    @@ -1933,10 +1933,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk3D8

    @@ -1962,10 +1962,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk3E0

    @@ -1991,10 +1991,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk3E8

    @@ -2020,10 +2020,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk3F0

    @@ -2049,10 +2049,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk3F8

    @@ -2078,10 +2078,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk400

    @@ -2107,10 +2107,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk408

    @@ -2136,10 +2136,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk418

    @@ -2165,10 +2165,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk420

    @@ -2194,10 +2194,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk428

    @@ -2223,10 +2223,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk438

    @@ -2252,10 +2252,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk440

    @@ -2281,10 +2281,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk448

    @@ -2310,10 +2310,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk450

    @@ -2339,10 +2339,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk458

    @@ -2368,10 +2368,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk460

    @@ -2397,10 +2397,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk468

    @@ -2426,10 +2426,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk470

    @@ -2455,10 +2455,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk478

    @@ -2484,10 +2484,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk480

    @@ -2513,10 +2513,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk488

    @@ -2542,10 +2542,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk490

    @@ -2571,10 +2571,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk498

    @@ -2600,10 +2600,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk4A0

    @@ -2629,10 +2629,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk4A8

    @@ -2658,10 +2658,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk4B0

    @@ -2687,10 +2687,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk4B8

    @@ -2716,10 +2716,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk4C0

    @@ -2745,10 +2745,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk4C8

    @@ -2774,10 +2774,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk4D0

    @@ -2803,10 +2803,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk4D8

    @@ -2832,10 +2832,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk4E0

    @@ -2861,10 +2861,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk4E8

    @@ -2890,10 +2890,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk4F0

    @@ -2919,10 +2919,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk4F8

    @@ -2948,10 +2948,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk500

    @@ -2977,10 +2977,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk508

    @@ -3006,10 +3006,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk510

    @@ -3035,10 +3035,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk518

    @@ -3064,10 +3064,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk520

    @@ -3093,10 +3093,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk528

    @@ -3122,10 +3122,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk530

    @@ -3151,10 +3151,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk538

    @@ -3180,10 +3180,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk540

    @@ -3209,10 +3209,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk548

    @@ -3238,10 +3238,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk550

    @@ -3267,10 +3267,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk558

    @@ -3296,10 +3296,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk560

    @@ -3325,10 +3325,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk578

    @@ -3354,10 +3354,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk580

    @@ -3383,10 +3383,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk588

    @@ -3412,10 +3412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk590

    @@ -3441,10 +3441,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk598

    @@ -3470,10 +3470,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk5A0

    @@ -3499,10 +3499,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk5A8

    @@ -3528,10 +3528,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk5B0

    @@ -3557,10 +3557,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk5B8

    @@ -3586,10 +3586,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk5C0

    @@ -3615,10 +3615,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk5C8

    @@ -3644,10 +3644,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk5D0

    @@ -3673,10 +3673,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk5E8

    @@ -3702,10 +3702,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk5F0

    @@ -3731,10 +3731,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk5F8

    @@ -3760,10 +3760,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk600

    @@ -3789,10 +3789,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk608

    @@ -3818,10 +3818,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk610

    @@ -3847,10 +3847,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk618

    @@ -3876,10 +3876,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk620

    @@ -3905,10 +3905,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk628

    @@ -3934,10 +3934,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk630

    @@ -3963,10 +3963,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk638

    @@ -3992,10 +3992,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk640

    @@ -4021,10 +4021,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk658

    @@ -4050,10 +4050,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk660

    @@ -4079,10 +4079,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk668

    @@ -4108,10 +4108,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk670

    @@ -4137,10 +4137,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk678

    @@ -4166,10 +4166,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk680

    @@ -4195,10 +4195,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk688

    @@ -4224,10 +4224,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk690

    @@ -4253,10 +4253,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk698

    @@ -4282,10 +4282,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk6A0

    @@ -4311,10 +4311,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk6A8

    @@ -4340,10 +4340,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk6B0

    @@ -4369,10 +4369,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk6C8

    @@ -4398,10 +4398,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk6D0

    @@ -4427,10 +4427,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk6D8

    @@ -4456,10 +4456,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk6E0

    @@ -4485,10 +4485,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk6E8

    @@ -4514,10 +4514,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk6F0

    @@ -4543,10 +4543,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk6F8

    @@ -4572,10 +4572,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk700

    @@ -4601,10 +4601,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk708

    @@ -4630,10 +4630,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk710

    @@ -4659,10 +4659,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk718

    @@ -4688,10 +4688,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk720

    @@ -4717,10 +4717,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk738

    @@ -4746,10 +4746,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk740

    @@ -4775,10 +4775,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk748

    @@ -4804,10 +4804,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk750

    @@ -4833,10 +4833,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk758

    @@ -4862,10 +4862,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk760

    @@ -4891,10 +4891,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk768

    @@ -4920,10 +4920,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk770

    @@ -4949,10 +4949,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk778

    @@ -4978,10 +4978,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk780

    @@ -5007,10 +5007,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk788

    @@ -5036,10 +5036,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk790

    @@ -5065,10 +5065,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk7A8

    @@ -5094,10 +5094,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk808

    @@ -5123,10 +5123,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk810

    @@ -5152,10 +5152,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkB50

    @@ -5181,10 +5181,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkB60

    @@ -5210,10 +5210,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkB70

    @@ -5239,10 +5239,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkB80

    @@ -5268,10 +5268,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkB90

    @@ -5297,10 +5297,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkBA0

    @@ -5326,10 +5326,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkBB0

    @@ -5355,10 +5355,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkBC0

    @@ -5384,10 +5384,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkBD0

    @@ -5413,10 +5413,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkBE0

    @@ -5442,10 +5442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkBF0

    @@ -5471,10 +5471,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkC00

    @@ -5500,10 +5500,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkC10

    @@ -5535,10 +5535,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html index bdeee013d..aa06c7d7c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkCollisionNode220

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentDragDrop250

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentDragDrop258

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentDragDrop260

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentDragDrop268

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentDragDrop270

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentDragDrop2B0

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentDragDrop2B8

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentDragDrop2C0

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentDragDrop2C8

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentDragDrop2D0

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentIcon228

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentIcon230

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentIcon238

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentIcon240

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentIcon248

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentIcon288

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentIcon290

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentIcon298

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentIcon2A0

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentIcon2A8

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CancelButton

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HandOverButton

    @@ -808,10 +808,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerSell.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerSell.html index 273cf5d42..12c98a210 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerSell.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerSell.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AskingPrice

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Cancel

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ComparePrices

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Confirm

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemIcon

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemName

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Quantity

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Tax

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Total

    @@ -402,10 +402,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html index 11a4e53a7..dbe28dc0d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AssignButton

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ReturnButton

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html index 93baca1a5..81ea13670 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfirmButton

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ReassignButton

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html index 12ae35b28..03c062f39 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BulkDesynthEnabled

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CheckBox

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CheckBox2

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DesynthesizeButton

    @@ -257,10 +257,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.html index 7626b65a0..5fd85e10d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Addon

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentList

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkStage

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html index 8a2820e19..af409cb02 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectIconStringThing

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html index 6c665083d..b0411ddd6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkStage

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EntryCount

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EntryNames

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    List

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Owner

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Window

    @@ -315,10 +315,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html index d701c760c..59d7a83ad 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopupMenu

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html index f4fab1e24..00c108ead 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase2A0

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentButton238

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentButton260

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentButton268

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentButton270

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentHoldButton278

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentHoldButton280

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentHoldButton288

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode240

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode248

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode258

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode220

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode298

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfirmCheckBox

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NoButton

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    YesButton

    @@ -605,10 +605,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonShopCardDialog.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonShopCardDialog.html index b37745edf..a2f9ee0cb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonShopCardDialog.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonShopCardDialog.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CardQuantityInput

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html index 2e06620c0..f2526077c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Container

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Image

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StepsRemaining

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html index ed87e049a..8cde0b33a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkCollisionNode240

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase258

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase2D8

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase2E0

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase2E8

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase2F0

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase2F8

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase300

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase308

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase310

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentCheckBox318

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentIcon238

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentTextNineGrid478

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode250

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode280

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode2C0

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode320

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode328

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode330

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode480

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode338

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalculationsButton

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Condition

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConditionResNode

    @@ -831,10 +831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftedItemName

    @@ -860,10 +860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect1

    @@ -889,10 +889,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect1HoverText

    @@ -918,10 +918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect2

    @@ -947,10 +947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect2HoverText

    @@ -976,10 +976,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect3

    @@ -1005,10 +1005,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect3HoverText

    @@ -1034,10 +1034,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect4

    @@ -1063,10 +1063,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect4HoverText

    @@ -1092,10 +1092,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect5

    @@ -1121,10 +1121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect5HoverText

    @@ -1150,10 +1150,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect6

    @@ -1179,10 +1179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect6HoverText

    @@ -1208,10 +1208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect7

    @@ -1237,10 +1237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect7HoverText

    @@ -1266,10 +1266,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect8

    @@ -1295,10 +1295,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect8HoverText

    @@ -1324,10 +1324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect9

    @@ -1353,10 +1353,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CraftEffect9HoverText

    @@ -1382,10 +1382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentDurability

    @@ -1411,10 +1411,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentProgress

    @@ -1440,10 +1440,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentQuality

    @@ -1469,10 +1469,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HQLiteral

    @@ -1498,10 +1498,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HQPercentage

    @@ -1527,10 +1527,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxProgress

    @@ -1556,10 +1556,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxQuality

    @@ -1585,10 +1585,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ProgressGauge

    @@ -1614,10 +1614,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    QualityGauge

    @@ -1643,10 +1643,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    QuitButton

    @@ -1672,10 +1672,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RootCollisionNode

    @@ -1701,10 +1701,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StartingDurability

    @@ -1730,10 +1730,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StepNumber

    @@ -1765,10 +1765,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html index 17f986198..51e8c61cf 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode230

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkStage

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode220

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode228

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    String250

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    String2B8

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    String320

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    String388

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    String3F0

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    String458

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    String4C0

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    this5B8

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk248

    @@ -518,10 +518,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html index df17db48e..fd0d13bff 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NumStickersPlaced

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlotList

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StringThing

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html index 9e66dd008..3568c07c2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row1

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row2

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row3

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row4

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row5

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Row6

    @@ -282,10 +282,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -335,10 +335,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html index 0c24d8cfb..64dba603e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Button

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RevealedIconResNode

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RevealedTileResNode

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    self

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk28

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkRes20

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html index f961d64eb..8a19c7afd 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col1

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col2

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col3

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col4

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col5

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Col6

    @@ -282,10 +282,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -335,10 +335,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html index 4b797cc0c..aac7a3900 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CompBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NameText

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Res

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RewardText

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk20

    @@ -257,10 +257,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html index 0d15b2b53..a63679c07 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentButton2C0

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode2C8

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode2E0

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNodeA38

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode2D0

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode2D8

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode2E8

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode2F0

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CofferStr

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CommanderStr

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DualBladesStr

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GameBoard

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GiftBoxStr

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RewardPanelCoffer

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RewardPanelCommander

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RewardPanelDualBlades

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RewardPanelGiftBox

    @@ -634,10 +634,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html index 969b6f691..269efe53b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AgentInterface

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NeedToSave

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html index b7283c52e..61ac7fc63 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AgentArray

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FrameCounter

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FrameDelta

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Initialized

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UIModule

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_11

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -311,10 +311,57 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    GetAgentByInternalId(AgentId)

    +
    +
    +
    Declaration
    +
    +
    public AgentInterface*GetAgentByInternalId(AgentId agentId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    AgentIdagentId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AgentInterface*
    + + | + Improve this Doc + + + View Source

    GetAgentByInternalID(UInt32)

    @@ -365,10 +412,10 @@ public AgentInterface*GetAgentByInternalID(uint agentID)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentTeleport.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentTeleport.html index 102a89924..f7e0bbdd8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentTeleport.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentTeleport.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AetheryteCount

    @@ -135,17 +135,17 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AetheryteList

    Declaration
    -
    public Vector<Telepo.TeleportInfo>*AetheryteList
    +
    public Vector<TeleportInfo>*AetheryteList
    Field Value
    @@ -157,17 +157,17 @@ - +
    Vector<Telepo.TeleportInfo>*Vector<TeleportInfo>*
    | - Improve this Doc + Improve this Doc - View Source + View Source

    AgentInterface

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html index a86836741..8beedc80b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html @@ -83,6 +83,10 @@

    AgentTeleport

    +

    Enums +

    +

    AgentId

    +
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html index 6519ac1d7..26f56f9dc 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk390

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk391

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk392

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk393

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Vtbl

    @@ -257,10 +257,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html index 163562339..978be41c6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ResolvePlaceholder(String, Byte, Byte)

    @@ -170,10 +170,10 @@ public GameObject*ResolvePlaceholder(string placeholder, byte unknown0, byte unk
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html index b5f7690e1..ec7cd82e7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowLogMessage(UInt32)

    @@ -145,10 +145,10 @@ public void ShowLogMessage(uint logMessageID)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.html index 564fe1f27..36865e977 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.html @@ -81,6 +81,10 @@

    RaptureLogModule

    +

    RaptureTextModule

    +
    +

    ScreenLog

    +
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html index 265c536d3..e9258acf8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    hudLayoutScreen

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OverlayHeight

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OverlayWidth

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PositionHasChanged

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectedAtkUnit

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Slot

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    XOffset

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    YOffset

    @@ -373,10 +373,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html index d05b48e98..358d271f6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActorID

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplayTitle

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FcName

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LevelText

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Title

    @@ -311,10 +311,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsPrefixTitle

    @@ -347,10 +347,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html index 6587d478f..3706827dd 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkModule

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NamePlateInfoArray

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html index 18e184b9b..10530ea43 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitManager

    @@ -137,10 +137,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAddonByName(String, Int32)

    @@ -196,10 +196,10 @@ public AtkUnitBase*GetAddonByName(string name, int index = 1)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html index 6b9957a38..d3ac9e9c6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    addon

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Button

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    index

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerComponentBase

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerResNode

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerShadowComponentBase

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerShadowResNode

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSidebarBase

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSidebarResNode

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -402,10 +402,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html index 68ff5bf38..1002d0f6a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    addon

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot1

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot10

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot11

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot12

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot13

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot14

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot15

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot16

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot2

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot3

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot4

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot5

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot6

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot7

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot8

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StickerSlot9

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -630,10 +630,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -683,10 +683,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StringThing.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StringThing.html index 2baca58da..f2f07a8a0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StringThing.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StringThing.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    addon

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FullSealsText

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OneOrMoreLinesText

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ReceiveSealCompleteText

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ReceiveSealIncompleteText

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SecondChancePointsText

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SecondChanceRetryText

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextNode

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -373,10 +373,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MapInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MapInfo.html index bcfa7f1a7..97f4cb797 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MapInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MapInfo.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IconId

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MapId

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_12

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MemberInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MemberInfo.html index af33588b6..af0a2cdcf 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MemberInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MemberInfo.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BattleChara

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MapInfo

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_20

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectIdStruct.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectIdStruct.html index 20277b9c1..b0eec0591 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectIdStruct.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectIdStruct.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectId

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Type

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectInfo.html index 815f31b73..09bedf4db 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectInfo.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DistanceFromCamera

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DistanceFromPlayer

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GameObject

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MapInfo

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NamePlateIndex

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NamePlateObjectKind

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NamePlatePos

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NamePlateScale

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectPosProjectedScreenSpace

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SortPriority

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_48

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_4F

    @@ -460,10 +460,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.UnkInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.UnkInfo.html index 64888e8eb..8d37613e0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.UnkInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.UnkInfo.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MapInfo

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.html index 3140978b8..e5c8b6e4b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CharacterObjectInfoCount

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CharacterObjectInfoPointerArray

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MapObjectInfoCount

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MapObjectInfoPointerArray

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MemberInfoArray

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MemberInfoCount

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MemberInfoPointerArray

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NamePlateObjectIdList

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NamePlateObjectIdList_2

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NamePlateObjectInfoCount

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NamePlateObjectInfoPointerArray

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectInfoArray

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SortedObjectInfoCount

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SortedObjectInfoPointerArray

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TargetObjectInfo

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UIModule

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkCount

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkInfoArray

    @@ -634,10 +634,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html index 4ab9eee0d..849b1a37c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vfunc

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html index 349946a49..ca418c38e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vfunc

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html index cd7369d7f..521202cad 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vfunc

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html index caa537fab..0f4b502c2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RaptureAtkModule

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SystemConfig

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    unk

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkObj1

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkObj2

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkObj3

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vfunc

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -340,10 +340,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAgentModule()

    @@ -371,10 +371,10 @@ public AgentModule*GetAgentModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPronounModule()

    @@ -402,10 +402,10 @@ public PronounModule*GetPronounModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRaptureAtkModule()

    @@ -433,10 +433,10 @@ public RaptureAtkModule*GetRaptureAtkModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRaptureLogModule()

    @@ -464,10 +464,41 @@ public RaptureLogModule*GetRaptureLogModule() | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    GetRaptureTextModule()

    +
    +
    +
    Declaration
    +
    +
    [VirtualFunction(6)]
    +public RaptureTextModule*GetRaptureTextModule()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    RaptureTextModule*
    + + | + Improve this Doc + + + View Source

    GetUI3DModule()

    @@ -501,10 +532,10 @@ public UI3DModule*GetUI3DModule()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html index a00a587cb..b78d3afbf 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html @@ -87,6 +87,8 @@

    AddonContextIconMenu

    +

    AddonEnemyList

    +

    AddonGathering

    AddonGatheringMasterpiece

    @@ -139,6 +141,8 @@

    AddonPartyList.PartyMembers

    +

    AddonPartyList.TrustMembers

    +

    AddonRecipeNote

    AddonRequest

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html index ffd374267..e736c43ce 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Next

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Owner

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html index fdbb388de..01191063f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigCount

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigEntry

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Listener

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkString

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -257,10 +257,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html index 870a09a22..119a8c295 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _Padding

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Index

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Owner

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Properties

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Type

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Value

    @@ -315,10 +315,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html index 16d9f68ab..d552bdaa1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DefaultValue

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxValue

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MinValue

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.html index aa15ca8ce..524698a1d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DefaultValue

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html index 192dcf7b4..5cbbba416 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DefaultValue

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxValue

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MinValue

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html index 4f4cad69a..eeceecd0c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Float

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    String

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UInt

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html index a9c66687f..90803f5b9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html @@ -125,10 +125,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html index 75136689b..29e374aef 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Float

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    String

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UInt

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.html index 81552c91c..7e76fcaad 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigBase

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaState.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaState.html index e7ba0efdf..2e1b43776 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaState.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaState.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    State

    @@ -137,10 +137,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DoString(String, String)

    @@ -195,10 +195,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaType.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaType.html index ac2265c09..4b80bcdfe 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaType.html @@ -145,10 +145,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.lua_State.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.lua_State.html index b64d88f7e..37298a7e2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.lua_State.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.lua_State.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    index2addr(Int32)

    @@ -154,10 +154,10 @@ public void *index2addr(int index) | - Improve this Doc + Improve this Doc - View Source + View Source

    lua_gettop()

    @@ -185,10 +185,10 @@ public int lua_gettop() | - Improve this Doc + Improve this Doc - View Source + View Source

    lua_pcall(Int32, Int32, Int32)

    @@ -243,10 +243,10 @@ public int lua_pcall(int nargs, int nresults, int errfunc) | - Improve this Doc + Improve this Doc - View Source + View Source

    lua_settop(Int32)

    @@ -276,10 +276,10 @@ public void lua_settop(int idx) | - Improve this Doc + Improve this Doc - View Source + View Source

    lua_tolstring(Int32, Int32*)

    @@ -329,10 +329,10 @@ public byte *lua_tolstring(int idx, int *len) | - Improve this Doc + Improve this Doc - View Source + View Source

    lua_type(Int32)

    @@ -377,10 +377,10 @@ public LuaType lua_type(int idx) | - Improve this Doc + Improve this Doc - View Source + View Source

    luaL_loadbuffer(String, Int32, String)

    @@ -441,10 +441,10 @@ public int luaL_loadbuffer(string buff, int size, string name = "?") diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html index 303581896..3ac388f81 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AgentInterface

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NeedToSave

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html index d63f4e98c..01908537d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddonId

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkEventInterface

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UiModule

    @@ -195,10 +195,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAddonID()

    @@ -226,10 +226,10 @@ public uint GetAddonID() | - Improve this Doc + Improve this Doc - View Source + View Source

    Hide()

    @@ -242,10 +242,10 @@ public void Hide() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsAgentActive()

    @@ -273,10 +273,10 @@ public bool IsAgentActive() | - Improve this Doc + Improve this Doc - View Source + View Source

    Show()

    @@ -295,10 +295,10 @@ public void Show()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html index b7918a4c5..685ccf94d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayData.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayData.html index c78f3c42b..09ed35c20 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayData.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HasModifiedData

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk1C

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk1D

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk1F

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayDataHolder.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayDataHolder.html index d95c544af..530a7a63c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayDataHolder.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayDataHolder.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _ExtendArrays

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _NumberArrays

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _StringArrays

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ExtendArrayCount

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ExtendArrayKeys

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ExtendArrays

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NumberArrayCount

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NumberArrayKeys

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NumberArrays

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StringArrayCount

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StringArrayKeys

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StringArrays

    @@ -460,10 +460,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html index 593d13c1c..9e8b4ac2c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CollisionType

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LinkedComponent

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Uses

    @@ -224,10 +224,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Ctor()

    @@ -246,10 +246,10 @@ public void Ctor()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html index e5164005f..7cb5d2967 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkEventListener

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OwnerNode

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UldManager

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html index 532797795..7cb73873c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Bottom

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ButtonBGNode

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ButtonTextNode

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Left

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Right

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Top

    @@ -340,10 +340,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsEnabled

    @@ -376,10 +376,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html index ff86cd0e6..afdaabf17 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentButton

    @@ -137,10 +137,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsChecked

    @@ -173,10 +173,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.html index 855810f49..03e35886f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html index a0d3d9eda..0ac4e1411 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.html index 141392571..a8cde4e74 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.html index 3499f6367..1cc6a0ea1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentButton

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html index ff0bfd020..febf4ab39 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ComboBorder

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Frame

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FrameIcon

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IconAdditionsContainer

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IconId

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IconImage

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    QuantityText

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Texture

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unknown0E8

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnknownImageNode

    @@ -460,10 +460,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIconText.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIconText.html index ef62ebcf5..dda02e0fa 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIconText.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIconText.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html index 92b484b78..d953679a7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkText1

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkText2

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.html index ac15fcda7..eedc23e40 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.html index d41b87686..f05a56397 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentListItemRenderer

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html index 920a5db0b..85fcf9ac6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentScrollBarC8

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FirstAtkComponentListItemRenderer

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemRendererList

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ListLength

    @@ -257,10 +257,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html index 41458471d..9dbd48f2d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentButton

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html index e296a0272..7f1c4d16b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Component

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNumericInput.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNumericInput.html index cf7fc4a22..c8811d94d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNumericInput.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNumericInput.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentInputBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode

    @@ -166,10 +166,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetValue(Int32)

    @@ -205,10 +205,10 @@ public void SetValue(int value)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.html index d7d336d2d..5a78b3e4e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.html index da2dfa9c7..88e1e4579 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.html index 5463e9a4f..4c25b55be 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html index a8ba43566..7eca267d9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentInputBase

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkText1

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkText2

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkText3

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkText4

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkText5

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.html index 4718e41ce..d2634d349 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.html index 6537d306c..09bafa14d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentList

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.html index 1179a32f9..689b9f108 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html index 855fd4f65..7990479b9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CommaWidth

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NodeText

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NumberWidth

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartId

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartsList

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpaceWidth

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextAlign

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Width

    @@ -373,10 +373,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html index 5a3a75e85..4fc8df0e3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html index 89212c4d5..dd69f3807 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vfunc

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html index 61a70597b..9adc6bd31 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vfunc

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html index 4252e4d1a..1c51c3260 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartId

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartsList

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WrapMode

    @@ -253,10 +253,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Ctor()

    @@ -269,10 +269,10 @@ public void Ctor() | - Improve this Doc + Improve this Doc - View Source + View Source

    LoadIconTexture(Int32, Int32)

    @@ -307,10 +307,10 @@ public void LoadIconTexture(int iconId, int version) | - Improve this Doc + Improve this Doc - View Source + View Source

    UnloadTexture()

    @@ -329,10 +329,10 @@ public void UnloadTexture()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkModule.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkModule.html index a686ca80b..6508da900 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkModule.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkArrayDataHolder

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html index cccfb6fa8..13c6cd647 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BlendMode

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BottomOffset

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LeftOffset

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartID

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartsList

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartsTypeRenderType

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RightOffset

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TopOffset

    @@ -365,6 +365,24 @@ +

    Methods +

    + + | + Improve this Doc + + + View Source + + +

    Ctor()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E9 ? ? ? ? 45 33 C9 4C 8B C0 33 D2 B9 ? ? ? ? E8 ? ? ? ? 48 85 C0 0F 84 ? ? ? ? 48 8B C8 48 83 C4 20 5B E9 ? ? ? ? 45 33 C9 4C 8B C0 33 D2 B9 ? ? ? ? E8 ? ? ? ? 48 85 C0 74 5D")]
    +public void Ctor()
    +
    @@ -373,10 +391,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html index 03223ee69..762f77cff 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddBlue

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddBlue_2

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddGreen

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddGreen_2

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddRed

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddRed_2

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Alpha_2

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkEventTarget

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ChildCount

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ChildNode

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Color

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Depth

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Depth_2

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DrawFlags

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EventObject

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags_2

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Height

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MultiplyBlue

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MultiplyBlue_2

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MultiplyGreen

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MultiplyGreen_2

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MultiplyRed

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MultiplyRed_2

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NextSiblingNode

    @@ -831,10 +831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NodeID

    @@ -860,10 +860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OriginX

    @@ -889,10 +889,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OriginY

    @@ -918,10 +918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ParentNode

    @@ -947,10 +947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PrevSiblingNode

    @@ -976,10 +976,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Priority

    @@ -1005,10 +1005,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Rotation

    @@ -1034,10 +1034,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ScaleX

    @@ -1063,10 +1063,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ScaleY

    @@ -1092,10 +1092,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TimelineObject

    @@ -1121,10 +1121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Type

    @@ -1150,10 +1150,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkByte_1

    @@ -1179,10 +1179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkMatrix

    @@ -1208,10 +1208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Width

    @@ -1237,10 +1237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X

    @@ -1266,10 +1266,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y

    @@ -1297,10 +1297,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsVisible

    @@ -1329,10 +1329,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddEvent(UInt16, UInt32, AtkEventListener*, AtkResNode*, Boolean)

    @@ -1382,10 +1382,10 @@ public void AddEvent(ushort eventType, uint eventParam, AtkEventListener*listene | - Improve this Doc + Improve this Doc - View Source + View Source

    Ctor()

    @@ -1398,10 +1398,10 @@ public void Ctor() | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy(Boolean)

    @@ -1431,10 +1431,10 @@ public void Destroy(bool free) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAsAtkCollisionNode()

    @@ -1462,10 +1462,10 @@ public AtkCollisionNode*GetAsAtkCollisionNode() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAsAtkComponentNode()

    @@ -1493,10 +1493,10 @@ public AtkComponentNode*GetAsAtkComponentNode() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAsAtkCounterNode()

    @@ -1524,10 +1524,10 @@ public AtkCounterNode*GetAsAtkCounterNode() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAsAtkImageNode()

    @@ -1555,10 +1555,10 @@ public AtkImageNode*GetAsAtkImageNode() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAsAtkNineGridNode()

    @@ -1586,10 +1586,10 @@ public AtkNineGridNode*GetAsAtkNineGridNode() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAsAtkTextNode()

    @@ -1617,10 +1617,10 @@ public AtkTextNode*GetAsAtkTextNode() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetComponent()

    @@ -1648,10 +1648,10 @@ public AtkComponentBase*GetComponent() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetHeight()

    @@ -1679,10 +1679,10 @@ public ushort GetHeight() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPositionFloat(Single*, Single*)

    @@ -1717,10 +1717,10 @@ public void GetPositionFloat(float *outX, float *outY) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPositionShort(Int16*, Int16*)

    @@ -1755,10 +1755,10 @@ public void GetPositionShort(short *outX, short *outY) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPriority()

    @@ -1786,10 +1786,10 @@ public ushort GetPriority() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetScale(Single*, Single*)

    @@ -1824,10 +1824,10 @@ public void GetScale(float *outX, float *outY) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetScaleX()

    @@ -1855,10 +1855,10 @@ public float GetScaleX() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetScaleY()

    @@ -1886,10 +1886,10 @@ public float GetScaleY() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWidth()

    @@ -1917,10 +1917,10 @@ public ushort GetWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    RemoveEvent(UInt16, UInt32, AtkEventListener*, Boolean)

    @@ -1965,10 +1965,10 @@ public void RemoveEvent(ushort eventType, uint eventParam, AtkEventListener*list | - Improve this Doc + Improve this Doc - View Source + View Source

    SetHeight(UInt16)

    @@ -1998,10 +1998,10 @@ public void SetHeight(ushort height) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetPositionFloat(Single, Single)

    @@ -2036,10 +2036,10 @@ public void SetPositionFloat(float X, float Y) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetPositionShort(Int16, Int16)

    @@ -2074,10 +2074,10 @@ public void SetPositionShort(short X, short Y) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetPriority(UInt16)

    @@ -2107,10 +2107,10 @@ public void SetPriority(ushort priority) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetScale(Single, Single)

    @@ -2145,10 +2145,10 @@ public void SetScale(float X, float Y) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetUseDepthBasedPriority(Boolean)

    @@ -2178,10 +2178,10 @@ public void SetUseDepthBasedPriority(bool enable) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWidth(UInt16)

    @@ -2211,10 +2211,10 @@ public void SetWidth(ushort width) | - Improve this Doc + Improve this Doc - View Source + View Source

    ToggleVisibility(Boolean)

    @@ -2250,10 +2250,10 @@ public void ToggleVisibility(bool enable)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html index e7c3e9805..d4e40425f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkEventTarget

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RaptureAtkUnitManager

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TooltipManager

    @@ -195,10 +195,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetSingleton()

    @@ -232,10 +232,10 @@ public static AtkStage*GetSingleton()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html index f210eacc1..1051441e3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AlignmentFontType

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResNode

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackgroundColor

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CharSpacing

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EdgeColor

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontCacheHandle

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontSize

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LineSpacing

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NodeText

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectEnd

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectStart

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SheetType

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextColor

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextFlags

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextFlags2

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextId

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkPtr_1

    @@ -601,10 +601,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Ctor()

    @@ -617,10 +617,10 @@ public void Ctor() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTextDrawSize(UInt16*, UInt16*, Byte*, Int32, Int32, Boolean)

    @@ -675,10 +675,10 @@ public void GetTextDrawSize(ushort *outWidth, ushort *outHeight, byte *text = de | - Improve this Doc + Improve this Doc - View Source + View Source

    ResizeNodeForCurrentText()

    @@ -691,10 +691,10 @@ public void ResizeNodeForCurrentText() | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNumber(Int32, Boolean, Boolean, Byte, Boolean)

    @@ -744,10 +744,10 @@ public void SetNumber(int num, bool showCommaDelimiters = false, bool showPlusSi | - Improve this Doc + Improve this Doc - View Source + View Source

    SetText(Byte*)

    @@ -777,10 +777,10 @@ public void SetText(byte *str) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetText(Byte[])

    @@ -809,10 +809,10 @@ public void SetText(byte *str) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetText(String)

    @@ -847,10 +847,10 @@ public void SetText(byte *str)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html index 0e3fecad9..9e780f0e4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Crest

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KernelTexture

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Resource

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextureType

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkBool_2

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -282,10 +282,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Ctor()

    @@ -298,10 +298,10 @@ public void Ctor() | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy(Boolean)

    @@ -331,10 +331,10 @@ public void Destroy(bool free) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetKernelTexture()

    @@ -362,10 +362,10 @@ public Texture*GetKernelTexture() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetLoadState()

    @@ -393,10 +393,10 @@ public int GetLoadState() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsTextureReady()

    @@ -424,10 +424,10 @@ public bool IsTextureReady() | - Improve this Doc + Improve this Doc - View Source + View Source

    LoadIconTexture(Int32, Int32)

    @@ -477,10 +477,10 @@ public int LoadIconTexture(int iconId, int version) | - Improve this Doc + Improve this Doc - View Source + View Source

    ReleaseTexture()

    @@ -514,10 +514,10 @@ public int ReleaseTexture()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html index c32313ab4..6a51f1e4c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Count_1

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Count_2

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KernelTextureObject

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexFileResourceHandle

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexPathHash

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk_1

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTooltipManager.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTooltipManager.html index e2d4c7903..d4bf7f877 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTooltipManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTooltipManager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddTooltip(Byte, UInt16, AtkResNode*, Void*)

    @@ -154,10 +154,10 @@ public void AddTooltip(byte type, ushort unknown1, AtkResNode*targetNode, void * | - Improve this Doc + Improve this Doc - View Source + View Source

    RemoveTooltip(AtkResNode*)

    @@ -193,10 +193,10 @@ public void RemoveTooltip(AtkResNode*targetNode)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html index d043377ce..1414f0131 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTexture

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Id

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html index dfe2d6e29..1aad24d5b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Cursor

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Down

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Index

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Left

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OffsetX

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OffsetY

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Right

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Unk

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Up

    @@ -373,10 +373,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html index ecfc11d59..aafd2f7d4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextId

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html index 494d9b24d..a89a7bb2a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextId

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html index cf221273f..1be3ac935 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html index 3109f4a03..f00167705 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html index d5d63990c..59c400cf8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Indicator

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MarginH

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MarginV

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Max

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Min

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Value

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Vertical

    @@ -373,10 +373,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html index a7d2d189d..5c1524900 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html index 220102988..e0ddfc110 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html index a5c45b4ab..664f4526d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html index 607037d81..02913b23b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FocusColor

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html index f05cdc825..2faf186f3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AnotherMargin

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BasicMargin

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemMargin

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Padding

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html index f9e099adc..1c99c7bef 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColNum

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Orientation

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RowNum

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Wrap

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html index 81e4bef3e..d945426df 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CanToggle

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html index 20cf3f2f9..3d42160a7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html index c0a70f922..00b48adce 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html index ed39448a6..d089c115d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Add

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Comma

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndLetterId

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InputBase

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Max

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Min

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Value

    @@ -344,10 +344,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html index 1a3ca75a9..7c7e90016 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html index 5a2ca31c1..7d29b8f25 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GroupId

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextId

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html index 92ce1a7a6..588f36751 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Margin

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Vertical

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html index aaa7eed88..d81467eee 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Max

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Min

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OfffsetL

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OffsetR

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Step

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Vertical

    @@ -344,10 +344,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html index 9cfe8bc90..f67d87e21 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CandidateColor

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CharSet

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CharSetExtras

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags1

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags2

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IMEColor

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InputBase

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxByte

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxChar

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxLine

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MaxWidth

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -460,10 +460,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html index 2d585855a..7e9b70e31 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextId

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html index 86772f37f..b66a25e9c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColNum

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Orientation

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RowNum

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Wrap

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html index f8e33385f..4de9bd504 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowCloseButton

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowConfigButton

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowHeader

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowHelpButton

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SubtitleTextId

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TitleTextId

    @@ -344,10 +344,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html index b98550784..5bb87c24b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ComponentType

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectInfo

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html index e365c605a..e3b555698 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AssetCount

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Assets

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkResourceRendererManager

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ComponentData

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags1

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LoadedState

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NodeList

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NodeListCount

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NodeListSize

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectCount

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Objects

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartsList

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartsListCount

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RootNode

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RootNodeHeight

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RootNodeWidth

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UldResourceHandle

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnknownCount

    @@ -630,10 +630,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CreateNodeByType(UInt32)

    @@ -678,10 +678,10 @@ public AtkResNode*CreateNodeByType(uint type) | - Improve this Doc + Improve this Doc - View Source + View Source

    SearchNodeById(UInt32)

    @@ -726,10 +726,10 @@ public AtkResNode*SearchNodeById(uint id) | - Improve this Doc + Improve this Doc - View Source + View Source

    UpdateDrawNodeList()

    @@ -748,10 +748,10 @@ public void UpdateDrawNodeList()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html index a132929ca..e7d6400ce 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Id

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NodeCount

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NodeList

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html index d3ca287f0..b170fed72 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Height

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    U

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UldAsset

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    V

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Width

    @@ -257,10 +257,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html index acf7f701e..4b15a8ed0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Id

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PartCount

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Parts

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html index 9b1931d29..00e4d7f13 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AlignmentType

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ObjectInfo

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html index bf1d9e1d5..7235158f6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Alpha

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkEventListener

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CollisionNodeList

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CollisionNodeListCount

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ID

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ParentID

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RootNode

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Scale

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UldManager

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowNode

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y

    @@ -514,10 +514,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsVisible

    @@ -546,10 +546,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetGlobalUIScale()

    @@ -577,10 +577,106 @@ public float GetGlobalUIScale() | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    GetImageNodeById(UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 8D 55 4D")]
    +public AtkImageNode*GetImageNodeById(uint nodeId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32nodeId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AtkImageNode*
    + + | + Improve this Doc + + + View Source + + +

    GetNodeById(UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 8D 56 54")]
    +public AtkResNode*GetNodeById(uint nodeId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32nodeId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AtkResNode*
    + + | + Improve this Doc + + + View Source

    GetScale()

    @@ -608,10 +704,58 @@ public float GetScale() | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    GetTextNodeById(UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 8D 55 1C")]
    +public AtkTextNode*GetTextNodeById(uint nodeId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32nodeId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AtkTextNode*
    + + | + Improve this Doc + + + View Source

    Hide(Boolean)

    @@ -656,10 +800,48 @@ public bool Hide(bool unknown) | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    OnUpdate(NumberArrayData**, StringArrayData**)

    +
    +
    +
    Declaration
    +
    +
    [VirtualFunction(46)]
    +public void OnUpdate(NumberArrayData**numberArrayData, StringArrayData**stringArrayData)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    NumberArrayData**numberArrayData
    StringArrayData**stringArrayData
    + + | + Improve this Doc + + + View Source

    SetPosition(Int16, Int16)

    @@ -694,10 +876,10 @@ public void SetPosition(short x, short y) | - Improve this Doc + Improve this Doc - View Source + View Source

    Show(Int32, Boolean)

    @@ -753,10 +935,10 @@ public bool Show(int unkInt, bool unkBool = false)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html index 28458a613..70e847053 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitEntries

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Count

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    vtbl

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html index 137db39d3..c5292f97d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AllLoadedUnitsList

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkEventListener

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthLayerEightList

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthLayerElevenList

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthLayerFiveList

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthLayerFourList

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthLayerNineList

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthLayerOneList

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthLayerSevenList

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthLayerSixList

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthLayerTenList

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthLayerThirteenList

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthLayerThreeList

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthLayerTwelveList

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DepthLayerTwoList

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FocusedUnitsList

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnitList16

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnitList17

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnitList18

    @@ -663,10 +663,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html index b6c24b840..4e17a006c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Int

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    String

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Type

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UInt

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html index 3126b3631..50aabc589 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html @@ -117,10 +117,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html index b37e3496c..a15b9e57a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html @@ -205,10 +205,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ExtendArrayData.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ExtendArrayData.html index 978fee41a..2430edda1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ExtendArrayData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ExtendArrayData.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkArrayData

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DataArray

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html index 7a49b53b1..19e7f8548 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html @@ -134,10 +134,10 @@ public enum IconComponentFlags : uint
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html index 703cabb23..caa5fa08b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html @@ -117,10 +117,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html index 51673d510..2a0fbf17c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html @@ -170,10 +170,10 @@ public enum NodeFlags
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html index 587f8c558..ba859f5a9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html @@ -129,10 +129,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NumberArrayData.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NumberArrayData.html index 8385e791e..bebdaac4b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NumberArrayData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NumberArrayData.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkArrayData

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IntArray

    @@ -166,10 +166,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetValue(Int32, Int32)

    @@ -209,10 +209,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.StringArrayData.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.StringArrayData.html index 586938082..a44526a83 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.StringArrayData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.StringArrayData.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkArrayData

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StringArray

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UnkString

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html index 5625be2de..5b1eec396 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html @@ -138,10 +138,10 @@ public enum TextFlags
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html index 7b7495b35..ff70df3f3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html @@ -110,10 +110,10 @@ public enum TextFlags2
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html index 18dbc806d..377631e5c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html @@ -137,10 +137,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html index 81a53a6a0..83c9af5b7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html @@ -125,10 +125,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html index 04ccebded..8640a1dbb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html @@ -117,10 +117,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html index 98c626859..316de5f9f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Base

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GroupId

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Nodes

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextId

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.html index 55c399682..e3df347ba 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.html @@ -77,8 +77,6 @@

    Structs

    -

    AtkUldComponentDataHoldButton

    -

    AtkUldComponentDataTab

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html index e2c25d12a..f333ac74a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html @@ -117,10 +117,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html index c172500e9..fc9097c8b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html @@ -175,6 +175,8 @@

    AtkUldComponentDataGuildLeveCard

    +

    AtkUldComponentDataHoldButton

    +

    AtkUldComponentDataIcon

    AtkUldComponentDataIconText

    diff --git a/docs/api/FFXIVClientStructs.Resolver.html b/docs/api/FFXIVClientStructs.Resolver.html index 7074c4124..dcd8a6391 100644 --- a/docs/api/FFXIVClientStructs.Resolver.html +++ b/docs/api/FFXIVClientStructs.Resolver.html @@ -114,10 +114,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Initialized

    @@ -145,10 +145,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Initialize()

    @@ -166,10 +166,10 @@
    diff --git a/docs/api/FFXIVClientStructs.STD.NoExportAttribute.html b/docs/api/FFXIVClientStructs.STD.NoExportAttribute.html index 34b7f731f..e593c3f28 100644 --- a/docs/api/FFXIVClientStructs.STD.NoExportAttribute.html +++ b/docs/api/FFXIVClientStructs.STD.NoExportAttribute.html @@ -224,10 +224,10 @@
    diff --git a/docs/api/FFXIVClientStructs.STD.PointerVector-1.html b/docs/api/FFXIVClientStructs.STD.PointerVector-1.html index 9dd95d9a5..4721edfae 100644 --- a/docs/api/FFXIVClientStructs.STD.PointerVector-1.html +++ b/docs/api/FFXIVClientStructs.STD.PointerVector-1.html @@ -101,7 +101,6 @@
    Syntax
    public struct PointerVector<T>
    -
         where T : struct
    Type Parameters
    @@ -123,10 +122,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    End

    @@ -152,10 +151,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    First

    @@ -181,10 +180,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Last

    @@ -212,10 +211,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Capacity()

    @@ -242,10 +241,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Get(UInt64)

    @@ -289,10 +288,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size()

    @@ -325,10 +324,10 @@
    diff --git a/docs/api/FFXIVClientStructs.STD.String.html b/docs/api/FFXIVClientStructs.STD.String.html index 30b3c2e44..fc8bec5e0 100644 --- a/docs/api/FFXIVClientStructs.STD.String.html +++ b/docs/api/FFXIVClientStructs.STD.String.html @@ -103,10 +103,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Buffer

    @@ -132,10 +132,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BufferPtr

    @@ -161,10 +161,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Capacity

    @@ -190,10 +190,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Length

    @@ -221,10 +221,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetBytes()

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ToString()

    @@ -289,10 +289,10 @@
    diff --git a/docs/api/FFXIVClientStructs.STD.Vector-1.html b/docs/api/FFXIVClientStructs.STD.Vector-1.html index 7938c6b7c..0d8641f26 100644 --- a/docs/api/FFXIVClientStructs.STD.Vector-1.html +++ b/docs/api/FFXIVClientStructs.STD.Vector-1.html @@ -101,7 +101,6 @@
    Syntax
    public struct Vector<T>
    -
         where T : struct
    Type Parameters
    @@ -123,10 +122,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    End

    @@ -152,10 +151,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    First

    @@ -181,10 +180,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Last

    @@ -212,10 +211,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Capacity()

    @@ -242,10 +241,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Get(UInt64)

    @@ -289,10 +288,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size()

    @@ -325,10 +324,10 @@
    diff --git a/docs/api/FFXIVClientStructs.SigScanner.html b/docs/api/FFXIVClientStructs.SigScanner.html index b9eb80027..6d43441ff 100644 --- a/docs/api/FFXIVClientStructs.SigScanner.html +++ b/docs/api/FFXIVClientStructs.SigScanner.html @@ -119,10 +119,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SigScanner(ProcessModule, Boolean)

    @@ -161,10 +161,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DataSectionBase

    @@ -192,10 +192,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DataSectionOffset

    @@ -223,10 +223,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DataSectionSize

    @@ -254,10 +254,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Is32BitProcess

    @@ -285,10 +285,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsCopy

    @@ -316,10 +316,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Module

    @@ -347,10 +347,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RDataSectionBase

    @@ -378,10 +378,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RDataSectionOffset

    @@ -409,10 +409,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RDataSectionSize

    @@ -440,10 +440,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SearchBase

    @@ -471,10 +471,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextSectionBase

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextSectionOffset

    @@ -533,10 +533,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextSectionSize

    @@ -566,10 +566,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Dispose()

    @@ -582,10 +582,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetStaticAddressFromSig(String, Int32)

    @@ -640,10 +640,10 @@ Place your cursor on the line calling a static address, and create and IDA sig.< | - Improve this Doc + Improve this Doc - View Source + View Source

    ResolveRelativeAddress(IntPtr, Int32)

    @@ -696,10 +696,10 @@ Place your cursor on the line calling a static address, and create and IDA sig.< | - Improve this Doc + Improve this Doc - View Source + View Source

    Scan(IntPtr, Int32, String)

    @@ -758,10 +758,10 @@ Place your cursor on the line calling a static address, and create and IDA sig.< | - Improve this Doc + Improve this Doc - View Source + View Source

    ScanData(String)

    @@ -808,10 +808,10 @@ Place your cursor on the line calling a static address, and create and IDA sig.< | - Improve this Doc + Improve this Doc - View Source + View Source

    ScanModule(String)

    @@ -858,10 +858,10 @@ Place your cursor on the line calling a static address, and create and IDA sig.< | - Improve this Doc + Improve this Doc - View Source + View Source

    ScanText(String)

    @@ -918,10 +918,10 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
    diff --git a/docs/api/toc.html b/docs/api/toc.html index dece9e39a..9779a1962 100644 --- a/docs/api/toc.html +++ b/docs/api/toc.html @@ -494,19 +494,10 @@
  • @@ -902,6 +902,16 @@
  • +
  • + + Dalamud.Interface.Internal.Notifications + + +
  • Dalamud.Interface.Windowing @@ -926,6 +936,9 @@
  • PluginInterfaceAttribute
  • +
  • + PluginServiceAttribute +
  • RequiredVersionAttribute
  • @@ -987,9 +1000,69 @@
  • DalamudPluginInterface.LanguageChangedDelegate
  • +
  • + ICallGateProvider<T1, T2, T3, T4, T5, T6, T7, T8, TRet> +
  • +
  • + ICallGateProvider<T1, T2, T3, T4, T5, T6, T7, TRet> +
  • +
  • + ICallGateProvider<T1, T2, T3, T4, T5, T6, TRet> +
  • +
  • + ICallGateProvider<T1, T2, T3, T4, T5, TRet> +
  • +
  • + ICallGateProvider<T1, T2, T3, T4, TRet> +
  • +
  • + ICallGateProvider<T1, T2, T3, TRet> +
  • +
  • + ICallGateProvider<T1, T2, TRet> +
  • +
  • + ICallGateProvider<T1, TRet> +
  • +
  • + ICallGateProvider<TRet> +
  • +
  • + ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, T8, TRet> +
  • +
  • + ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, TRet> +
  • +
  • + ICallGateSubscriber<T1, T2, T3, T4, T5, T6, TRet> +
  • +
  • + ICallGateSubscriber<T1, T2, T3, T4, T5, TRet> +
  • +
  • + ICallGateSubscriber<T1, T2, T3, T4, TRet> +
  • +
  • + ICallGateSubscriber<T1, T2, T3, TRet> +
  • +
  • + ICallGateSubscriber<T1, T2, TRet> +
  • +
  • + ICallGateSubscriber<T1, TRet> +
  • +
  • + ICallGateSubscriber<TRet> +
  • IDalamudPlugin
  • +
  • + IpcNotReadyError +
  • +
  • + IpcTypeMismatchError +
  • PluginLoadReason
  • @@ -1043,6 +1116,9 @@
  • EnumExtensions
  • +
  • + SeStringExtensions +
  • StringExtensions
  • @@ -1307,6 +1383,9 @@
  • Buddy.BuddyMember
  • +
  • + RelicNote +
  • SelectUseTicketInvoker
  • @@ -1314,7 +1393,7 @@ Telepo
  • - Telepo.TeleportInfo + TeleportInfo
  • UIState @@ -1486,6 +1565,9 @@ FFXIVClientStructs.FFXIV.Client.System.Memory
  • @@ -1978,6 +2075,9 @@
  • AtkUldComponentDataGuildLeveCard
  • +
  • + AtkUldComponentDataHoldButton +
  • AtkUldComponentDataIcon
  • @@ -2111,9 +2211,6 @@ FFXIVClientStructs.FFXIV.Component.GUI.ULD