diff --git a/docs/README.html b/docs/README.html index 6d4d54237..d00dbc087 100644 --- a/docs/README.html +++ b/docs/README.html @@ -8,7 +8,7 @@ Dalamud - + @@ -67,6 +67,8 @@

Dalamud is a plugin development framework for FINAL FANTASY XIV that provides access to game data and native interoperability with the game itself to add functionality and quality-of-life.

It is meant to be used in conjunction with FFXIVQuickLauncher, which manages and launches Dalamud for you. It is generally not recommended for users to try to run Dalamud manually as there are multiple dependencies and assumed folder paths.

+

Hold Up!

+

If you are just trying to use Dalamud, you don't need to do anything on this page - please download XIVLauncher from its official page and follow the setup instructions.

Plugin development

Dalamud features a growing API for in-game plugin development with game data and chat access and overlays. Please see our Developer FAQ and the API documentation for more details.

diff --git a/docs/api/Dalamud.ClientLanguage.html b/docs/api/Dalamud.ClientLanguage.html index d493309f2..e4da1c932 100644 --- a/docs/api/Dalamud.ClientLanguage.html +++ b/docs/api/Dalamud.ClientLanguage.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.ClientLanguageExtensions.html b/docs/api/Dalamud.ClientLanguageExtensions.html index bd52964f3..1b40d306d 100644 --- a/docs/api/Dalamud.ClientLanguageExtensions.html +++ b/docs/api/Dalamud.ClientLanguageExtensions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Configuration.IPluginConfiguration.html b/docs/api/Dalamud.Configuration.IPluginConfiguration.html index 3c72f632d..0565dab3f 100644 --- a/docs/api/Dalamud.Configuration.IPluginConfiguration.html +++ b/docs/api/Dalamud.Configuration.IPluginConfiguration.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Configuration.PluginConfigurations.html b/docs/api/Dalamud.Configuration.PluginConfigurations.html index 6bd787ea8..048dbdba6 100644 --- a/docs/api/Dalamud.Configuration.PluginConfigurations.html +++ b/docs/api/Dalamud.Configuration.PluginConfigurations.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Configuration.html b/docs/api/Dalamud.Configuration.html index bedc150e9..9203dd603 100644 --- a/docs/api/Dalamud.Configuration.html +++ b/docs/api/Dalamud.Configuration.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.CorePlugin.PluginImpl.html b/docs/api/Dalamud.CorePlugin.PluginImpl.html index a3de157dd..4af5a54a8 100644 --- a/docs/api/Dalamud.CorePlugin.PluginImpl.html +++ b/docs/api/Dalamud.CorePlugin.PluginImpl.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.CorePlugin.html b/docs/api/Dalamud.CorePlugin.html index 418176700..c2a6be23b 100644 --- a/docs/api/Dalamud.CorePlugin.html +++ b/docs/api/Dalamud.CorePlugin.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.DalamudStartInfo.html b/docs/api/Dalamud.DalamudStartInfo.html index 6c8aaca1f..0a5c73168 100644 --- a/docs/api/Dalamud.DalamudStartInfo.html +++ b/docs/api/Dalamud.DalamudStartInfo.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Data.DataManager.html b/docs/api/Dalamud.Data.DataManager.html index e81ca038d..3125cbb4c 100644 --- a/docs/api/Dalamud.Data.DataManager.html +++ b/docs/api/Dalamud.Data.DataManager.html @@ -10,7 +10,7 @@ - + @@ -306,22 +306,6 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

Methods

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

Dispose()

-

Dispose this DataManager.

-
-
-
Declaration
-
-
public void Dispose()
-
| Improve this Doc @@ -1241,6 +1225,24 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

+

Explicit Interface Implementations +

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

IDisposable.Dispose()

+

Dispose this DataManager.

+
+
+
Declaration
+
+
void IDisposable.Dispose()
+

Implements

System.IDisposable diff --git a/docs/api/Dalamud.Data.html b/docs/api/Dalamud.Data.html index d8c2863d8..3da5ffaf1 100644 --- a/docs/api/Dalamud.Data.html +++ b/docs/api/Dalamud.Data.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.EntryPoint.InitDelegate.html b/docs/api/Dalamud.EntryPoint.InitDelegate.html index a6b386bcb..936df8366 100644 --- a/docs/api/Dalamud.EntryPoint.InitDelegate.html +++ b/docs/api/Dalamud.EntryPoint.InitDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.EntryPoint.VehDelegate.html b/docs/api/Dalamud.EntryPoint.VehDelegate.html new file mode 100644 index 000000000..cc1e87c43 --- /dev/null +++ b/docs/api/Dalamud.EntryPoint.VehDelegate.html @@ -0,0 +1,157 @@ + + + + + + + + Delegate EntryPoint.VehDelegate + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.EntryPoint.html b/docs/api/Dalamud.EntryPoint.html index 7b2fb8d3b..383ba516c 100644 --- a/docs/api/Dalamud.EntryPoint.html +++ b/docs/api/Dalamud.EntryPoint.html @@ -10,7 +10,7 @@ - + @@ -118,7 +118,7 @@ Improve this Doc - View Source + View Source

Initialize(IntPtr)

@@ -143,6 +143,52 @@ System.IntPtr infoPtr

Pointer to a serialized DalamudStartInfo data.

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

VehCallback(IntPtr, IntPtr, IntPtr)

+

Show error message along with stack trace and exit.

+
+
+
Declaration
+
+
public static void VehCallback(IntPtr dumpPath, IntPtr logPath, IntPtr log)
+
+
Parameters
+ + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/api/Dalamud.Game.BaseAddressResolver.html b/docs/api/Dalamud.Game.BaseAddressResolver.html index 8fa213590..9f00a9e9a 100644 --- a/docs/api/Dalamud.Game.BaseAddressResolver.html +++ b/docs/api/Dalamud.Game.BaseAddressResolver.html @@ -10,7 +10,7 @@ - + @@ -83,6 +83,7 @@ + diff --git a/docs/api/Dalamud.Game.ChatHandlers.html b/docs/api/Dalamud.Game.ChatHandlers.html index 5935c13a0..cb2f0ae17 100644 --- a/docs/api/Dalamud.Game.ChatHandlers.html +++ b/docs/api/Dalamud.Game.ChatHandlers.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html b/docs/api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html new file mode 100644 index 000000000..1ac77f30b --- /dev/null +++ b/docs/api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html @@ -0,0 +1,468 @@ + + + + + + + + Class AetheryteEntry + + + + + + + + + + + + + + + + +
+
+ + + + +
+
TypeNameDescription
System.IntPtrdumpPath

Path to minidump file created in UTF-16.

+
System.IntPtrlogPath

Path to log file to create in UTF-16.

+
System.IntPtrlog

Log text in UTF-16.

+ + + + + + + + + + + + +
TypeDescription
ExcelResolver<Lumina.Excel.GeneratedSheets.Aetheryte>
+ + | + Improve this Doc + + + View Source + + +

AetheryteId

+

Gets the Aetheryte ID.

+
+
+
Declaration
+
+
public uint AetheryteId { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
System.UInt32
+ + | + Improve this Doc + + + View Source + + +

GilCost

+

Gets the Cost in Gil to Teleport to this location.

+
+
+
Declaration
+
+
public uint GilCost { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
System.UInt32
+ + | + Improve this Doc + + + View Source + + +

IsAppartment

+

Gets a value indicating whether this Aetheryte is an Appartment or not.

+
+
+
Declaration
+
+
public bool IsAppartment { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
System.Boolean
+ + | + Improve this Doc + + + View Source + + +

IsFavourite

+

Gets a value indicating whether the LocalPlayer has set this Aetheryte as Favorite or not.

+
+
+
Declaration
+
+
public bool IsFavourite { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
System.Boolean
+ + | + Improve this Doc + + + View Source + + +

IsSharedHouse

+

Gets a value indicating whether this Aetheryte is a Shared Estate or not.

+
+
+
Declaration
+
+
public bool IsSharedHouse { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
System.Boolean
+ + | + Improve this Doc + + + View Source + + +

Plot

+

Gets the Plot. Zero if not a Shared Estate.

+
+
+
Declaration
+
+
public byte Plot { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
System.Byte
+ + | + Improve this Doc + + + View Source + + +

SubIndex

+

Gets the SubIndex used when there can be multiple Aetherytes with the same ID (Private/Shared Estates etc.).

+
+
+
Declaration
+
+
public byte SubIndex { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
System.Byte
+ + | + Improve this Doc + + + View Source + + +

TerritoryId

+

Gets the Territory ID.

+
+
+
Declaration
+
+
public uint TerritoryId { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
System.UInt32
+ + | + Improve this Doc + + + View Source + + +

Ward

+

Gets the Ward. Zero if not a Shared Estate.

+
+
+
Declaration
+
+
public byte Ward { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
System.Byte
+ +
+ + + + + + + + + + + + + diff --git a/docs/api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html b/docs/api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html new file mode 100644 index 000000000..7afd6b32d --- /dev/null +++ b/docs/api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html @@ -0,0 +1,349 @@ + + + + + + + + Class AetheryteList + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Game.ClientState.Aetherytes.html b/docs/api/Dalamud.Game.ClientState.Aetherytes.html new file mode 100644 index 000000000..e6b1e8b73 --- /dev/null +++ b/docs/api/Dalamud.Game.ClientState.Aetherytes.html @@ -0,0 +1,122 @@ + + + + + + + + Namespace Dalamud.Game.ClientState.Aetherytes + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Game.ClientState.Buddy.BuddyList.html b/docs/api/Dalamud.Game.ClientState.Buddy.BuddyList.html index 63ac6d851..eda599180 100644 --- a/docs/api/Dalamud.Game.ClientState.Buddy.BuddyList.html +++ b/docs/api/Dalamud.Game.ClientState.Buddy.BuddyList.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Buddy.BuddyMember.html b/docs/api/Dalamud.Game.ClientState.Buddy.BuddyMember.html index f978836df..4bec89bb2 100644 --- a/docs/api/Dalamud.Game.ClientState.Buddy.BuddyMember.html +++ b/docs/api/Dalamud.Game.ClientState.Buddy.BuddyMember.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Buddy.html b/docs/api/Dalamud.Game.ClientState.Buddy.html index 81c7eb62f..a19111610 100644 --- a/docs/api/Dalamud.Game.ClientState.Buddy.html +++ b/docs/api/Dalamud.Game.ClientState.Buddy.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.ClientState.html b/docs/api/Dalamud.Game.ClientState.ClientState.html index 34de0a547..2a6d9f5a6 100644 --- a/docs/api/Dalamud.Game.ClientState.ClientState.html +++ b/docs/api/Dalamud.Game.ClientState.ClientState.html @@ -10,7 +10,7 @@ - + @@ -122,7 +122,7 @@ Improve this Doc
- View Source + View Source

ClientLanguage

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

IsLoggedIn

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

LocalContentId

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

LocalPlayer

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

TerritoryType

@@ -274,28 +274,12 @@

Methods

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

Dispose()

-

Dispose of managed and unmanaged resources.

-
-
-
Declaration
-
-
public void Dispose()
-
| Improve this Doc - View Source + View Source

Enable()

@@ -313,7 +297,7 @@ Improve this Doc - View Source + View Source

CfPop

Event that gets fired when a duty is ready.

@@ -343,7 +327,7 @@ Improve this Doc - View Source + View Source

Login

Event that fires when a character is logging in.

@@ -373,7 +357,7 @@ Improve this Doc - View Source + View Source

Logout

Event that fires when a character is logging out.

@@ -403,7 +387,7 @@ Improve this Doc - View Source + View Source

TerritoryChanged

Event that gets fired when the current Territory changes.

@@ -428,6 +412,24 @@ +

Explicit Interface Implementations +

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

IDisposable.Dispose()

+

Dispose of managed and unmanaged resources.

+
+
+
Declaration
+
+
void IDisposable.Dispose()
+

Implements

System.IDisposable @@ -443,7 +445,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.ClientStateAddressResolver.html b/docs/api/Dalamud.Game.ClientState.ClientStateAddressResolver.html index 6fe770560..899848cf8 100644 --- a/docs/api/Dalamud.Game.ClientState.ClientStateAddressResolver.html +++ b/docs/api/Dalamud.Game.ClientState.ClientStateAddressResolver.html @@ -10,7 +10,7 @@ - + @@ -236,7 +236,7 @@ Improve this Doc - View Source + View Source

    GamepadPoll

    @@ -454,7 +454,7 @@ Called every frame, even when Enable Gamepad is off in the settings Improve this Doc - View Source + View Source

    SetupTerritoryType

    @@ -511,6 +511,68 @@ Called every frame, even when Enable Gamepad is off in the settings + + | + Improve this Doc + + + View Source + + +

    Telepo

    +

    Gets the address of the Telepo instance.

    +
    +
    +
    Declaration
    +
    +
    public IntPtr Telepo { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.IntPtr
    + + | + Improve this Doc + + + View Source + + +

    UpdateAetheryteList

    +

    Gets the address of the method which updates the list of available teleport locations.

    +
    +
    +
    Declaration
    +
    +
    public IntPtr UpdateAetheryteList { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.IntPtr

    Methods

    @@ -518,7 +580,7 @@ Called every frame, even when Enable Gamepad is off in the settings Improve this Doc - View Source + View Source

    Setup64Bit(SigScanner)

    diff --git a/docs/api/Dalamud.Game.ClientState.Conditions.Condition.ConditionChangeDelegate.html b/docs/api/Dalamud.Game.ClientState.Conditions.Condition.ConditionChangeDelegate.html index 335c72e5d..caf5c48c3 100644 --- a/docs/api/Dalamud.Game.ClientState.Conditions.Condition.ConditionChangeDelegate.html +++ b/docs/api/Dalamud.Game.ClientState.Conditions.Condition.ConditionChangeDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Conditions.Condition.html b/docs/api/Dalamud.Game.ClientState.Conditions.Condition.html index c577186f7..807bfcf2a 100644 --- a/docs/api/Dalamud.Game.ClientState.Conditions.Condition.html +++ b/docs/api/Dalamud.Game.ClientState.Conditions.Condition.html @@ -10,7 +10,7 @@ - + @@ -311,22 +311,6 @@ - - | - Improve this Doc - - - View Source - - -

    Dispose()

    -

    Disposes this instance, alongside its hooks.

    -
    -
    -
    Declaration
    -
    -
    public void Dispose()
    -
    | Improve this Doc @@ -392,6 +376,24 @@ Should only get fired for actual changes, so the previous value will always be ! +

    Explicit Interface Implementations +

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

    IDisposable.Dispose()

    +

    Disposes this instance, alongside its hooks.

    +
    +
    +
    Declaration
    +
    +
    void IDisposable.Dispose()
    +

    Implements

    System.IDisposable diff --git a/docs/api/Dalamud.Game.ClientState.Conditions.ConditionFlag.html b/docs/api/Dalamud.Game.ClientState.Conditions.ConditionFlag.html index d91d36f44..a7a8e2149 100644 --- a/docs/api/Dalamud.Game.ClientState.Conditions.ConditionFlag.html +++ b/docs/api/Dalamud.Game.ClientState.Conditions.ConditionFlag.html @@ -10,7 +10,7 @@ - + @@ -177,6 +177,11 @@ LogMessage row 7700 and onwards, which can be checked by looking at the Conditio CreatingCharacter

    Unable to execute command while creating a character.

    + + + + Disguised +

    Unable to execute command while wearing a guise.

    @@ -387,6 +392,11 @@ LogMessage row 7700 and onwards, which can be checked by looking at the Conditio ReadyingVisitOtherWorld

    Unable to execute command while readying to visit another World.

    + + + + RecruitingWorldOnly +

    Unable to execute command while recruiting for a non-cross-world party.

    @@ -462,6 +472,11 @@ LogMessage row 7700 and onwards, which can be checked by looking at the Conditio Unknown57

    Unable to execute command at this time.

    + + + + Unknown96 +

    Cannot execute at this time.

    diff --git a/docs/api/Dalamud.Game.ClientState.Conditions.html b/docs/api/Dalamud.Game.ClientState.Conditions.html index 72f22dcc7..c652f479c 100644 --- a/docs/api/Dalamud.Game.ClientState.Conditions.html +++ b/docs/api/Dalamud.Game.ClientState.Conditions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Fates.Fate.html b/docs/api/Dalamud.Game.ClientState.Fates.Fate.html index b609fd1d8..d04fe325a 100644 --- a/docs/api/Dalamud.Game.ClientState.Fates.Fate.html +++ b/docs/api/Dalamud.Game.ClientState.Fates.Fate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Fates.FateState.html b/docs/api/Dalamud.Game.ClientState.Fates.FateState.html index 7f71cc4c5..8a1a68ead 100644 --- a/docs/api/Dalamud.Game.ClientState.Fates.FateState.html +++ b/docs/api/Dalamud.Game.ClientState.Fates.FateState.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Fates.FateTable.html b/docs/api/Dalamud.Game.ClientState.Fates.FateTable.html index 904c3d93e..06645b3bb 100644 --- a/docs/api/Dalamud.Game.ClientState.Fates.FateTable.html +++ b/docs/api/Dalamud.Game.ClientState.Fates.FateTable.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Fates.html b/docs/api/Dalamud.Game.ClientState.Fates.html index 37dae20bc..893e8c121 100644 --- a/docs/api/Dalamud.Game.ClientState.Fates.html +++ b/docs/api/Dalamud.Game.ClientState.Fates.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.GamePad.GamepadButtons.html b/docs/api/Dalamud.Game.ClientState.GamePad.GamepadButtons.html index 3b16c29d3..71d2f0a53 100644 --- a/docs/api/Dalamud.Game.ClientState.GamePad.GamepadButtons.html +++ b/docs/api/Dalamud.Game.ClientState.GamePad.GamepadButtons.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.GamePad.GamepadInput.html b/docs/api/Dalamud.Game.ClientState.GamePad.GamepadInput.html index 5de1df958..e9bd44d9b 100644 --- a/docs/api/Dalamud.Game.ClientState.GamePad.GamepadInput.html +++ b/docs/api/Dalamud.Game.ClientState.GamePad.GamepadInput.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.GamePad.GamepadState.html b/docs/api/Dalamud.Game.ClientState.GamePad.GamepadState.html index 4d41f93ba..94421e8ef 100644 --- a/docs/api/Dalamud.Game.ClientState.GamePad.GamepadState.html +++ b/docs/api/Dalamud.Game.ClientState.GamePad.GamepadState.html @@ -10,7 +10,7 @@ - + @@ -435,22 +435,6 @@

    Methods

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

    Dispose()

    -

    Disposes this instance, alongside its hooks.

    -
    -
    -
    Declaration
    -
    -
    public void Dispose()
    -
    | Improve this Doc @@ -690,6 +674,24 @@ If ImGuiConfigFlags.NavEnableGamepad is set, this is unreliable.

    +

    Explicit Interface Implementations +

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

    IDisposable.Dispose()

    +

    Disposes this instance, alongside its hooks.

    +
    +
    +
    Declaration
    +
    +
    void IDisposable.Dispose()
    +

    Implements

    System.IDisposable diff --git a/docs/api/Dalamud.Game.ClientState.GamePad.html b/docs/api/Dalamud.Game.ClientState.GamePad.html index a75e81f63..a78e14255 100644 --- a/docs/api/Dalamud.Game.ClientState.GamePad.html +++ b/docs/api/Dalamud.Game.ClientState.GamePad.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.html new file mode 100644 index 000000000..a55066f23 --- /dev/null +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.html @@ -0,0 +1,163 @@ + + + + + + + + Enum BeastChakra + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.CardType.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.CardType.html index 69e9448cd..bd404663b 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.CardType.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.CardType.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.DismissedFairy.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.DismissedFairy.html index a085c7b25..77256dbf9 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.DismissedFairy.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.DismissedFairy.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Kaeshi.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Kaeshi.html index e74e4a8e0..44585396a 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Kaeshi.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Kaeshi.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Mudras.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Mudras.html index 11d27cb3c..12ba698c8 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Mudras.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Mudras.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Nadi.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Nadi.html new file mode 100644 index 000000000..0b469413a --- /dev/null +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Nadi.html @@ -0,0 +1,159 @@ + + + + + + + + Enum Nadi + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.PetGlam.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.PetGlam.html index e14d006a2..3409f945f 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.PetGlam.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.PetGlam.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.SealType.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.SealType.html index edafdb232..7211d8631 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.SealType.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.SealType.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Sen.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Sen.html index 22413dd03..86adf00e7 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Sen.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Sen.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Song.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Song.html index e6ec0f885..4690f1eea 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Song.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.Song.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.SummonPet.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.SummonPet.html index f01a6e5ba..b8bb850f6 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.SummonPet.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.SummonPet.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.html index f9a25866b..13381753e 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Enums.html @@ -10,7 +10,7 @@ - + @@ -77,8 +77,8 @@

    Enums

    -

    BOTDState

    -

    DRG Blood of the Dragon state types.

    +

    BeastChakra

    +

    MNK Beast Chakra types.

    CardType

    AST Arcanum (card) types.

    @@ -91,6 +91,9 @@

    Mudras

    NIN Mudra types.

    +
    +

    Nadi

    +

    MNK Nadi types.

    PetGlam

    SMN summoned pet glam types.

    diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.JobGauges.html b/docs/api/Dalamud.Game.ClientState.JobGauge.JobGauges.html index 9be44e171..55e327857 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.JobGauges.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.JobGauges.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.ASTGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.ASTGauge.html index 3642762f8..f0f056ccf 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.ASTGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.ASTGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.html index 43d2227bc..41441aeb2 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.html @@ -10,7 +10,7 @@ - + @@ -220,7 +220,7 @@

    InAstralFire

    -

    Gets a value indicating whether if the player is in Astral fire.

    +

    Gets a value indicating whether or not the player is in Astral fire.

    Declaration
    @@ -252,7 +252,7 @@

    InUmbralIce

    -

    Gets a value indicating whether if the player is in Umbral Ice.

    +

    Gets a value indicating whether or not the player is in Umbral Ice.

    Declaration
    @@ -284,7 +284,7 @@

    IsEnochianActive

    -

    Gets a value indicating whether if Enochian is active.

    +

    Gets a value indicating whether or not Enochian is active.

    Declaration
    @@ -303,6 +303,38 @@ System.Boolean

    true or false.

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

    IsParadoxActive

    +

    Gets a value indicating whether Paradox is active.

    +
    +
    +
    Declaration
    +
    +
    public bool IsParadoxActive { get; }
    +
    +
    Property Value
    + + + + + + + + + + + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.BRDGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.BRDGauge.html index 58cc879ab..122b58746 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.BRDGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.BRDGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.html index cec071721..600e6fdc4 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html index ac99e71a1..76bb9dc59 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html @@ -10,7 +10,7 @@ - + @@ -118,68 +118,6 @@

    Properties

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

    BOTDState

    -

    Gets the current state of Blood of the Dragon.

    -
    -
    -
    Declaration
    -
    -
    public BOTDState BOTDState { get; }
    -
    -
    Property Value
    -
    TypeDescription
    System.Boolean

    true or false.

    - - - - - - - - - - - - -
    TypeDescription
    BOTDState
    - - | - Improve this Doc - - - View Source - - -

    BOTDTimer

    -

    Gets the time remaining for Blood of the Dragon in milliseconds.

    -
    -
    -
    Declaration
    -
    -
    public short BOTDTimer { get; }
    -
    -
    Property Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int16
    | Improve this Doc @@ -211,6 +149,99 @@ + + | + Improve this Doc + + + View Source + + +

    FirstmindsFocusCount

    +

    Gets the amount of Firstminds' Focus available.

    +
    +
    +
    Declaration
    +
    +
    public byte FirstmindsFocusCount { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + + +

    IsLOTDActive

    +

    Gets a value indicating whether Life of the Dragon is active.

    +
    +
    +
    Declaration
    +
    +
    public bool IsLOTDActive { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    LOTDTimer

    +

    Gets the time remaining for Life of the Dragon in milliseconds.

    +
    +
    +
    Declaration
    +
    +
    public short LOTDTimer { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int16
    diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DRKGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DRKGauge.html index c1f2be7da..ec8098233 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DRKGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.DRKGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.GNBGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.GNBGauge.html index db43ef151..f1fb791ef 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.GNBGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.GNBGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase-1.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase-1.html index f8905bdf1..f0b7382e4 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase-1.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase-1.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase.html index 2efa81d1a..dac40cb70 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.MCHGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.MCHGauge.html index 61a3ab211..79aa171b5 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.MCHGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.MCHGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.html index 16279236d..b9004ecc1 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.html @@ -10,7 +10,7 @@ - + @@ -118,16 +118,81 @@

    Properties

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

    BeastChakra

    +

    Gets the types of Beast Chakra available.

    +
    +
    +
    Declaration
    +
    +
    public BeastChakra[] BeastChakra { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    BeastChakra[]
    +
    Remarks
    +

    This will always return an array of size 3, inactive Beast Chakra are represented by NONE.

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

    BlitzTimeRemaining

    +

    Gets the time remaining that Blitz is active.

    +
    +
    +
    Declaration
    +
    +
    public ushort BlitzTimeRemaining { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt16
    | Improve this Doc - View Source + View Source

    Chakra

    -

    Gets the number of Chakra available.

    +

    Gets the amount of Chakra available.

    Declaration
    @@ -149,6 +214,37 @@ + + | + Improve this Doc + + + View Source + + +

    Nadi

    +

    Gets the types of Nadi available.

    +
    +
    +
    Declaration
    +
    +
    public Nadi Nadi { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Nadi
    @@ -160,7 +256,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.NINGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.NINGauge.html index c7d6afbf1..56d5f236d 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.NINGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.NINGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.PLDGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.PLDGauge.html index 9b8e41514..d10f5f2c3 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.PLDGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.PLDGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.RDMGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.RDMGauge.html index 9a8b4bd2a..ab0c7c3ce 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.RDMGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.RDMGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html index a24d18966..c46854ed7 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html @@ -10,7 +10,7 @@ - + @@ -118,6 +118,99 @@

    Properties

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

    EnshroudedTimeRemaining

    +

    Gets the time remaining that Enshrouded is active.

    +
    +
    +
    Declaration
    +
    +
    public ushort EnshroudedTimeRemaining { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt16
    + + | + Improve this Doc + + + View Source + + +

    LemureShroud

    +

    Gets the amount of Lemure Shroud available.

    +
    +
    +
    Declaration
    +
    +
    public byte LemureShroud { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + + +

    Shroud

    +

    Gets the amount of Shroud available.

    +
    +
    +
    Declaration
    +
    +
    public byte Shroud { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    | Improve this Doc @@ -149,6 +242,37 @@ + + | + Improve this Doc + + + View Source + + +

    VoidShroud

    +

    Gets the amount of Void Shroud available.

    +
    +
    +
    Declaration
    +
    +
    public byte VoidShroud { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SAMGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SAMGauge.html index d8b4e1557..455efe1ef 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SAMGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SAMGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SCHGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SCHGauge.html index cdded4ecf..6977b44f2 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SCHGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SCHGauge.html @@ -10,7 +10,7 @@ - + @@ -220,7 +220,7 @@

    SeraphTimer

    -

    Gets the Seraph time remaiSCHg in milliseconds.

    +

    Gets the remaining time Seraph is active in milliseconds.

    Declaration
    diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SGEGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SGEGauge.html index 8ab8d6d3a..e7204d338 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SGEGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SGEGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.html index fe5873d41..eb92e61dc 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.WARGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.WARGauge.html index 7c83adce0..f88295700 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.WARGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.WARGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.WHMGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.WHMGauge.html index 21aca3c61..03300ea9c 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.WHMGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.WHMGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.html index 617469fd2..c56cb52c6 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.html index 7a53bca98..1538688e1 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Keys.KeyState.html b/docs/api/Dalamud.Game.ClientState.Keys.KeyState.html index 600da17ec..149715836 100644 --- a/docs/api/Dalamud.Game.ClientState.Keys.KeyState.html +++ b/docs/api/Dalamud.Game.ClientState.Keys.KeyState.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Keys.VirtualKey.html b/docs/api/Dalamud.Game.ClientState.Keys.VirtualKey.html index e4064113c..e1ad6b9be 100644 --- a/docs/api/Dalamud.Game.ClientState.Keys.VirtualKey.html +++ b/docs/api/Dalamud.Game.ClientState.Keys.VirtualKey.html @@ -10,7 +10,7 @@ - + @@ -397,7 +397,7 @@ HANGEUL -

    IME Hanguel mode (maintained for compatibility; use User32.VirtualKey.HANGUL).

    +

    IME Hangeul mode (maintained for compatibility; use User32.VirtualKey.HANGUL).

    @@ -887,7 +887,8 @@ PACKET -

    Used to pass Unicode characters as if they were keystrokes. The PACKET key is the low word of a 32-bit Virtual Key value used for non-keyboard input methods..

    +

    Used to pass Unicode characters as if they were keystrokes. The PACKET key is the low word of a 32-bit Virtual Key +value used for non-keyboard input methods..

    @@ -1086,6 +1087,9 @@ +
    diff --git a/docs/api/Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.html b/docs/api/Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.html new file mode 100644 index 000000000..7ccd44e1e --- /dev/null +++ b/docs/api/Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.html @@ -0,0 +1,208 @@ + + + + + + + + Class VirtualKeyExtensions + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.ClientState.Keys.html b/docs/api/Dalamud.Game.ClientState.Keys.html index a1fb324d7..c1653662e 100644 --- a/docs/api/Dalamud.Game.ClientState.Keys.html +++ b/docs/api/Dalamud.Game.ClientState.Keys.html @@ -10,7 +10,7 @@ - + @@ -79,6 +79,9 @@

    KeyState

    Wrapper around the game keystate buffer, which contains the pressed state for all keyboard keys, indexed by virtual vkCode.

    +
    +

    VirtualKeyExtensions

    +

    Extension methods for VirtualKey.

    Enums

    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Enums.BattleNpcSubKind.html b/docs/api/Dalamud.Game.ClientState.Objects.Enums.BattleNpcSubKind.html index 5156193f6..e99f5e77e 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Enums.BattleNpcSubKind.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Enums.BattleNpcSubKind.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Enums.CustomizeIndex.html b/docs/api/Dalamud.Game.ClientState.Objects.Enums.CustomizeIndex.html index 9cefd508d..6c2c93699 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Enums.CustomizeIndex.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Enums.CustomizeIndex.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Enums.ObjectKind.html b/docs/api/Dalamud.Game.ClientState.Objects.Enums.ObjectKind.html index 850156305..97081c9af 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Enums.ObjectKind.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Enums.ObjectKind.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Enums.StatusFlags.html b/docs/api/Dalamud.Game.ClientState.Objects.Enums.StatusFlags.html index b8f09854d..324b1ee3f 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Enums.StatusFlags.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Enums.StatusFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Enums.html b/docs/api/Dalamud.Game.ClientState.Objects.Enums.html index 5cbad39ff..e4ed91cd5 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Enums.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Enums.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html b/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html index 962abce34..b6fc3fffe 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html index 8e2995e50..eecec5c22 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.Npc.html b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.Npc.html index d660d9aee..600b6d702 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.Npc.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.Npc.html @@ -10,7 +10,7 @@ - + @@ -131,6 +131,9 @@
    Character.NameId
    +
    + Character.OnlineStatus +
    Character.StatusFlags
    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html index a5a4d73f1..18207567e 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html @@ -10,7 +10,7 @@ - + @@ -156,6 +156,9 @@
    Character.NameId
    +
    + Character.OnlineStatus +
    Character.StatusFlags
    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.html b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.html index 28ccd58cc..2d656b68e 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.TargetManager.html b/docs/api/Dalamud.Game.ClientState.Objects.TargetManager.html index c88204399..12ecad09a 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.TargetManager.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.TargetManager.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html index 8e15f99e7..f95f48e85 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html @@ -10,7 +10,7 @@ - + @@ -133,6 +133,9 @@
    Character.NameId
    +
    + Character.OnlineStatus +
    Character.StatusFlags
    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html index a1b69ddb9..a09a798f6 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html @@ -10,7 +10,7 @@ - + @@ -156,6 +156,9 @@
    Character.NameId
    +
    + Character.OnlineStatus +
    Character.StatusFlags
    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html index a77d9c68a..bfd6e398b 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html @@ -10,7 +10,7 @@ - + @@ -176,7 +176,7 @@ Improve this Doc - View Source + View Source

    ClassJob

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

    CompanyTag

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

    CurrentCp

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

    CurrentGp

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

    CurrentHp

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

    CurrentMp

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

    Customize

    @@ -394,7 +394,7 @@ Indexed by Improve this Doc - View Source + View Source

    Level

    @@ -425,7 +425,7 @@ Indexed by Improve this Doc - View Source + View Source

    MaxCp

    @@ -456,7 +456,7 @@ Indexed by Improve this Doc - View Source + View Source

    MaxGp

    @@ -487,7 +487,7 @@ Indexed by Improve this Doc - View Source + View Source

    MaxHp

    @@ -518,7 +518,7 @@ Indexed by Improve this Doc - View Source + View Source

    MaxMp

    @@ -549,7 +549,7 @@ Indexed by Improve this Doc - View Source + View Source

    NameId

    @@ -575,12 +575,43 @@ Indexed by + | + Improve this Doc + + + View Source + + +

    OnlineStatus

    +

    Gets the current online status of the character.

    +
    +
    +
    Declaration
    +
    +
    public ExcelResolver<OnlineStatus> OnlineStatus { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    ExcelResolver<Lumina.Excel.GeneratedSheets.OnlineStatus>
    | Improve this Doc - View Source + View Source

    StatusFlags

    @@ -611,7 +642,7 @@ Indexed by Improve this Doc - View Source + View Source

    Struct

    @@ -642,7 +673,7 @@ Indexed by Improve this Doc - View Source + View Source

    TargetObjectId

    @@ -685,7 +716,7 @@ Indexed by Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html index 3ab32aa2f..3a4492ee1 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.html index 77079817a..7fcdb48fd 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.html b/docs/api/Dalamud.Game.ClientState.Objects.html index 43fc7ab7b..47a581083 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Party.PartyList.html b/docs/api/Dalamud.Game.ClientState.Party.PartyList.html index a7cabf296..1e7b112f7 100644 --- a/docs/api/Dalamud.Game.ClientState.Party.PartyList.html +++ b/docs/api/Dalamud.Game.ClientState.Party.PartyList.html @@ -10,7 +10,7 @@ - + @@ -248,7 +248,7 @@ Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -324,6 +324,37 @@ + + | + Improve this Doc + + + View Source + + +

    PartyId

    +

    Gets the ID of the party.

    +
    +
    +
    Declaration
    +
    +
    public long PartyId { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int64
    | Improve this Doc @@ -362,7 +393,7 @@ Improve this Doc - View Source + View Source

    CreateAllianceMemberReference(IntPtr)

    @@ -412,7 +443,7 @@ Improve this Doc - View Source + View Source

    CreatePartyMemberReference(IntPtr)

    @@ -462,7 +493,7 @@ Improve this Doc - View Source + View Source

    GetAllianceMemberAddress(Int32)

    @@ -512,7 +543,7 @@ Improve this Doc - View Source + View Source

    GetEnumerator()

    @@ -542,7 +573,7 @@ Improve this Doc - View Source + View Source

    GetPartyMemberAddress(Int32)

    @@ -594,7 +625,7 @@ Improve this Doc - View Source + View Source

    IReadOnlyCollection<PartyMember>.Count

    @@ -624,7 +655,7 @@ Improve this Doc - View Source + View Source

    IEnumerable.GetEnumerator()

    @@ -670,7 +701,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Party.PartyMember.html b/docs/api/Dalamud.Game.ClientState.Party.PartyMember.html index 4cf5c35fb..0e6203cb2 100644 --- a/docs/api/Dalamud.Game.ClientState.Party.PartyMember.html +++ b/docs/api/Dalamud.Game.ClientState.Party.PartyMember.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Party.html b/docs/api/Dalamud.Game.ClientState.Party.html index fc9769ab8..70dd00359 100644 --- a/docs/api/Dalamud.Game.ClientState.Party.html +++ b/docs/api/Dalamud.Game.ClientState.Party.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html b/docs/api/Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html index 8f197b2c6..e5f378da6 100644 --- a/docs/api/Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html +++ b/docs/api/Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html @@ -10,7 +10,7 @@ - + @@ -192,6 +192,58 @@ +

    Methods +

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

    GetWithLanguage(ClientLanguage)

    +

    Gets GameData linked to this excel row with the specified language.

    +
    +
    +
    Declaration
    +
    +
    public T GetWithLanguage(ClientLanguage language)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    ClientLanguagelanguage

    The language.

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

    The ExcelRow in the specified language.

    +
    diff --git a/docs/api/Dalamud.Game.ClientState.Resolvers.html b/docs/api/Dalamud.Game.ClientState.Resolvers.html index ba47e0f17..7af3acd45 100644 --- a/docs/api/Dalamud.Game.ClientState.Resolvers.html +++ b/docs/api/Dalamud.Game.ClientState.Resolvers.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Statuses.Status.html b/docs/api/Dalamud.Game.ClientState.Statuses.Status.html index 315bdea9e..229dde6dc 100644 --- a/docs/api/Dalamud.Game.ClientState.Statuses.Status.html +++ b/docs/api/Dalamud.Game.ClientState.Statuses.Status.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Statuses.StatusList.html b/docs/api/Dalamud.Game.ClientState.Statuses.StatusList.html index c3d468dbd..6a7387968 100644 --- a/docs/api/Dalamud.Game.ClientState.Statuses.StatusList.html +++ b/docs/api/Dalamud.Game.ClientState.Statuses.StatusList.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Statuses.html b/docs/api/Dalamud.Game.ClientState.Statuses.html index 5c328dc6f..240be3d6a 100644 --- a/docs/api/Dalamud.Game.ClientState.Statuses.html +++ b/docs/api/Dalamud.Game.ClientState.Statuses.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Structs.StatusEffect.html b/docs/api/Dalamud.Game.ClientState.Structs.StatusEffect.html index 3d73cfb85..02c6ff158 100644 --- a/docs/api/Dalamud.Game.ClientState.Structs.StatusEffect.html +++ b/docs/api/Dalamud.Game.ClientState.Structs.StatusEffect.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Structs.html b/docs/api/Dalamud.Game.ClientState.Structs.html index 4dc5eec8e..46990794b 100644 --- a/docs/api/Dalamud.Game.ClientState.Structs.html +++ b/docs/api/Dalamud.Game.ClientState.Structs.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.html b/docs/api/Dalamud.Game.ClientState.html index ca54bc708..6ce83552c 100644 --- a/docs/api/Dalamud.Game.ClientState.html +++ b/docs/api/Dalamud.Game.ClientState.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Command.CommandInfo.HandlerDelegate.html b/docs/api/Dalamud.Game.Command.CommandInfo.HandlerDelegate.html index 1088f094d..0a98d09f4 100644 --- a/docs/api/Dalamud.Game.Command.CommandInfo.HandlerDelegate.html +++ b/docs/api/Dalamud.Game.Command.CommandInfo.HandlerDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Command.CommandInfo.html b/docs/api/Dalamud.Game.Command.CommandInfo.html index df07e8181..3ad60b06c 100644 --- a/docs/api/Dalamud.Game.Command.CommandInfo.html +++ b/docs/api/Dalamud.Game.Command.CommandInfo.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Command.CommandManager.html b/docs/api/Dalamud.Game.Command.CommandManager.html index 6d5f3df10..8a6e7d341 100644 --- a/docs/api/Dalamud.Game.Command.CommandManager.html +++ b/docs/api/Dalamud.Game.Command.CommandManager.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Command.html b/docs/api/Dalamud.Game.Command.html index 77b454a26..5c55d8450 100644 --- a/docs/api/Dalamud.Game.Command.html +++ b/docs/api/Dalamud.Game.Command.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Framework.OnDestroyDelegate.html b/docs/api/Dalamud.Game.Framework.OnDestroyDelegate.html index 496954123..df4a88908 100644 --- a/docs/api/Dalamud.Game.Framework.OnDestroyDelegate.html +++ b/docs/api/Dalamud.Game.Framework.OnDestroyDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Framework.OnRealDestroyDelegate.html b/docs/api/Dalamud.Game.Framework.OnRealDestroyDelegate.html index 548ed6f46..7f027cc13 100644 --- a/docs/api/Dalamud.Game.Framework.OnRealDestroyDelegate.html +++ b/docs/api/Dalamud.Game.Framework.OnRealDestroyDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html b/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html index c2b11f5df..8831cdb46 100644 --- a/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html +++ b/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Framework.html b/docs/api/Dalamud.Game.Framework.html index dfd2e4ea5..3b9d0473b 100644 --- a/docs/api/Dalamud.Game.Framework.html +++ b/docs/api/Dalamud.Game.Framework.html @@ -10,7 +10,7 @@ - + @@ -305,22 +305,6 @@

    Methods

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

    Dispose()

    -

    Dispose of managed and unmanaged resources.

    -
    -
    -
    Declaration
    -
    -
    public void Dispose()
    -
    | Improve this Doc @@ -369,6 +353,24 @@ +

    Explicit Interface Implementations +

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

    IDisposable.Dispose()

    +

    Dispose of managed and unmanaged resources.

    +
    +
    +
    Declaration
    +
    +
    void IDisposable.Dispose()
    +

    Implements

    System.IDisposable diff --git a/docs/api/Dalamud.Game.FrameworkAddressResolver.html b/docs/api/Dalamud.Game.FrameworkAddressResolver.html index 2ce3a918a..ae6b97255 100644 --- a/docs/api/Dalamud.Game.FrameworkAddressResolver.html +++ b/docs/api/Dalamud.Game.FrameworkAddressResolver.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.GameVersion.html b/docs/api/Dalamud.Game.GameVersion.html index b4135fb4f..472956954 100644 --- a/docs/api/Dalamud.Game.GameVersion.html +++ b/docs/api/Dalamud.Game.GameVersion.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.GameVersionConverter.html b/docs/api/Dalamud.Game.GameVersionConverter.html index ca8b8416b..e105be9fc 100644 --- a/docs/api/Dalamud.Game.GameVersionConverter.html +++ b/docs/api/Dalamud.Game.GameVersionConverter.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.ChatGui.OnCheckMessageHandledDelegate.html b/docs/api/Dalamud.Game.Gui.ChatGui.OnCheckMessageHandledDelegate.html index 186c36dfd..3b38ed440 100644 --- a/docs/api/Dalamud.Game.Gui.ChatGui.OnCheckMessageHandledDelegate.html +++ b/docs/api/Dalamud.Game.Gui.ChatGui.OnCheckMessageHandledDelegate.html @@ -10,7 +10,7 @@ - + @@ -135,7 +135,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Gui.ChatGui.OnMessageDelegate.html b/docs/api/Dalamud.Game.Gui.ChatGui.OnMessageDelegate.html index 425d6fca1..a9ba580ef 100644 --- a/docs/api/Dalamud.Game.Gui.ChatGui.OnMessageDelegate.html +++ b/docs/api/Dalamud.Game.Gui.ChatGui.OnMessageDelegate.html @@ -10,7 +10,7 @@ - + @@ -135,7 +135,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Gui.ChatGui.OnMessageHandledDelegate.html b/docs/api/Dalamud.Game.Gui.ChatGui.OnMessageHandledDelegate.html index 5af031b31..001f2dc99 100644 --- a/docs/api/Dalamud.Game.Gui.ChatGui.OnMessageHandledDelegate.html +++ b/docs/api/Dalamud.Game.Gui.ChatGui.OnMessageHandledDelegate.html @@ -10,7 +10,7 @@ - + @@ -129,7 +129,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Gui.ChatGui.OnMessageUnhandledDelegate.html b/docs/api/Dalamud.Game.Gui.ChatGui.OnMessageUnhandledDelegate.html index 1d37f05f1..47bff0b5a 100644 --- a/docs/api/Dalamud.Game.Gui.ChatGui.OnMessageUnhandledDelegate.html +++ b/docs/api/Dalamud.Game.Gui.ChatGui.OnMessageUnhandledDelegate.html @@ -10,7 +10,7 @@ - + @@ -129,7 +129,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Gui.ChatGui.html b/docs/api/Dalamud.Game.Gui.ChatGui.html index 5bab5bcee..0d389a279 100644 --- a/docs/api/Dalamud.Game.Gui.ChatGui.html +++ b/docs/api/Dalamud.Game.Gui.ChatGui.html @@ -10,7 +10,7 @@ - + @@ -122,7 +122,7 @@ Improve this Doc - View Source + View Source

    LastLinkedItemFlags

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

    LastLinkedItemId

    @@ -181,28 +181,12 @@

    Methods

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

    Dispose()

    -

    Dispose of managed and unmanaged resources.

    -
    -
    -
    Declaration
    -
    -
    public void Dispose()
    -
    | Improve this Doc - View Source + View Source

    Enable()

    @@ -218,7 +202,7 @@ Improve this Doc - View Source + View Source

    Print(SeString)

    @@ -253,7 +237,7 @@ later to be processed when UpdateQueue() is called.

    Improve this Doc - View Source + View Source

    Print(String)

    @@ -288,7 +272,7 @@ later to be processed when UpdateQueue() is called.

    Improve this Doc - View Source + View Source

    PrintChat(XivChatEntry)

    @@ -323,7 +307,7 @@ later to be processed when UpdateQueue() is called.

    Improve this Doc - View Source + View Source

    PrintError(SeString)

    @@ -358,7 +342,7 @@ the queue, later to be processed when UpdateQueue() is called.

    Improve this Doc - View Source + View Source

    PrintError(String)

    @@ -393,7 +377,7 @@ the queue, later to be processed when UpdateQueue() is called.

    Improve this Doc - View Source + View Source

    UpdateQueue()

    @@ -411,7 +395,7 @@ the queue, later to be processed when UpdateQueue() is called.

    Improve this Doc - View Source + View Source

    ChatMessage

    Event that will be fired when a chat message is sent to chat by the game.

    @@ -441,7 +425,7 @@ the queue, later to be processed when UpdateQueue() is called.

    Improve this Doc - View Source + View Source

    ChatMessageHandled

    Event that will be fired when a chat message is handled by Dalamud or a Plugin.

    @@ -471,7 +455,7 @@ the queue, later to be processed when UpdateQueue() is called.

    Improve this Doc - View Source + View Source

    ChatMessageUnhandled

    Event that will be fired when a chat message is not handled by Dalamud or a Plugin.

    @@ -501,7 +485,7 @@ the queue, later to be processed when UpdateQueue() is called.

    Improve this Doc - View Source + View Source

    CheckMessageHandled

    Event that allows you to stop messages from appearing in chat by setting the isHandled parameter to true.

    @@ -526,6 +510,24 @@ the queue, later to be processed when UpdateQueue() is called.

    +

    Explicit Interface Implementations +

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

    IDisposable.Dispose()

    +

    Dispose of managed and unmanaged resources.

    +
    +
    +
    Declaration
    +
    +
    void IDisposable.Dispose()
    +

    Implements

    System.IDisposable @@ -541,7 +543,7 @@ the queue, later to be processed when UpdateQueue() is called.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Gui.ChatGuiAddressResolver.html b/docs/api/Dalamud.Game.Gui.ChatGuiAddressResolver.html index f1a80dfcc..e1f5aa915 100644 --- a/docs/api/Dalamud.Game.Gui.ChatGuiAddressResolver.html +++ b/docs/api/Dalamud.Game.Gui.ChatGuiAddressResolver.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenu.html b/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenu.html new file mode 100644 index 000000000..c4f6a2bfb --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenu.html @@ -0,0 +1,231 @@ + + + + + + + + Class ContextMenu + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html b/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html new file mode 100644 index 000000000..c07b83c06 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html @@ -0,0 +1,404 @@ + + + + + + + + Class ContextMenuAddressResolver + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html b/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html new file mode 100644 index 000000000..bda94f750 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html @@ -0,0 +1,350 @@ + + + + + + + + Class ContextMenuItem + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.html b/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.html new file mode 100644 index 000000000..e8bfc0c4c --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.html @@ -0,0 +1,158 @@ + + + + + + + + Enum ContextMenuItemIndicator + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html b/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html new file mode 100644 index 000000000..91ecf7e85 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html @@ -0,0 +1,429 @@ + + + + + + + + Class ContextMenuOpenedArgs + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedDelegate.html b/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedDelegate.html new file mode 100644 index 000000000..cd4eb8e97 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedDelegate.html @@ -0,0 +1,145 @@ + + + + + + + + Delegate ContextMenuOpenedDelegate + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.html b/docs/api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.html new file mode 100644 index 000000000..e8cf39b15 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.html @@ -0,0 +1,230 @@ + + + + + + + + Class CustomContextMenuItem + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.html b/docs/api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.html new file mode 100644 index 000000000..b96f09151 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.html @@ -0,0 +1,262 @@ + + + + + + + + Class CustomContextMenuItemSelectedArgs + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedDelegate.html b/docs/api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedDelegate.html new file mode 100644 index 000000000..fb7d40527 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedDelegate.html @@ -0,0 +1,145 @@ + + + + + + + + Delegate CustomContextMenuItemSelectedDelegate + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.html b/docs/api/Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.html new file mode 100644 index 000000000..d53cae685 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.html @@ -0,0 +1,272 @@ + + + + + + + + Class GameContextMenuItem + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html b/docs/api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html new file mode 100644 index 000000000..05441e7ff --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html @@ -0,0 +1,336 @@ + + + + + + + + Class GameObjectContext + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.html b/docs/api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.html new file mode 100644 index 000000000..585055485 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.html @@ -0,0 +1,299 @@ + + + + + + + + Class InventoryItemContext + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.html b/docs/api/Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.html new file mode 100644 index 000000000..01c53d9a5 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.html @@ -0,0 +1,230 @@ + + + + + + + + Class OpenSubContextMenuItem + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.ContextMenus.html b/docs/api/Dalamud.Game.Gui.ContextMenus.html new file mode 100644 index 000000000..ebc3b2623 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.ContextMenus.html @@ -0,0 +1,159 @@ + + + + + + + + Namespace Dalamud.Game.Gui.ContextMenus + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.Dtr.DtrBar.html b/docs/api/Dalamud.Game.Gui.Dtr.DtrBar.html new file mode 100644 index 000000000..6920bb00c --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.Dtr.DtrBar.html @@ -0,0 +1,274 @@ + + + + + + + + Class DtrBar + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html b/docs/api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html new file mode 100644 index 000000000..e313c414c --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html @@ -0,0 +1,293 @@ + + + + + + + + Class DtrBarEntry + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.Dtr.html b/docs/api/Dalamud.Game.Gui.Dtr.html new file mode 100644 index 000000000..33e544004 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.Dtr.html @@ -0,0 +1,122 @@ + + + + + + + + Namespace Dalamud.Game.Gui.Dtr + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.OnFlyTextCreatedDelegate.html b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.OnFlyTextCreatedDelegate.html index f46cc67b6..d67482141 100644 --- a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.OnFlyTextCreatedDelegate.html +++ b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.OnFlyTextCreatedDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.html b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.html index 39b190b9d..ec4934940 100644 --- a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.html +++ b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGuiAddressResolver.html b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGuiAddressResolver.html index 533572121..3fa12d042 100644 --- a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGuiAddressResolver.html +++ b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGuiAddressResolver.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextKind.html b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextKind.html index 3da08039a..99eadd69d 100644 --- a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextKind.html +++ b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextKind.html @@ -10,7 +10,7 @@ - + @@ -217,6 +217,11 @@ Does not scroll up or down the screen.

    NamedAttack3

    AutoAttack with sans-serif Text1 to the left of the Val1 (3).

    + + + + NamedCp +

    Sans-serif Text1 next to serif Val1 with all caps condensed font CP with Text2 in sans-serif as subtitle.

    @@ -264,6 +269,11 @@ Does a jiggle effect to the right on appearance.

    NamedFullyResisted

    Text1 with sans-serif "(fully resisted)" to the right.

    + + + + NamedGp +

    Sans-serif Text1 next to serif Val1 with all caps condensed font GP with Text2 in sans-serif as subtitle.

    diff --git a/docs/api/Dalamud.Game.Gui.FlyText.html b/docs/api/Dalamud.Game.Gui.FlyText.html index 169a09b10..1e34cf77f 100644 --- a/docs/api/Dalamud.Game.Gui.FlyText.html +++ b/docs/api/Dalamud.Game.Gui.FlyText.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.GameGui.html b/docs/api/Dalamud.Game.Gui.GameGui.html index 85a5ae8e2..65a58d37b 100644 --- a/docs/api/Dalamud.Game.Gui.GameGui.html +++ b/docs/api/Dalamud.Game.Gui.GameGui.html @@ -10,7 +10,7 @@ - + @@ -122,7 +122,7 @@ Improve this Doc - View Source + View Source

    GameUiHidden

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

    HoveredAction

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

    HoveredItem

    @@ -213,28 +213,12 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Methods

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

    Dispose()

    -

    Disables the hooks and submodules of this module.

    -
    -
    -
    Declaration
    -
    -
    public void Dispose()
    -
    | Improve this Doc - View Source + View Source

    Enable()

    @@ -250,7 +234,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    FindAgentInterface(IntPtr)

    @@ -300,7 +284,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    FindAgentInterface(String)

    @@ -350,7 +334,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    FindAgentInterface(Void*)

    @@ -400,7 +384,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    GetAddonByName(String, Int32)

    @@ -456,7 +440,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    GetUIModule()

    @@ -488,7 +472,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source @@ -538,7 +522,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    ScreenToWorld(Vector2, out Vector3, Single)

    @@ -600,7 +584,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    SetBgm(UInt16)

    @@ -634,7 +618,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    WorldToScreen(Vector3, out Vector2)

    @@ -692,7 +676,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    HoveredActionChanged

    Event that is fired when the currently hovered action changes.

    @@ -722,7 +706,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    HoveredItemChanged

    Event that is fired when the currently hovered item changes.

    @@ -752,7 +736,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    UiHideToggled

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

    @@ -777,6 +761,24 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    +

    Explicit Interface Implementations +

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

    IDisposable.Dispose()

    +

    Disables the hooks and submodules of this module.

    +
    +
    +
    Declaration
    +
    +
    void IDisposable.Dispose()
    +

    Implements

    System.IDisposable @@ -792,7 +794,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Gui.HoverActionKind.html b/docs/api/Dalamud.Game.Gui.HoverActionKind.html index 8e098fec9..7e1ba4d8c 100644 --- a/docs/api/Dalamud.Game.Gui.HoverActionKind.html +++ b/docs/api/Dalamud.Game.Gui.HoverActionKind.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.HoveredAction.html b/docs/api/Dalamud.Game.Gui.HoveredAction.html index 7f57e1ba8..39ebdebee 100644 --- a/docs/api/Dalamud.Game.Gui.HoveredAction.html +++ b/docs/api/Dalamud.Game.Gui.HoveredAction.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.PartyFinderAddressResolver.html b/docs/api/Dalamud.Game.Gui.PartyFinder.PartyFinderAddressResolver.html index 0684d4d05..3b08de261 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.PartyFinderAddressResolver.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.PartyFinderAddressResolver.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.PartyFinderListingEventDelegate.html b/docs/api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.PartyFinderListingEventDelegate.html index f7440397a..de096721f 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.PartyFinderListingEventDelegate.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.PartyFinderListingEventDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html b/docs/api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html index e3a50f6d1..499c26e6d 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html @@ -10,7 +10,7 @@ - + @@ -117,22 +117,6 @@

    Methods

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

    Dispose()

    -

    Dispose of m anaged and unmanaged resources.

    -
    -
    -
    Declaration
    -
    -
    public void Dispose()
    -
    | Improve this Doc @@ -182,6 +166,24 @@ Cannot modify listings but can hide them.

    +

    Explicit Interface Implementations +

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

    IDisposable.Dispose()

    +

    Dispose of managed and unmanaged resources.

    +
    +
    +
    Declaration
    +
    +
    void IDisposable.Dispose()
    +

    Implements

    System.IDisposable diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags.html index cd5f310f2..f72a37abd 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyCategory.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyCategory.html index a7a8aefa7..513958262 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyCategory.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyCategory.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSettingsFlags.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSettingsFlags.html index 11f529121..2a7516146 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSettingsFlags.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSettingsFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyType.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyType.html index 6046908b9..9019268ba 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyType.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyType.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.JobFlags.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.JobFlags.html index 3851618d1..e9da85fb7 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.JobFlags.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.JobFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.JobFlagsExtensions.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.JobFlagsExtensions.html index 4e484533f..42c2ae6bd 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.JobFlagsExtensions.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.JobFlagsExtensions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags.html index 8400acad1..d4360eb62 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags.html index 045507582..bbad11ae7 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.html index 49e8b5be1..179fba585 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListingEventArgs.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListingEventArgs.html index 78005f80c..47801cb6c 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListingEventArgs.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListingEventArgs.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderSlot.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderSlot.html index 9debda8c4..0fd6c6df7 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderSlot.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderSlot.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags.html index 2fea37640..43041fedc 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.html index ce2dfc255..6c44785b6 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.html b/docs/api/Dalamud.Game.Gui.PartyFinder.html index 8e2331732..da3ca9329 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.Toast.QuestToastOptions.html b/docs/api/Dalamud.Game.Gui.Toast.QuestToastOptions.html index 6779ebb5c..91cd4cfba 100644 --- a/docs/api/Dalamud.Game.Gui.Toast.QuestToastOptions.html +++ b/docs/api/Dalamud.Game.Gui.Toast.QuestToastOptions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.Toast.QuestToastPosition.html b/docs/api/Dalamud.Game.Gui.Toast.QuestToastPosition.html index 358c43780..b720cff9a 100644 --- a/docs/api/Dalamud.Game.Gui.Toast.QuestToastPosition.html +++ b/docs/api/Dalamud.Game.Gui.Toast.QuestToastPosition.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.Toast.ToastGui.OnErrorToastDelegate.html b/docs/api/Dalamud.Game.Gui.Toast.ToastGui.OnErrorToastDelegate.html index d8ba75c5f..408e67494 100644 --- a/docs/api/Dalamud.Game.Gui.Toast.ToastGui.OnErrorToastDelegate.html +++ b/docs/api/Dalamud.Game.Gui.Toast.ToastGui.OnErrorToastDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.Toast.ToastGui.OnNormalToastDelegate.html b/docs/api/Dalamud.Game.Gui.Toast.ToastGui.OnNormalToastDelegate.html index 8ff80506c..c4aec7122 100644 --- a/docs/api/Dalamud.Game.Gui.Toast.ToastGui.OnNormalToastDelegate.html +++ b/docs/api/Dalamud.Game.Gui.Toast.ToastGui.OnNormalToastDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.Toast.ToastGui.OnQuestToastDelegate.html b/docs/api/Dalamud.Game.Gui.Toast.ToastGui.OnQuestToastDelegate.html index d12120e8a..db308452c 100644 --- a/docs/api/Dalamud.Game.Gui.Toast.ToastGui.OnQuestToastDelegate.html +++ b/docs/api/Dalamud.Game.Gui.Toast.ToastGui.OnQuestToastDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.Toast.ToastGui.html b/docs/api/Dalamud.Game.Gui.Toast.ToastGui.html index dc88a3d60..24ef06723 100644 --- a/docs/api/Dalamud.Game.Gui.Toast.ToastGui.html +++ b/docs/api/Dalamud.Game.Gui.Toast.ToastGui.html @@ -10,7 +10,7 @@ - + @@ -117,22 +117,6 @@

    Methods

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

    Dispose()

    -

    Disposes of managed and unmanaged resources.

    -
    -
    -
    Declaration
    -
    -
    public void Dispose()
    -
    | Improve this Doc @@ -469,6 +453,24 @@ +

    Explicit Interface Implementations +

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

    IDisposable.Dispose()

    +

    Disposes of managed and unmanaged resources.

    +
    +
    +
    Declaration
    +
    +
    void IDisposable.Dispose()
    +

    Implements

    System.IDisposable diff --git a/docs/api/Dalamud.Game.Gui.Toast.ToastGuiAddressResolver.html b/docs/api/Dalamud.Game.Gui.Toast.ToastGuiAddressResolver.html index a8406ec14..563df0b41 100644 --- a/docs/api/Dalamud.Game.Gui.Toast.ToastGuiAddressResolver.html +++ b/docs/api/Dalamud.Game.Gui.Toast.ToastGuiAddressResolver.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.Toast.ToastOptions.html b/docs/api/Dalamud.Game.Gui.Toast.ToastOptions.html index ee3216c8f..04929cc0c 100644 --- a/docs/api/Dalamud.Game.Gui.Toast.ToastOptions.html +++ b/docs/api/Dalamud.Game.Gui.Toast.ToastOptions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.Toast.ToastPosition.html b/docs/api/Dalamud.Game.Gui.Toast.ToastPosition.html index 50f97e64d..9d4191f6f 100644 --- a/docs/api/Dalamud.Game.Gui.Toast.ToastPosition.html +++ b/docs/api/Dalamud.Game.Gui.Toast.ToastPosition.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.Toast.ToastSpeed.html b/docs/api/Dalamud.Game.Gui.Toast.ToastSpeed.html index 5ad24b764..f78b3cb72 100644 --- a/docs/api/Dalamud.Game.Gui.Toast.ToastSpeed.html +++ b/docs/api/Dalamud.Game.Gui.Toast.ToastSpeed.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.Toast.html b/docs/api/Dalamud.Game.Gui.Toast.html index 1c36fac97..02787fb75 100644 --- a/docs/api/Dalamud.Game.Gui.Toast.html +++ b/docs/api/Dalamud.Game.Gui.Toast.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Gui.html b/docs/api/Dalamud.Game.Gui.html index 2eb06c47b..a8bf98284 100644 --- a/docs/api/Dalamud.Game.Gui.html +++ b/docs/api/Dalamud.Game.Gui.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Libc.LibcFunction.html b/docs/api/Dalamud.Game.Libc.LibcFunction.html index eda9a89a4..4c8ce91fc 100644 --- a/docs/api/Dalamud.Game.Libc.LibcFunction.html +++ b/docs/api/Dalamud.Game.Libc.LibcFunction.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Libc.LibcFunctionAddressResolver.html b/docs/api/Dalamud.Game.Libc.LibcFunctionAddressResolver.html index 6449ffcad..0c5d46987 100644 --- a/docs/api/Dalamud.Game.Libc.LibcFunctionAddressResolver.html +++ b/docs/api/Dalamud.Game.Libc.LibcFunctionAddressResolver.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Libc.OwnedStdString.html b/docs/api/Dalamud.Game.Libc.OwnedStdString.html index 1a378988d..94cc8a3cd 100644 --- a/docs/api/Dalamud.Game.Libc.OwnedStdString.html +++ b/docs/api/Dalamud.Game.Libc.OwnedStdString.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Libc.StdString.html b/docs/api/Dalamud.Game.Libc.StdString.html index ddcd2935f..29e630a3a 100644 --- a/docs/api/Dalamud.Game.Libc.StdString.html +++ b/docs/api/Dalamud.Game.Libc.StdString.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Libc.html b/docs/api/Dalamud.Game.Libc.html index fa7a9a6d0..da779b80b 100644 --- a/docs/api/Dalamud.Game.Libc.html +++ b/docs/api/Dalamud.Game.Libc.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Network.GameNetwork.OnNetworkMessageDelegate.html b/docs/api/Dalamud.Game.Network.GameNetwork.OnNetworkMessageDelegate.html index 8c3806bc6..6f887518c 100644 --- a/docs/api/Dalamud.Game.Network.GameNetwork.OnNetworkMessageDelegate.html +++ b/docs/api/Dalamud.Game.Network.GameNetwork.OnNetworkMessageDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Network.GameNetwork.html b/docs/api/Dalamud.Game.Network.GameNetwork.html index fc94aecc8..a67418646 100644 --- a/docs/api/Dalamud.Game.Network.GameNetwork.html +++ b/docs/api/Dalamud.Game.Network.GameNetwork.html @@ -10,7 +10,7 @@ - + @@ -117,22 +117,6 @@

    Methods

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

    Dispose()

    -

    Dispose of managed and unmanaged resources.

    -
    -
    -
    Declaration
    -
    -
    public void Dispose()
    -
    | Improve this Doc @@ -181,6 +165,24 @@ +

    Explicit Interface Implementations +

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

    IDisposable.Dispose()

    +

    Dispose of managed and unmanaged resources.

    +
    +
    +
    Declaration
    +
    +
    void IDisposable.Dispose()
    +

    Implements

    System.IDisposable diff --git a/docs/api/Dalamud.Game.Network.GameNetworkAddressResolver.html b/docs/api/Dalamud.Game.Network.GameNetworkAddressResolver.html index 04843d390..555099338 100644 --- a/docs/api/Dalamud.Game.Network.GameNetworkAddressResolver.html +++ b/docs/api/Dalamud.Game.Network.GameNetworkAddressResolver.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Network.NetworkMessageDirection.html b/docs/api/Dalamud.Game.Network.NetworkMessageDirection.html index 9098f6f5f..9f025346d 100644 --- a/docs/api/Dalamud.Game.Network.NetworkMessageDirection.html +++ b/docs/api/Dalamud.Game.Network.NetworkMessageDirection.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.MarketBoardItemListing.ItemMateria.html b/docs/api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.MarketBoardItemListing.ItemMateria.html index 3b411d08d..365392bcc 100644 --- a/docs/api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.MarketBoardItemListing.ItemMateria.html +++ b/docs/api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.MarketBoardItemListing.ItemMateria.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.MarketBoardItemListing.html b/docs/api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.MarketBoardItemListing.html index 59a0c2626..33dbb726d 100644 --- a/docs/api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.MarketBoardItemListing.html +++ b/docs/api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.MarketBoardItemListing.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.html b/docs/api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.html index 7ea8e12f9..5069a60c7 100644 --- a/docs/api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.html +++ b/docs/api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Network.Structures.MarketBoardHistory.MarketBoardHistoryListing.html b/docs/api/Dalamud.Game.Network.Structures.MarketBoardHistory.MarketBoardHistoryListing.html index 568be2dec..e316cc907 100644 --- a/docs/api/Dalamud.Game.Network.Structures.MarketBoardHistory.MarketBoardHistoryListing.html +++ b/docs/api/Dalamud.Game.Network.Structures.MarketBoardHistory.MarketBoardHistoryListing.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Network.Structures.MarketBoardHistory.html b/docs/api/Dalamud.Game.Network.Structures.MarketBoardHistory.html index 0de175942..f9d4f220c 100644 --- a/docs/api/Dalamud.Game.Network.Structures.MarketBoardHistory.html +++ b/docs/api/Dalamud.Game.Network.Structures.MarketBoardHistory.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Network.Structures.MarketTaxRates.html b/docs/api/Dalamud.Game.Network.Structures.MarketTaxRates.html index 0003248e6..5ef012e1b 100644 --- a/docs/api/Dalamud.Game.Network.Structures.MarketTaxRates.html +++ b/docs/api/Dalamud.Game.Network.Structures.MarketTaxRates.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Network.Structures.html b/docs/api/Dalamud.Game.Network.Structures.html index 5b4011aac..e03d46c1f 100644 --- a/docs/api/Dalamud.Game.Network.Structures.html +++ b/docs/api/Dalamud.Game.Network.Structures.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Network.html b/docs/api/Dalamud.Game.Network.html index ce0352480..21957897b 100644 --- a/docs/api/Dalamud.Game.Network.html +++ b/docs/api/Dalamud.Game.Network.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.SigScanner.html b/docs/api/Dalamud.Game.SigScanner.html index 044b76217..5dc4136bf 100644 --- a/docs/api/Dalamud.Game.SigScanner.html +++ b/docs/api/Dalamud.Game.SigScanner.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.Sanitizer.ISanitizer.html b/docs/api/Dalamud.Game.Text.Sanitizer.ISanitizer.html index 5ae114aa6..f46e04c92 100644 --- a/docs/api/Dalamud.Game.Text.Sanitizer.ISanitizer.html +++ b/docs/api/Dalamud.Game.Text.Sanitizer.ISanitizer.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.Sanitizer.Sanitizer.html b/docs/api/Dalamud.Game.Text.Sanitizer.Sanitizer.html index 1ceb1e627..2823cde68 100644 --- a/docs/api/Dalamud.Game.Text.Sanitizer.Sanitizer.html +++ b/docs/api/Dalamud.Game.Text.Sanitizer.Sanitizer.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.Sanitizer.html b/docs/api/Dalamud.Game.Text.Sanitizer.html index e88fb4e79..7b5747a89 100644 --- a/docs/api/Dalamud.Game.Text.Sanitizer.html +++ b/docs/api/Dalamud.Game.Text.Sanitizer.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeIconChar.html b/docs/api/Dalamud.Game.Text.SeIconChar.html index db556c95f..c7e4de971 100644 --- a/docs/api/Dalamud.Game.Text.SeIconChar.html +++ b/docs/api/Dalamud.Game.Text.SeIconChar.html @@ -10,7 +10,7 @@ - + @@ -465,6 +465,11 @@ Clock

    The clock icon unicode character.

    + + + + Collectible +

    The collectible icon unicode character.

    @@ -833,6 +838,12 @@ + +
    diff --git a/docs/api/Dalamud.Game.Text.SeIconCharExtensions.html b/docs/api/Dalamud.Game.Text.SeIconCharExtensions.html new file mode 100644 index 000000000..531583ed2 --- /dev/null +++ b/docs/api/Dalamud.Game.Text.SeIconCharExtensions.html @@ -0,0 +1,258 @@ + + + + + + + + Class SeIconCharExtensions + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.html b/docs/api/Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.html index d68995f95..05bbb237b 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.html @@ -10,7 +10,7 @@ - + @@ -325,6 +325,11 @@ ExclamationRectangle

    The exclamation rectangle icon.

    + + + + FanFestival +

    The Fan Festival logo.

    @@ -385,6 +390,11 @@ FlyZoneLocked

    The no-flying zone icon.

    + + + + Garlemald +

    The Garlemald region icon.

    @@ -410,6 +420,11 @@ Healer

    The healer role icon.

    + + + + Ilsabard +

    The Ilsabard region icon.

    @@ -490,6 +505,11 @@ Returner

    The returner icon.

    + + + + Sharlayan +

    The Sharlayan region icon.

    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.ITextProvider.html b/docs/api/Dalamud.Game.Text.SeStringHandling.ITextProvider.html index 01b96716c..f06df681d 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.ITextProvider.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.ITextProvider.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.EmbeddedInfoType.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.EmbeddedInfoType.html index b66f56338..0b94745bd 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.EmbeddedInfoType.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.EmbeddedInfoType.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.SeStringChunkType.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.SeStringChunkType.html index f80f22208..f69bff4ad 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.SeStringChunkType.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.SeStringChunkType.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.html index e28246e61..a3fc306f4 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.PayloadType.html b/docs/api/Dalamud.Game.Text.SeStringHandling.PayloadType.html index 5c67b897c..5ab6a4919 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.PayloadType.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.PayloadType.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.AutoTranslatePayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.AutoTranslatePayload.html index 0240efb54..85c6b5ad9 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.AutoTranslatePayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.AutoTranslatePayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html index c6d09619c..3743229a9 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.EmphasisItalicPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.EmphasisItalicPayload.html index 0063f9da4..ba0007f86 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.EmphasisItalicPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.EmphasisItalicPayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.IconPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.IconPayload.html index 3519d25b6..06acc2ff0 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.IconPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.IconPayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.html new file mode 100644 index 000000000..92222d46a --- /dev/null +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.html @@ -0,0 +1,163 @@ + + + + + + + + Enum ItemPayload.ItemKind + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html index 23ab8e67e..e43fdc11e 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html @@ -10,7 +10,7 @@ - + @@ -141,12 +141,61 @@

    Constructors

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

    ItemPayload(UInt32, ItemPayload.ItemKind, String)

    +

    Initializes a new instance of the ItemPayload class. +Creates a payload representing an interactable item link for the specified item.

    +
    +
    +
    Declaration
    +
    +
    public ItemPayload(uint itemId, ItemPayload.ItemKind kind = ItemPayload.ItemKind.Normal, string displayNameOverride = null)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32itemId

    The id of the item.

    +
    ItemPayload.ItemKindkind

    Kind of item to encode.

    +
    System.StringdisplayNameOverride

    An optional name to include in the item link. Typically this should +be left as null, or set to the normal item name. Actual overrides are better done with the subsequent +TextPayload that is a part of a full item link in chat.

    +
    | Improve this Doc - View Source + View Source

    ItemPayload(UInt32, Boolean, String)

    @@ -197,7 +246,7 @@ TextPayload that is a part of a full item link in chat.

    Improve this Doc - View Source + View Source

    DisplayName

    @@ -229,7 +278,7 @@ often the name is only present in a following text payload.

    Improve this Doc - View Source + View Source

    IsHQ

    @@ -261,7 +310,7 @@ public bool IsHQ { get; } Improve this Doc - View Source + View Source

    Item

    @@ -296,17 +345,81 @@ public Item Item { get; } Improve this Doc - View Source + View Source

    ItemId

    -

    Gets the raw item ID of this payload.

    +

    Gets the actual item ID of this payload.

    Declaration
    [JsonIgnore]
     public uint ItemId { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    + + | + Improve this Doc + + + View Source + + +

    Kind

    +

    Gets or sets the kind of item represented by this payload.

    +
    +
    +
    Declaration
    +
    +
    [JsonProperty]
    +public ItemPayload.ItemKind Kind { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    ItemPayload.ItemKind
    + + | + Improve this Doc + + + View Source + + +

    RawItemId

    +

    Gets the raw, unadjusted item ID of this payload.

    +
    +
    +
    Declaration
    +
    +
    [JsonIgnore]
    +public uint RawItemId { get; }
    Property Value
    @@ -328,7 +441,7 @@ public uint ItemId { get; }Improve this Doc - View Source + View Source

    Type

    @@ -363,7 +476,7 @@ public uint ItemId { get; }Improve this Doc - View Source + View Source

    DecodeImpl(BinaryReader, Int64)

    @@ -405,7 +518,7 @@ public uint ItemId { get; }Improve this Doc - View Source + View Source

    EncodeImpl()

    @@ -435,12 +548,71 @@ handlers such as the chat log.

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

    FromRaw(UInt32, String)

    +

    Initializes a new instance of the ItemPayload class. +Creates a payload representing an interactable item link for the specified item.

    +
    +
    +
    Declaration
    +
    +
    public static ItemPayload FromRaw(uint rawItemId, string displayNameOverride = null)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32rawItemId

    The raw, unadjusted id of the item.

    +
    System.StringdisplayNameOverride

    An optional name to include in the item link. Typically this should +be left as null, or set to the normal item name. Actual overrides are better done with the subsequent +TextPayload that is a part of a full item link in chat.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ItemPayload

    The created item payload.

    +
    | Improve this Doc - View Source + View Source

    ToString()

    @@ -478,7 +650,7 @@ handlers such as the chat log.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html index 1cc598336..31001e40f 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.NewLinePayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.NewLinePayload.html index d0dd1547a..286e96b3a 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.NewLinePayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.NewLinePayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.PlayerPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.PlayerPayload.html index bb07db8ec..2ecc4cf82 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.PlayerPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.PlayerPayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.QuestPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.QuestPayload.html index 68c9fdfae..4e5618ca8 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.QuestPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.QuestPayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.RawPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.RawPayload.html index 5c7eb9647..cf62b1865 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.RawPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.RawPayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.SeHyphenPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.SeHyphenPayload.html index a23b13956..ae2872fec 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.SeHyphenPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.SeHyphenPayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.StatusPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.StatusPayload.html index 811684537..b841bb22c 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.StatusPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.StatusPayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload.html index a76836026..53451ea63 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload.html @@ -10,7 +10,7 @@ - + @@ -255,7 +255,7 @@ public string Text { get; set; } Improve this Doc - View Source + View Source

    DecodeImpl(BinaryReader, Int64)

    @@ -297,7 +297,7 @@ public string Text { get; set; } Improve this Doc - View Source + View Source

    EncodeImpl()

    @@ -332,7 +332,7 @@ handlers such as the chat log.

    Improve this Doc - View Source + View Source

    ToString()

    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIForegroundPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIForegroundPayload.html index f6c8d5d81..b2e48ebb5 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIForegroundPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIForegroundPayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIGlowPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIGlowPayload.html index c7e77c401..f082b0a09 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIGlowPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIGlowPayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.html index b23d84724..6dfec5b63 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.html @@ -10,7 +10,7 @@ - + @@ -123,6 +123,11 @@ payloads without modification.

    UIGlowPayload

    An SeString Payload representing a UI glow color applied to following text payloads.

    +
    +

    Enums +

    +

    ItemPayload.ItemKind

    +

    Kinds of items that can be fetched from this payload.

    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html b/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html index d3673d0e8..b719fb0ab 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html @@ -10,7 +10,7 @@ - + @@ -334,7 +334,7 @@ with the appropriate glow and coloring.

    Improve this Doc - View Source + View Source

    Append(Payload)

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

    Improve this Doc - View Source + View Source

    Append(SeString)

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

    Improve this Doc - View Source + View Source

    Append(List<Payload>)

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

    Improve this Doc - View Source + View Source @@ -537,6 +537,68 @@ with the appropriate glow and coloring.

    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, ItemPayload.ItemKind kind = ItemPayload.ItemKind.Normal, string displayNameOverride = null)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32itemId

    The id of the item to link.

    +
    ItemPayload.ItemKindkind

    The kind of item to link.

    +
    System.StringdisplayNameOverride

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

    +
    +
    Returns
    + + + + + + + + + + + @@ -608,7 +670,7 @@ with the appropriate glow and coloring.

    Improve this Doc - View Source + View Source @@ -677,7 +739,7 @@ Returns null if no corresponding PlaceName was found.

    Improve this Doc - View Source + View Source @@ -745,7 +807,7 @@ Returns null if no corresponding PlaceName was found.

    Improve this Doc - View Source + View Source @@ -819,7 +881,7 @@ Returns null if no corresponding PlaceName was found.

    Improve this Doc - View Source + View Source

    Encode()

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

    Improve this Doc - View Source + View Source

    FromJson(String)

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

    Improve this Doc - View Source + View Source

    ToJson()

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

    Improve this Doc - View Source + View Source

    ToString()

    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringBuilder.html b/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringBuilder.html index 161f073ad..2f104a407 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringBuilder.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringBuilder.html @@ -10,7 +10,7 @@ - + @@ -148,7 +148,7 @@ Improve this Doc - View Source + View Source

    Add(Payload)

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

    AddItalics(String)

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

    AddItalicsOff()

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

    AddItalicsOn()

    @@ -353,6 +353,68 @@ + + +
    TypeDescription
    SeString

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

    SeStringBuilder

    The current builder.

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

    Add an item link to the builder.

    +
    +
    +
    Declaration
    +
    +
    public SeStringBuilder AddItemLink(uint itemId, ItemPayload.ItemKind kind, string itemNameOverride = null)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32itemId

    The item ID.

    +
    ItemPayload.ItemKindkind

    Kind of item to encode.

    +
    System.StringitemNameOverride

    Override for the item's name.

    +
    +
    Returns
    + + + + + + + + + + + @@ -415,6 +477,56 @@ + + +
    TypeDescription
    SeStringBuilder

    The current builder.

    SeStringBuilder

    The current builder.

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

    AddItemLinkRaw(UInt32)

    +

    Add an item link to the builder.

    +
    +
    +
    Declaration
    +
    +
    public SeStringBuilder AddItemLinkRaw(uint rawItemId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32rawItemId

    The raw item ID.

    +
    +
    Returns
    + + + + + + + + + + + @@ -424,7 +536,7 @@ Improve this Doc - View Source + View Source @@ -492,7 +604,7 @@ Improve this Doc - View Source + View Source @@ -566,7 +678,7 @@ Improve this Doc - View Source + View Source @@ -616,7 +728,7 @@ Improve this Doc - View Source + View Source @@ -1092,7 +1204,7 @@ Improve this Doc - View Source + View Source

    Build()

    @@ -1124,7 +1236,7 @@ Improve this Doc - View Source + View Source

    Encode()

    @@ -1156,7 +1268,7 @@ Improve this Doc - View Source + View Source

    ToString()

    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html b/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html index e538a4029..52c975e8f 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.html b/docs/api/Dalamud.Game.Text.SeStringHandling.html index 045cc6b0b..8e37ac884 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.XivChatEntry.html b/docs/api/Dalamud.Game.Text.XivChatEntry.html index 51e4f9aa6..026b2a0c5 100644 --- a/docs/api/Dalamud.Game.Text.XivChatEntry.html +++ b/docs/api/Dalamud.Game.Text.XivChatEntry.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.XivChatType.html b/docs/api/Dalamud.Game.Text.XivChatType.html index 0d5903a32..7b9e1893e 100644 --- a/docs/api/Dalamud.Game.Text.XivChatType.html +++ b/docs/api/Dalamud.Game.Text.XivChatType.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.XivChatTypeExtensions.html b/docs/api/Dalamud.Game.Text.XivChatTypeExtensions.html index 153d50558..e2acd62f7 100644 --- a/docs/api/Dalamud.Game.Text.XivChatTypeExtensions.html +++ b/docs/api/Dalamud.Game.Text.XivChatTypeExtensions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.XivChatTypeInfoAttribute.html b/docs/api/Dalamud.Game.Text.XivChatTypeInfoAttribute.html index 6edcda2af..162df3eca 100644 --- a/docs/api/Dalamud.Game.Text.XivChatTypeInfoAttribute.html +++ b/docs/api/Dalamud.Game.Text.XivChatTypeInfoAttribute.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Game.Text.html b/docs/api/Dalamud.Game.Text.html index d5bb299df..09846cbfe 100644 --- a/docs/api/Dalamud.Game.Text.html +++ b/docs/api/Dalamud.Game.Text.html @@ -10,7 +10,7 @@ - + @@ -77,6 +77,9 @@

    Classes

    +

    SeIconCharExtensions

    +

    Extension methods for SeIconChar.

    +

    XivChatEntry

    This class represents a single chat log entry.

    diff --git a/docs/api/Dalamud.Game.html b/docs/api/Dalamud.Game.html index b7c5efecb..cdfcaefda 100644 --- a/docs/api/Dalamud.Game.html +++ b/docs/api/Dalamud.Game.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Hooking.AsmHook.html b/docs/api/Dalamud.Hooking.AsmHook.html index a480a31e1..de3bea4b8 100644 --- a/docs/api/Dalamud.Hooking.AsmHook.html +++ b/docs/api/Dalamud.Hooking.AsmHook.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Hooking.AsmHookBehaviour.html b/docs/api/Dalamud.Hooking.AsmHookBehaviour.html index 90a101d83..24491a370 100644 --- a/docs/api/Dalamud.Hooking.AsmHookBehaviour.html +++ b/docs/api/Dalamud.Hooking.AsmHookBehaviour.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Hooking.Hook-1.html b/docs/api/Dalamud.Hooking.Hook-1.html index ad4f4f629..5e307fbd5 100644 --- a/docs/api/Dalamud.Hooking.Hook-1.html +++ b/docs/api/Dalamud.Hooking.Hook-1.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Hooking.IDalamudHook.html b/docs/api/Dalamud.Hooking.IDalamudHook.html index a53ca8266..8acebe723 100644 --- a/docs/api/Dalamud.Hooking.IDalamudHook.html +++ b/docs/api/Dalamud.Hooking.IDalamudHook.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Hooking.html b/docs/api/Dalamud.Hooking.html index 4fe36c528..df43162e2 100644 --- a/docs/api/Dalamud.Hooking.html +++ b/docs/api/Dalamud.Hooking.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Injector.EntryPoint.MainDelegate.html b/docs/api/Dalamud.Injector.EntryPoint.MainDelegate.html index 3c9b066ef..ad5638855 100644 --- a/docs/api/Dalamud.Injector.EntryPoint.MainDelegate.html +++ b/docs/api/Dalamud.Injector.EntryPoint.MainDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Injector.EntryPoint.html b/docs/api/Dalamud.Injector.EntryPoint.html index 534742b73..8a2c6aaef 100644 --- a/docs/api/Dalamud.Injector.EntryPoint.html +++ b/docs/api/Dalamud.Injector.EntryPoint.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Injector.html b/docs/api/Dalamud.Injector.html index 6a6c97ef2..e98db7370 100644 --- a/docs/api/Dalamud.Injector.html +++ b/docs/api/Dalamud.Injector.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.AnimUtil.html b/docs/api/Dalamud.Interface.Animation.AnimUtil.html index 4fd939c13..d52fd1206 100644 --- a/docs/api/Dalamud.Interface.Animation.AnimUtil.html +++ b/docs/api/Dalamud.Interface.Animation.AnimUtil.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.Easing.html b/docs/api/Dalamud.Interface.Animation.Easing.html index 5cac98b06..e7e19a070 100644 --- a/docs/api/Dalamud.Interface.Animation.Easing.html +++ b/docs/api/Dalamud.Interface.Animation.Easing.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InCirc.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InCirc.html index 4c8706b4c..6ae815877 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InCirc.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InCirc.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InCubic.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InCubic.html index ede5c34f8..17b348ed2 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InCubic.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InCubic.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InElastic.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InElastic.html index 6be5ef3ab..26450e0f0 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InElastic.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InElastic.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutCirc.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutCirc.html index fca0556d8..cec73c6ca 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutCirc.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutCirc.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutCubic.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutCubic.html index 56cccaa1f..1f65c3e72 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutCubic.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutCubic.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutElastic.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutElastic.html index a179278e8..18b71a5fd 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutElastic.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutElastic.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutQuint.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutQuint.html index 19fe15141..b3460211c 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutQuint.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutQuint.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutSine.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutSine.html index 7430fdf1a..1c4cc90ba 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutSine.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InOutSine.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InQuint.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InQuint.html index 4d3588c86..0ce30f0ea 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InQuint.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InQuint.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InSine.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InSine.html index 6f70ac6ba..324765ecb 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.InSine.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.InSine.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutCirc.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutCirc.html index 6f8dcae51..4098667d8 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutCirc.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutCirc.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutCubic.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutCubic.html index cbd792f28..e24c56485 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutCubic.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutCubic.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutElastic.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutElastic.html index 20f2bb9b3..60c37b4fa 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutElastic.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutElastic.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutQuint.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutQuint.html index 4179cacd5..07e250c33 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutQuint.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutQuint.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutSine.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutSine.html index c1487623c..6645a4cfc 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutSine.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.OutSine.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.EasingFunctions.html b/docs/api/Dalamud.Interface.Animation.EasingFunctions.html index cdd386440..50d9a5c13 100644 --- a/docs/api/Dalamud.Interface.Animation.EasingFunctions.html +++ b/docs/api/Dalamud.Interface.Animation.EasingFunctions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Animation.html b/docs/api/Dalamud.Interface.Animation.html index 7668d1316..139a68275 100644 --- a/docs/api/Dalamud.Interface.Animation.html +++ b/docs/api/Dalamud.Interface.Animation.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Colors.ImGuiColors.html b/docs/api/Dalamud.Interface.Colors.ImGuiColors.html index 00966a179..2d8d40d8a 100644 --- a/docs/api/Dalamud.Interface.Colors.ImGuiColors.html +++ b/docs/api/Dalamud.Interface.Colors.ImGuiColors.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Colors.html b/docs/api/Dalamud.Interface.Colors.html index f28c32147..03551ab46 100644 --- a/docs/api/Dalamud.Interface.Colors.html +++ b/docs/api/Dalamud.Interface.Colors.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Components.ImGuiComponents.html b/docs/api/Dalamud.Interface.Components.ImGuiComponents.html index 6b11715eb..c3d005148 100644 --- a/docs/api/Dalamud.Interface.Components.ImGuiComponents.html +++ b/docs/api/Dalamud.Interface.Components.ImGuiComponents.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Components.html b/docs/api/Dalamud.Interface.Components.html index 17d42a049..790338bf8 100644 --- a/docs/api/Dalamud.Interface.Components.html +++ b/docs/api/Dalamud.Interface.Components.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.FontAwesomeExtensions.html b/docs/api/Dalamud.Interface.FontAwesomeExtensions.html index 0f5b14775..e7460067b 100644 --- a/docs/api/Dalamud.Interface.FontAwesomeExtensions.html +++ b/docs/api/Dalamud.Interface.FontAwesomeExtensions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.FontAwesomeIcon.html b/docs/api/Dalamud.Interface.FontAwesomeIcon.html index 7c691082b..7d21011ae 100644 --- a/docs/api/Dalamud.Interface.FontAwesomeIcon.html +++ b/docs/api/Dalamud.Interface.FontAwesomeIcon.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.GlyphRangesJapanese.html b/docs/api/Dalamud.Interface.GlyphRangesJapanese.html index 860615a1d..8f898f39b 100644 --- a/docs/api/Dalamud.Interface.GlyphRangesJapanese.html +++ b/docs/api/Dalamud.Interface.GlyphRangesJapanese.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.ImGuiFileDialog.FileDialog.html b/docs/api/Dalamud.Interface.ImGuiFileDialog.FileDialog.html index 8277c9ca6..3bb5465e7 100644 --- a/docs/api/Dalamud.Interface.ImGuiFileDialog.FileDialog.html +++ b/docs/api/Dalamud.Interface.ImGuiFileDialog.FileDialog.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.ImGuiFileDialog.FileDialogManager.html b/docs/api/Dalamud.Interface.ImGuiFileDialog.FileDialogManager.html index 22d46ebff..5ce62d7c0 100644 --- a/docs/api/Dalamud.Interface.ImGuiFileDialog.FileDialogManager.html +++ b/docs/api/Dalamud.Interface.ImGuiFileDialog.FileDialogManager.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.ImGuiFileDialog.ImGuiFileDialogFlags.html b/docs/api/Dalamud.Interface.ImGuiFileDialog.ImGuiFileDialogFlags.html index 6df795245..635e1c0c0 100644 --- a/docs/api/Dalamud.Interface.ImGuiFileDialog.ImGuiFileDialogFlags.html +++ b/docs/api/Dalamud.Interface.ImGuiFileDialog.ImGuiFileDialogFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.ImGuiFileDialog.html b/docs/api/Dalamud.Interface.ImGuiFileDialog.html index 50a400996..b2ca2046f 100644 --- a/docs/api/Dalamud.Interface.ImGuiFileDialog.html +++ b/docs/api/Dalamud.Interface.ImGuiFileDialog.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.ImGuiHelpers.html b/docs/api/Dalamud.Interface.ImGuiHelpers.html index f98e1900d..f76445d68 100644 --- a/docs/api/Dalamud.Interface.ImGuiHelpers.html +++ b/docs/api/Dalamud.Interface.ImGuiHelpers.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Style.DalamudColors.html b/docs/api/Dalamud.Interface.Style.DalamudColors.html index 0a0957036..f8aee0a57 100644 --- a/docs/api/Dalamud.Interface.Style.DalamudColors.html +++ b/docs/api/Dalamud.Interface.Style.DalamudColors.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Style.StyleModel.html b/docs/api/Dalamud.Interface.Style.StyleModel.html index 0311bfb76..d30c988fd 100644 --- a/docs/api/Dalamud.Interface.Style.StyleModel.html +++ b/docs/api/Dalamud.Interface.Style.StyleModel.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Style.StyleModelV1.html b/docs/api/Dalamud.Interface.Style.StyleModelV1.html index b01e7b8b9..a40359cf1 100644 --- a/docs/api/Dalamud.Interface.Style.StyleModelV1.html +++ b/docs/api/Dalamud.Interface.Style.StyleModelV1.html @@ -10,7 +10,7 @@ - + @@ -146,7 +146,7 @@ Improve this Doc - View Source + View Source

    Alpha

    @@ -177,7 +177,7 @@ public float Alpha { get; set; }Improve this Doc - View Source + View Source

    ButtonTextAlign

    @@ -208,7 +208,7 @@ public Vector2 ButtonTextAlign { get; set; }Improve this Doc - View Source + View Source

    CellPadding

    @@ -239,7 +239,7 @@ public Vector2 CellPadding { get; set; }Improve this Doc - View Source + View Source

    ChildBorderSize

    @@ -270,7 +270,7 @@ public float ChildBorderSize { get; set; }Improve this Doc - View Source + View Source

    ChildRounding

    @@ -301,7 +301,7 @@ public float ChildRounding { get; set; }Improve this Doc - View Source + View Source

    Colors

    @@ -333,7 +333,7 @@ public Dictionary<string, Vector4> Colors { get; set; }Improve this Doc - View Source + View Source

    DalamudClassic

    @@ -395,7 +395,7 @@ public Dictionary<string, Vector4> Colors { get; set; }Improve this Doc - View Source + View Source

    DisplaySafeAreaPadding

    @@ -426,7 +426,7 @@ public Vector2 DisplaySafeAreaPadding { get; set; }Improve this Doc - View Source + View Source

    FrameBorderSize

    @@ -457,7 +457,7 @@ public float FrameBorderSize { get; set; }Improve this Doc - View Source + View Source

    FramePadding

    @@ -488,7 +488,7 @@ public Vector2 FramePadding { get; set; }Improve this Doc - View Source + View Source

    FrameRounding

    @@ -519,7 +519,7 @@ public float FrameRounding { get; set; }Improve this Doc - View Source + View Source

    GrabMinSize

    @@ -550,7 +550,7 @@ public float GrabMinSize { get; set; }Improve this Doc - View Source + View Source

    GrabRounding

    @@ -581,7 +581,7 @@ public float GrabRounding { get; set; }Improve this Doc - View Source + View Source

    IndentSpacing

    @@ -612,7 +612,7 @@ public float IndentSpacing { get; set; }Improve this Doc - View Source + View Source

    ItemInnerSpacing

    @@ -643,7 +643,7 @@ public Vector2 ItemInnerSpacing { get; set; }Improve this Doc - View Source + View Source

    ItemSpacing

    @@ -674,7 +674,7 @@ public Vector2 ItemSpacing { get; set; }Improve this Doc - View Source + View Source

    LogSliderDeadzone

    @@ -684,6 +684,37 @@ public Vector2 ItemSpacing { get; set; }
    [JsonProperty("v")]
     public float LogSliderDeadzone { get; set; }
    +
    +
    Property Value
    +
    TypeDescription
    SeStringBuilder

    The current builder.

    + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + + +

    PopupBorderSize

    +
    +
    +
    Declaration
    +
    +
    [JsonProperty("ab")]
    +public float PopupBorderSize { get; set; }
    Property Value
    @@ -705,7 +736,7 @@ public float LogSliderDeadzone { get; set; }Improve this Doc - View Source + View Source

    PopupRounding

    @@ -736,7 +767,7 @@ public float PopupRounding { get; set; }Improve this Doc - View Source + View Source

    ScrollbarRounding

    @@ -767,7 +798,7 @@ public float ScrollbarRounding { get; set; }Improve this Doc - View Source + View Source

    ScrollbarSize

    @@ -798,7 +829,7 @@ public float ScrollbarSize { get; set; }Improve this Doc - View Source + View Source

    SelectableTextAlign

    @@ -829,7 +860,7 @@ public Vector2 SelectableTextAlign { get; set; }Improve this Doc - View Source + View Source

    SerializedPrefix

    @@ -860,7 +891,7 @@ public Vector2 SelectableTextAlign { get; set; }Improve this Doc - View Source + View Source

    TabBorderSize

    @@ -891,7 +922,7 @@ public float TabBorderSize { get; set; }Improve this Doc - View Source + View Source

    TabRounding

    @@ -922,7 +953,7 @@ public float TabRounding { get; set; }Improve this Doc - View Source + View Source

    TouchExtraPadding

    @@ -953,7 +984,7 @@ public Vector2 TouchExtraPadding { get; set; }Improve this Doc - View Source + View Source

    WindowBorderSize

    @@ -984,7 +1015,7 @@ public float WindowBorderSize { get; set; }Improve this Doc - View Source + View Source

    WindowMenuButtonPosition

    @@ -1015,7 +1046,7 @@ public ImGuiDir WindowMenuButtonPosition { get; set; }Improve this Doc - View Source + View Source

    WindowPadding

    @@ -1046,7 +1077,7 @@ public Vector2 WindowPadding { get; set; }Improve this Doc - View Source + View Source

    WindowRounding

    @@ -1077,7 +1108,7 @@ public float WindowRounding { get; set; }Improve this Doc - View Source + View Source

    WindowTitleAlign

    @@ -1110,7 +1141,7 @@ public Vector2 WindowTitleAlign { get; set; }Improve this Doc - View Source + View Source

    Apply()

    @@ -1128,7 +1159,7 @@ public Vector2 WindowTitleAlign { get; set; }Improve this Doc - View Source + View Source

    Get()

    @@ -1160,7 +1191,7 @@ public Vector2 WindowTitleAlign { get; set; }Improve this Doc - View Source + View Source

    Pop()

    @@ -1178,7 +1209,7 @@ public Vector2 WindowTitleAlign { get; set; }Improve this Doc - View Source + View Source

    Push()

    diff --git a/docs/api/Dalamud.Interface.Style.html b/docs/api/Dalamud.Interface.Style.html index 087c89157..68ea1dcca 100644 --- a/docs/api/Dalamud.Interface.Style.html +++ b/docs/api/Dalamud.Interface.Style.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.UiBuilder.html b/docs/api/Dalamud.Interface.UiBuilder.html index 366025129..23433c436 100644 --- a/docs/api/Dalamud.Interface.UiBuilder.html +++ b/docs/api/Dalamud.Interface.UiBuilder.html @@ -10,7 +10,7 @@ - + @@ -513,22 +513,6 @@ It can be used to draw custom windows and overlays.

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

    Dispose()

    -

    Unregister the UiBuilder. Do not call this in plugin code.

    -
    -
    -
    Declaration
    -
    -
    public void Dispose()
    -
    | Improve this Doc @@ -842,6 +826,24 @@ When it is called, you can use static ImGui calls.

    +

    Explicit Interface Implementations +

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

    IDisposable.Dispose()

    +

    Unregister the UiBuilder. Do not call this in plugin code.

    +
    +
    +
    Declaration
    +
    +
    void IDisposable.Dispose()
    +

    Implements

    System.IDisposable diff --git a/docs/api/Dalamud.Interface.Windowing.Window.WindowSizeConstraints.html b/docs/api/Dalamud.Interface.Windowing.Window.WindowSizeConstraints.html index f60bdc09c..7deec1414 100644 --- a/docs/api/Dalamud.Interface.Windowing.Window.WindowSizeConstraints.html +++ b/docs/api/Dalamud.Interface.Windowing.Window.WindowSizeConstraints.html @@ -10,7 +10,7 @@ - + @@ -110,7 +110,7 @@ Improve this Doc - View Source + View Source

    MaximumSize

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

    MinimumSize

    @@ -178,7 +178,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Interface.Windowing.Window.html b/docs/api/Dalamud.Interface.Windowing.Window.html index 6bf63272a..80487f8d7 100644 --- a/docs/api/Dalamud.Interface.Windowing.Window.html +++ b/docs/api/Dalamud.Interface.Windowing.Window.html @@ -10,7 +10,7 @@ - + @@ -732,6 +732,22 @@ You do NOT need to ImGui.Begin your window.

    public void Toggle()
    + + | + Improve this Doc + + + View Source + + +

    Update()

    +

    Code to be executed every frame, even when the window is collapsed.

    +
    +
    +
    Declaration
    +
    +
    public virtual void Update()
    +
    diff --git a/docs/api/Dalamud.Interface.Windowing.WindowSystem.html b/docs/api/Dalamud.Interface.Windowing.WindowSystem.html index c0dac3435..67ef9c382 100644 --- a/docs/api/Dalamud.Interface.Windowing.WindowSystem.html +++ b/docs/api/Dalamud.Interface.Windowing.WindowSystem.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.Windowing.html b/docs/api/Dalamud.Interface.Windowing.html index 7d3b3c3fc..d6f2deccc 100644 --- a/docs/api/Dalamud.Interface.Windowing.html +++ b/docs/api/Dalamud.Interface.Windowing.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Interface.html b/docs/api/Dalamud.Interface.html index 96efcab96..b4abc258e 100644 --- a/docs/api/Dalamud.Interface.html +++ b/docs/api/Dalamud.Interface.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.IoC.PluginInterfaceAttribute.html b/docs/api/Dalamud.IoC.PluginInterfaceAttribute.html index 0cc6bb77b..5d2604c4c 100644 --- a/docs/api/Dalamud.IoC.PluginInterfaceAttribute.html +++ b/docs/api/Dalamud.IoC.PluginInterfaceAttribute.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.IoC.PluginServiceAttribute.html b/docs/api/Dalamud.IoC.PluginServiceAttribute.html index d00a045a4..5eb81778b 100644 --- a/docs/api/Dalamud.IoC.PluginServiceAttribute.html +++ b/docs/api/Dalamud.IoC.PluginServiceAttribute.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.IoC.RequiredVersionAttribute.html b/docs/api/Dalamud.IoC.RequiredVersionAttribute.html index c15a03d99..271d6bd7d 100644 --- a/docs/api/Dalamud.IoC.RequiredVersionAttribute.html +++ b/docs/api/Dalamud.IoC.RequiredVersionAttribute.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.IoC.html b/docs/api/Dalamud.IoC.html index 8aeed7ed3..8a837820c 100644 --- a/docs/api/Dalamud.IoC.html +++ b/docs/api/Dalamud.IoC.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Localization.LocalizationChangedDelegate.html b/docs/api/Dalamud.Localization.LocalizationChangedDelegate.html index 511d8d452..c30769970 100644 --- a/docs/api/Dalamud.Localization.LocalizationChangedDelegate.html +++ b/docs/api/Dalamud.Localization.LocalizationChangedDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Localization.html b/docs/api/Dalamud.Localization.html index 99b9b157b..b6a2e0952 100644 --- a/docs/api/Dalamud.Localization.html +++ b/docs/api/Dalamud.Localization.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Logging.PluginLog.html b/docs/api/Dalamud.Logging.PluginLog.html index 5295546b3..1af2a633d 100644 --- a/docs/api/Dalamud.Logging.PluginLog.html +++ b/docs/api/Dalamud.Logging.PluginLog.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Logging.html b/docs/api/Dalamud.Logging.html index 69744f02c..56566455d 100644 --- a/docs/api/Dalamud.Logging.html +++ b/docs/api/Dalamud.Logging.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Memory.Exceptions.MemoryAllocationException.html b/docs/api/Dalamud.Memory.Exceptions.MemoryAllocationException.html index 416bfca75..99bcfa2b3 100644 --- a/docs/api/Dalamud.Memory.Exceptions.MemoryAllocationException.html +++ b/docs/api/Dalamud.Memory.Exceptions.MemoryAllocationException.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Memory.Exceptions.MemoryException.html b/docs/api/Dalamud.Memory.Exceptions.MemoryException.html index 577e0c68f..ef335b503 100644 --- a/docs/api/Dalamud.Memory.Exceptions.MemoryException.html +++ b/docs/api/Dalamud.Memory.Exceptions.MemoryException.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Memory.Exceptions.MemoryPermissionException.html b/docs/api/Dalamud.Memory.Exceptions.MemoryPermissionException.html index f95307c4a..cb57b4dd0 100644 --- a/docs/api/Dalamud.Memory.Exceptions.MemoryPermissionException.html +++ b/docs/api/Dalamud.Memory.Exceptions.MemoryPermissionException.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Memory.Exceptions.MemoryReadException.html b/docs/api/Dalamud.Memory.Exceptions.MemoryReadException.html index d94fdf999..69237ff20 100644 --- a/docs/api/Dalamud.Memory.Exceptions.MemoryReadException.html +++ b/docs/api/Dalamud.Memory.Exceptions.MemoryReadException.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Memory.Exceptions.MemoryWriteException.html b/docs/api/Dalamud.Memory.Exceptions.MemoryWriteException.html index 791867874..0962715e0 100644 --- a/docs/api/Dalamud.Memory.Exceptions.MemoryWriteException.html +++ b/docs/api/Dalamud.Memory.Exceptions.MemoryWriteException.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Memory.Exceptions.html b/docs/api/Dalamud.Memory.Exceptions.html index a1c260c5a..c4a61da97 100644 --- a/docs/api/Dalamud.Memory.Exceptions.html +++ b/docs/api/Dalamud.Memory.Exceptions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Memory.MemoryHelper.html b/docs/api/Dalamud.Memory.MemoryHelper.html index e24b8cd8f..20688adb6 100644 --- a/docs/api/Dalamud.Memory.MemoryHelper.html +++ b/docs/api/Dalamud.Memory.MemoryHelper.html @@ -10,7 +10,7 @@ - + @@ -118,7 +118,7 @@ Improve this Doc - View Source + View Source

    Allocate(Int32)

    @@ -169,7 +169,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    Allocate(Int32, out IntPtr)

    @@ -210,7 +210,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    ChangePermission(IntPtr, Int32, MemoryProtection)

    @@ -272,7 +272,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    ChangePermission(IntPtr, Int32, MemoryProtection, out MemoryProtection)

    @@ -324,7 +324,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    ChangePermission<T>(IntPtr, ref T, MemoryProtection, Boolean)

    @@ -408,7 +408,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    Free(IntPtr)

    @@ -449,6 +449,379 @@ Returns the address of newly allocated memory.

    System.Boolean

    True if the operation is successful.

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

    GameAllocateAnimation(UInt64, UInt64)

    +

    Allocate memory in the game's animation memory space.

    +
    +
    +
    Declaration
    +
    +
    public static IntPtr GameAllocateAnimation(ulong size, ulong alignment = 0UL)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt64size

    Amount of bytes to allocate.

    +
    System.UInt64alignment

    The alignment of the allocation.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.IntPtr

    Pointer to the allocated region.

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

    GameAllocateApricot(UInt64, UInt64)

    +

    Allocate memory in the game's apricot memory space.

    +
    +
    +
    Declaration
    +
    +
    public static IntPtr GameAllocateApricot(ulong size, ulong alignment = 0UL)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt64size

    Amount of bytes to allocate.

    +
    System.UInt64alignment

    The alignment of the allocation.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.IntPtr

    Pointer to the allocated region.

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

    GameAllocateDefault(UInt64, UInt64)

    +

    Allocate memory in the game's default memory space.

    +
    +
    +
    Declaration
    +
    +
    public static IntPtr GameAllocateDefault(ulong size, ulong alignment = 0UL)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt64size

    Amount of bytes to allocate.

    +
    System.UInt64alignment

    The alignment of the allocation.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.IntPtr

    Pointer to the allocated region.

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

    GameAllocateSound(UInt64, UInt64)

    +

    Allocate memory in the game's sound memory space.

    +
    +
    +
    Declaration
    +
    +
    public static IntPtr GameAllocateSound(ulong size, ulong alignment = 0UL)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt64size

    Amount of bytes to allocate.

    +
    System.UInt64alignment

    The alignment of the allocation.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.IntPtr

    Pointer to the allocated region.

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

    GameAllocateUi(UInt64, UInt64)

    +

    Allocate memory in the game's UI memory space.

    +
    +
    +
    Declaration
    +
    +
    public static IntPtr GameAllocateUi(ulong size, ulong alignment = 0UL)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt64size

    Amount of bytes to allocate.

    +
    System.UInt64alignment

    The alignment of the allocation.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.IntPtr

    Pointer to the allocated region.

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

    GameFree(ref IntPtr, UInt64)

    +

    Free memory in the game's memory space.

    +
    +
    +
    Declaration
    +
    +
    public static void GameFree(ref IntPtr ptr, ulong size)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.IntPtrptr

    Position at which the memory to be freed is located.

    +
    System.UInt64size

    Amount of bytes to free.

    +
    +
    Remarks
    +

    The memory you are freeing must be allocated with game allocators.

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

    NullTerminate(Byte[])

    +

    Null-terminate a byte array.

    +
    +
    +
    Declaration
    +
    +
    public static byte[] NullTerminate(this byte[] bytes)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Byte[]bytes

    The byte array to terminate.

    +
    +
    Returns
    + + + + + + + + + + + @@ -458,7 +831,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    Read<T>(IntPtr)

    @@ -525,7 +898,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    Read<T>(IntPtr, out T)

    @@ -582,7 +955,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    Read<T>(IntPtr, out T, Boolean)

    @@ -644,7 +1017,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    Read<T>(IntPtr, Boolean)

    @@ -716,7 +1089,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    Read<T>(IntPtr, Int32)

    @@ -789,7 +1162,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    Read<T>(IntPtr, Int32, out T[])

    @@ -852,7 +1225,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    Read<T>(IntPtr, Int32, Boolean)

    @@ -930,7 +1303,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    Read<T>(IntPtr, Int32, Boolean, out T[])

    @@ -998,7 +1371,7 @@ Returns the address of newly allocated memory.

    Improve this Doc - View Source + View Source

    ReadProcessMemory(IntPtr, ref Byte[])

    @@ -1039,7 +1412,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadProcessMemory(IntPtr, Int32)

    @@ -1096,7 +1469,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadProcessMemory(IntPtr, Int32, out Byte[])

    @@ -1143,7 +1516,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadRaw(IntPtr, Int32)

    @@ -1199,7 +1572,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadRaw(IntPtr, Int32, out Byte[])

    @@ -1245,7 +1618,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadRawNullTerminated(IntPtr)

    @@ -1295,7 +1668,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadSeString(Utf8String*)

    @@ -1345,7 +1718,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadSeString(Utf8String*, out SeString)

    @@ -1385,7 +1758,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadSeString(IntPtr, Int32)

    @@ -1441,7 +1814,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadSeString(IntPtr, Int32, out SeString)

    @@ -1487,7 +1860,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadSeStringNullTerminated(IntPtr)

    @@ -1537,7 +1910,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadSeStringNullTerminated(IntPtr, out SeString)

    @@ -1577,7 +1950,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadString(IntPtr, Int32)

    @@ -1636,7 +2009,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadString(IntPtr, out String, Int32)

    @@ -1685,7 +2058,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadString(IntPtr, Encoding, Int32)

    @@ -1750,7 +2123,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadString(IntPtr, Encoding, Int32, out String)

    @@ -1805,7 +2178,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadStringNullTerminated(IntPtr)

    @@ -1858,7 +2231,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadStringNullTerminated(IntPtr, out String)

    @@ -1901,7 +2274,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadStringNullTerminated(IntPtr, Encoding)

    @@ -1960,7 +2333,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    ReadStringNullTerminated(IntPtr, Encoding, out String)

    @@ -2009,7 +2382,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    SizeOf<T>()

    @@ -2057,7 +2430,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    SizeOf<T>(Boolean)

    @@ -2123,7 +2496,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    SizeOf<T>(Int32)

    @@ -2190,7 +2563,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    SizeOf<T>(Int32, Boolean)

    @@ -2262,7 +2635,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    Write<T>(IntPtr, T)

    @@ -2319,7 +2692,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    Write<T>(IntPtr, T, Boolean)

    @@ -2381,7 +2754,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    Write<T>(IntPtr, T[])

    @@ -2438,7 +2811,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    Write<T>(IntPtr, T[], Boolean)

    @@ -2500,7 +2873,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    WriteProcessMemory(IntPtr, Byte[])

    @@ -2541,7 +2914,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    WriteRaw(IntPtr, Byte[])

    @@ -2581,7 +2954,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    WriteSeString(IntPtr, SeString)

    @@ -2621,7 +2994,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    WriteString(IntPtr, String)

    @@ -2664,7 +3037,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc - View Source + View Source

    WriteString(IntPtr, String, Encoding)

    @@ -2719,7 +3092,7 @@ This is noticably slower than Unsafe or Marshal.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Memory.MemoryProtection.html b/docs/api/Dalamud.Memory.MemoryProtection.html index bf144ae34..952b50eba 100644 --- a/docs/api/Dalamud.Memory.MemoryProtection.html +++ b/docs/api/Dalamud.Memory.MemoryProtection.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Memory.html b/docs/api/Dalamud.Memory.html index 304650a7b..0ef35196c 100644 --- a/docs/api/Dalamud.Memory.html +++ b/docs/api/Dalamud.Memory.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html b/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html index 42d8eac8d..4325473bd 100644 --- a/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html +++ b/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html @@ -10,7 +10,7 @@ - + @@ -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 368d6800c..6bfa75854 100644 --- a/docs/api/Dalamud.Plugin.DalamudPluginInterface.html +++ b/docs/api/Dalamud.Plugin.DalamudPluginInterface.html @@ -10,7 +10,7 @@ - + @@ -122,7 +122,7 @@ Improve this Doc - View Source + View Source

    AssemblyLocation

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

    ConfigDirectory

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

    ConfigFile

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

    DalamudAssetDirectory

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

    GeneralChatType

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

    IsDebugging

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

    IsDev

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

    LoadTime

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

    LoadTimeDelta

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

    LoadTimeUTC

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

    PluginInternalNames

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

    PluginNames

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

    Reason

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

    Sanitizer

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

    UiBuilder

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

    UiLanguage

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

    AddChatLinkHandler(UInt32, Action<UInt32, SeString>)

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

    Create<T>(Object[])

    @@ -743,23 +743,24 @@ Improve this Doc - View Source + View Source

    Dispose()

    -

    Unregister your plugin and dispose all references.

    +

    Obsolete implicit dispose implementation. Should not be used.

    Declaration
    -
    public void Dispose()
    +
    [Obsolete("Do not dispose \"DalamudPluginInterface\".", true)]
    +public void Dispose()
    | Improve this Doc - View Source + View Source

    GetIpcProvider<TRet>(String)

    @@ -841,7 +842,7 @@ Improve this Doc - View Source + View Source

    GetIpcProvider<T1, TRet>(String)

    @@ -907,7 +908,7 @@ Improve this Doc - View Source + View Source

    GetIpcProvider<T1, T2, TRet>(String)

    @@ -977,7 +978,7 @@ Improve this Doc - View Source + View Source

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

    @@ -1051,7 +1052,7 @@ Improve this Doc - View Source + View Source

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

    @@ -1129,7 +1130,7 @@ Improve this Doc - View Source + View Source

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

    @@ -1211,7 +1212,7 @@ Improve this Doc - View Source + View Source

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

    @@ -1297,7 +1298,7 @@ Improve this Doc - View Source + View Source

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

    @@ -1387,7 +1388,7 @@ Improve this Doc - View Source + View Source

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

    @@ -1481,7 +1482,7 @@ Improve this Doc - View Source + View Source

    GetIpcSubscriber<TRet>(String)

    @@ -1547,7 +1548,7 @@ Improve this Doc - View Source + View Source

    GetIpcSubscriber<T1, TRet>(String)

    @@ -1613,7 +1614,7 @@ Improve this Doc - View Source + View Source

    GetIpcSubscriber<T1, T2, TRet>(String)

    @@ -1683,7 +1684,7 @@ Improve this Doc - View Source + View Source

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

    @@ -1757,7 +1758,7 @@ Improve this Doc - View Source + View Source

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

    @@ -1835,7 +1836,7 @@ Improve this Doc - View Source + View Source

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

    @@ -1917,7 +1918,7 @@ Improve this Doc - View Source + View Source

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

    @@ -2003,7 +2004,7 @@ Improve this Doc - View Source + View Source

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

    @@ -2093,7 +2094,7 @@ Improve this Doc - View Source + View Source

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

    @@ -2187,7 +2188,7 @@ Improve this Doc - View Source + View Source

    GetPluginConfig()

    @@ -2219,7 +2220,7 @@ Improve this Doc - View Source + View Source

    GetPluginConfigDirectory()

    @@ -2251,7 +2252,7 @@ Improve this Doc - View Source + View Source

    GetPluginLocDirectory()

    @@ -2283,7 +2284,7 @@ Improve this Doc - View Source + View Source

    Inject(Object, Object[])

    @@ -2339,7 +2340,7 @@ Improve this Doc - View Source + View Source

    RemoveChatLinkHandler()

    @@ -2355,7 +2356,7 @@ Improve this Doc - View Source + View Source

    RemoveChatLinkHandler(UInt32)

    @@ -2389,7 +2390,7 @@ Improve this Doc - View Source + View Source

    SavePluginConfig(IPluginConfiguration)

    @@ -2425,7 +2426,7 @@ Improve this Doc - View Source + View Source

    LanguageChanged

    Event that gets fired when loc is changed

    @@ -2450,6 +2451,24 @@
    TypeDescription
    System.Byte[]

    The terminated byte array.

    +

    Explicit Interface Implementations +

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

    IDisposable.Dispose()

    +

    Unregister your plugin and dispose all references.

    +
    +
    +
    Declaration
    +
    +
    void IDisposable.Dispose()
    +

    Implements

    System.IDisposable @@ -2465,7 +2484,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Plugin.IDalamudPlugin.html b/docs/api/Dalamud.Plugin.IDalamudPlugin.html index bbd981368..4b7ff752d 100644 --- a/docs/api/Dalamud.Plugin.IDalamudPlugin.html +++ b/docs/api/Dalamud.Plugin.IDalamudPlugin.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcError.html b/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcError.html index 4e88d6336..50137aa99 100644 --- a/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcError.html +++ b/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcError.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcLengthMismatchError.html b/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcLengthMismatchError.html index 5eadca1ea..e5386d972 100644 --- a/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcLengthMismatchError.html +++ b/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcLengthMismatchError.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcNotReadyError.html b/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcNotReadyError.html index eeb7d10b2..9ce16899c 100644 --- a/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcNotReadyError.html +++ b/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcNotReadyError.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcTypeMismatchError.html b/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcTypeMismatchError.html index ab4e78e85..aac8962c5 100644 --- a/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcTypeMismatchError.html +++ b/docs/api/Dalamud.Plugin.Ipc.Exceptions.IpcTypeMismatchError.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.Exceptions.html b/docs/api/Dalamud.Plugin.Ipc.Exceptions.html index 682dad072..7b6558ef5 100644 --- a/docs/api/Dalamud.Plugin.Ipc.Exceptions.html +++ b/docs/api/Dalamud.Plugin.Ipc.Exceptions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-1.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-1.html index 341f3e196..e997ed08f 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-1.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-1.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-2.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-2.html index aee5b88fe..c029905cc 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-2.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-2.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-3.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-3.html index 2a9f19780..691f9c29d 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-3.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-3.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-4.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-4.html index cdfbacdd1..b0acf0624 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-4.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-4.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-5.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-5.html index 5310002fa..f4c8ad648 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-5.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-5.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-6.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-6.html index cae9b4912..7adb7ad4b 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-6.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-6.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-7.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-7.html index 072929aae..aa447110e 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-7.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-7.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-8.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-8.html index 99d020f9d..8f638271c 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-8.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-8.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-9.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-9.html index d0fdd5825..a48de6658 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-9.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateProvider-9.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-1.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-1.html index abe1d6bc2..ad24ef9c6 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-1.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-1.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-2.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-2.html index 3bcaf2680..6790913f4 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-2.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-2.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-3.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-3.html index 3032ba7f6..4d34cde5b 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-3.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-3.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-4.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-4.html index 8e1967cb5..30f5a90ec 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-4.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-4.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-5.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-5.html index 448109266..336f0df27 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-5.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-5.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-6.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-6.html index 99de5e800..3bd7aa8aa 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-6.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-6.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-7.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-7.html index 20eaa9f8b..729c023f1 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-7.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-7.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-8.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-8.html index dbbd171d8..57f063471 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-8.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-8.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-9.html b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-9.html index baca5cbcb..7f8f8fbc8 100644 --- a/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-9.html +++ b/docs/api/Dalamud.Plugin.Ipc.ICallGateSubscriber-9.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.Ipc.html b/docs/api/Dalamud.Plugin.Ipc.html index a33b64a40..91c2f64b9 100644 --- a/docs/api/Dalamud.Plugin.Ipc.html +++ b/docs/api/Dalamud.Plugin.Ipc.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.PluginLoadReason.html b/docs/api/Dalamud.Plugin.PluginLoadReason.html index 22b683634..822a54f1e 100644 --- a/docs/api/Dalamud.Plugin.PluginLoadReason.html +++ b/docs/api/Dalamud.Plugin.PluginLoadReason.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Plugin.html b/docs/api/Dalamud.Plugin.html index eaa041c4d..960f02904 100644 --- a/docs/api/Dalamud.Plugin.html +++ b/docs/api/Dalamud.Plugin.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.SafeMemory.html b/docs/api/Dalamud.SafeMemory.html index 426d9bdf1..555a1d7b5 100644 --- a/docs/api/Dalamud.SafeMemory.html +++ b/docs/api/Dalamud.SafeMemory.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Support.Troubleshooting.html b/docs/api/Dalamud.Support.Troubleshooting.html index 9f09df2e3..c95b39c4b 100644 --- a/docs/api/Dalamud.Support.Troubleshooting.html +++ b/docs/api/Dalamud.Support.Troubleshooting.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Support.html b/docs/api/Dalamud.Support.html index dc565d0ee..27240506c 100644 --- a/docs/api/Dalamud.Support.html +++ b/docs/api/Dalamud.Support.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Utility.EnumExtensions.html b/docs/api/Dalamud.Utility.EnumExtensions.html index 689ea41f9..1ca0900b0 100644 --- a/docs/api/Dalamud.Utility.EnumExtensions.html +++ b/docs/api/Dalamud.Utility.EnumExtensions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Utility.Hash.html b/docs/api/Dalamud.Utility.Hash.html new file mode 100644 index 000000000..13d6bd535 --- /dev/null +++ b/docs/api/Dalamud.Utility.Hash.html @@ -0,0 +1,156 @@ + + + + + + + + Class Hash + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Utility.SeStringExtensions.html b/docs/api/Dalamud.Utility.SeStringExtensions.html index e251d8c18..1e65546d6 100644 --- a/docs/api/Dalamud.Utility.SeStringExtensions.html +++ b/docs/api/Dalamud.Utility.SeStringExtensions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Utility.Signatures.Fallibility.html b/docs/api/Dalamud.Utility.Signatures.Fallibility.html new file mode 100644 index 000000000..d9d401240 --- /dev/null +++ b/docs/api/Dalamud.Utility.Signatures.Fallibility.html @@ -0,0 +1,159 @@ + + + + + + + + Enum Fallibility + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Utility.Signatures.ScanType.html b/docs/api/Dalamud.Utility.Signatures.ScanType.html new file mode 100644 index 000000000..8a71dc6dc --- /dev/null +++ b/docs/api/Dalamud.Utility.Signatures.ScanType.html @@ -0,0 +1,155 @@ + + + + + + + + Enum ScanType + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Utility.Signatures.SignatureAttribute.html b/docs/api/Dalamud.Utility.Signatures.SignatureAttribute.html new file mode 100644 index 000000000..60ec6613b --- /dev/null +++ b/docs/api/Dalamud.Utility.Signatures.SignatureAttribute.html @@ -0,0 +1,503 @@ + + + + + + + + Class SignatureAttribute + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Utility.Signatures.SignatureException.html b/docs/api/Dalamud.Utility.Signatures.SignatureException.html new file mode 100644 index 000000000..7cf3454e3 --- /dev/null +++ b/docs/api/Dalamud.Utility.Signatures.SignatureException.html @@ -0,0 +1,198 @@ + + + + + + + + Class SignatureException + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Utility.Signatures.SignatureHelper.html b/docs/api/Dalamud.Utility.Signatures.SignatureHelper.html new file mode 100644 index 000000000..129458185 --- /dev/null +++ b/docs/api/Dalamud.Utility.Signatures.SignatureHelper.html @@ -0,0 +1,199 @@ + + + + + + + + Class SignatureHelper + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Utility.Signatures.SignatureUseFlags.html b/docs/api/Dalamud.Utility.Signatures.SignatureUseFlags.html new file mode 100644 index 000000000..5bc8be7d1 --- /dev/null +++ b/docs/api/Dalamud.Utility.Signatures.SignatureUseFlags.html @@ -0,0 +1,171 @@ + + + + + + + + Enum SignatureUseFlags + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Utility.Signatures.html b/docs/api/Dalamud.Utility.Signatures.html new file mode 100644 index 000000000..758edb450 --- /dev/null +++ b/docs/api/Dalamud.Utility.Signatures.html @@ -0,0 +1,139 @@ + + + + + + + + Namespace Dalamud.Utility.Signatures + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Utility.StringExtensions.html b/docs/api/Dalamud.Utility.StringExtensions.html index d0197df9b..96f507bba 100644 --- a/docs/api/Dalamud.Utility.StringExtensions.html +++ b/docs/api/Dalamud.Utility.StringExtensions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Utility.TexFileExtensions.html b/docs/api/Dalamud.Utility.TexFileExtensions.html index f6ea2184f..2b214c2b4 100644 --- a/docs/api/Dalamud.Utility.TexFileExtensions.html +++ b/docs/api/Dalamud.Utility.TexFileExtensions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Utility.Util.html b/docs/api/Dalamud.Utility.Util.html index 8f8093de6..6526d636d 100644 --- a/docs/api/Dalamud.Utility.Util.html +++ b/docs/api/Dalamud.Utility.Util.html @@ -10,7 +10,7 @@ - + @@ -183,7 +183,7 @@ Do NOT await this.

    Improve this Doc - View Source + View Source

    ByteArrayToHex(Byte[], Int32, Int32)

    @@ -245,7 +245,7 @@ Do NOT await this.

    Improve this Doc - View Source + View Source

    CompressString(String)

    @@ -295,7 +295,7 @@ Do NOT await this.

    Improve this Doc - View Source + View Source

    CopyTo(Stream, Stream, Int32)

    @@ -304,7 +304,8 @@ Do NOT await this.

    Declaration
    -
    public static void CopyTo(Stream src, Stream dest, int len = 4069)
    +
    [Obsolete("Use Stream.CopyTo() instead", true)]
    +public static void CopyTo(Stream src, Stream dest, int len = 4069)
    Parameters
    @@ -341,7 +342,7 @@ Do NOT await this.

    Improve this Doc - View Source + View Source

    DecompressString(Byte[])

    @@ -391,7 +392,7 @@ Do NOT await this.

    Improve this Doc - View Source + View Source

    DumpMemory(IntPtr, Int32)

    @@ -428,19 +429,75 @@ Do NOT await this.

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

    FastByteArrayCompare(Byte[], Byte[])

    +

    Check two byte arrays for equality.

    +
    +
    +
    Declaration
    +
    +
    public static bool FastByteArrayCompare(byte[] a1, byte[] a2)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Byte[]a1

    The first byte array.

    +
    System.Byte[]a2

    The second byte array.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean

    Whether or not the byte arrays are equal.

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

    Fatal(String, String)

    +

    Fatal(String, String, Boolean)

    Display an error MessageBox and exit the current process.

    Declaration
    -
    public static void Fatal(string message, string caption)
    +
    public static void Fatal(string message, string caption, bool exit = true)
    Parameters
    @@ -462,6 +519,62 @@ Do NOT await this.

    + + + + + + + +
    System.String caption

    MessageBox caption (title).

    +
    System.Booleanexit

    Specify whether to exit immediately.

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

    FormatBytes(Int64)

    +

    Transform byte count to human readable format.

    +
    +
    +
    Declaration
    +
    +
    public static string FormatBytes(long bytes)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int64bytes

    Number of bytes.

    +
    +
    Returns
    + + + + + + + + + + + @@ -471,7 +584,7 @@ Do NOT await this.

    Improve this Doc - View Source + View Source

    GetGitHash()

    @@ -504,7 +617,7 @@ or null if it cannot be found.

    Improve this Doc - View Source + View Source

    GetGitHashClientStructs()

    @@ -537,7 +650,7 @@ or null if it cannot be found.

    Improve this Doc - View Source + View Source

    GetUTF8String(Byte[])

    @@ -587,7 +700,7 @@ or null if it cannot be found.

    Improve this Doc - View Source + View Source

    IsLinux()

    @@ -619,7 +732,7 @@ or null if it cannot be found.

    Improve this Doc - View Source + View Source @@ -653,7 +766,7 @@ or null if it cannot be found.

    Improve this Doc - View Source + View Source

    ShowGameObjectStruct(GameObject, Boolean)

    @@ -693,7 +806,7 @@ or null if it cannot be found.

    Improve this Doc - View Source + View Source

    ShowObject(Object)

    @@ -727,7 +840,7 @@ or null if it cannot be found.

    Improve this Doc - View Source + View Source

    ShowStruct(Object, UInt64, Boolean, IEnumerable<String>)

    @@ -779,7 +892,7 @@ or null if it cannot be found.

    Improve this Doc - View Source + View Source

    ShowStruct<T>(T*, Boolean)

    diff --git a/docs/api/Dalamud.Utility.VectorExtensions.html b/docs/api/Dalamud.Utility.VectorExtensions.html index 37a43dfb8..0342b1291 100644 --- a/docs/api/Dalamud.Utility.VectorExtensions.html +++ b/docs/api/Dalamud.Utility.VectorExtensions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/Dalamud.Utility.html b/docs/api/Dalamud.Utility.html index 0d325b89b..63db0240f 100644 --- a/docs/api/Dalamud.Utility.html +++ b/docs/api/Dalamud.Utility.html @@ -10,7 +10,7 @@ - + @@ -79,6 +79,9 @@

    EnumExtensions

    Extension methods for enums.

    +
    +

    Hash

    +

    Utility functions for hashing.

    SeStringExtensions

    Extension methods for SeStrings.

    diff --git a/docs/api/Dalamud.html b/docs/api/Dalamud.html index 22ee7a656..b65c6b0ce 100644 --- a/docs/api/Dalamud.html +++ b/docs/api/Dalamud.html @@ -10,7 +10,7 @@ - + @@ -101,6 +101,9 @@

    EntryPoint.InitDelegate

    A delegate used during initialization of the CLR from Dalamud.Boot.

    +
    +

    EntryPoint.VehDelegate

    +

    A delegate used from VEH handler on exception which CoreCLR will fast fail by default.

    Localization.LocalizationChangedDelegate

    Delegate for the LocalizationChanged event that occurs when the language is changed.

    diff --git a/docs/api/FFXIVClientStructs.Attributes.Addon.html b/docs/api/FFXIVClientStructs.Attributes.Addon.html index d4ca30985..e40f3efb9 100644 --- a/docs/api/FFXIVClientStructs.Attributes.Addon.html +++ b/docs/api/FFXIVClientStructs.Attributes.Addon.html @@ -10,7 +10,7 @@ - + @@ -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.Attributes.AgentAttribute.html b/docs/api/FFXIVClientStructs.Attributes.AgentAttribute.html new file mode 100644 index 000000000..26a0ecebc --- /dev/null +++ b/docs/api/FFXIVClientStructs.Attributes.AgentAttribute.html @@ -0,0 +1,327 @@ + + + + + + + + Class AgentAttribute + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    TypeDescription
    System.String

    Human readable version.

    + + + + + + + + + + + + + + +
    TypeNameDescription
    AgentIdagentId
    +

    Properties +

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

    ID

    +
    +
    +
    Declaration
    +
    +
    public AgentId ID { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    AgentId
    + +
    + + +
    +
    + + + + + + + + + diff --git a/docs/api/FFXIVClientStructs.Attributes.MemberFunctionAttribute.html b/docs/api/FFXIVClientStructs.Attributes.MemberFunctionAttribute.html index 1e2b744e9..e2ab8d0ad 100644 --- a/docs/api/FFXIVClientStructs.Attributes.MemberFunctionAttribute.html +++ b/docs/api/FFXIVClientStructs.Attributes.MemberFunctionAttribute.html @@ -10,7 +10,7 @@ - + @@ -221,10 +221,10 @@ public class MemberFunctionAttribute : Attribute | - Improve this Doc + Improve this Doc - View Source + View Source

    MemberFunctionAttribute(String)

    @@ -255,10 +255,10 @@ public class MemberFunctionAttribute : Attribute | - Improve this Doc + Improve this Doc - View Source + View Source

    IsStatic

    @@ -285,10 +285,10 @@ public class MemberFunctionAttribute : Attribute | - Improve this Doc + Improve this Doc - View Source + View Source

    Signature

    @@ -321,10 +321,10 @@ public class MemberFunctionAttribute : Attribute
    diff --git a/docs/api/FFXIVClientStructs.Attributes.StaticAddressAttribute.html b/docs/api/FFXIVClientStructs.Attributes.StaticAddressAttribute.html index 89a9ff64a..68405b958 100644 --- a/docs/api/FFXIVClientStructs.Attributes.StaticAddressAttribute.html +++ b/docs/api/FFXIVClientStructs.Attributes.StaticAddressAttribute.html @@ -10,7 +10,7 @@ - + @@ -221,10 +221,10 @@ public class StaticAddressAttribute : Attribute | - Improve this Doc + Improve this Doc - View Source + View Source

    StaticAddressAttribute(String, Int32, Boolean)

    @@ -265,10 +265,10 @@ public class StaticAddressAttribute : Attribute | - Improve this Doc + Improve this Doc - View Source + View Source

    IsPointer

    @@ -295,10 +295,10 @@ public class StaticAddressAttribute : Attribute | - Improve this Doc + Improve this Doc - View Source + View Source

    Offset

    @@ -325,10 +325,10 @@ public class StaticAddressAttribute : Attribute | - Improve this Doc + Improve this Doc - View Source + View Source

    Signature

    @@ -361,10 +361,10 @@ public class StaticAddressAttribute : Attribute
    diff --git a/docs/api/FFXIVClientStructs.Attributes.VirtualFunctionAttribute.html b/docs/api/FFXIVClientStructs.Attributes.VirtualFunctionAttribute.html index 06aa5dac6..d42fd8308 100644 --- a/docs/api/FFXIVClientStructs.Attributes.VirtualFunctionAttribute.html +++ b/docs/api/FFXIVClientStructs.Attributes.VirtualFunctionAttribute.html @@ -10,7 +10,7 @@ - + @@ -221,10 +221,10 @@ public class VirtualFunctionAttribute : Attribute | - Improve this Doc + Improve this Doc - View Source + View Source

    VirtualFunctionAttribute(Int32)

    @@ -255,10 +255,10 @@ public class VirtualFunctionAttribute : Attribute | - Improve this Doc + Improve this Doc - View Source + View Source

    Offset

    @@ -291,10 +291,10 @@ public class VirtualFunctionAttribute : Attribute
    diff --git a/docs/api/FFXIVClientStructs.Attributes.html b/docs/api/FFXIVClientStructs.Attributes.html index 51639ee32..346ba20f1 100644 --- a/docs/api/FFXIVClientStructs.Attributes.html +++ b/docs/api/FFXIVClientStructs.Attributes.html @@ -10,7 +10,7 @@ - + @@ -79,6 +79,8 @@

    Addon

    +

    AgentAttribute

    +

    MemberFunctionAttribute

    StaticAddressAttribute

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html index 75ebed845..0ea147093 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CheckActionResources(ActionType, UInt32, Void*)

    @@ -164,10 +164,10 @@ public uint CheckActionResources(ActionType actionType, uint actionId, void *act | - Improve this Doc + Improve this Doc - View Source + View Source

    GetActionCost(ActionType, UInt32, Byte, Byte, Byte, Byte)

    @@ -237,10 +237,10 @@ public static int GetActionCost(ActionType actionType, uint actionId, byte a3, b | - Improve this Doc + Improve this Doc - View Source + View Source

    GetActionInRangeOrLoS(UInt32, GameObject*, GameObject*)

    @@ -295,10 +295,10 @@ public static uint GetActionInRangeOrLoS(uint actionId, GameObject*sourceObject, | - Improve this Doc + Improve this Doc - View Source + View Source

    GetActionRange(UInt32)

    @@ -343,10 +343,10 @@ public static float GetActionRange(uint actionId) | - Improve this Doc + Improve this Doc - View Source + View Source

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

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

    GetAdjustedActionId(UInt32)

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

    GetAdjustedCastTime(ActionType, UInt32, Byte, Byte)

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

    GetAdjustedRecastTime(ActionType, UInt32, Byte)

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

    GetMaxCharges(UInt32, UInt32)

    @@ -633,10 +633,111 @@ public static ushort GetMaxCharges(uint actionId, uint level) | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    GetRecastGroup(Int32, UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 8B D0 48 8B CD 8B F0")]
    +public int GetRecastGroup(int type, uint actionID)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32type
    System.UInt32actionID
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    + + | + Improve this Doc + + + View Source + + +

    GetRecastGroupDetail(Int32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 0F 57 FF 48 85 C0")]
    +public RecastDetail*GetRecastGroupDetail(int recastGroup)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32recastGroup
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    RecastDetail*
    + + | + Improve this Doc + + + View Source

    GetRecastTime(ActionType, UInt32)

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

    GetRecastTimeElapsed(ActionType, UInt32)

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

    Instance()

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

    IsRecastTimerActive(ActionType, UInt32)

    @@ -823,10 +924,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, Void*)

    @@ -901,10 +1002,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)

    @@ -975,10 +1076,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 202c0ecac..a5d2962ae 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionType.html @@ -10,7 +10,7 @@ - + @@ -189,10 +189,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Balloon.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Balloon.html new file mode 100644 index 000000000..06d07e354 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Balloon.html @@ -0,0 +1,352 @@ + + + + + + + + Struct Balloon + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.BalloonState.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.BalloonState.html new file mode 100644 index 000000000..7af4e5a83 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.BalloonState.html @@ -0,0 +1,158 @@ + + + + + + + + Enum BalloonState + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.BalloonType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.BalloonType.html new file mode 100644 index 000000000..6fe925540 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.BalloonType.html @@ -0,0 +1,150 @@ + + + + + + + + Enum BalloonType + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + 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 47335a0eb..96bfd81a0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActionID

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

    ActionRecipientsCount

    +
    +
    +
    Declaration
    +
    +
    public int ActionRecipientsCount
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    + + | + Improve this Doc + + + View Source + +

    ActionRecipientsObjectIdArray

    +
    +
    +
    Declaration
    +
    +
    public long *ActionRecipientsObjectIdArray
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int64*
    + + | + Improve this Doc + + + View Source

    ActionType

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

    CastLocation

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

    CastTargetID

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

    CurrentCastTime

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

    Interruptible

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

    IsCasting

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

    TotalCastTime

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

    Unk_08

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

    Unk_30

    @@ -394,6 +452,64 @@ + + | + Improve this Doc + + + View Source + +

    UsedActionId

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

    UsedActionType

    +
    +
    +
    Declaration
    +
    +
    public ActionType UsedActionType
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    ActionType
    @@ -402,10 +518,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.html new file mode 100644 index 000000000..f86bdc7e5 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.html @@ -0,0 +1,236 @@ + + + + + + + + Struct BattleChara.ForayInfo + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html index 3be3a0f03..621e9fa83 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Character

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

    EurekaElement

    +

    Foray

    Declaration
    -
    public EurekaElement EurekaElement
    +
    public BattleChara.ForayInfo Foray
    Field Value
    @@ -157,46 +157,17 @@ - +
    EurekaElementBattleChara.ForayInfo
    | - Improve this Doc + Improve this Doc - View Source - -

    EurekaLevel

    -
    -
    -
    Declaration
    -
    -
    public byte EurekaLevel
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Byte
    - - | - Improve this Doc - - - View Source + View Source

    SpellCastInfo

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

    StatusManager

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

    GetCastInfo()

    @@ -284,10 +255,41 @@ public BattleChara.CastInfo*GetCastInfo() | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    GetForayInfo()

    +
    +
    +
    Declaration
    +
    +
    [VirtualFunction(86)]
    +public BattleChara.ForayInfo*GetForayInfo()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    BattleChara.ForayInfo*
    + + | + Improve this Doc + + + View Source

    GetStatusManager()

    @@ -321,10 +323,10 @@ public StatusManager*GetStatusManager()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html index bd32d2545..541dc0261 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,39 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + +

    Balloon

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

    ClassJob

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

    CompanionObject

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

    CompanionOwnerID

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

    CraftingPoints

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

    CurrentWorld

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

    CustomizeData

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

    EquipSlotData

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

    FreeCompanyTag

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

    GameObject

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

    GatheringPoints

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

    Health

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

    HomeWorld

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

    Icon

    -
    -
    -
    Declaration
    -
    -
    public byte Icon
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Byte
    - - | - 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,155 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + +

    ModelCharaId

    +
    +
    +
    Declaration
    +
    +
    public int ModelCharaId
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    + + | + Improve this Doc + + + View Source + +

    ModelCharaId_2

    +
    +
    +
    Declaration
    +
    +
    public int ModelCharaId_2
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    + + | + Improve this Doc + + + View Source + +

    ModelScale

    +
    +
    +
    Declaration
    +
    +
    public float ModelScale
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    ModelSkeletonId

    +
    +
    +
    Declaration
    +
    +
    public int ModelSkeletonId
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    + + | + Improve this Doc + + + View Source + +

    ModelSkeletonId_2

    +
    +
    +
    Declaration
    +
    +
    public int ModelSkeletonId_2
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    + + | + Improve this Doc + + + View Source

    NameID

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

    Omen

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

    OnlineStatus

    +
    +
    +
    Declaration
    +
    +
    public byte OnlineStatus
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source

    PlayerTargetObjectID

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

    ShieldValue

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

    StatusFlags

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

    TargetObjectID

    @@ -829,14 +1003,43 @@ + + | + Improve this Doc + + + View Source + +

    TransformationId

    +
    +
    +
    Declaration
    +
    +
    public short TransformationId
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int16

    Methods

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

    GetTargetId()

    @@ -862,6 +1065,37 @@ public uint GetTargetId() + + | + Improve this Doc + + + View Source + + +

    IsMount()

    +
    +
    +
    Declaration
    +
    +
    [VirtualFunction(88)]
    +public bool IsMount()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    @@ -870,10 +1104,10 @@ public uint GetTargetId()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html index bff8e6f58..73ced7a3b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

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

    LookupBattleCharaByName(String, Boolean, Int16)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 48 8B F8 48 85 C0 74 3A 0F B7 4C 24")]
    +public BattleChara*LookupBattleCharaByName(string name, bool onlyPlayers = false, short world = -1)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    System.BooleanonlyPlayers
    System.Int16world
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    BattleChara*
    + + | + Improve this Doc + + + View Source

    LookupBattleCharaByObjectId(Int32)

    @@ -183,6 +241,102 @@ public BattleChara*LookupBattleCharaByObjectId(int objectId) + + | + Improve this Doc + + + View Source + + +

    LookupBuddyByOwnerObject(BattleChara*)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 49 8D 4D 20 48 89 44 24")]
    +public BattleChara*LookupBuddyByOwnerObject(BattleChara*owner)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    BattleChara*owner
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    BattleChara*
    + + | + Improve this Doc + + + View Source + + +

    LookupPetByOwnerObject(BattleChara*)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 48 3B F0 74 3A")]
    +public BattleChara*LookupPetByOwnerObject(BattleChara*owner)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    BattleChara*owner
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    BattleChara*
    @@ -191,10 +345,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 bab5e7ecb..9ea5e0256 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html @@ -10,7 +10,7 @@ - + @@ -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 8c60c0065..7cd42082a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.EurekaElement.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.EurekaElement.html @@ -10,7 +10,7 @@ - + @@ -133,10 +133,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.html new file mode 100644 index 000000000..1d73b8d8c --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.html @@ -0,0 +1,207 @@ + + + + + + + + Struct Ornament + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.html index d666ad9ab..9af19b8c8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.html @@ -10,7 +10,7 @@ - + @@ -81,12 +81,16 @@

    BattleChara.CastInfo

    +

    BattleChara.ForayInfo

    +

    Character

    CharacterManager

    Companion

    +

    Ornament

    +

    Enums

    EurekaElement

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html index 8007b886e..a737739c7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FocusTarget

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

    GPoseTarget

    +
    +
    +
    Declaration
    +
    +
    public GameObject*GPoseTarget
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    GameObject*
    + + | + Improve this Doc + + + View Source

    MouseOverTarget

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

    PreviousTarget

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

    SoftTarget

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

    Target

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

    TargetObjectId

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

    GetCurrentTarget()

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

    GetCurrentTargetID()

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

    Instance()

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

    IsObjectInViewRange(GameObject*)

    @@ -429,10 +458,10 @@ public bool IsObjectInViewRange(GameObject*obj)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.html index 16c9f0953..a808fb621 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.Director.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.Director.html index 5dbcb6c48..dffc8e97f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.Director.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.Director.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LuaEventHandler

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

    String0

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

    String1

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

    String2

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.html new file mode 100644 index 000000000..89344f35a --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.html @@ -0,0 +1,236 @@ + + + + + + + + Struct DirectorModule + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html new file mode 100644 index 000000000..6e69acf5c --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html @@ -0,0 +1,269 @@ + + + + + + + + Struct EventFramework + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandler.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandler.html index 0c079f57f..7df9fd955 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandler.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandler.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EventSceneModule

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.html new file mode 100644 index 000000000..aea8e24a8 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.html @@ -0,0 +1,178 @@ + + + + + + + + Struct EventHandlerModule + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.html index f3b666844..5a07e7aef 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.html @@ -10,7 +10,7 @@ - + @@ -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.Event.LuaActorModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActorModule.html index 28dc70c91..edf4e4b84 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActorModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActorModule.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActorMap

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

    ModuleBase

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaEventHandler.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaEventHandler.html index 9d3354a59..3c2663850 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaEventHandler.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaEventHandler.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EventHandler

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

    LuaClass

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

    LuaKey

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

    LuaState

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.ModuleBase.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.ModuleBase.html index c4563fcce..bab9ea3d5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.ModuleBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.ModuleBase.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LuaState

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.html index ecea75f56..da6948cf7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.html @@ -10,7 +10,7 @@ - + @@ -79,8 +79,14 @@

    Director

    +

    DirectorModule

    +
    +

    EventFramework

    +

    EventHandler

    +

    EventHandlerModule

    +

    LuaActor

    LuaActorModule

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.html index 629c9e595..039f07a80 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Description

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

    Duration

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

    FateId

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

    HandInCount

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

    IconId

    @@ -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

    Location

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

    MapIconId

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

    MaxLevel

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

    Name

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

    Objective

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

    Progress

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

    Radius

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

    StartTimeEpoch

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

    State

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

    TerritoryId

    @@ -576,10 +576,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateDirector.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateDirector.html index 29c3f1e72..aa6349e85 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateDirector.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateDirector.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Director

    @@ -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

    FateLevel

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

    FateNpcObjectId

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.html index f3a16d9b6..fee4da584 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentFate

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

    FateDirector

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

    FateJoined

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

    Fates

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

    SyncedFateId

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

    Unk_String

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

    Unk_Vector

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

    Instance()

    @@ -348,10 +348,10 @@ public static FateManager*Instance()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.html index c603fbe27..4304a1c50 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags.html index d5ddf70c3..cdc8a0cde 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags.html @@ -10,7 +10,7 @@ - + @@ -150,10 +150,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 27fa23e76..af5bc1eea 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianCard.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianCard.html @@ -10,7 +10,7 @@ - + @@ -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 974f2d622..ddea53b8f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.html @@ -10,7 +10,7 @@ - + @@ -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 d7431b9a7..d384d5344 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianSeal.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianSeal.html @@ -10,7 +10,7 @@ - + @@ -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 b20656968..273afcd18 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.html @@ -10,7 +10,7 @@ - + @@ -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

    SongFlags

    @@ -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

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.html new file mode 100644 index 000000000..ae8601745 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.html @@ -0,0 +1,158 @@ + + + + + + + + Enum BeastChakraType + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html index d34684858..d036be129 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html @@ -10,7 +10,7 @@ - + @@ -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,17 +164,17 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

    Enochian

    +

    EnochianFlags

    Declaration
    -
    public byte Enochian
    +
    public EnochianFlags EnochianFlags
    Field Value
    @@ -186,17 +186,17 @@ - +
    System.ByteEnochianFlags
    | - 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,40 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    ParadoxActive

    +
    +
    +
    Declaration
    +
    +
    public readonly bool ParadoxActive { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source

    UmbralStacks

    @@ -378,10 +408,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep.html index 7c4ca6b2d..12912e11d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep.html @@ -10,7 +10,7 @@ - + @@ -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 baafb4b8a..cc5a35770 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.html @@ -10,7 +10,7 @@ - + @@ -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 83aff5c6f..04052e88f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.html @@ -10,7 +10,7 @@ - + @@ -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 23885e556..68e276abb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.html @@ -10,7 +10,7 @@ - + @@ -106,68 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source - -

    BotdState

    -
    -
    -
    Declaration
    -
    -
    public byte BotdState
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Byte
    - - | - Improve this Doc - - - View Source - -

    BotdTimer

    -
    -
    -
    Declaration
    -
    -
    public short BotdTimer
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int16
    - - | - Improve this Doc - - - View Source + View Source

    EyeCount

    @@ -191,6 +133,93 @@ + + | + Improve this Doc + + + View Source + +

    FirstmindsFocusCount

    +
    +
    +
    Declaration
    +
    +
    public byte FirstmindsFocusCount
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + +

    LotdState

    +
    +
    +
    Declaration
    +
    +
    public byte LotdState
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + +

    LotdTimer

    +
    +
    +
    Declaration
    +
    +
    public short LotdTimer
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int16
    @@ -199,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.html new file mode 100644 index 000000000..00c6a5f47 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.html @@ -0,0 +1,155 @@ + + + + + + + + Enum EnochianFlags + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.html index c0876897c..0302566bf 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.html @@ -10,7 +10,7 @@ - + @@ -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 6165cea40..da32ca4b4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.JobGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.JobGauge.html @@ -10,7 +10,7 @@ - + @@ -110,10 +110,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.KaeshiAction.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.KaeshiAction.html index 6569ae502..57ceb8a17 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.KaeshiAction.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.KaeshiAction.html @@ -10,7 +10,7 @@ - + @@ -121,10 +121,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.html index c89e3321c..77c309d85 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.html @@ -10,7 +10,7 @@ - + @@ -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 248642e5b..481a0418b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,126 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + +

    BeastChakra1

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

    BeastChakra2

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

    BeastChakra3

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

    BlitzTimeRemaining

    +
    +
    +
    Declaration
    +
    +
    public ushort BlitzTimeRemaining
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt16
    + + | + Improve this Doc + + + View Source

    Chakra

    @@ -133,6 +249,67 @@ + + | + Improve this Doc + + + View Source + +

    Nadi

    +
    +
    +
    Declaration
    +
    +
    public NadiFlags Nadi
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    NadiFlags
    +

    Properties +

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

    BeastChakra

    +
    +
    +
    Declaration
    +
    +
    public readonly BeastChakraType[] BeastChakra { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    BeastChakraType[]
    @@ -141,10 +318,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.html new file mode 100644 index 000000000..8c2996349 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.html @@ -0,0 +1,151 @@ + + + + + + + + Enum NadiFlags + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.html index da1da37e9..8fdf62ef6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.html @@ -10,7 +10,7 @@ - + @@ -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 05b4491f0..00467b530 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.PaladinGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.PaladinGauge.html @@ -10,7 +10,7 @@ - + @@ -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.ReaperGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.html index 1f5a17cd9..3b0762f89 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,97 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + +

    EnshroudedTimeRemaining

    +
    +
    +
    Declaration
    +
    +
    public ushort EnshroudedTimeRemaining
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt16
    + + | + Improve this Doc + + + View Source + +

    LemureShroud

    +
    +
    +
    Declaration
    +
    +
    public byte LemureShroud
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + +

    Shroud

    +
    +
    +
    Declaration
    +
    +
    public byte Shroud
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source

    Soul

    @@ -133,6 +220,35 @@ + + | + Improve this Doc + + + View Source + +

    VoidShroud

    +
    +
    +
    Declaration
    +
    +
    public byte VoidShroud
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    @@ -141,10 +257,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.html index 93f7adf87..9e3dab562 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.html @@ -10,7 +10,7 @@ - + @@ -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

    ManaStacks

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

    WhiteMana

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SageGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SageGauge.html index 2177d8a96..0b0f1ec27 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SageGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SageGauge.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Addersgall

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

    AddersgallTimer

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

    Addersting

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

    Eukrasia

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

    EukrasiaActive

    @@ -260,10 +260,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.html index f26fb90f6..d5a87057f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Kaeshi

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

    Kenki

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

    MeditationStacks

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

    SenFlags

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.html index 50dca9bcc..6f849a3d2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.html @@ -10,7 +10,7 @@ - + @@ -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.SenFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SenFlags.html index f31fa8438..763fa733a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SenFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SenFlags.html @@ -10,7 +10,7 @@ - + @@ -122,10 +122,10 @@ public enum SenFlags : byte
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SongFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SongFlags.html index 4e6450e09..c25ffca0c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SongFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SongFlags.html @@ -10,7 +10,7 @@ - + @@ -146,10 +146,10 @@ public enum SongFlags : byte
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.html index 9afaabdbe..5ae579fdc 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.html @@ -10,7 +10,7 @@ - + @@ -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

    Attunement

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

    AttunementTimer

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

    ReturnSummon

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

    ReturnSummonGlam

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

    SummonTimer

    @@ -278,38 +278,6 @@ -

    Properties -

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

    Flags

    -
    -
    -
    Declaration
    -
    -
    public readonly AetherFlags Flags { get; }
    -
    -
    Property Value
    - - - - - - - - - - - - - -
    TypeDescription
    AetherFlags
    @@ -318,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge.html index 1cbefe25a..f98d9e899 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge.html @@ -10,7 +10,7 @@ - + @@ -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 d98b1ac23..170aab77d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.html @@ -10,7 +10,7 @@ - + @@ -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.Gauge.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.html index e1d556d0f..725c02814 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.html @@ -10,7 +10,7 @@ - + @@ -125,10 +125,16 @@

    AstrologianSeal

    +

    BeastChakraType

    +

    DanceStep

    +

    EnochianFlags

    +

    KaeshiAction

    +

    NadiFlags

    +

    SenFlags

    SongFlags

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html index 8b1da2a86..5de7095f5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html @@ -10,7 +10,7 @@ - + @@ -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,68 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + +

    PartyId

    +
    +
    +
    Declaration
    +
    +
    public long PartyId
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int64
    + + | + Improve this Doc + + + View Source + +

    PartyId_2

    +
    +
    +
    Declaration
    +
    +
    public long PartyId_2
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int64
    + + | + Improve this Doc + + + View Source

    PartyLeaderIndex

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

    PartyMembers

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

    Unk_3D40

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

    Unk_3D44

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

    Unk_3D48

    -
    -
    -
    Declaration
    -
    -
    public long Unk_3D48
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int64
    - - | - Improve this Doc - - - View Source - -

    Unk_3D50

    -
    -
    -
    Declaration
    -
    -
    public long Unk_3D50
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Int64
    - - | - 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,154 @@ public PartyMember*GetAllianceMemberByIndex(int index) | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    GetPartyMemberByContentId(UInt64)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 48 8B D8 4C 8B 07")]
    +public PartyMember*GetPartyMemberByContentId(ulong contentId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt64contentId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    PartyMember*
    + + | + Improve this Doc + + + View Source + + +

    GetPartyMemberByIndex(Int32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("85 D2 78 19 0F B6 81")]
    +public PartyMember*GetPartyMemberByIndex(int index)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32index
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    PartyMember*
    + + | + Improve this Doc + + + View Source + + +

    GetPartyMemberByObjectId(UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 83 FF 32")]
    +public PartyMember*GetPartyMemberByObjectId(uint objectId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32objectId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    PartyMember*
    + + | + Improve this Doc + + + View Source

    Instance()

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

    IsCharacterInPartyByName(Byte*)

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

    IsObjectIDInAlliance(UInt32)

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

    IsObjectIDInParty(UInt32)

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

    IsObjectIDPartyLeader(UInt32)

    @@ -786,10 +930,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 0d6f909cc..f12cbe201 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.html @@ -10,7 +10,7 @@ - + @@ -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.Group.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.html index 9c20d9a28..6e0903d81 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.html index 1d643fd34..224e5de20 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.html @@ -10,7 +10,7 @@ - + @@ -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 ae012603f..700ede59f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemFlags.html @@ -10,7 +10,7 @@ - + @@ -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 ba0f67198..bc444e9a2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.html @@ -10,7 +10,7 @@ - + @@ -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 da7792d77..0fbd238ae 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.html @@ -10,7 +10,7 @@ - + @@ -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

    GetInventoryItemCount(UInt32, Boolean, Boolean, Boolean, Int16)

    @@ -253,10 +253,10 @@ public int GetInventoryItemCount(uint itemId, bool isHq = false, bool checkEquip | - Improve this Doc + Improve this Doc - View Source + View Source

    GetItemCountInContainer(UInt32, InventoryType, Boolean, Int16)

    @@ -316,10 +316,10 @@ public int GetItemCountInContainer(uint itemId, InventoryType inventoryType, boo | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

    @@ -345,6 +345,74 @@ public static InventoryManager*Instance() + + | + Improve this Doc + + + View Source + + +

    MoveItemSlot(InventoryType, UInt32, InventoryType, UInt32, Byte)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 33 DB 89 1E")]
    +public int MoveItemSlot(InventoryType srcContainer, uint srcSlot, InventoryType dstContainer, uint dstSlot, byte unk = 0)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    InventoryTypesrcContainer
    System.UInt32srcSlot
    InventoryTypedstContainer
    System.UInt32dstSlot
    System.Byteunk
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    @@ -353,10 +421,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 2d4da48c0..fe777587b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryType.html @@ -10,7 +10,7 @@ - + @@ -373,10 +373,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.html index 0f68fa107..189a6b08a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.html @@ -10,7 +10,7 @@ - + @@ -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

    Reaper

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

    RedMage

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

    Sage

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

    Samurai

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

    Scholar

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

    Summoner

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

    Warrior

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

    WhiteMage

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

    Instance()

    @@ -783,10 +783,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 23649dd7c..8e528a2cb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DataID

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

    DrawObject

    Declaration
    -
    public void *DrawObject
    +
    public DrawObject*DrawObject
    Field Value
    @@ -157,17 +157,17 @@ - +
    System.Void*DrawObject*
    | - Improve this Doc + Improve this Doc - View Source + View Source

    FateId

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

    Gender

    +
    +
    +
    Declaration
    +
    +
    public byte Gender
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + +

    Height

    +
    +
    +
    Declaration
    +
    +
    public float Height
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source

    HitboxRadius

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

    LuaActor

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

    Name

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

    ObjectID

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

    ObjectIndex

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

    ObjectKind

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

    OwnerID

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

    Position

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

    RenderFlags

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

    Rotation

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

    Scale

    +
    +
    +
    Declaration
    +
    +
    public float Scale
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source

    SubKind

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

    TargetStatus

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

    VfxScale

    +
    +
    +
    Declaration
    +
    +
    public float VfxScale
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source

    YalmDistanceFromPlayerX

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

    YalmDistanceFromPlayerZ

    @@ -601,10 +717,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetDrawObject()

    @@ -613,7 +729,7 @@
    Declaration
    [VirtualFunction(28)]
    -public void *GetDrawObject()
    +public DrawObject*GetDrawObject()
    Returns
    @@ -625,17 +741,17 @@ public void *GetDrawObject() - +
    System.Void*DrawObject*
    | - Improve this Doc + Improve this Doc - View Source + View Source

    GetHeight()

    @@ -663,10 +779,10 @@ public float GetHeight() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetIsTargetable()

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

    GetName()

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

    GetNpcID()

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

    GetObjectID()

    @@ -787,10 +903,10 @@ public GameObjectID GetObjectID() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetObjectKind()

    @@ -818,10 +934,10 @@ public byte GetObjectKind() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRadius()

    @@ -849,10 +965,10 @@ public float GetRadius() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsCharacter()

    @@ -880,10 +996,10 @@ public bool IsCharacter() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsDead()

    @@ -917,10 +1033,10 @@ public bool IsDead()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectID.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectID.html index d07773e6b..8ef11927b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectID.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectID.html @@ -10,7 +10,7 @@ - + @@ -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.Game.Object.GameObjectManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.html index fb25b6fca..77f9730b4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Active

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

    ObjectList

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

    ObjectList3

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

    ObjectList3Count

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

    ObjectListFiltered

    @@ -251,10 +251,10 @@ | - 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 032587ab9..f128fc546 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.html @@ -10,7 +10,7 @@ - + @@ -139,6 +139,10 @@ None + + Ornament + + Pc @@ -165,10 +169,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.html index 289a991cb..b018b28ca 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.QuestFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.QuestFlags.html index 3b1d2d595..be510d110 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.QuestFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.QuestFlags.html @@ -10,7 +10,7 @@ - + @@ -118,10 +118,10 @@ public enum QuestFlags : byte
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.html index 14c6c31d9..82767b814 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.html @@ -10,7 +10,7 @@ - + @@ -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

    QuestID

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

    IsHidden

    @@ -202,10 +202,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.html index 07a4407ee..188e353ce 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -159,10 +159,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.html index 4bfbaabd1..81bb1ddc0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Quest

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

    Instance()

    @@ -174,10 +174,10 @@ public static QuestManager*Instance()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.html new file mode 100644 index 000000000..b530852e2 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.html @@ -0,0 +1,265 @@ + + + + + + + + Struct RecastDetail + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html new file mode 100644 index 000000000..cdf10720d --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html @@ -0,0 +1,497 @@ + + + + + + + + Struct RetainerManager.RetainerList.Retainer + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html new file mode 100644 index 000000000..38bebf046 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html @@ -0,0 +1,170 @@ + + + + + + + + Enum RetainerManager.RetainerList.RetainerTown + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html new file mode 100644 index 000000000..245b20b8d --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html @@ -0,0 +1,488 @@ + + + + + + + + Struct RetainerManager.RetainerList + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html new file mode 100644 index 000000000..8e08d7aef --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html @@ -0,0 +1,346 @@ + + + + + + + + Struct RetainerManager + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Status.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Status.html index 12349d44c..3e9eaeffb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Status.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Status.html @@ -10,7 +10,7 @@ - + @@ -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 cd8f4a897..fd8d12182 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html @@ -10,7 +10,7 @@ - + @@ -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

    @@ -278,6 +278,258 @@ +

    Methods +

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

    GetRemainingTime(Int32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("83 FA 1E 72 04 0F 57 C0")]
    +public float GetRemainingTime(int statusIndex)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32statusIndex
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + + +

    GetSourceId(Int32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 3B 44 24 28")]
    +public uint GetSourceId(int statusIndex)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32statusIndex
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    + + | + Improve this Doc + + + View Source + + +

    GetStatusId(Int32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 3D ?? ?? ?? ?? 74 45")]
    +public uint GetStatusId(int statusIndex)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32statusIndex
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    + + | + Improve this Doc + + + View Source + + +

    GetStatusIndex(UInt32, UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 85 C0 79 17")]
    +public int GetStatusIndex(uint statusId, uint sourceId = 3758096384U)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32statusId
    System.UInt32sourceId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    + + | + Improve this Doc + + + View Source + + +

    HasStatus(UInt32, UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 3C 01 74 B7")]
    +public bool HasStatus(uint statusId, uint sourceId = 3758096384U)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32statusId
    System.UInt32sourceId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    @@ -286,10 +538,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 85b307f9e..4b26684d9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.html @@ -10,7 +10,7 @@ - + @@ -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 d2491abe0..38d373e7e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.html @@ -10,7 +10,7 @@ - + @@ -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.Hotbar.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hotbar.html index f34f5ed6c..1e00ad196 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hotbar.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hotbar.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AutoSheathDelayTimer

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

    TargetBattleCharaId

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

    WeaponUnsheathed

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

    CancelCast()

    @@ -211,10 +211,10 @@ public void CancelCast() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsActionUnlocked(UInt32)

    @@ -265,10 +265,10 @@ public bool IsActionUnlocked(uint actionId)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.MapMarkerInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.MapMarkerInfo.html index 8f269a946..cfa32295d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.MapMarkerInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.MapMarkerInfo.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

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

    QuestID

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

    RecommendedLevel

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

    ShouldRender

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.QuestMarkerArray.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.QuestMarkerArray.html index 72ac2097f..04bc7cf05 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.QuestMarkerArray.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.QuestMarkerArray.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -159,10 +159,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.html index cf4fc4b86..5c542f597 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    QuestMarkers

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

    Instance()

    @@ -174,10 +174,10 @@ public static Map*Instance()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.PlayerState.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.PlayerState.html index 30356b208..7b7283f42 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.PlayerState.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.PlayerState.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Attributes

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

    BaseDexterity

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

    BaseIntelligence

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

    BaseMind

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

    BasePiety

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

    BaseRestedExperience

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

    BaseStrength

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

    BaseVitality

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

    CharacterName

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

    ClassJobExpArray

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

    ClassJobLevelArray

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

    ContentId

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

    CurrentClassJobId

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

    CurrentLevel

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

    DesynthesisLevels

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

    FavouriteAetheryteArray

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

    FavouriteAetheryteCount

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

    FreeAetheryteId

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

    GCRankImmortalFlames

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

    GCRankMaelstrom

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

    GCRankTwinAdders

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

    GrandCompany

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

    HomeAetheryteId

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

    IsLevelSynced

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

    IsLoaded

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

    ObjectId

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

    PlayerCommendations

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

    SyncedLevel

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

    GetDesynthesisLevel(UInt32)

    @@ -973,10 +973,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RelicNote.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RelicNote.html index df6c5e8b4..4de25ec6e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RelicNote.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RelicNote.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MonsterProgress

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

    ObjectiveProgress

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

    RelicID

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

    RelicNoteID

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

    GetMonsterProgress(Int32)

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

    Instance()

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

    IsDungeonComplete(Int32)

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

    IsFateComplete(Int32)

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

    IsLeveComplete(Int32)

    @@ -449,10 +449,10 @@ public static RelicNote*Instance()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Revive.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Revive.html index 170c359f6..430d31d7b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Revive.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Revive.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkEventInterface

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

    ReviveState

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

    Timer

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.html index 74cf76b83..b40a91c10 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.html @@ -10,7 +10,7 @@ - + @@ -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 0c6435e4f..63ac2bdb6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TeleportList

    @@ -135,10 +135,10 @@ | - 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)

    @@ -279,10 +279,10 @@ public bool Teleport(uint aetheryteID, byte subIndex) | - Improve this Doc + Improve this Doc - View Source + View Source

    UpdateAetheryteList()

    @@ -316,10 +316,10 @@ public void *UpdateAetheryteList()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.TeleportInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.TeleportInfo.html index d32849b33..080799a5a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.TeleportInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.TeleportInfo.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AetheryteId

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

    GilCost

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

    IsFavourite

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

    Plot

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

    SubIndex

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

    TerritoryId

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

    Ward

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

    IsAppartment

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

    IsSharedHouse

    @@ -377,10 +377,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html index 4008d1ddc..cf8eac944 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ActiveDirector

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

    Buddy

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

    FateDirector

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

    Hotbar

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

    Map

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

    PlayerState

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

    RelicNote

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

    Revive

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

    Telepo

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

    Instance()

    @@ -406,10 +406,10 @@ public static UIState*Instance()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html index 17479b718..5b426bcc9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.html index 60bc8fccb..6637dc757 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.html @@ -10,7 +10,7 @@ - + @@ -79,6 +79,8 @@

    ActionManager

    +

    Balloon

    +

    InventoryContainer

    InventoryItem

    @@ -93,6 +95,14 @@

    QuestManager.QuestListArray.Quest

    +

    RecastDetail

    +
    +

    RetainerManager

    +
    +

    RetainerManager.RetainerList

    +
    +

    RetainerManager.RetainerList.Retainer

    +

    Status

    StatusManager

    @@ -101,12 +111,18 @@

    ActionType

    +

    BalloonState

    +
    +

    BalloonType

    +

    InventoryItem.ItemFlags

    InventoryType

    QuestManager.QuestListArray.Quest.QuestFlags

    +

    RetainerManager.RetainerList.RetainerTown

    +
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html index 56ea54cc1..f76e690b8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html @@ -10,7 +10,7 @@ - + @@ -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 acb4b59ba..789218676 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html @@ -10,7 +10,7 @@ - + @@ -122,10 +122,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Vector

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

    vtbl

    @@ -186,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 2d08bea59..4430271e4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html @@ -10,7 +10,7 @@ - + @@ -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

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

    Instance()

    @@ -377,10 +377,10 @@ public static Device*Instance()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.PixelShader.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.PixelShader.html index 489dd088b..d8a89025b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.PixelShader.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.PixelShader.html @@ -10,7 +10,7 @@ - + @@ -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 f29d48d44..54972eaca 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass.html @@ -10,7 +10,7 @@ - + @@ -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 6ba64eee6..99fc44d88 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.html @@ -10,7 +10,7 @@ - + @@ -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 045b75606..27bc52be9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ConstantSamplerUnknown.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ConstantSamplerUnknown.html @@ -10,7 +10,7 @@ - + @@ -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 ac862a74e..e18b690b2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.html @@ -10,7 +10,7 @@ - + @@ -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 b1f03d984..c636cf632 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.html @@ -10,7 +10,7 @@ - + @@ -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 2e80912c9..e148a87cb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html @@ -10,7 +10,7 @@ - + @@ -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 0fdef817f..20f31661e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.VertexShader.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.VertexShader.html @@ -10,7 +10,7 @@ - + @@ -110,10 +110,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.html index 203036cfb..5309d6edf 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html index 7f6754897..b78945a5f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html @@ -10,7 +10,7 @@ - + @@ -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

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

    Implicit(Matrix44 to Matrix4x4)

    @@ -654,10 +654,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html index 18fa17b4e..f50e1466e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html @@ -10,7 +10,7 @@ - + @@ -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 90fa90167..d68af64de 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html @@ -10,7 +10,7 @@ - + @@ -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 942d9915b..ec40cbebb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html @@ -10,7 +10,7 @@ - + @@ -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.Physics.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.html index 7abe1f8eb..a0eebadce 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html index 4fb5387eb..a0919f99f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html @@ -10,7 +10,7 @@ - + @@ -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

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

    Implicit(Quarternion to Quaternion)

    @@ -277,10 +277,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Rectangle.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Rectangle.html index fe215f3b5..a9c30f834 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Rectangle.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Rectangle.html @@ -10,7 +10,7 @@ - + @@ -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

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

    Implicit(Rectangle to RectangleF)

    @@ -277,10 +277,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html index 634bc3698..e8cff788d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html @@ -10,7 +10,7 @@ - + @@ -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 b53d05a12..6fd60cdc5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderSubViews.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderSubViews.html @@ -10,7 +10,7 @@ - + @@ -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 fe33d0d6f..dbd9f083c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderViews.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderViews.html @@ -10,7 +10,7 @@ - + @@ -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 96b74d5dc..5352835c6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.html @@ -10,7 +10,7 @@ - + @@ -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 5da0a5430..77bf45836 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html @@ -10,7 +10,7 @@ - + @@ -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 8c0096cd2..9565cb73f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html @@ -10,7 +10,7 @@ - + @@ -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 c1fbc74bc..dc3763599 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html @@ -10,7 +10,7 @@ - + @@ -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 e33f436c6..29c4e0423 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html @@ -10,7 +10,7 @@ - + @@ -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 79cb7729c..a7d580c16 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.SubView.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.SubView.html @@ -10,7 +10,7 @@ - + @@ -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 13c47c27f..91b5d73d8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html @@ -10,7 +10,7 @@ - + @@ -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 a32875aa8..0e90f5847 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html @@ -10,7 +10,7 @@ - + @@ -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 000b1061e..1f82a4902 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.View.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.View.html @@ -10,7 +10,7 @@ - + @@ -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.Render.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.html index 43bddee14..adf8556ce 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html index 90d0a8c05..5214ba24d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html @@ -10,7 +10,7 @@ - + @@ -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 c020c998b..2c11cb602 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html @@ -10,7 +10,7 @@ - + @@ -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 bf5ddf523..08adc5969 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html @@ -10,7 +10,7 @@ - + @@ -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 8b210e0b6..aa5e7a736 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ChildObject

    @@ -133,6 +133,213 @@ + + | + Improve this Doc + + + View Source + +

    NextSiblingObject

    +
    +
    +
    Declaration
    +
    +
    public Object*NextSiblingObject
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Object*
    + + | + Improve this Doc + + + View Source + +

    ParentObject

    +
    +
    +
    Declaration
    +
    +
    public Object*ParentObject
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Object*
    + + | + Improve this Doc + + + View Source + +

    Position

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

    PreviousSiblingObject

    +
    +
    +
    Declaration
    +
    +
    public Object*PreviousSiblingObject
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Object*
    + + | + Improve this Doc + + + View Source + +

    Rotation

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

    Scale

    +
    +
    +
    Declaration
    +
    +
    public Vector3 Scale
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Vector3
    +

    Methods +

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

    GetObjectType()

    +
    +
    +
    Declaration
    +
    +
    [VirtualFunction(2)]
    +public ObjectType GetObjectType()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ObjectType
    @@ -141,10 +348,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html new file mode 100644 index 000000000..ddd677206 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html @@ -0,0 +1,182 @@ + + + + + + + + Enum ObjectType + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.html new file mode 100644 index 000000000..f59289f23 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.html @@ -0,0 +1,211 @@ + + + + + + + + Struct World + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html index 1e98dc7c3..74b06a7dc 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html @@ -10,7 +10,7 @@ - + @@ -85,6 +85,12 @@

    Object

    +

    World

    +
    +

    Enums +

    +

    ObjectType

    +
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html index 80935407f..3a3e63ece 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html @@ -10,7 +10,7 @@ - + @@ -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 f51851e3a..627289946 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html @@ -10,7 +10,7 @@ - + @@ -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

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

    Implicit(Vector3 to Vector3)

    @@ -248,10 +248,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.html index d42011250..c38b46bfd 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html index 991e049ea..5be43c5c2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html @@ -10,7 +10,7 @@ - + @@ -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.Configuration.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.html index 115bf80a9..236593e3f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.File.FileDescriptor.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.File.FileDescriptor.html index 380928eb1..6e3a54218 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.File.FileDescriptor.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.File.FileDescriptor.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentFileOffset

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

    FileBuffer

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

    FileInterface

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

    FileLength

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

    FileMode

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

    Next

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

    Previous

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

    Utf16FilePath

    @@ -344,10 +344,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.File.FileMode.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.File.FileMode.html index 5bc8535fe..a4c30a59d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.File.FileMode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.File.FileMode.html @@ -10,7 +10,7 @@ - + @@ -125,10 +125,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.File.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.File.html index 681816caf..36f446c50 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.File.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.File.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html index 1586e6991..e24f32427 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EorzeaTime

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

    ExcelModuleInterface

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

    ExdModule

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

    FrameDeltaTime

    +
    +
    +
    Declaration
    +
    +
    public float FrameDeltaTime
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source

    LuaState

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

    ServerTime

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

    SystemConfig

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

    UIModule

    @@ -311,10 +340,41 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    GetServerTime()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 03 07", IsStatic = true)]
    +public static long GetServerTime()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int64
    + + | + Improve this Doc + + + View Source

    GetUiModule()

    @@ -342,10 +402,10 @@ public UIModule*GetUiModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

    @@ -379,10 +439,10 @@ public static Framework*Instance()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.html index 0ada66848..357b9f319 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.ICreatable.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.ICreatable.html index 389b86193..c60a8b715 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.ICreatable.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.ICreatable.html @@ -10,7 +10,7 @@ - + @@ -85,10 +85,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Ctor()

    @@ -106,10 +106,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html index c88f63035..f3dd1d456 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Create<T>()

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

    Free(Void*, UInt64)

    @@ -190,10 +190,10 @@ public static void Free(void *ptr, ulong size) | - Improve this Doc + Improve this Doc - View Source + View Source

    Free<T>(T*)

    @@ -238,10 +238,10 @@ public static void Free(void *ptr, ulong size) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAnimationSpace()

    @@ -269,10 +269,10 @@ public static IMemorySpace*GetAnimationSpace() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetApricotSpace()

    @@ -300,10 +300,10 @@ public static IMemorySpace*GetApricotSpace() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetDefaultSpace()

    @@ -331,10 +331,10 @@ public static IMemorySpace*GetDefaultSpace() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetSoundSpace()

    @@ -362,10 +362,10 @@ public static IMemorySpace*GetSoundSpace() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetUISpace()

    @@ -393,10 +393,10 @@ public static IMemorySpace*GetUISpace() | - Improve this Doc + Improve this Doc - View Source + View Source

    Malloc(UInt64, UInt64)

    @@ -446,10 +446,10 @@ public void *Malloc(ulong size, ulong alignment) | - Improve this Doc + Improve this Doc - View Source + View Source

    Malloc<T>(UInt64)

    @@ -509,10 +509,10 @@ public void *Malloc(ulong size, ulong alignment) | - Improve this Doc + Improve this Doc - View Source + View Source

    Memset(Void*, Int32, UInt64)

    @@ -558,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 8e5d620e4..cc239d821 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.html @@ -10,7 +10,7 @@ - + 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 0500f697c..51d954e6d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Category

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

    FileName

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

    FileType

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

    Id

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

    RefCount

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

    DecRef()

    @@ -284,10 +284,10 @@ public bool DecRef() | - Improve this Doc + Improve this Doc - View Source + View Source

    IncRef()

    @@ -321,10 +321,10 @@ public bool IncRef()
    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 fc662044b..7ebd7ee7d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.html @@ -10,7 +10,7 @@ - + @@ -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.Resource.Handle.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.html index d30ee9c03..1f407224a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceCategory.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceCategory.html index bcbd68557..43ceb3355 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceCategory.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceCategory.html @@ -10,7 +10,7 @@ - + @@ -169,10 +169,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.CategoryContainer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.CategoryContainer.html index 2f28ae6f5..3c1b5c19d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.CategoryContainer.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.CategoryContainer.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CategoryMaps

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

    MainMap

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.html index d27a521d5..231ba27cd 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BgCommonContainer

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

    BgContainer

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

    CharaContainer

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

    CommonContainer

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

    ContainerArray

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

    CutContainer

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

    DebugContainer

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

    ExdContainer

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

    GameScriptContainer

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

    MusicContainer

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

    ShaderContainer

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

    SoundContainer

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

    SqpackTestContainer

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

    UiContainer

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

    UiScriptContainer

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

    VfxContainer

    @@ -576,10 +576,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceManager.html index 82ec0e194..2606449a6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceManager.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ResourceGraph

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

    FindResourceHandle(ResourceCategory*, UInt32*, UInt32*)

    @@ -195,10 +195,10 @@ public ResourceHandle*FindResourceHandle(ResourceCategory*category, uint *type, | - Improve this Doc + Improve this Doc - View Source + View Source

    GetResourceAsync(ResourceCategory*, UInt32*, UInt32*, Byte*, Void*, Boolean)

    @@ -268,10 +268,10 @@ public ResourceHandle*GetResourceAsync(ResourceCategory*category, uint *type, ui | - Improve this Doc + Improve this Doc - View Source + View Source

    GetResourceSync(ResourceCategory*, UInt32*, UInt32*, Byte*, Void*)

    @@ -342,10 +342,10 @@ public ResourceHandle*GetResourceSync(ResourceCategory*category, uint *type, uin
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.html index ee7181341..2528b75c7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html index 07e1f84c1..4c2e94d95 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html @@ -10,7 +10,7 @@ - + @@ -75,6 +75,10 @@
    +
    +
    Implements
    +
    ICreatable
    +
    Inherited Members
    @@ -97,16 +101,16 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    public struct Utf8String
    +
    public struct Utf8String : ICreatable

    Fields

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

    BufSize

    @@ -132,10 +136,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BufUsed

    @@ -161,10 +165,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InlineBuffer

    @@ -190,10 +194,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsEmpty

    @@ -219,10 +223,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsUsingInlineBuffer

    @@ -248,10 +252,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StringLength

    @@ -277,10 +281,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StringPtr

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

    Ctor()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ? ? ? ? 44 2B F7")]
    +public void Ctor()
    +
    + + | + Improve this Doc + + + View Source + + +

    Dtor()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ? ? ? ? B0 6E")]
    +public void Dtor()
    +
    + + | + Improve this Doc + + + View Source + + +

    FromString(String)

    +
    +
    +
    Declaration
    +
    +
    public static Utf8String*FromString(string str)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringstr
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Utf8String*
    + + | + Improve this Doc + + + View Source + + +

    FromString(String, IMemorySpace*)

    +
    +
    +
    Declaration
    +
    +
    public static Utf8String*FromString(string str, IMemorySpace*memorySpace)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringstr
    IMemorySpace*memorySpace
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Utf8String*
    + + | + Improve this Doc + + + View Source + + +

    SetString(Byte*)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ? ? ? ? 89 6F 68")]
    +public void SetString(byte *cStr)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Byte*cStr
    + + | + Improve this Doc + + + View Source

    ToString()

    @@ -338,6 +506,10 @@
    Overrides
    System.ValueType.ToString()
    +

    Implements

    +
    + ICreatable +
    @@ -346,10 +518,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.html index ca55f95fc..b9a252927 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.ActiveActions.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.ActiveActions.html index 898f0553c..25de66c33 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.ActiveActions.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.ActiveActions.html @@ -10,7 +10,7 @@ - + @@ -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 7b0702a17..731b62f15 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.SpellbookBlock.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.SpellbookBlock.html @@ -10,7 +10,7 @@ - + @@ -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 e44faf5a1..6465729c2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.html @@ -10,7 +10,7 @@ - + @@ -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 b4a958337..eba9dd68e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html @@ -10,7 +10,7 @@ - + @@ -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.AddonContentsFinderConfirm.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContentsFinderConfirm.html index 6f7e61411..1e7ca594f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContentsFinderConfirm.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContentsFinderConfirm.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkTextNode228

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

    AtkTextNode230

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

    AtkTextNode238

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

    AtkTextNode240

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

    AtkTextNode248

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

    AtkUnitBase

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

    CommenceButton

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

    WaitButton

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

    WithdrawButton

    @@ -373,10 +373,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html index 5163eff2e..b4308ad8c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html @@ -10,7 +10,7 @@ - + @@ -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.AddonContextMenu.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.html new file mode 100644 index 000000000..8df3aef97 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.html @@ -0,0 +1,236 @@ + + + + + + + + Struct AddonContextMenu + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonEnemyList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonEnemyList.html index 4141fd523..35a7f06b3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonEnemyList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonEnemyList.html @@ -10,7 +10,7 @@ - + @@ -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

    EnemyCount

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

    EnemyOneComponent

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

    HoveredIndex

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

    MaxEnemyCount

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

    SelectedIndex

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonExp.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonExp.html index 0cee8faba..64c837f75 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonExp.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonExp.html @@ -10,7 +10,7 @@ - + @@ -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

    ClassJob

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

    CurrentExp

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

    RequiredExp

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

    RestedExp

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

    CurrentExpPercent

    @@ -289,10 +289,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html index ef50f09fc..7df6c5db6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html @@ -10,7 +10,7 @@ - + @@ -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

    GatheredItemId1

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

    GatheredItemId2

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

    GatheredItemId3

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

    GatheredItemId4

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

    GatheredItemId5

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

    GatheredItemId6

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

    GatheredItemId7

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

    GatheredItemId8

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

    InventoryQuantityTextNode

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

    QuickGatheringComponentCheckBox

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

    unk288

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

    unk290

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

    unk298

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

    unk2A0

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

    unk2A8

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

    unk2B0

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

    unk2B8

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

    unk2C0

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

    unk2E8

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

    unk2F0

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

    unk2F8

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

    unk2FC

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

    UnkResNode

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

    UnkResNode220

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

    UnkResNode270

    @@ -1098,10 +1098,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html index 08e1f1b9d..112f1e1d5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html @@ -10,7 +10,7 @@ - + @@ -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 42897c42a..d92833f70 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html @@ -10,7 +10,7 @@ - + @@ -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 6d23361dc..3d8c948f0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html @@ -10,7 +10,7 @@ - + @@ -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 2b415710a..59c856d1f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html @@ -10,7 +10,7 @@ - + @@ -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 3eaf360ef..d0257cdc6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html @@ -10,7 +10,7 @@ - + @@ -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 c7de0e9bf..068ce512a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.html @@ -10,7 +10,7 @@ - + @@ -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 3517b871c..78bc1cba2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.html @@ -10,7 +10,7 @@ - + @@ -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 8ee088d47..c708daef4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemSearchResult.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemSearchResult.html @@ -10,7 +10,7 @@ - + @@ -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 30b3cef05..7a23596ac 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html @@ -10,7 +10,7 @@ - + @@ -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 25825591a..465dbf6d8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html @@ -10,7 +10,7 @@ - + @@ -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 6cc5fa193..c033b9cb8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html @@ -10,7 +10,7 @@ - + @@ -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 29669a25c..ae7844d56 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html @@ -10,7 +10,7 @@ - + @@ -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 12934f67f..3d63805ed 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html @@ -10,7 +10,7 @@ - + @@ -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 9ef00ac03..9bbd58eea 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html @@ -10,7 +10,7 @@ - + @@ -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 d48e3e96b..edaa2db73 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html @@ -10,7 +10,7 @@ - + @@ -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 57d60eaa2..914553d53 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html @@ -10,7 +10,7 @@ - + @@ -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.AddonMateriaRetrieveDialog.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonMateriaRetrieveDialog.html index 47e1f65da..0dc110a29 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonMateriaRetrieveDialog.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonMateriaRetrieveDialog.html @@ -10,7 +10,7 @@ - + @@ -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.AddonMaterializeDialog.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html index 7bcc57dad..f034aba24 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html @@ -10,7 +10,7 @@ - + @@ -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 f2e4ad12c..b347fbe6b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html @@ -10,7 +10,7 @@ - + @@ -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 66c5505b2..ca7a5cfcd 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer.html @@ -10,7 +10,7 @@ - + @@ -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 1de9366ee..4cda1664a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html @@ -10,7 +10,7 @@ - + @@ -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 6be42019d..e7af5dfe0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html @@ -10,7 +10,7 @@ - + @@ -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 0f7b37d8c..8f45a80eb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcons.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcons.html @@ -10,7 +10,7 @@ - + @@ -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 6d667d74b..7dd0ecd45 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.html @@ -10,7 +10,7 @@ - + @@ -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 610af0b8a..58fa9d9a9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyMembers.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyMembers.html @@ -10,7 +10,7 @@ - + @@ -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.TrustMembers.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html index c42a711ca..02c155147 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Trust0

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

    Trust1

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

    Trust2

    @@ -191,14 +191,130 @@ + + | + Improve this Doc + + + View Source + +

    Trust3

    +
    +
    +
    Declaration
    +
    +
    public AddonPartyList.PartyListMemberStruct Trust3
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    AddonPartyList.PartyListMemberStruct
    + + | + Improve this Doc + + + View Source + +

    Trust4

    +
    +
    +
    Declaration
    +
    +
    public AddonPartyList.PartyListMemberStruct Trust4
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    AddonPartyList.PartyListMemberStruct
    + + | + Improve this Doc + + + View Source + +

    Trust5

    +
    +
    +
    Declaration
    +
    +
    public AddonPartyList.PartyListMemberStruct Trust5
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    AddonPartyList.PartyListMemberStruct
    + + | + Improve this Doc + + + View Source + +

    Trust6

    +
    +
    +
    Declaration
    +
    +
    public AddonPartyList.PartyListMemberStruct Trust6
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    AddonPartyList.PartyListMemberStruct

    Properties

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

    Item[Int32]

    @@ -248,10 +364,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html index e17f73d12..57aff123e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html @@ -10,7 +10,7 @@ - + @@ -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,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    ChocoboIconId

    @@ -252,10 +252,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    Edited

    @@ -281,10 +281,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    EnmityLeaderIndex

    @@ -310,10 +310,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    HideWhenSolo

    @@ -339,10 +339,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    HoveredIndex

    @@ -368,10 +368,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    LeaderMarkResNode

    @@ -397,10 +397,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    MemberCount

    @@ -426,10 +426,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    MpBarSpecialResNode

    @@ -455,10 +455,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    MpBarSpecialTextNode

    @@ -484,10 +484,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyClassJobIconId

    @@ -513,10 +513,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyMember

    @@ -542,10 +542,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    PartyTypeTextNode

    @@ -571,10 +571,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    Pet

    @@ -600,10 +600,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    PetCount

    @@ -629,10 +629,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    PetIconId

    @@ -658,10 +658,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    TargetedIndex

    @@ -687,10 +687,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    TrustClassJobIconId

    @@ -716,10 +716,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    TrustCount

    @@ -745,10 +745,10 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source

    TrustMember

    @@ -774,17 +774,17 @@ public struct AddonPartyList | - Improve this Doc + Improve this Doc - View Source + View Source -

    UnknownFE8

    +

    Unknown1410

    Declaration
    -
    public int UnknownFE8
    +
    public int Unknown1410
    Field Value
    @@ -803,17 +803,17 @@ public struct AddonPartyList
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    UnknownFEC

    +

    Unknown1414

    Declaration
    -
    public int UnknownFEC
    +
    public int Unknown1414
    Field Value
    @@ -832,17 +832,17 @@ public struct AddonPartyList
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    UnknownFF0

    +

    Unknown1418

    Declaration
    -
    public byte UnknownFF0
    +
    public byte Unknown1418
    Field Value
    @@ -867,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 28e2ab835..d8929adbb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html @@ -10,7 +10,7 @@ - + @@ -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.AddonRelicNoteBook.TargetNode.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRelicNoteBook.TargetNode.html index 532a762aa..0bd2fcc49 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRelicNoteBook.TargetNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRelicNoteBook.TargetNode.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CheckBox

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

    CounterTextNode

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

    ImageNode

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

    ResNode

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRelicNoteBook.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRelicNoteBook.html index 95a438a91..4b399d888 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRelicNoteBook.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRelicNoteBook.html @@ -10,7 +10,7 @@ - + @@ -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

    CategoryList

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

    CornerImage

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

    Dungeon0

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

    Dungeon1

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

    Dungeon2

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

    DungeonContainer

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

    Enemy0

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

    Enemy1

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

    Enemy2

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

    Enemy3

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

    Enemy4

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

    Enemy5

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

    Enemy6

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

    Enemy7

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

    Enemy8

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

    Enemy9

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

    EnemyContainer

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

    Fate0

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

    Fate1

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

    Fate2

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

    FateContainer

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

    Leve0

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

    Leve1

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

    Leve2

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

    LeveContainer

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

    RewardText

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

    RewardTextAmount

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

    TargetLocationText

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

    TargetText

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

    WeaponImage

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

    WeaponImageContainer

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

    WeaponText

    @@ -1069,10 +1069,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html new file mode 100644 index 000000000..7ccd60bed --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html @@ -0,0 +1,497 @@ + + + + + + + + Struct AddonRepair + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html index bb2a5fb90..a6b71226d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html @@ -10,7 +10,7 @@ - + @@ -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 814913f6d..c0ccc5d83 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerSell.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerSell.html @@ -10,7 +10,7 @@ - + @@ -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 8a441d598..b70ea9dff 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html @@ -10,7 +10,7 @@ - + @@ -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 08e635cad..2e266ddea 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html @@ -10,7 +10,7 @@ - + @@ -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 e6c63770d..c957094b1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html @@ -10,7 +10,7 @@ - + @@ -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.PopupMenuDerive.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.PopupMenuDerive.html index 2f6b0aa3f..61108de7c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.PopupMenuDerive.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.PopupMenuDerive.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopupMenu

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html index 1b91e1985..25ec5299d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html @@ -10,7 +10,7 @@ - + @@ -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.AddonSelectString.PopupMenuDerive.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html index 24f8638bd..c25ae124d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopupMenu

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html index ac496332c..818eeb32c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html @@ -10,7 +10,7 @@ - + @@ -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 00b58129d..7abddc1fd 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html @@ -10,7 +10,7 @@ - + @@ -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 e534a9b79..2ea09d5da 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonShopCardDialog.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonShopCardDialog.html @@ -10,7 +10,7 @@ - + @@ -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.AddonSynthesis.CraftEffect.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.html new file mode 100644 index 000000000..44cc69470 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.html @@ -0,0 +1,265 @@ + + + + + + + + Struct AddonSynthesis.CraftEffect + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html new file mode 100644 index 000000000..2c5b2650e --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html @@ -0,0 +1,1802 @@ + + + + + + + + Struct AddonSynthesis + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html index 29910a7ea..05362569c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkEventListenerUnk

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

    AtkEventTarget

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

    AtkResNode230

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

    AtkTextNode220

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

    AtkTextNode228

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

    AtkTextNode238

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

    AtkTextNode240

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

    AtkTextNode248

    @@ -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

    String268

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

    String2D0

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

    String338

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

    String408

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

    String470

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

    String4D8

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

    String540

    @@ -576,10 +576,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html new file mode 100644 index 000000000..87d338504 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html @@ -0,0 +1,954 @@ + + + + + + + + Struct AddonTeleport + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html index ee9199161..1b05c751a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html @@ -10,7 +10,7 @@ - + @@ -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 510c33b65..bc1edd33e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html @@ -10,7 +10,7 @@ - + @@ -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 4dc428ba6..2131f9615 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html @@ -10,7 +10,7 @@ - + @@ -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 a3a30f579..8ad672342 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html @@ -10,7 +10,7 @@ - + @@ -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 1a2acd904..46b802053 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html @@ -10,7 +10,7 @@ - + @@ -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 cbe90d5fc..d9ab823da 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html @@ -10,7 +10,7 @@ - + @@ -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.AgentContext.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html new file mode 100644 index 000000000..d88e3c0a0 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html @@ -0,0 +1,384 @@ + + + + + + + + Struct AgentContext + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.html new file mode 100644 index 000000000..602433bd9 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.html @@ -0,0 +1,294 @@ + + + + + + + + Struct AgentContextInterface + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.html new file mode 100644 index 000000000..3b3f435df --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.html @@ -0,0 +1,294 @@ + + + + + + + + Struct AgentContextMenuItems + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html index aec60ade1..c3172827e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html @@ -10,7 +10,7 @@ - + @@ -100,16 +100,17 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    public struct AgentHUD
    +
    [Agent(AgentId.Hud)]
    +public struct AgentHUD

    Fields

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

    AgentInterface

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

    CompanionSummonTimer

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

    PartyEnmityList

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

    PartyMemberCount

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

    PartyMemberList

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

    PartyTitleAddonId

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

    RaidGroupSize

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

    RaidMemberIds

    @@ -340,10 +341,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OpenContextMenuFromTarget(GameObject*)

    @@ -379,10 +380,10 @@ public void OpenContextMenuFromTarget(GameObject*gameObject)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html index b84bfc8f0..582645f54 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html @@ -10,7 +10,7 @@ - + @@ -112,7 +112,19 @@ - AOZNotebook + AirShipExploration + + + + AirShipExplorationDetail + + + + AozNotebook + + + + AquariumSetting @@ -120,11 +132,11 @@ - BeginnersMansionProblem + Bait - Blacklist + BeginnersMansionProblem @@ -135,22 +147,46 @@ Cabinet + + Catch + + CharaMake + + ChatConfig + + ChatLog + + CircleBook + + CircleList + + CloseMessage + + Colorant + + CompanyCraftMaterial + + + + CompanyCraftRecipeNoteBook + + Config @@ -163,14 +199,42 @@ Configkey + + ConfigLogColor + + + + ConfigPadcustomize + + + + ContactList + + ContentsFinder + + ContentsFinderMenu + + + + ContentsFinderSetting + + + + ContentsMvp + + ContentsNote + + ContentsReplayPlayer + + ContentsReplaySetting @@ -187,6 +251,22 @@ CountDownSettingDialog + + CraftActionSimulator + + + + Credit + + + + CreditCast + + + + CrossWorldLinkShell + + Currency @@ -195,6 +275,10 @@ Cursor + + CursorLocation + + CutsceneReplay @@ -204,7 +288,39 @@ - Detail + DeepDungeonMap + + + + DeepDungeonMenu + + + + DeepDungeonSaveData + + + + DeepDungeonScore + + + + DeepDungeonStatus + + + + Description + + + + DpsChallenge + + + + Emj + + + + EmjSetting @@ -212,7 +328,11 @@ - FateReward + Fashion + + + + FateProgress @@ -235,6 +355,26 @@ FreeCompany + + FreeCompanyChest + + + + FreeCompanyCreditShop + + + + FreeCompanyCrestDecal + + + + FreeCompanyCrestEditor + + + + FreeCompanyExchange + + FreeCompanyInputString @@ -243,34 +383,102 @@ FreeCompanyProfile - - FriendList - - GatheringNote - GatherNote + GcArmyCapture + + + + GcArmyExpedition + + + + GcArmyMemberList + + + + GcArmyMenberProfile + + + + GcArmyOrder + + + + GcArmyTraining + + + + Gearset GoldSaucer + + GoldSaucerMiniGame + + + + GoldSaucerReward + + + + GrandCompanyExchange + + + + GrandCompanyRank + + + + GrandCompanySupply + + Housing + + HousingBuddyList + + + + HousingEditContainer + + + + HousingGuestBook + + + + HousingPlant + + + + HousingPortal + + HousingSignboard + + Howto + + HowtoList + + HowtoNotice + + Hud @@ -295,6 +503,10 @@ InventoryContext + + ItemAppraisal + + ItemCompare @@ -303,6 +515,10 @@ ItemDetail + + ItemInspection + + ItemSearch @@ -312,17 +528,29 @@ - Letter + JournalAccept + + + + JournalResult LetterEdit + + LetterList + + LetterView + + LeveQuest + + LicenseViewer @@ -339,6 +567,38 @@ LookingForGroup + + Loot + + + + LotteryDaily + + + + LotteryWeekly + + + + LovmNamePlate + + + + LovmPaletteEdit + + + + LovmParty + + + + LovmRanking + + + + LovmResult + + Macro @@ -352,7 +612,11 @@ - Market + MateriaAttach + + + + Materialize @@ -367,6 +631,10 @@ MinionNotebook + + MiragePrism + + MiragePrismMiragePlate @@ -375,6 +643,10 @@ MiragePrismPrismBox + + MiragePrismPrismItemDetail + + MobHunt @@ -391,16 +663,48 @@ MountSpeed + + MovieSubtitle + + + + MycBattleAreaInfo + + + + MycInfo + + + + MycItemBag + + + + MycItemBox + + Orchestrion + + OrchestrionInn + + + + OrchestrionPlayList + + OrnamentNoteBook - PartyMember + PadMouseMode + + + + PersonalRoomPortal @@ -411,10 +715,22 @@ PvpProfile + + PvpTeam + + QuestRedo + + QuestRedoHud + + + + RaidFinder + + RecipeNote @@ -423,10 +739,26 @@ RecommendList + + ReconstructionBox + + + + ReconstructionBuyback + + RelicNotebook + + Repair + + + + Retainer + + RetainerList @@ -439,6 +771,14 @@ RetainerTask + + Revive + + + + RideShooting + + ScenarioTree @@ -447,18 +787,46 @@ ScreenLog - - Search - - Shop + + Snipe + + Social + + SocialBlacklist + + + + SocialDetail + + + + SocialFriendList + + + + SocialPartyMember + + + + SocialSearch + + + + Status + + + + SubmersibleExplorationDetail + + SupportEdit @@ -475,6 +843,10 @@ SupportView + + TargetCircle + + Teleport @@ -483,6 +855,10 @@ TeleportHousingFriend + + TelepotTown + + Trade @@ -491,14 +867,50 @@ TreasureHunt + + TrippleTriad + + Tryon + + VoteGiveUp + + + + VoteKick + + + + VoteTreasure + + + + WeatherReport + + WebGuidance + + WebLauncher + + + + WeeklyBingo + + + + WorldTravel + + + + YkwNote + +

    Extension Methods

    @@ -513,10 +925,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html new file mode 100644 index 000000000..a67688946 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html @@ -0,0 +1,529 @@ + + + + + + + + Struct AgentInventoryContext + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.html new file mode 100644 index 000000000..fa71b82bb --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.html @@ -0,0 +1,356 @@ + + + + + + + + Struct AgentItemSearch + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.html index 72a761dc1..dd8dfb581 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.html @@ -10,7 +10,7 @@ - + @@ -100,16 +100,46 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    public struct AgentLobby
    +
    [Agent(AgentId.Lobby)]
    +public struct AgentLobby

    Fields

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

    AgentInterface

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

    DataCenter

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

    IdleTime

    @@ -164,17 +194,17 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

    vtbl

    +

    SelectedCharacterId

    Declaration
    -
    public void *vtbl
    +
    public ulong SelectedCharacterId
    Field Value
    @@ -186,7 +216,36 @@ - + + + + +
    System.Void*System.UInt64
    + + | + Improve this Doc + + + View Source + +

    WorldId

    +
    +
    +
    Declaration
    +
    +
    public ushort WorldId
    +
    +
    Field Value
    + + + + + + + + + + @@ -195,10 +254,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

    @@ -231,10 +290,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html new file mode 100644 index 000000000..974f18243 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html @@ -0,0 +1,1378 @@ + + + + + + + + Struct AgentMap + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    TypeDescription
    System.UInt16
    + + + + + + + + + + + + +
    TypeDescription
    AgentInterface
    + + | + Improve this Doc + + + View Source + +

    CurrentMapBgPath

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

    CurrentMapDiscoveryFlag

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

    CurrentMapId

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

    CurrentMapMarkerRange

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

    CurrentMapPath

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

    CurrentMapSizeFactor

    +
    +
    +
    Declaration
    +
    +
    public short CurrentMapSizeFactor
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int16
    + + | + Improve this Doc + + + View Source + +

    CurrentMapSizeFactorFloat

    +
    +
    +
    Declaration
    +
    +
    public float CurrentMapSizeFactorFloat
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    CurrentOffsetX

    +
    +
    +
    Declaration
    +
    +
    public short CurrentOffsetX
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int16
    + + | + Improve this Doc + + + View Source + +

    CurrentOffsetY

    +
    +
    +
    Declaration
    +
    +
    public short CurrentOffsetY
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int16
    + + | + Improve this Doc + + + View Source + +

    CurrentTerritoryId

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

    FlagMapMarker

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

    IsControlKeyPressed

    +
    +
    +
    Declaration
    +
    +
    public byte IsControlKeyPressed
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + +

    IsFlagMarkerSet

    +
    +
    +
    Declaration
    +
    +
    public byte IsFlagMarkerSet
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + +

    IsPlayerMoving

    +
    +
    +
    Declaration
    +
    +
    public byte IsPlayerMoving
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + +

    MapMarkerInfoArray

    +
    +
    +
    Declaration
    +
    +
    public byte *MapMarkerInfoArray
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte*
    + + | + Improve this Doc + + + View Source + +

    MiniMapMarkerArray

    +
    +
    +
    Declaration
    +
    +
    public byte *MiniMapMarkerArray
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte*
    + + | + Improve this Doc + + + View Source + +

    SelectedMapBgPath

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

    SelectedMapDiscoveryFlag

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

    SelectedMapId

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

    SelectedMapMarkerRange

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

    SelectedMapPath

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

    SelectedMapSizeFactor

    +
    +
    +
    Declaration
    +
    +
    public short SelectedMapSizeFactor
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int16
    + + | + Improve this Doc + + + View Source + +

    SelectedMapSizeFactorFloat

    +
    +
    +
    Declaration
    +
    +
    public float SelectedMapSizeFactorFloat
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    SelectedOffsetX

    +
    +
    +
    Declaration
    +
    +
    public short SelectedOffsetX
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int16
    + + | + Improve this Doc + + + View Source + +

    SelectedOffsetY

    +
    +
    +
    Declaration
    +
    +
    public short SelectedOffsetY
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int16
    + + | + Improve this Doc + + + View Source + +

    SelectedTerritoryId

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

    TempMapMarkerArray

    +
    +
    +
    Declaration
    +
    +
    public byte *TempMapMarkerArray
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte*
    + + | + Improve this Doc + + + View Source + +

    TempMapMarkerCount

    +
    +
    +
    Declaration
    +
    +
    public byte TempMapMarkerCount
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + +

    UnkArray1

    +
    +
    +
    Declaration
    +
    +
    public byte *UnkArray1
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte*
    + + | + Improve this Doc + + + View Source + +

    UnkArray2

    +
    +
    +
    Declaration
    +
    +
    public byte *UnkArray2
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte*
    +

    Methods +

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

    AddGatheringTempMarker(Int32, Int32, Int32, UInt32, UInt32, String)

    +
    +
    +
    Declaration
    +
    +
    public void AddGatheringTempMarker(int mapX, int mapY, int radius, uint iconId = 0U, uint styleFlags = 4U, string tooltip = null)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32mapX
    System.Int32mapY
    System.Int32radius
    System.UInt32iconId
    System.UInt32styleFlags
    System.Stringtooltip
    + + | + Improve this Doc + + + View Source + + +

    AddGatheringTempMarker(UInt32, Int32, Int32, UInt32, Int32, Utf8String*)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("48 89 5C 24 ?? 48 89 6C 24 ?? 48 89 7C 24 ?? 41 54 41 55 41 56 48 83 EC 20")]
    +public void AddGatheringTempMarker(uint styleFlags, int mapX, int mapY, uint iconId, int radius, Utf8String*tooltip)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32styleFlags
    System.Int32mapX
    System.Int32mapY
    System.UInt32iconId
    System.Int32radius
    Utf8String*tooltip
    + + | + Improve this Doc + + + View Source + + +

    OpenMap(OpenMapInfo*)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 48 8B 8C 24 ?? ?? ?? ?? 48 8B 41 28")]
    +public void OpenMap(OpenMapInfo*data)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    OpenMapInfo*data
    + + | + Improve this Doc + + + View Source + + +

    OpenMap(UInt32, UInt32, String, MapType)

    +
    +
    +
    Declaration
    +
    +
    public void OpenMap(uint mapId, uint territoryId = 0U, string windowTitle = null, MapType type = MapType.FlagMarker)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32mapId
    System.UInt32territoryId
    System.StringwindowTitle
    MapTypetype
    + + | + Improve this Doc + + + View Source + + +

    OpenMapByMapId(UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? E9 ?? ?? ?? ?? 48 8B 4F 58")]
    +public void OpenMapByMapId(uint mapId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32mapId
    + + | + Improve this Doc + + + View Source + + +

    SetFlagMapMarker(UInt32, UInt32, Vector3, UInt32)

    +
    +
    +
    Declaration
    +
    +
    public void SetFlagMapMarker(uint territoryId, uint mapId, Vector3 worldPosition, uint iconId = 60561U)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32territoryId
    System.UInt32mapId
    System.Numerics.Vector3worldPosition
    System.UInt32iconId
    + + | + Improve this Doc + + + View Source + + +

    SetFlagMapMarker(UInt32, UInt32, Single, Single, UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 48 8D 4C 24 ?? E8 ?? ?? ?? ?? 33 ED 48 8D 15")]
    +public void SetFlagMapMarker(uint territoryId, uint mapId, float mapX, float mapY, uint iconId = 60561U)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32territoryId
    System.UInt32mapId
    System.SinglemapX
    System.SinglemapY
    System.UInt32iconId
    + +
    + + + + + + + + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html index 48e034c73..c295dcc3e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html @@ -10,7 +10,7 @@ - + @@ -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

    AgentModulePtr

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

    FrameCounter

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

    FrameDelta

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

    Initialized

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

    RaptureHotbarModulePtr

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

    UIModule

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

    UIModulePtr

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

    Unk_11

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

    vtbl

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

    GetAgentByInternalId(AgentId)

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

    GetAgentByInternalID(UInt32)

    @@ -493,10 +493,10 @@ public AgentInterface*GetAgentByInternalID(uint agentID) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAgentHUD()

    @@ -523,10 +523,10 @@ public AgentInterface*GetAgentByInternalID(uint agentID) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAgentHudLayout()

    @@ -553,10 +553,40 @@ public AgentInterface*GetAgentByInternalID(uint agentID) | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    GetAgentItemSearch()

    +
    +
    +
    Declaration
    +
    +
    public AgentItemSearch*GetAgentItemSearch()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AgentItemSearch*
    + + | + Improve this Doc + + + View Source

    GetAgentLobby()

    @@ -583,10 +613,130 @@ public AgentInterface*GetAgentByInternalID(uint agentID) | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    GetAgentMap()

    +
    +
    +
    Declaration
    +
    +
    public AgentMap*GetAgentMap()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AgentMap*
    + + | + Improve this Doc + + + View Source + + +

    GetAgentRetainerList()

    +
    +
    +
    Declaration
    +
    +
    public AgentRetainerList*GetAgentRetainerList()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AgentRetainerList*
    + + | + Improve this Doc + + + View Source + + +

    GetAgentRevive()

    +
    +
    +
    Declaration
    +
    +
    public AgentRevive*GetAgentRevive()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AgentRevive*
    + + | + Improve this Doc + + + View Source + + +

    GetAgentScreenLog()

    +
    +
    +
    Declaration
    +
    +
    public AgentScreenLog*GetAgentScreenLog()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AgentScreenLog*
    + + | + Improve this Doc + + + View Source

    GetAgentTeleport()

    @@ -619,10 +769,10 @@ public AgentInterface*GetAgentByInternalID(uint agentID)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.html new file mode 100644 index 000000000..5fd266abb --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.html @@ -0,0 +1,236 @@ + + + + + + + + Struct AgentRetainerList.Retainer + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html new file mode 100644 index 000000000..0b5f10750 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html @@ -0,0 +1,488 @@ + + + + + + + + Struct AgentRetainerList.RetainerList + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.html new file mode 100644 index 000000000..88dda4947 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.html @@ -0,0 +1,327 @@ + + + + + + + + Struct AgentRetainerList + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRevive.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRevive.html index 2a375283e..921bdd05f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRevive.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRevive.html @@ -10,7 +10,7 @@ - + @@ -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

    ResurrectingPlayerId

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

    ResurrectingPlayerName

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

    ResurrectionTimeLeft

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

    Revive

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

    ReviveState

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.html new file mode 100644 index 000000000..e6f2c8b45 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.html @@ -0,0 +1,294 @@ + + + + + + + + Struct AgentScreenLog + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentTeleport.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentTeleport.html index 44c39339c..1a1d84667 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentTeleport.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentTeleport.html @@ -10,7 +10,7 @@ - + @@ -100,16 +100,17 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    public struct AgentTeleport
    +
    [Agent(AgentId.Teleport)]
    +public struct AgentTeleport

    Fields

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

    AetheryteCount

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

    AetheryteList

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

    AgentInterface

    @@ -199,10 +200,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html new file mode 100644 index 000000000..3013316b2 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html @@ -0,0 +1,410 @@ + + + + + + + + Struct BalloonInfo + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.html new file mode 100644 index 000000000..a9bd026eb --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.html @@ -0,0 +1,207 @@ + + + + + + + + Struct BalloonSlot + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html new file mode 100644 index 000000000..e2d5ef022 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html @@ -0,0 +1,294 @@ + + + + + + + + Struct FlagMapMarker + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMember.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMember.html index 07abd9fff..87118e66e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMember.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMember.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ContentId

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

    Name

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

    Object

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

    ObjectId

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMemberEnmity.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMemberEnmity.html index 49a31a0b9..4ca01586b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMemberEnmity.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMemberEnmity.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Enmity

    @@ -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

    ObjectId

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html new file mode 100644 index 000000000..9ecefdb7a --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html @@ -0,0 +1,410 @@ + + + + + + + + Struct MapMarkerBase + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.html new file mode 100644 index 000000000..b590ca71d --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.html @@ -0,0 +1,265 @@ + + + + + + + + Struct MapMarkerInfo + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html new file mode 100644 index 000000000..2e8d05d3a --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html @@ -0,0 +1,182 @@ + + + + + + + + Enum MapType + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.html new file mode 100644 index 000000000..548100b41 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.html @@ -0,0 +1,178 @@ + + + + + + + + Struct MiniMapMarker + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.html new file mode 100644 index 000000000..3ada652e5 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.html @@ -0,0 +1,265 @@ + + + + + + + + Struct OpenMapInfo + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.html new file mode 100644 index 000000000..a332cd5b1 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.html @@ -0,0 +1,265 @@ + + + + + + + + Struct TempMapMarker + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html index ec5e64e31..0e28b7f21 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html @@ -10,7 +10,7 @@ - + @@ -77,24 +77,62 @@

    Structs

    +

    AgentContext

    +
    +

    AgentContextInterface

    +
    +

    AgentContextMenuItems

    +

    AgentHUD

    +

    AgentInventoryContext

    +
    +

    AgentItemSearch

    +

    AgentLobby

    +

    AgentMap

    +

    AgentModule

    +

    AgentRetainerList

    +
    +

    AgentRetainerList.Retainer

    +
    +

    AgentRetainerList.RetainerList

    +

    AgentRevive

    +

    AgentScreenLog

    +

    AgentTeleport

    +

    BalloonInfo

    +
    +

    BalloonSlot

    +
    +

    FlagMapMarker

    +

    HudPartyMember

    HudPartyMemberEnmity

    +

    MapMarkerBase

    +
    +

    MapMarkerInfo

    +
    +

    MiniMapMarker

    +
    +

    OpenMapInfo

    +
    +

    TempMapMarker

    +

    Enums

    AgentId

    +

    MapType

    +
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.html new file mode 100644 index 000000000..80f126c02 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.html @@ -0,0 +1,239 @@ + + + + + + + + Struct CrossRealmGroup + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html new file mode 100644 index 000000000..7d24e9fce --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html @@ -0,0 +1,439 @@ + + + + + + + + Struct CrossRealmMember + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html index 9f4ab4440..a6aab23d1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html @@ -10,7 +10,7 @@ - + @@ -106,17 +106,46 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

    Unk390

    +

    CrossRealmGroupArray

    Declaration
    -
    public byte Unk390
    +
    public byte *CrossRealmGroupArray
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte*
    + + | + Improve this Doc + + + View Source + +

    GroupCount

    +
    +
    +
    Declaration
    +
    +
    public byte GroupCount
    Field Value
    @@ -135,17 +164,17 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    Unk391

    +

    IsCrossRealm

    Declaration
    -
    public byte Unk391
    +
    public byte IsCrossRealm
    Field Value
    @@ -164,17 +193,17 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    Unk392

    +

    IsInAllianceRaid

    Declaration
    -
    public byte Unk392
    +
    public byte IsInAllianceRaid
    Field Value
    @@ -193,17 +222,17 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    Unk393

    +

    IsInCrossRealmParty

    Declaration
    -
    public byte Unk393
    +
    public byte IsInCrossRealmParty
    Field Value
    @@ -222,17 +251,104 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source + +

    IsPartyLeader

    +
    +
    +
    Declaration
    +
    +
    public byte IsPartyLeader
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + +

    LocalPlayerGroupIndex

    +
    +
    +
    Declaration
    +
    +
    public byte LocalPlayerGroupIndex
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + +

    UiModule

    +
    +
    +
    Declaration
    +
    +
    public UIModule*UiModule
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    UIModule*
    + + | + Improve this Doc + + + View Source

    Vtbl

    Declaration
    -
    public void *Vtbl
    +
    public void **Vtbl
    Field Value
    @@ -244,7 +360,458 @@ - + + + + +
    System.Void*System.Void**
    +

    Properties +

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

    CrossRealmGroupSpan

    +
    +
    +
    Declaration
    +
    +
    public readonly ReadOnlySpan<CrossRealmGroup> CrossRealmGroupSpan { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.ReadOnlySpan<CrossRealmGroup>
    +

    Methods +

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

    GetGroupIndex(Byte)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 0F B6 D8 8B CB", IsStatic = true)]
    +public static byte GetGroupIndex(byte group)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Bytegroup
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + + +

    GetGroupMember(UInt32, Int32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 44 38 60 4B", IsStatic = true)]
    +public static CrossRealmMember*GetGroupMember(uint memberIndex, int groupIndex = -1)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32memberIndex
    System.Int32groupIndex
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    CrossRealmMember*
    + + | + Improve this Doc + + + View Source + + +

    GetGroupMemberCount(Int32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 0F B6 C0 EB 0C", IsStatic = true)]
    +public static byte GetGroupMemberCount(int groupIndex)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32groupIndex
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + + +

    GetMemberByContentId(UInt64)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 48 8B F8 8B 46 10", IsStatic = true)]
    +public static CrossRealmMember*GetMemberByContentId(ulong contentId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt64contentId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    CrossRealmMember*
    + + | + Improve this Doc + + + View Source + + +

    GetMemberByObjectId(UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("40 53 4C 8B 05", IsStatic = true)]
    +public static CrossRealmMember*GetMemberByObjectId(uint objectId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32objectId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    CrossRealmMember*
    + + | + Improve this Doc + + + View Source + + +

    GetPartyMemberCount()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 3C 01 77 4B", IsStatic = true)]
    +public static byte GetPartyMemberCount()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + + +

    Instance()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 80 B8 ?? ?? ?? ?? ?? 74 5C", IsStatic = true)]
    +public static InfoProxyCrossRealm*Instance()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    InfoProxyCrossRealm*
    + + | + Improve this Doc + + + View Source + + +

    IsAllianceRaid()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 84 C0 75 8F", IsStatic = true)]
    +public static bool IsAllianceRaid()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    IsContentIdInParty(UInt64)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 84 C0 75 2E 0F B6 5E 11", IsStatic = true)]
    +public static bool IsContentIdInParty(ulong contentId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt64contentId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    IsCrossRealmParty()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? F6 D8 1A C0", IsStatic = true)]
    +public static bool IsCrossRealmParty()
    +
    +
    Returns
    + + + + + + + + + + @@ -257,10 +824,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.html index 095de76ea..879881f31 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.html @@ -10,7 +10,7 @@ - + @@ -77,6 +77,10 @@

    Structs

    +

    CrossRealmGroup

    +
    +

    CrossRealmMember

    +

    InfoProxyCrossRealm

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.Option.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.Option.html index fd1a7a314..8872ee692 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.Option.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.Option.html @@ -10,7 +10,7 @@ - + @@ -106,17 +106,17 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OptionID

    Declaration
    -
    public short OptionID
    +
    public ConfigOption OptionID
    Field Value
    TypeDescription
    System.Boolean
    @@ -128,17 +128,17 @@ - +
    System.Int16ConfigOption
    | - 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

    Unk00

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

    Unk08

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

    Unk14

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

    Unk18

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

    Unk1C

    @@ -315,10 +315,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.html index 423bf14ff..3d89d211a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.html @@ -10,7 +10,7 @@ - + @@ -106,17 +106,17 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigOptionCount

    Declaration
    -
    public const int ConfigOptionCount = 680
    +
    public const int ConfigOptionCount = 681
    Field Value
    @@ -135,10 +135,10 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source

    UIModule

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

    GetOption(ConfigOption)

    +
    +
    +
    Declaration
    +
    +
    public ConfigModule.Option*GetOption(ConfigOption option)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    ConfigOptionoption
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ConfigModule.Option*
    + + | + Improve this Doc + + + View Source

    GetOption(UInt32)

    @@ -213,10 +260,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetOptionById(Int16)

    @@ -260,10 +307,57 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    GetValue(ConfigOption)

    +
    +
    +
    Declaration
    +
    +
    public AtkValue*GetValue(ConfigOption option)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    ConfigOptionoption
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AtkValue*
    + + | + Improve this Doc + + + View Source

    GetValue(UInt32)

    @@ -307,10 +401,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetValueById(Int16)

    @@ -354,10 +448,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Instance()

    @@ -384,10 +478,47 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    SetOption(ConfigOption, Int32)

    +
    +
    +
    Declaration
    +
    +
    public void SetOption(ConfigOption option, int value)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    ConfigOptionoption
    System.Int32value
    + + | + Improve this Doc + + + View Source

    SetOption(UInt32, Int32, Int32, Boolean, Boolean)

    @@ -452,10 +583,10 @@ public bool SetOption(uint index, int value, int a4 = 2, bool a5 = true, bool a6 | - Improve this Doc + Improve this Doc - View Source + View Source

    SetOptionById(Int16, Int32)

    @@ -495,10 +626,10 @@ public bool SetOption(uint index, int value, int a4 = 2, bool a5 = true, bool a6
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html new file mode 100644 index 000000000..d78e44b00 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html @@ -0,0 +1,198 @@ + + + + + + + + Enum ConfigOption + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBar.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBar.html index 8e295d04a..b335651df 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBar.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBar.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size

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

    Slot

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.html index 54aeaf71e..d1370828d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CommandId

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

    CommandType

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

    Icon

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

    IconA

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

    IconB

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

    IconTypeA

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

    IconTypeB

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

    IsEmpty

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

    PopUpHelp

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

    Size

    @@ -394,6 +394,88 @@ +

    Methods +

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

    Set(HotbarSlotType, UInt32)

    +
    +
    +
    Declaration
    +
    +
    public void Set(HotbarSlotType type, uint id)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    HotbarSlotTypetype
    System.UInt32id
    + + | + Improve this Doc + + + View Source + + +

    Set(UIModule*, HotbarSlotType, UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 4C 39 6F 08")]
    +public void Set(UIModule*uiModule, HotbarSlotType type, uint id)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    UIModule*uiModule
    HotbarSlotTypetype
    System.UInt32id
    @@ -402,10 +484,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlots.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlots.html index b8fe5c550..a2bc171df 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlots.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlots.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -159,10 +159,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBars.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBars.html index 011a50a42..91feb2067 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBars.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBars.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -159,10 +159,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType.html index c319f50e7..e748b165f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType.html @@ -10,7 +10,7 @@ - + @@ -205,10 +205,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.html new file mode 100644 index 000000000..c5f53b2e5 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.html @@ -0,0 +1,265 @@ + + + + + + + + Struct LogMessageSource + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html index 87e2e7fbe..f7801ab16 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html @@ -10,7 +10,7 @@ - + @@ -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.RaptureGearsetModule.GearsetEntry.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.html index b40825ea8..0d78d1638 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Belt

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

    Body

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

    ClassJob

    +
    +
    +
    Declaration
    +
    +
    public byte ClassJob
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source

    Ears

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

    Feet

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

    Flags

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

    Hands

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

    Head

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

    ID

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

    ItemsData

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

    Legs

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

    MainHand

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

    Name

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

    Neck

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

    OffHand

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

    RightLeft

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

    RingRight

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

    SoulStone

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

    Wrists

    @@ -663,10 +692,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetFlag.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetFlag.html index d595fdb2c..2b23c8500 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetFlag.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetFlag.html @@ -10,7 +10,7 @@ - + @@ -110,10 +110,10 @@ public enum GearsetFlag : byte
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetItem.html index 657bb93c1..1c808fb41 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetItem.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemID

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.Gearsets.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.Gearsets.html index 6c6a4d1aa..d0705778f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.Gearsets.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.Gearsets.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -159,10 +159,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.html index 2db6e19e6..6cd4eb006 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Gearset

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

    ModuleName

    @@ -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()

    @@ -231,10 +231,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.html index 708194caf..f06564e63 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HotBar

    @@ -133,6 +133,64 @@ + + | + Improve this Doc + + + View Source + +

    SavedClassJob

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

    UiModule

    +
    +
    +
    Declaration
    +
    +
    public UIModule*UiModule
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    UIModule*
    @@ -141,10 +199,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html index 2cc4b7400..57a458880 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html @@ -10,7 +10,7 @@ - + @@ -102,14 +102,238 @@
    public struct RaptureLogModule
    +

    Fields +

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

    ChatTabs

    +
    +
    +
    Declaration
    +
    +
    public byte *ChatTabs
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte*
    + + | + Improve this Doc + + + View Source + +

    ExcelModuleInterface

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

    LogModule

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

    MsgSourceArray

    +
    +
    +
    Declaration
    +
    +
    public LogMessageSource*MsgSourceArray
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    LogMessageSource*
    + + | + Improve this Doc + + + View Source + +

    MsgSourceArrayLength

    +
    +
    +
    Declaration
    +
    +
    public int MsgSourceArrayLength
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    + + | + Improve this Doc + + + View Source + +

    RaptureTextModule

    +
    +
    +
    Declaration
    +
    +
    public RaptureTextModule*RaptureTextModule
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    RaptureTextModule*

    Methods

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

    GetContentIdForLogMessage(Int32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("4C 8B 81 ?? ?? ?? ?? 4D 85 C0 74 17")]
    +public ulong GetContentIdForLogMessage(int index)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32index
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt64
    + + | + Improve this Doc + + + View Source

    ShowLogMessage(UInt32)

    @@ -145,10 +369,10 @@ public void ShowLogMessage(uint logMessageID)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.html new file mode 100644 index 000000000..6e6e26102 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.html @@ -0,0 +1,207 @@ + + + + + + + + Struct RaptureLogModuleTab + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.Lines.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.Lines.html index 73c35bb2a..2b93f22bf 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.Lines.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.Lines.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -159,10 +159,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.html index 028f0e52e..7e6ff5a69 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,39 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + +

    IconId

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

    Line

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

    Name

    @@ -162,6 +191,35 @@ + + | + Improve this Doc + + + View Source + +

    Unk

    +
    +
    +
    Declaration
    +
    +
    public uint Unk
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    @@ -170,10 +228,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.MacroPage.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.MacroPage.html index 8c194adc3..a0b4c4a75 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.MacroPage.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.MacroPage.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -159,10 +159,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html index f03c133fa..463489600 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Individual

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

    Shared

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

    Instance

    @@ -194,6 +194,228 @@ +

    Methods +

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

    AppendMacroLines(RaptureMacroModule.Macro*, Utf8String*)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ? ? ? ? 44 8B 87 ? ? ? ? B2 01")]
    +public void AppendMacroLines(RaptureMacroModule.Macro*macro, Utf8String*lines)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    RaptureMacroModule.Macro*macro
    Utf8String*lines
    + + | + Improve this Doc + + + View Source + + +

    GetLineCount(RaptureMacroModule.Macro*)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ? ? ? ? 83 F8 0F B9 ? ? ? ?")]
    +public uint GetLineCount(RaptureMacroModule.Macro*macro)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    RaptureMacroModule.Macro*macro
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    + + | + Improve this Doc + + + View Source + + +

    GetMacro(UInt32, UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ? ? ? ? 32 DB 83 C6 F9")]
    +public RaptureMacroModule.Macro*GetMacro(uint set, uint index)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32set
    System.UInt32index
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    RaptureMacroModule.Macro*
    + + | + Improve this Doc + + + View Source + + +

    ReplaceMacroLines(RaptureMacroModule.Macro*, Utf8String*)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ? ? ? ? 48 8D 4C 24 ? E8 ? ? ? ? 44 8B 83 ? ? ? ?")]
    +public void ReplaceMacroLines(RaptureMacroModule.Macro*macro, Utf8String*lines)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    RaptureMacroModule.Macro*macro
    Utf8String*lines
    + + | + Improve this Doc + + + View Source + + +

    SetMacroLines(RaptureMacroModule.Macro*, Int32, Utf8String*)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ? ? ? ? 48 8D 4C 24 ? E8 ? ? ? ? 48 8D 8C 24 ? ? ? ? E8 ? ? ? ? 41 FE C7")]
    +public void SetMacroLines(RaptureMacroModule.Macro*macro, int lineStartIndex, Utf8String*lines)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    RaptureMacroModule.Macro*macro
    System.Int32lineStartIndex
    Utf8String*lines
    @@ -202,10 +424,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureTextModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureTextModule.html index b336bc5ad..50989711a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureTextModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureTextModule.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FormatAddonText2(UInt32, Int32, Int32)

    @@ -164,10 +164,10 @@ public byte *FormatAddonText2(uint addonId, int intParam1, int intParam2) | - Improve this Doc + Improve this Doc - View Source + View Source

    FormatAddonText3(UInt32, Int32, Int32, Int32)

    @@ -227,10 +227,10 @@ public byte *FormatAddonText3(uint addonId, int intParam1, int intParam2, int in | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAddonText(UInt32)

    @@ -281,10 +281,10 @@ public byte *GetAddonText(uint addonId)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.html new file mode 100644 index 000000000..081f00ca5 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.html @@ -0,0 +1,178 @@ + + + + + + + + Struct SavedHotBars.SavedHotBarClassJob + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.html new file mode 100644 index 000000000..3f4623b95 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.html @@ -0,0 +1,178 @@ + + + + + + + + Struct SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.html new file mode 100644 index 000000000..af5b476cc --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.html @@ -0,0 +1,196 @@ + + + + + + + + Struct SavedHotBars.SavedHotBarClassJobBars + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.html new file mode 100644 index 000000000..7964ea91a --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.html @@ -0,0 +1,207 @@ + + + + + + + + Struct SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.html new file mode 100644 index 000000000..a4a3cf7db --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.html @@ -0,0 +1,196 @@ + + + + + + + + Struct SavedHotBars.SavedHotBarClassJobSlots + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.html new file mode 100644 index 000000000..f0b2a4a17 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.html @@ -0,0 +1,196 @@ + + + + + + + + Struct SavedHotBars + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ScreenLog.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ScreenLog.html index 7a75a752e..bb20c0726 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ScreenLog.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ScreenLog.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConvertLogMessageIdToScreenLogKind(Int32, Int32*)

    @@ -165,10 +165,10 @@ public static int ConvertLogMessageIdToScreenLogKind(int logMessageId, int *unkO
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.html index 08d084199..f61f7fe67 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.html @@ -10,7 +10,7 @@ - + @@ -89,6 +89,8 @@

    HotBarSlots

    +

    LogMessageSource

    +

    PronounModule

    RaptureGearsetModule

    @@ -103,6 +105,8 @@

    RaptureLogModule

    +

    RaptureLogModuleTab

    +

    RaptureMacroModule

    RaptureMacroModule.Macro

    @@ -113,10 +117,24 @@

    RaptureTextModule

    +

    SavedHotBars

    +
    +

    SavedHotBars.SavedHotBarClassJob

    +
    +

    SavedHotBars.SavedHotBarClassJobBars

    +
    +

    SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar

    +
    +

    SavedHotBars.SavedHotBarClassJobSlots

    +
    +

    SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot

    +

    ScreenLog

    Enums

    +

    ConfigOption

    +

    HotbarSlotType

    RaptureGearsetModule.GearsetFlag

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html index efcdf6ff2..05a73766d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html @@ -10,7 +10,7 @@ - + @@ -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.PopupMenu.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.PopupMenu.html index 755f590f3..c82b416c2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.PopupMenu.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.PopupMenu.html @@ -10,7 +10,7 @@ - + @@ -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

    AtkStage

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

    EntryCount

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

    EntryNames

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

    List

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

    Owner

    @@ -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.RaptureAtkModule.NamePlateInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html index c5ab11c72..8a2a95319 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplayTitle

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

    FcName

    @@ -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

    LevelText

    @@ -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

    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 149e6eff4..95a85d06c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html @@ -10,7 +10,7 @@ - + @@ -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

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

    ChangeUiMode(UInt32)

    @@ -220,10 +220,10 @@ public bool ChangeUiMode(uint uiMode)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html index 987bc50fd..bae4ece72 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AtkUnitManager

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

    GetAddonById(UInt16)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 8B 6B 20")]
    +public AtkUnitBase*GetAddonById(ushort id)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt16id
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AtkUnitBase*
    + + | + Improve this Doc + + + View Source

    GetAddonByName(String, Int32)

    @@ -196,10 +244,10 @@ public AtkUnitBase*GetAddonByName(string name, int index = 1)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Shell.RaptureShellModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Shell.RaptureShellModule.html index 0ce5bae05..44ca3f732 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Shell.RaptureShellModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Shell.RaptureShellModule.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MacroCurrentLine

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

    MacroLocked

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

    Instance

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

    ExecuteMacro(RaptureMacroModule.Macro*)

    @@ -237,10 +237,10 @@ public void ExecuteMacro(RaptureMacroModule.Macro*macro)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Shell.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Shell.html index ae8cb4f54..e7217f941 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Shell.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Shell.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html index 038a717cd..678caf44b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html @@ -10,7 +10,7 @@ - + @@ -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 df70719f1..b92869c41 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html @@ -10,7 +10,7 @@ - + @@ -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 fd1e95a86..2959e572f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StringThing.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StringThing.html @@ -10,7 +10,7 @@ - + @@ -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 96f3ee739..bf6adf0f1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MapInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MapInfo.html @@ -10,7 +10,7 @@ - + @@ -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 59d9f3c8d..e3efcacaa 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MemberInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MemberInfo.html @@ -10,7 +10,7 @@ - + @@ -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.ObjectInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectInfo.html index 7a0a4ff2e..b6850141d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectInfo.html @@ -10,7 +10,7 @@ - + @@ -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 ebc231cbc..787fa7227 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.UnkInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.UnkInfo.html @@ -10,7 +10,7 @@ - + @@ -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 67194e4ab..8d9fbe7fd 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.html @@ -10,7 +10,7 @@ - + @@ -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 7029e22f3..9de911ddb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html @@ -10,7 +10,7 @@ - + @@ -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 58bc6cfdc..f42562f9e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html @@ -10,7 +10,7 @@ - + @@ -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 b360292f9..e0debb6ea 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html @@ -10,7 +10,7 @@ - + @@ -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 9cf015d0a..904f07a31 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html @@ -10,7 +10,7 @@ - + @@ -106,17 +106,18 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RaptureAtkModule

    Declaration
    -
    public RaptureAtkModule RaptureAtkModule
    +
    [Obsolete("Use GetRaptureAtkModule", true)]
    +public RaptureAtkModule RaptureAtkModule
    Field Value
    @@ -135,10 +136,10 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source

    SystemConfig

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

    unk

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

    UnkObj1

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

    UnkObj2

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

    UnkObj3

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

    vfunc

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

    vtbl

    @@ -340,10 +341,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ExecuteMainCommand(UInt32)

    @@ -373,10 +374,10 @@ public void ExecuteMainCommand(uint command) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAcquaintanceModule()

    @@ -404,10 +405,10 @@ public void *GetAcquaintanceModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAddonConfig()

    @@ -435,10 +436,10 @@ public void *GetAddonConfig() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAgentModule()

    @@ -466,10 +467,10 @@ public AgentModule*GetAgentModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetConfigModule()

    @@ -497,10 +498,10 @@ public ConfigModule*GetConfigModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetExcelModule()

    @@ -528,10 +529,10 @@ public ExcelModuleInterface*GetExcelModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetFlagStatusModule()

    @@ -559,10 +560,10 @@ public void *GetFlagStatusModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetItemFinderModule()

    @@ -590,10 +591,10 @@ public void *GetItemFinderModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetItemOrderModule()

    @@ -621,10 +622,10 @@ public void *GetItemOrderModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetLetterDataModule()

    @@ -652,10 +653,10 @@ public void *GetLetterDataModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetLogFilterConfig()

    @@ -683,10 +684,10 @@ public void *GetLogFilterConfig() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPronounModule()

    @@ -714,10 +715,10 @@ public PronounModule*GetPronounModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRaptureAtkModule()

    @@ -745,10 +746,10 @@ public RaptureAtkModule*GetRaptureAtkModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRaptureGearsetModule()

    @@ -776,10 +777,10 @@ public RaptureGearsetModule*GetRaptureGearsetModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRaptureHotbarModule()

    @@ -807,10 +808,10 @@ public RaptureHotbarModule*GetRaptureHotbarModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRaptureLogModule()

    @@ -838,10 +839,10 @@ public RaptureLogModule*GetRaptureLogModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRaptureMacroModule()

    @@ -869,10 +870,10 @@ public RaptureMacroModule*GetRaptureMacroModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRaptureShellModule()

    @@ -900,10 +901,10 @@ public RaptureShellModule*GetRaptureShellModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRaptureTeleportHistory()

    @@ -931,10 +932,10 @@ public void *GetRaptureTeleportHistory() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRaptureTextModule()

    @@ -962,10 +963,10 @@ public RaptureTextModule*GetRaptureTextModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetRetainerTaskDataModule()

    @@ -993,10 +994,10 @@ public void *GetRetainerTaskDataModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetUI3DModule()

    @@ -1024,10 +1025,10 @@ public UI3DModule*GetUI3DModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetUIInputData()

    @@ -1055,10 +1056,10 @@ public void *GetUIInputData() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetUIInputModule()

    @@ -1086,10 +1087,10 @@ public void *GetUIInputModule() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetUiSavePackModule()

    @@ -1117,10 +1118,26 @@ public void *GetUiSavePackModule() | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    HideGoldSaucerReward()

    +
    +
    +
    Declaration
    +
    +
    [VirtualFunction(143)]
    +public void HideGoldSaucerReward()
    +
    + + | + Improve this Doc + + + View Source

    ShowAddonKillStreakForManeuvers(Int32, Int32)

    @@ -1155,10 +1172,207 @@ public void ShowAddonKillStreakForManeuvers(int streak, int streakType) | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    ShowBalloonMessage(Single*, Byte, UInt32)

    +
    +
    +
    Declaration
    +
    +
    [VirtualFunction(166)]
    +public void ShowBalloonMessage(float *worldPosition, byte pz, uint textImage)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Single*worldPosition
    System.Bytepz
    System.UInt32textImage
    + + | + Improve this Doc + + + View Source + + +

    ShowBattleTalk(String, String, Single, Byte)

    +
    +
    +
    Declaration
    +
    +
    [VirtualFunction(167)]
    +public void ShowBattleTalk(string name, string text, float duration, byte style)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    System.Stringtext
    System.Singleduration
    System.Bytestyle
    + + | + Improve this Doc + + + View Source + + +

    ShowBattleTalkImage(String, String, Single, UInt32, Byte)

    +
    +
    +
    Declaration
    +
    +
    [VirtualFunction(168)]
    +public void ShowBattleTalkImage(string name, string text, float duration, uint image, byte style)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    System.Stringtext
    System.Singleduration
    System.UInt32image
    System.Bytestyle
    + + | + Improve this Doc + + + View Source + + +

    ShowBattleTalkSound(String, String, Single, Int32, Byte)

    +
    +
    +
    Declaration
    +
    +
    [VirtualFunction(170)]
    +public void ShowBattleTalkSound(string name, string text, float duration, int sound, byte style)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname
    System.Stringtext
    System.Singleduration
    System.Int32sound
    System.Bytestyle
    + + | + Improve this Doc + + + View Source

    ShowErrorText(String, Boolean)

    @@ -1193,10 +1407,10 @@ public void ShowErrorText(string text, bool forceVisible = true) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowGetAction(ActionType, UInt32)

    @@ -1231,10 +1445,58 @@ public void ShowGetAction(ActionType actionType, uint actionId) | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    ShowGoldSaucerReward(Byte, UInt32, UInt32, UInt32)

    +
    +
    +
    Declaration
    +
    +
    [VirtualFunction(142)]
    +public void ShowGoldSaucerReward(byte type, uint mgp, uint rewardItemId, uint rewardItemCount)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Bytetype
    System.UInt32mgp
    System.UInt32rewardItemId
    System.UInt32rewardItemCount
    + + | + Improve this Doc + + + View Source

    ShowGrandCompany1(UInt32, UInt32, Boolean)

    @@ -1274,10 +1536,10 @@ public void ShowGrandCompany1(uint gc, uint gcRank, bool playSound = true) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowImage(UInt32, Boolean, Int32, Boolean)

    @@ -1322,10 +1584,10 @@ public void ShowImage(uint imageId, bool useLocalePath = false, int displayType | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowLocationTitle(Int32, Boolean, Boolean, Int32*)

    @@ -1370,10 +1632,10 @@ public void ShowLocationTitle(int territoryId, bool zoomAnim, bool restartAnim, | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowPoisonText(String, Int32)

    @@ -1408,10 +1670,10 @@ public void ShowPoisonText(string text, int layer = 0) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowStreak(Int32, Int32)

    @@ -1446,10 +1708,10 @@ public void ShowStreak(int streak, int streakType) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowText(Int32, String, UInt32, Boolean, UInt32, Boolean)

    @@ -1504,10 +1766,10 @@ public void ShowText(int position, string text, uint iconOrCheck1 = 0U, bool pla | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowTextChain(Int32, Int32)

    @@ -1542,10 +1804,10 @@ public void ShowTextChain(int chain, int hqChain = 0) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowTextClassChange(UInt32)

    @@ -1575,10 +1837,43 @@ public void ShowTextClassChange(uint classJobId) | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    ShowTextRelicAtma(UInt32)

    +
    +
    +
    Declaration
    +
    +
    [VirtualFunction(138)]
    +public void ShowTextRelicAtma(uint itemId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32itemId
    + + | + Improve this Doc + + + View Source

    ShowWideText(String, Int32, Boolean, Boolean, UInt32)

    @@ -1634,10 +1929,10 @@ public void ShowWideText(string text, int layer = 0, bool isTop = true, bool isF
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html index 7649ef856..dc8e50256 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html @@ -10,7 +10,7 @@ - + @@ -89,6 +89,8 @@

    AddonContextIconMenu

    +

    AddonContextMenu

    +

    AddonEnemyList

    AddonExp

    @@ -155,6 +157,8 @@

    AddonRelicNoteBook.TargetNode

    +

    AddonRepair

    +

    AddonRequest

    AddonRetainerSell

    @@ -177,12 +181,14 @@

    AddonShopCardDialog

    -

    AddonSynthesize

    +

    AddonSynthesis

    -

    AddonSynthesize.CraftEffect

    +

    AddonSynthesis.CraftEffect

    AddonTalk

    +

    AddonTeleport

    +

    AddonWeeklyBingo

    AddonWeeklyPuzzle

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html index ee2c5bf72..5648828d2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html @@ -10,7 +10,7 @@ - + @@ -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 fdb4c430d..108ec50cf 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html @@ -10,7 +10,7 @@ - + @@ -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 912cefdd5..9b103a025 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html @@ -10,7 +10,7 @@ - + @@ -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 e98b9ea8b..fc58ee346 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html @@ -10,7 +10,7 @@ - + @@ -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 efafb884f..7b4d79970 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.html @@ -10,7 +10,7 @@ - + @@ -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 8ece9805d..3070fc263 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html @@ -10,7 +10,7 @@ - + @@ -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 d04c56fa9..6939bc0e4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html @@ -10,7 +10,7 @@ - + @@ -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 134be623e..c2d5c9fcd 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html @@ -10,7 +10,7 @@ - + @@ -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 b843402f6..564956bf4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html @@ -10,7 +10,7 @@ - + @@ -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 104a57911..a60dc2c22 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.html @@ -10,7 +10,7 @@ - + @@ -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.Configuration.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.html index 152524096..32f2da4d5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Log.LogModule.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Log.LogModule.html new file mode 100644 index 000000000..79ee68e63 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Log.LogModule.html @@ -0,0 +1,265 @@ + + + + + + + + Struct LogModule + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Log.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Log.html new file mode 100644 index 000000000..471875a37 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Log.html @@ -0,0 +1,118 @@ + + + + + + + + Namespace FFXIVClientStructs.FFXIV.Common.Log + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaState.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaState.html index 03fecf1cf..608b4d449 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaState.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaState.html @@ -10,7 +10,7 @@ - + @@ -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 ae4063f4d..cbed19a04 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaType.html @@ -10,7 +10,7 @@ - + @@ -145,10 +145,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.html index d203a249b..36f744ca8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.lua_State.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.lua_State.html index aee141151..40cf42a64 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.lua_State.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.lua_State.html @@ -10,7 +10,7 @@ - + @@ -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.Excel.ExcelModule.html b/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.html index 77b4bab8f..de2f85dd8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetSheetByIndex(UInt32)

    @@ -154,10 +154,10 @@ public ExcelSheet*GetSheetByIndex(uint sheetIndex) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetSheetByName(String)

    @@ -202,10 +202,10 @@ public ExcelSheet*GetSheetByName(string sheetName) | - Improve this Doc + Improve this Doc - View Source + View Source

    LoadSheet(String, Byte, Byte)

    @@ -251,10 +251,10 @@ public void LoadSheet(string sheetName, byte a3 = 0, byte a4 = 0)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModuleInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModuleInterface.html index 1d3316789..fd52a36b0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModuleInterface.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModuleInterface.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ExdModule

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

    GetSheetByIndex(UInt32)

    @@ -185,10 +185,10 @@ public ExcelSheet*GetSheetByIndex(uint sheetIndex) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetSheetByName(String)

    @@ -239,10 +239,10 @@ public ExcelSheet*GetSheetByName(string sheetName)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelSheet.html b/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelSheet.html index 7120e9aa6..398d0928d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelSheet.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelSheet.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RowCount

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

    SheetName

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

    vfunc

    @@ -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.Component.Excel.html b/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.html index 2fd6f26ed..9ec0bced6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.Exd.ExdModule.html b/docs/api/FFXIVClientStructs.FFXIV.Component.Exd.ExdModule.html index dec057584..33d65b388 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.Exd.ExdModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.Exd.ExdModule.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ExcelModule

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

    GetEntryByIndex(UInt32, UInt32)

    @@ -190,10 +190,10 @@ public void *GetEntryByIndex(uint sheetId, uint rowId) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetSheetRowById(Void*, UInt32)

    @@ -249,10 +249,10 @@ public void *GetSheetRowById(void *sheet, uint rowId)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.Exd.html b/docs/api/FFXIVClientStructs.FFXIV.Component.Exd.html index c4504171c..75d92d279 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.Exd.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.Exd.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html index b7198181e..3def36652 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html @@ -10,7 +10,7 @@ - + @@ -100,16 +100,17 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    public struct AgentHudLayout
    +
    [Agent(AgentId.HudLayout)]
    +public struct AgentHudLayout

    Fields

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

    AgentInterface

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

    NeedToSave

    @@ -170,10 +171,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html index a6d7f2b9e..26697d1e8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html @@ -10,7 +10,7 @@ - + @@ -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()

    @@ -206,7 +206,7 @@
    Declaration
    -
    [VirtualFunction(7)]
    +    
    [VirtualFunction(8)]
     public uint GetAddonID()
    Returns
    @@ -226,10 +226,10 @@ public uint GetAddonID()
    | - Improve this Doc + Improve this Doc - View Source + View Source

    Hide()

    @@ -237,15 +237,15 @@ public uint GetAddonID()
    Declaration
    -
    [VirtualFunction(3)]
    +    
    [VirtualFunction(4)]
     public void Hide()
    | - Improve this Doc + Improve this Doc - View Source + View Source

    IsAgentActive()

    @@ -253,7 +253,7 @@ public void Hide()
    Declaration
    -
    [VirtualFunction(4)]
    +    
    [VirtualFunction(5)]
     public bool IsAgentActive()
    Returns
    @@ -273,10 +273,10 @@ public bool IsAgentActive()
    | - Improve this Doc + Improve this Doc - View Source + View Source

    Show()

    @@ -284,7 +284,7 @@ public bool IsAgentActive()
    Declaration
    -
    [VirtualFunction(2)]
    +    
    [VirtualFunction(3)]
     public void 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 84d5fa45b..dd7705e2e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html @@ -10,7 +10,7 @@ - + @@ -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 d11e4e145..3c7dc0740 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayData.html @@ -10,7 +10,7 @@ - + @@ -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 7c7e29766..794396442 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayDataHolder.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayDataHolder.html @@ -10,7 +10,7 @@ - + @@ -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 459bdb9d9..0f1da1918 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html @@ -10,7 +10,7 @@ - + @@ -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 d3b69f68c..74e67565b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html @@ -10,7 +10,7 @@ - + @@ -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 492c08705..a97e540a7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html @@ -10,7 +10,7 @@ - + @@ -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 c30e10ee7..40979a5ad 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html @@ -10,7 +10,7 @@ - + @@ -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 e889d1e51..35f93205d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.html @@ -10,7 +10,7 @@ - + @@ -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.AtkComponentDropDownList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDropDownList.html new file mode 100644 index 000000000..826783e48 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDropDownList.html @@ -0,0 +1,178 @@ + + + + + + + + Struct AtkComponentDropDownList + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html index b876fe2fe..3053ef45a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html @@ -10,7 +10,7 @@ - + @@ -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 1a8bebdc2..71dfdd490 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.html @@ -10,7 +10,7 @@ - + @@ -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 f3ef73cb4..4ecbc9e3d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.html @@ -10,7 +10,7 @@ - + @@ -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 47f26598b..577a3d810 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html @@ -10,7 +10,7 @@ - + @@ -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 b2bc98dea..73aef7a39 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIconText.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIconText.html @@ -10,7 +10,7 @@ - + @@ -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 cb32d3341..9c29ea730 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html @@ -10,7 +10,7 @@ - + @@ -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 b045618eb..d0e462163 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.html @@ -10,7 +10,7 @@ - + @@ -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 cf73c2aa4..977d8d596 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.html @@ -10,7 +10,7 @@ - + @@ -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 1e9bc803f..02978d830 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html @@ -10,7 +10,7 @@ - + @@ -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

    HeldItemIndex

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

    HoveredItemCollisionNode

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

    HoveredItemIndex

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

    HoveredItemIndex2

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

    HoveredItemIndex3

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

    ItemRendererList

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

    ListLength

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

    SelectedItemIndex

    @@ -431,10 +431,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html index 47197e76f..b50df5303 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html @@ -10,7 +10,7 @@ - + @@ -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 ccf7105e9..3c61c2aae 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html @@ -10,7 +10,7 @@ - + @@ -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 21e2b5b25..87b55f3ef 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNumericInput.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNumericInput.html @@ -10,7 +10,7 @@ - + @@ -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

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

    Data

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

    SetValue(Int32)

    @@ -234,10 +234,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 fc77dedc6..77c41ce70 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.html @@ -10,7 +10,7 @@ - + @@ -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 8a599efc6..cdd961d85 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.html @@ -10,7 +10,7 @@ - + @@ -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 031cb5422..16d753080 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.html @@ -10,7 +10,7 @@ - + @@ -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 caee42fa2..aa0a46bd0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html @@ -10,7 +10,7 @@ - + @@ -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 9a53d6d05..aac7807b7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.html @@ -10,7 +10,7 @@ - + @@ -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 69be32d72..2cdae0bd3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.html @@ -10,7 +10,7 @@ - + @@ -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 78d34f78c..3572da671 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.html @@ -10,7 +10,7 @@ - + @@ -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 93c0881dd..fe334cfde 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html @@ -10,7 +10,7 @@ - + @@ -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.AtkCursor.CursorType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html new file mode 100644 index 000000000..43aaa5241 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html @@ -0,0 +1,214 @@ + + + + + + + + Enum AtkCursor.CursorType + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.html new file mode 100644 index 000000000..48b3e6a13 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.html @@ -0,0 +1,279 @@ + + + + + + + + Struct AtkCursor + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html new file mode 100644 index 000000000..aa6592e3a --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html @@ -0,0 +1,381 @@ + + + + + + + + Struct AtkEvent + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html index 177b9d9c2..bc0f6d76a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html @@ -10,7 +10,7 @@ - + @@ -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 884ca1f12..b827a637c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html @@ -10,7 +10,7 @@ - + @@ -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.AtkEventListenerUnk1.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListenerUnk1.html index 1252f296a..54e4440e1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListenerUnk1.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListenerUnk1.html @@ -10,7 +10,7 @@ - + @@ -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

    AtkUnitBase

    @@ -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

    vfunc

    @@ -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.Component.GUI.AtkEventManager.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventManager.html new file mode 100644 index 000000000..b5b5fe94f --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventManager.html @@ -0,0 +1,178 @@ + + + + + + + + Struct AtkEventManager + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html index 5bbbf70b8..b019ee2e7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html @@ -10,7 +10,7 @@ - + @@ -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.AtkEventType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html new file mode 100644 index 000000000..4b5c1f9cc --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html @@ -0,0 +1,218 @@ + + + + + + + + Enum AtkEventType + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html index df4923bd6..06999466e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html @@ -10,7 +10,7 @@ - + @@ -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,85 @@ public void LoadIconTexture(int iconId, int version) | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    LoadTexture(Byte*, UInt32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 48 8B 8D ?? ?? ?? ?? 48 8B 71 08")]
    +public void LoadTexture(byte *texturePath, uint version = 1U)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Byte*texturePath
    System.UInt32version
    + + | + Improve this Doc + + + View Source + + +

    LoadTexture(String, UInt32)

    +
    +
    +
    Declaration
    +
    +
    public void LoadTexture(string texturePath, uint version = 1U)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.StringtexturePath
    System.UInt32version
    + + | + Improve this Doc + + + View Source

    UnloadTexture()

    @@ -329,10 +404,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 9f924f7d3..a51dd2459 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkModule.html @@ -10,7 +10,7 @@ - + @@ -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 20eca92e8..90d33b246 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html @@ -10,7 +10,7 @@ - + @@ -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

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

    Ctor()

    @@ -391,10 +391,10 @@ public void Ctor()
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html index c967c22e8..b4799095b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html @@ -10,7 +10,7 @@ - + @@ -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,39 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + +

    AtkEventManager

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

    AtkEventTarget

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

    ChildCount

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

    ChildNode

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

    Color

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

    Depth

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

    Depth_2

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

    DrawFlags

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

    EventObject

    -
    -
    -
    Declaration
    -
    -
    public void *EventObject
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Void*
    - - | - 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,62 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    AddEvent(AtkEventType, UInt32, AtkEventListener*, AtkResNode*, Boolean)

    +
    +
    +
    Declaration
    +
    +
    public void AddEvent(AtkEventType eventType, uint eventParam, AtkEventListener*listener, AtkResNode*nodeParam, bool isSystemEvent)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    AtkEventTypeeventType
    System.UInt32eventParam
    AtkEventListener*listener
    AtkResNode*nodeParam
    System.BooleanisSystemEvent
    + + | + Improve this Doc + + + View Source

    AddEvent(UInt16, UInt32, AtkEventListener*, AtkResNode*, Boolean)

    @@ -1382,10 +1434,10 @@ public void AddEvent(ushort eventType, uint eventParam, AtkEventListener*listene | - Improve this Doc + Improve this Doc - View Source + View Source

    Ctor()

    @@ -1398,10 +1450,10 @@ public void Ctor() | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy(Boolean)

    @@ -1431,10 +1483,10 @@ public void Destroy(bool free) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAsAtkCollisionNode()

    @@ -1462,10 +1514,10 @@ public AtkCollisionNode*GetAsAtkCollisionNode() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAsAtkComponentNode()

    @@ -1493,10 +1545,10 @@ public AtkComponentNode*GetAsAtkComponentNode() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAsAtkCounterNode()

    @@ -1524,10 +1576,10 @@ public AtkCounterNode*GetAsAtkCounterNode() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAsAtkImageNode()

    @@ -1555,10 +1607,10 @@ public AtkImageNode*GetAsAtkImageNode() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAsAtkNineGridNode()

    @@ -1586,10 +1638,10 @@ public AtkNineGridNode*GetAsAtkNineGridNode() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAsAtkTextNode()

    @@ -1617,10 +1669,10 @@ public AtkTextNode*GetAsAtkTextNode() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetComponent()

    @@ -1648,10 +1700,10 @@ public AtkComponentBase*GetComponent() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetHeight()

    @@ -1679,10 +1731,10 @@ public ushort GetHeight() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPositionFloat(Single*, Single*)

    @@ -1717,10 +1769,10 @@ public void GetPositionFloat(float *outX, float *outY) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPositionShort(Int16*, Int16*)

    @@ -1755,10 +1807,10 @@ public void GetPositionShort(short *outX, short *outY) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPriority()

    @@ -1786,10 +1838,10 @@ public ushort GetPriority() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetScale(Single*, Single*)

    @@ -1824,10 +1876,10 @@ public void GetScale(float *outX, float *outY) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetScaleX()

    @@ -1855,10 +1907,10 @@ public float GetScaleX() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetScaleY()

    @@ -1886,10 +1938,10 @@ public float GetScaleY() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWidth()

    @@ -1917,10 +1969,57 @@ public ushort GetWidth() | - Improve this Doc + Improve this Doc - View Source + View Source + + +

    RemoveEvent(AtkEventType, UInt32, AtkEventListener*, Boolean)

    +
    +
    +
    Declaration
    +
    +
    public void RemoveEvent(AtkEventType eventType, uint eventParam, AtkEventListener*listener, bool isSystemEvent)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    AtkEventTypeeventType
    System.UInt32eventParam
    AtkEventListener*listener
    System.BooleanisSystemEvent
    + + | + Improve this Doc + + + View Source

    RemoveEvent(UInt16, UInt32, AtkEventListener*, Boolean)

    @@ -1965,10 +2064,10 @@ public void RemoveEvent(ushort eventType, uint eventParam, AtkEventListener*list | - Improve this Doc + Improve this Doc - View Source + View Source

    SetHeight(UInt16)

    @@ -1998,10 +2097,10 @@ public void SetHeight(ushort height) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetPositionFloat(Single, Single)

    @@ -2036,10 +2135,10 @@ public void SetPositionFloat(float X, float Y) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetPositionShort(Int16, Int16)

    @@ -2074,10 +2173,10 @@ public void SetPositionShort(short X, short Y) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetPriority(UInt16)

    @@ -2107,10 +2206,10 @@ public void SetPriority(ushort priority) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetScale(Single, Single)

    @@ -2145,10 +2244,10 @@ public void SetScale(float X, float Y) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetUseDepthBasedPriority(Boolean)

    @@ -2178,10 +2277,10 @@ public void SetUseDepthBasedPriority(bool enable) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWidth(UInt16)

    @@ -2211,10 +2310,10 @@ public void SetWidth(ushort width) | - Improve this Doc + Improve this Doc - View Source + View Source

    ToggleVisibility(Boolean)

    @@ -2250,10 +2349,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 b770cf8a0..fa8ca169d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,39 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + +

    AtkCursor

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

    AtkEventTarget

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

    RaptureAtkUnitManager

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

    TooltipManager

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

    ClearFocus()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 8B C3 C1 E8 05")]
    +public void ClearFocus()
    +
    + + | + Improve this Doc + + + View Source + + +

    GetFocus()

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 48 3B F0 0F 85")]
    +public AtkResNode*GetFocus()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AtkResNode*
    + + | + Improve this Doc + + + View Source

    GetSingleton()

    @@ -232,10 +308,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 56d25f19c..29df69357 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html @@ -10,7 +10,7 @@ - + @@ -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 8b12e42c4..5ffc2cdc2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html @@ -10,7 +10,7 @@ - + @@ -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 d1355fdfd..63bc0de82 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html @@ -10,7 +10,7 @@ - + @@ -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 2a40756f1..27d33702a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTooltipManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTooltipManager.html @@ -10,7 +10,7 @@ - + @@ -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 9a746c6bc..54cdd8b14 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html @@ -10,7 +10,7 @@ - + @@ -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 c7278942e..c021f2de9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html @@ -10,7 +10,7 @@ - + @@ -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 256f841a4..83fc88208 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html @@ -10,7 +10,7 @@ - + @@ -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 936a6cf26..2e7492c2b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html @@ -10,7 +10,7 @@ - + @@ -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 e2d83e0c7..a4186736d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html @@ -10,7 +10,7 @@ - + @@ -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 a4827cb51..de0613f0e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html @@ -10,7 +10,7 @@ - + @@ -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 2f1342cc6..9e27cbd2f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html @@ -10,7 +10,7 @@ - + @@ -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 966f4a1e7..5a1de2bd0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html @@ -10,7 +10,7 @@ - + @@ -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.AtkUldComponentDataHoldButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataHoldButton.html index 7e856e21a..b6a5c7826 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataHoldButton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataHoldButton.html @@ -10,7 +10,7 @@ - + @@ -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.AtkUldComponentDataIcon.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html index d7012a1e8..8220aef9b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html @@ -10,7 +10,7 @@ - + @@ -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 56eb31691..4002ad345 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html @@ -10,7 +10,7 @@ - + @@ -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 e97ee5f32..e43473169 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html @@ -10,7 +10,7 @@ - + @@ -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 ff3617406..4829712b0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html @@ -10,7 +10,7 @@ - + @@ -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 d2c65474e..5ce7db452 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html @@ -10,7 +10,7 @@ - + @@ -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 5521957e5..195b0848b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html @@ -10,7 +10,7 @@ - + @@ -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 106124898..1b8d621a3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html @@ -10,7 +10,7 @@ - + @@ -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 f59faac80..875f56d68 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html @@ -10,7 +10,7 @@ - + @@ -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 618ebb20a..2448f08d4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html @@ -10,7 +10,7 @@ - + @@ -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 04ffe32c8..fb8e6cbf5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html @@ -10,7 +10,7 @@ - + @@ -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 44f329d81..993916073 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html @@ -10,7 +10,7 @@ - + @@ -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 e7e586178..d00c2098e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html @@ -10,7 +10,7 @@ - + @@ -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 605e8dd11..838002c87 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html @@ -10,7 +10,7 @@ - + @@ -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 3750df869..8401a5a30 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html @@ -10,7 +10,7 @@ - + @@ -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 478726b94..27bd96d2f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html @@ -10,7 +10,7 @@ - + @@ -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 58de16403..c3937cc15 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html @@ -10,7 +10,7 @@ - + @@ -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 37ab0285c..d5926b209 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html @@ -10,7 +10,7 @@ - + @@ -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 af8667a0c..9f14648f5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html @@ -10,7 +10,7 @@ - + @@ -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 0bb288c9f..b4f9d4eec 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html @@ -10,7 +10,7 @@ - + @@ -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 ca5820c6a..53cd7ae0f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html @@ -10,7 +10,7 @@ - + @@ -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 ad95fbcb1..140bc7e78 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html @@ -10,7 +10,7 @@ - + @@ -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 7799ccf3d..ec49007aa 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html @@ -10,7 +10,7 @@ - + @@ -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 d7a8d7274..9ecc85fb0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html @@ -10,7 +10,7 @@ - + @@ -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 ca0df12dc..17e14cf0b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html @@ -10,7 +10,7 @@ - + @@ -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,39 @@ | - Improve this Doc + Improve this Doc - View Source + View Source + +

    ContextMenuParentID

    +
    +
    +
    Declaration
    +
    +
    public ushort ContextMenuParentID
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt16
    + + | + Improve this Doc + + + View Source

    Flags

    @@ -251,17 +280,17 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ID

    Declaration
    -
    public short ID
    +
    public ushort ID
    Field Value
    @@ -273,17 +302,17 @@ - +
    System.Int16System.UInt16
    | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -309,17 +338,17 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ParentID

    Declaration
    -
    public short ParentID
    +
    public ushort ParentID
    Field Value
    @@ -331,17 +360,17 @@ - +
    System.Int16System.UInt16
    | - Improve this Doc + Improve this Doc - View Source + View Source

    RootNode

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

    Scale

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

    UldManager

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

    UnknownID

    +
    +
    +
    Declaration
    +
    +
    public ushort UnknownID
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt16
    + + | + Improve this Doc + + + View Source

    WindowNode

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

    X

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

    Y

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

    IsVisible

    @@ -546,10 +604,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FireCallback(Int32, AtkValue*, Void*)

    @@ -589,10 +647,10 @@ public void FireCallback(int valueCount, AtkValue*values, void *a4 = default(voi | - Improve this Doc + Improve this Doc - View Source + View Source

    FireCallbackInt(Int32)

    @@ -637,10 +695,10 @@ public byte FireCallbackInt(int callbackValue) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetGlobalUIScale()

    @@ -668,10 +726,10 @@ public float GetGlobalUIScale() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetImageNodeById(UInt32)

    @@ -716,10 +774,10 @@ public AtkImageNode*GetImageNodeById(uint nodeId) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetNodeById(UInt32)

    @@ -764,10 +822,10 @@ public AtkResNode*GetNodeById(uint nodeId) | - Improve this Doc + Improve this Doc - View Source + View Source

    GetScale()

    @@ -795,10 +853,10 @@ public float GetScale() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTextNodeById(UInt32)

    @@ -843,10 +901,10 @@ public AtkTextNode*GetTextNodeById(uint nodeId) | - Improve this Doc + Improve this Doc - View Source + View Source

    Hide(Boolean)

    @@ -891,10 +949,10 @@ public bool Hide(bool unknown) | - Improve this Doc + Improve this Doc - View Source + View Source

    OnUpdate(NumberArrayData**, StringArrayData**)

    @@ -902,7 +960,7 @@ public bool Hide(bool unknown)
    Declaration
    -
    [VirtualFunction(46)]
    +    
    [VirtualFunction(48)]
     public void OnUpdate(NumberArrayData**numberArrayData, StringArrayData**stringArrayData)
    Parameters
    @@ -929,10 +987,10 @@ public void OnUpdate(NumberArrayData**numberArrayData, StringArrayData**stringAr | - Improve this Doc + Improve this Doc - View Source + View Source

    SetPosition(Int16, Int16)

    @@ -967,10 +1025,10 @@ public void SetPosition(short x, short y)
    | - Improve this Doc + Improve this Doc - View Source + View Source

    Show(Int32, Boolean)

    @@ -1026,10 +1084,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 c82d6c952..c6d543209 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html @@ -10,7 +10,7 @@ - + @@ -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 0d36752e6..33d1bf8c6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html @@ -10,7 +10,7 @@ - + @@ -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 f3a79a20f..6317154a1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Byte

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

    Float

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

    Int

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

    String

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

    Type

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

    UInt

    @@ -278,6 +278,168 @@ + + | + Improve this Doc + + + View Source + +

    Vector

    +
    +
    +
    Declaration
    +
    +
    public StdVector<AtkValue>*Vector
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    StdVector<AtkValue>*
    +

    Methods +

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

    ChangeType(ValueType)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? F7 DE")]
    +public void ChangeType(ValueType type)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    ValueTypetype
    + + | + Improve this Doc + + + View Source + + +

    CreateArray(Int32)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 33 FF 89 7C 24")]
    +public void CreateArray(int size)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32size
    + + | + Improve this Doc + + + View Source + + +

    SetString(Byte*)

    +
    +
    +
    Declaration
    +
    +
    [MemberFunction("E8 ?? ?? ?? ?? 49 BA")]
    +public void SetString(byte *value)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Byte*value
    + + | + Improve this Doc + + + View Source + + +

    SetString(String)

    +
    +
    +
    Declaration
    +
    +
    public void SetString(string value)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringvalue
    @@ -286,10 +448,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html index 28f525dab..f8156b1df 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html @@ -10,7 +10,7 @@ - + @@ -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 ddca73468..081cb1695 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html @@ -10,7 +10,7 @@ - + @@ -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 7e637b8d4..8c7ec5163 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ExtendArrayData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ExtendArrayData.html @@ -10,7 +10,7 @@ - + @@ -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 0fd622bfa..1746564db 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html @@ -10,7 +10,7 @@ - + @@ -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 cd5ca70f7..099f17e3d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html @@ -10,7 +10,7 @@ - + @@ -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 60e0a9db0..249698559 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html @@ -10,7 +10,7 @@ - + @@ -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 096785d7d..704d181f9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html @@ -10,7 +10,7 @@ - + @@ -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 4b36a1625..352671f7c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NumberArrayData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NumberArrayData.html @@ -10,7 +10,7 @@ - + @@ -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 824b305bf..c53359b44 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.StringArrayData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.StringArrayData.html @@ -10,7 +10,7 @@ - + @@ -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

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

    SetValue(Int32, Byte*, Boolean)

    @@ -238,10 +238,10 @@ public void SetValue(int index, byte *value, bool notify) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetValue(Int32, Byte[], Boolean)

    @@ -280,10 +280,10 @@ public void SetValue(int index, byte *value, bool notify) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetValue(Int32, String, Boolean)

    @@ -328,10 +328,10 @@ public void SetValue(int index, byte *value, bool notify)
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html index adc3d2d22..5ddab63a6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html @@ -10,7 +10,7 @@ - + @@ -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 6a9cc406d..811e598a9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html @@ -10,7 +10,7 @@ - + @@ -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 b5cbbc4f8..49dd0d33d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html @@ -10,7 +10,7 @@ - + @@ -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 9a3bb4ac1..ea6e78e79 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html @@ -10,7 +10,7 @@ - + @@ -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 e593a9d8e..33c646039 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html @@ -10,7 +10,7 @@ - + @@ -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 38aa9e558..b89f4ce97 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html @@ -10,7 +10,7 @@ - + @@ -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 112c7995f..0e70da1c9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html index 5c873050e..30dae6d52 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html @@ -10,7 +10,7 @@ - + @@ -91,6 +91,14 @@ + + AllocatedString + + + + AllocatedVector + + Bool @@ -129,10 +137,10 @@
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html index 8c5dd7274..6ac95c25f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html @@ -10,7 +10,7 @@ - + @@ -95,6 +95,8 @@

    AtkComponentDragDrop

    +

    AtkComponentDropDownList

    +

    AtkComponentGaugeBar

    AtkComponentGuildLeveCard

    @@ -135,12 +137,18 @@

    AtkCounterNode

    +

    AtkCursor

    +
    +

    AtkEvent

    +

    AtkEventInterface

    AtkEventListener

    AtkEventListenerUnk1

    +

    AtkEventManager

    +

    AtkEventTarget

    AtkImageNode

    @@ -243,6 +251,10 @@

    AlignmentType

    +

    AtkCursor.CursorType

    +
    +

    AtkEventType

    +

    CollisionType

    ComponentType

    diff --git a/docs/api/FFXIVClientStructs.Resolver.html b/docs/api/FFXIVClientStructs.Resolver.html index e70c9d3a8..69dcd61e5 100644 --- a/docs/api/FFXIVClientStructs.Resolver.html +++ b/docs/api/FFXIVClientStructs.Resolver.html @@ -10,7 +10,7 @@ - + @@ -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()

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

    Initialize(IntPtr)

    @@ -198,10 +198,10 @@
    diff --git a/docs/api/FFXIVClientStructs.STD.NoExportAttribute.html b/docs/api/FFXIVClientStructs.STD.NoExportAttribute.html index 6152a4501..b3055024a 100644 --- a/docs/api/FFXIVClientStructs.STD.NoExportAttribute.html +++ b/docs/api/FFXIVClientStructs.STD.NoExportAttribute.html @@ -10,7 +10,7 @@ - + @@ -224,10 +224,10 @@
    diff --git a/docs/api/FFXIVClientStructs.STD.Pointer-1.html b/docs/api/FFXIVClientStructs.STD.Pointer-1.html index 6d443049c..3a553ffa9 100644 --- a/docs/api/FFXIVClientStructs.STD.Pointer-1.html +++ b/docs/api/FFXIVClientStructs.STD.Pointer-1.html @@ -10,7 +10,7 @@ - + @@ -122,10 +122,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Value

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

    Implicit(T* to Pointer<T>)

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

    Implicit(Pointer<T> to T*)

    @@ -254,10 +254,10 @@
    diff --git a/docs/api/FFXIVClientStructs.STD.StdDeque-1.html b/docs/api/FFXIVClientStructs.STD.StdDeque-1.html new file mode 100644 index 000000000..427afd6e2 --- /dev/null +++ b/docs/api/FFXIVClientStructs.STD.StdDeque-1.html @@ -0,0 +1,359 @@ + + + + + + + + Struct StdDeque<T> + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.STD.StdMap-2.Node.html b/docs/api/FFXIVClientStructs.STD.StdMap-2.Node.html index e55155cd5..b527286db 100644 --- a/docs/api/FFXIVClientStructs.STD.StdMap-2.Node.html +++ b/docs/api/FFXIVClientStructs.STD.StdMap-2.Node.html @@ -10,7 +10,7 @@ - + @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _18

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

    _19

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

    Color

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

    IsNil

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

    KeyValuePair

    @@ -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

    Parent

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

    Right

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

    Next()

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

    Prev()

    @@ -406,10 +406,10 @@
    diff --git a/docs/api/FFXIVClientStructs.STD.StdMap-2.html b/docs/api/FFXIVClientStructs.STD.StdMap-2.html index c53efead2..af62df644 100644 --- a/docs/api/FFXIVClientStructs.STD.StdMap-2.html +++ b/docs/api/FFXIVClientStructs.STD.StdMap-2.html @@ -10,7 +10,7 @@ - + @@ -126,10 +126,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Count

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

    Head

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

    LargestValue

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

    SmallestValue

    @@ -252,10 +252,10 @@
    diff --git a/docs/api/FFXIVClientStructs.STD.StdPair-2.html b/docs/api/FFXIVClientStructs.STD.StdPair-2.html index 6912f0c95..dff47441e 100644 --- a/docs/api/FFXIVClientStructs.STD.StdPair-2.html +++ b/docs/api/FFXIVClientStructs.STD.StdPair-2.html @@ -10,7 +10,7 @@ - + @@ -126,10 +126,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item1

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

    Item2

    @@ -190,10 +190,10 @@
    diff --git a/docs/api/FFXIVClientStructs.STD.StdVector-1.html b/docs/api/FFXIVClientStructs.STD.StdVector-1.html index 1a229eb85..e2f1fd638 100644 --- a/docs/api/FFXIVClientStructs.STD.StdVector-1.html +++ b/docs/api/FFXIVClientStructs.STD.StdVector-1.html @@ -10,7 +10,7 @@ - + @@ -122,10 +122,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    End

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

    First

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

    Last

    @@ -207,14 +207,46 @@ +

    Properties +

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

    Span

    +
    +
    +
    Declaration
    +
    +
    public readonly ReadOnlySpan<T> Span { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.ReadOnlySpan<T>

    Methods

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

    Capacity()

    @@ -241,10 +273,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Get(UInt64)

    @@ -288,10 +320,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size()

    @@ -324,10 +356,10 @@
    diff --git a/docs/api/FFXIVClientStructs.STD.String.html b/docs/api/FFXIVClientStructs.STD.String.html index 02eba67ac..0ea8f4490 100644 --- a/docs/api/FFXIVClientStructs.STD.String.html +++ b/docs/api/FFXIVClientStructs.STD.String.html @@ -10,7 +10,7 @@ - + @@ -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.html b/docs/api/FFXIVClientStructs.STD.html index 9c345c748..282fd0630 100644 --- a/docs/api/FFXIVClientStructs.STD.html +++ b/docs/api/FFXIVClientStructs.STD.html @@ -10,7 +10,7 @@ - + @@ -83,6 +83,8 @@

    Pointer<T>

    +

    StdDeque<T>

    +

    StdMap<TKey, TValue>

    StdMap<TKey, TValue>.Node

    diff --git a/docs/api/FFXIVClientStructs.SigScanner.html b/docs/api/FFXIVClientStructs.SigScanner.html index 1e42d11c0..30bdf27a8 100644 --- a/docs/api/FFXIVClientStructs.SigScanner.html +++ b/docs/api/FFXIVClientStructs.SigScanner.html @@ -10,7 +10,7 @@ - + @@ -119,10 +119,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SigScanner(ProcessModule, Boolean)

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

    SigScanner(ProcessModule, IntPtr)

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

    DataSectionBase

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

    DataSectionOffset

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

    DataSectionSize

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

    Is32BitProcess

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

    IsCopy

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

    Module

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

    OwnsCopy

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

    RDataSectionBase

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

    RDataSectionOffset

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

    RDataSectionSize

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

    SearchBase

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

    TextSectionBase

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

    TextSectionOffset

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

    TextSectionSize

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

    Dispose()

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

    GetStaticAddressFromSig(String, Int32)

    @@ -707,10 +707,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)

    @@ -763,10 +763,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)

    @@ -825,10 +825,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)

    @@ -875,10 +875,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)

    @@ -925,10 +925,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)

    @@ -985,10 +985,10 @@ Place your cursor on the line calling a static address, and create and IDA sig.<
    diff --git a/docs/api/FFXIVClientStructs.html b/docs/api/FFXIVClientStructs.html index 04c3afb25..aa0ec39a7 100644 --- a/docs/api/FFXIVClientStructs.html +++ b/docs/api/FFXIVClientStructs.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImColor.html b/docs/api/ImGuiNET.ImColor.html index 37b1a7d7f..aa1fd9d17 100644 --- a/docs/api/ImGuiNET.ImColor.html +++ b/docs/api/ImGuiNET.ImColor.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImColorPtr.html b/docs/api/ImGuiNET.ImColorPtr.html index 50de05d0c..45861907b 100644 --- a/docs/api/ImGuiNET.ImColorPtr.html +++ b/docs/api/ImGuiNET.ImColorPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawChannel.html b/docs/api/ImGuiNET.ImDrawChannel.html index 7e4b0a530..75457371d 100644 --- a/docs/api/ImGuiNET.ImDrawChannel.html +++ b/docs/api/ImGuiNET.ImDrawChannel.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawChannelPtr.html b/docs/api/ImGuiNET.ImDrawChannelPtr.html index 4685c4d91..e7b24bfed 100644 --- a/docs/api/ImGuiNET.ImDrawChannelPtr.html +++ b/docs/api/ImGuiNET.ImDrawChannelPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawCmd.html b/docs/api/ImGuiNET.ImDrawCmd.html index 746771f5f..5d82a15d9 100644 --- a/docs/api/ImGuiNET.ImDrawCmd.html +++ b/docs/api/ImGuiNET.ImDrawCmd.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawCmdHeader.html b/docs/api/ImGuiNET.ImDrawCmdHeader.html index e9aa6be61..cf49d7dbf 100644 --- a/docs/api/ImGuiNET.ImDrawCmdHeader.html +++ b/docs/api/ImGuiNET.ImDrawCmdHeader.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawCmdHeaderPtr.html b/docs/api/ImGuiNET.ImDrawCmdHeaderPtr.html index b989a7215..88ec7d745 100644 --- a/docs/api/ImGuiNET.ImDrawCmdHeaderPtr.html +++ b/docs/api/ImGuiNET.ImDrawCmdHeaderPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawCmdPtr.html b/docs/api/ImGuiNET.ImDrawCmdPtr.html index d5950e216..221b7c9ce 100644 --- a/docs/api/ImGuiNET.ImDrawCmdPtr.html +++ b/docs/api/ImGuiNET.ImDrawCmdPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawData.html b/docs/api/ImGuiNET.ImDrawData.html index 11e22c086..283aa3173 100644 --- a/docs/api/ImGuiNET.ImDrawData.html +++ b/docs/api/ImGuiNET.ImDrawData.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawDataPtr.html b/docs/api/ImGuiNET.ImDrawDataPtr.html index b7d5af33f..7d4da8a02 100644 --- a/docs/api/ImGuiNET.ImDrawDataPtr.html +++ b/docs/api/ImGuiNET.ImDrawDataPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawFlags.html b/docs/api/ImGuiNET.ImDrawFlags.html index 57850dede..0b693d055 100644 --- a/docs/api/ImGuiNET.ImDrawFlags.html +++ b/docs/api/ImGuiNET.ImDrawFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawList.html b/docs/api/ImGuiNET.ImDrawList.html index bbb09fac2..a0949e32c 100644 --- a/docs/api/ImGuiNET.ImDrawList.html +++ b/docs/api/ImGuiNET.ImDrawList.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawListFlags.html b/docs/api/ImGuiNET.ImDrawListFlags.html index 65c9afdb3..9eabd36d3 100644 --- a/docs/api/ImGuiNET.ImDrawListFlags.html +++ b/docs/api/ImGuiNET.ImDrawListFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawListPtr.html b/docs/api/ImGuiNET.ImDrawListPtr.html index 9b625b54d..0e7fa05f4 100644 --- a/docs/api/ImGuiNET.ImDrawListPtr.html +++ b/docs/api/ImGuiNET.ImDrawListPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawListSplitter.html b/docs/api/ImGuiNET.ImDrawListSplitter.html index 13795bc9a..9b79e9d87 100644 --- a/docs/api/ImGuiNET.ImDrawListSplitter.html +++ b/docs/api/ImGuiNET.ImDrawListSplitter.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawListSplitterPtr.html b/docs/api/ImGuiNET.ImDrawListSplitterPtr.html index 3581d3bb3..b0eb59ece 100644 --- a/docs/api/ImGuiNET.ImDrawListSplitterPtr.html +++ b/docs/api/ImGuiNET.ImDrawListSplitterPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawVert.html b/docs/api/ImGuiNET.ImDrawVert.html index ab92f05fd..7e1e3ea9b 100644 --- a/docs/api/ImGuiNET.ImDrawVert.html +++ b/docs/api/ImGuiNET.ImDrawVert.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImDrawVertPtr.html b/docs/api/ImGuiNET.ImDrawVertPtr.html index 091a2f51c..c70d31135 100644 --- a/docs/api/ImGuiNET.ImDrawVertPtr.html +++ b/docs/api/ImGuiNET.ImDrawVertPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImFont.html b/docs/api/ImGuiNET.ImFont.html index e875f29e8..37f428f1a 100644 --- a/docs/api/ImGuiNET.ImFont.html +++ b/docs/api/ImGuiNET.ImFont.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImFontAtlas.html b/docs/api/ImGuiNET.ImFontAtlas.html index c94083a90..1ab818e8a 100644 --- a/docs/api/ImGuiNET.ImFontAtlas.html +++ b/docs/api/ImGuiNET.ImFontAtlas.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImFontAtlasCustomRect.html b/docs/api/ImGuiNET.ImFontAtlasCustomRect.html index e33e08652..3c4ff47db 100644 --- a/docs/api/ImGuiNET.ImFontAtlasCustomRect.html +++ b/docs/api/ImGuiNET.ImFontAtlasCustomRect.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImFontAtlasCustomRectPtr.html b/docs/api/ImGuiNET.ImFontAtlasCustomRectPtr.html index aed6e9428..679b41ee0 100644 --- a/docs/api/ImGuiNET.ImFontAtlasCustomRectPtr.html +++ b/docs/api/ImGuiNET.ImFontAtlasCustomRectPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImFontAtlasFlags.html b/docs/api/ImGuiNET.ImFontAtlasFlags.html index a627a596e..a52686cca 100644 --- a/docs/api/ImGuiNET.ImFontAtlasFlags.html +++ b/docs/api/ImGuiNET.ImFontAtlasFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImFontAtlasPtr.html b/docs/api/ImGuiNET.ImFontAtlasPtr.html index 4cfd7cec7..73284893a 100644 --- a/docs/api/ImGuiNET.ImFontAtlasPtr.html +++ b/docs/api/ImGuiNET.ImFontAtlasPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImFontConfig.html b/docs/api/ImGuiNET.ImFontConfig.html index a837e6b6d..b81c58857 100644 --- a/docs/api/ImGuiNET.ImFontConfig.html +++ b/docs/api/ImGuiNET.ImFontConfig.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImFontConfigPtr.html b/docs/api/ImGuiNET.ImFontConfigPtr.html index a6979b527..8349a347a 100644 --- a/docs/api/ImGuiNET.ImFontConfigPtr.html +++ b/docs/api/ImGuiNET.ImFontConfigPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImFontGlyph.html b/docs/api/ImGuiNET.ImFontGlyph.html index aebeb3ead..acf81f18b 100644 --- a/docs/api/ImGuiNET.ImFontGlyph.html +++ b/docs/api/ImGuiNET.ImFontGlyph.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImFontGlyphPtr.html b/docs/api/ImGuiNET.ImFontGlyphPtr.html index 7ff8cc150..eaddc8313 100644 --- a/docs/api/ImGuiNET.ImFontGlyphPtr.html +++ b/docs/api/ImGuiNET.ImFontGlyphPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImFontGlyphRangesBuilder.html b/docs/api/ImGuiNET.ImFontGlyphRangesBuilder.html index 404c24d6e..dd67c1484 100644 --- a/docs/api/ImGuiNET.ImFontGlyphRangesBuilder.html +++ b/docs/api/ImGuiNET.ImFontGlyphRangesBuilder.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImFontGlyphRangesBuilderPtr.html b/docs/api/ImGuiNET.ImFontGlyphRangesBuilderPtr.html index 5878f88b2..0d6bd4322 100644 --- a/docs/api/ImGuiNET.ImFontGlyphRangesBuilderPtr.html +++ b/docs/api/ImGuiNET.ImFontGlyphRangesBuilderPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImFontPtr.html b/docs/api/ImGuiNET.ImFontPtr.html index 1ea4f8c4a..25b1d84e2 100644 --- a/docs/api/ImGuiNET.ImFontPtr.html +++ b/docs/api/ImGuiNET.ImFontPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGui.html b/docs/api/ImGuiNET.ImGui.html index 7cb834d9d..4ba6bc688 100644 --- a/docs/api/ImGuiNET.ImGui.html +++ b/docs/api/ImGuiNET.ImGui.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiBackendFlags.html b/docs/api/ImGuiNET.ImGuiBackendFlags.html index e6563c612..51224fd17 100644 --- a/docs/api/ImGuiNET.ImGuiBackendFlags.html +++ b/docs/api/ImGuiNET.ImGuiBackendFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiButtonFlags.html b/docs/api/ImGuiNET.ImGuiButtonFlags.html index ffee4bf8a..745aab905 100644 --- a/docs/api/ImGuiNET.ImGuiButtonFlags.html +++ b/docs/api/ImGuiNET.ImGuiButtonFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiCol.html b/docs/api/ImGuiNET.ImGuiCol.html index 8274b0428..8bd6b452f 100644 --- a/docs/api/ImGuiNET.ImGuiCol.html +++ b/docs/api/ImGuiNET.ImGuiCol.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiColorEditFlags.html b/docs/api/ImGuiNET.ImGuiColorEditFlags.html index ffb46b572..60e6e24e2 100644 --- a/docs/api/ImGuiNET.ImGuiColorEditFlags.html +++ b/docs/api/ImGuiNET.ImGuiColorEditFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiComboFlags.html b/docs/api/ImGuiNET.ImGuiComboFlags.html index 254b3af7e..e63e8b564 100644 --- a/docs/api/ImGuiNET.ImGuiComboFlags.html +++ b/docs/api/ImGuiNET.ImGuiComboFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiCond.html b/docs/api/ImGuiNET.ImGuiCond.html index 4c72ff7ca..93292704a 100644 --- a/docs/api/ImGuiNET.ImGuiCond.html +++ b/docs/api/ImGuiNET.ImGuiCond.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiConfigFlags.html b/docs/api/ImGuiNET.ImGuiConfigFlags.html index a12c8e438..71cd7accb 100644 --- a/docs/api/ImGuiNET.ImGuiConfigFlags.html +++ b/docs/api/ImGuiNET.ImGuiConfigFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiDataType.html b/docs/api/ImGuiNET.ImGuiDataType.html index 2c88f97db..e2c9eab43 100644 --- a/docs/api/ImGuiNET.ImGuiDataType.html +++ b/docs/api/ImGuiNET.ImGuiDataType.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiDir.html b/docs/api/ImGuiNET.ImGuiDir.html index ab51ac4f9..43cdb1c54 100644 --- a/docs/api/ImGuiNET.ImGuiDir.html +++ b/docs/api/ImGuiNET.ImGuiDir.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiDockNodeFlags.html b/docs/api/ImGuiNET.ImGuiDockNodeFlags.html index 0ab093850..dea1aaabe 100644 --- a/docs/api/ImGuiNET.ImGuiDockNodeFlags.html +++ b/docs/api/ImGuiNET.ImGuiDockNodeFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiDragDropFlags.html b/docs/api/ImGuiNET.ImGuiDragDropFlags.html index 65e07af59..f5934bb09 100644 --- a/docs/api/ImGuiNET.ImGuiDragDropFlags.html +++ b/docs/api/ImGuiNET.ImGuiDragDropFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiFocusedFlags.html b/docs/api/ImGuiNET.ImGuiFocusedFlags.html index b693dc183..e010d6095 100644 --- a/docs/api/ImGuiNET.ImGuiFocusedFlags.html +++ b/docs/api/ImGuiNET.ImGuiFocusedFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiHoveredFlags.html b/docs/api/ImGuiNET.ImGuiHoveredFlags.html index 0d5b9a35d..1887e4a96 100644 --- a/docs/api/ImGuiNET.ImGuiHoveredFlags.html +++ b/docs/api/ImGuiNET.ImGuiHoveredFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiIO.html b/docs/api/ImGuiNET.ImGuiIO.html index b3236587d..ab7aa8d9e 100644 --- a/docs/api/ImGuiNET.ImGuiIO.html +++ b/docs/api/ImGuiNET.ImGuiIO.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiIOPtr.html b/docs/api/ImGuiNET.ImGuiIOPtr.html index bbf97ad02..f54da1dbe 100644 --- a/docs/api/ImGuiNET.ImGuiIOPtr.html +++ b/docs/api/ImGuiNET.ImGuiIOPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiInputTextCallback.html b/docs/api/ImGuiNET.ImGuiInputTextCallback.html index fa3eaf7a1..de5ee6d6c 100644 --- a/docs/api/ImGuiNET.ImGuiInputTextCallback.html +++ b/docs/api/ImGuiNET.ImGuiInputTextCallback.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiInputTextCallbackData.html b/docs/api/ImGuiNET.ImGuiInputTextCallbackData.html index 070ebba05..3cf687553 100644 --- a/docs/api/ImGuiNET.ImGuiInputTextCallbackData.html +++ b/docs/api/ImGuiNET.ImGuiInputTextCallbackData.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiInputTextCallbackDataPtr.html b/docs/api/ImGuiNET.ImGuiInputTextCallbackDataPtr.html index f5ac2d2a0..b7d43205a 100644 --- a/docs/api/ImGuiNET.ImGuiInputTextCallbackDataPtr.html +++ b/docs/api/ImGuiNET.ImGuiInputTextCallbackDataPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiInputTextFlags.html b/docs/api/ImGuiNET.ImGuiInputTextFlags.html index e55036618..f5e02e2b9 100644 --- a/docs/api/ImGuiNET.ImGuiInputTextFlags.html +++ b/docs/api/ImGuiNET.ImGuiInputTextFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiKey.html b/docs/api/ImGuiNET.ImGuiKey.html index 391abc993..c4cd07b17 100644 --- a/docs/api/ImGuiNET.ImGuiKey.html +++ b/docs/api/ImGuiNET.ImGuiKey.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiKeyModFlags.html b/docs/api/ImGuiNET.ImGuiKeyModFlags.html index 506384016..c1222c6a0 100644 --- a/docs/api/ImGuiNET.ImGuiKeyModFlags.html +++ b/docs/api/ImGuiNET.ImGuiKeyModFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiListClipper.html b/docs/api/ImGuiNET.ImGuiListClipper.html index 90f2fd2ec..e0c2407bb 100644 --- a/docs/api/ImGuiNET.ImGuiListClipper.html +++ b/docs/api/ImGuiNET.ImGuiListClipper.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiListClipperPtr.html b/docs/api/ImGuiNET.ImGuiListClipperPtr.html index 5cfb02bcd..04697cb13 100644 --- a/docs/api/ImGuiNET.ImGuiListClipperPtr.html +++ b/docs/api/ImGuiNET.ImGuiListClipperPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiMouseButton.html b/docs/api/ImGuiNET.ImGuiMouseButton.html index 6dc250d79..85019382c 100644 --- a/docs/api/ImGuiNET.ImGuiMouseButton.html +++ b/docs/api/ImGuiNET.ImGuiMouseButton.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiMouseCursor.html b/docs/api/ImGuiNET.ImGuiMouseCursor.html index ea7054d18..8750c21ec 100644 --- a/docs/api/ImGuiNET.ImGuiMouseCursor.html +++ b/docs/api/ImGuiNET.ImGuiMouseCursor.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiNative.html b/docs/api/ImGuiNET.ImGuiNative.html index 2aaa9d778..4852032ce 100644 --- a/docs/api/ImGuiNET.ImGuiNative.html +++ b/docs/api/ImGuiNET.ImGuiNative.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiNavInput.html b/docs/api/ImGuiNET.ImGuiNavInput.html index c8b7e06ea..ed553683f 100644 --- a/docs/api/ImGuiNET.ImGuiNavInput.html +++ b/docs/api/ImGuiNET.ImGuiNavInput.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiOnceUponAFrame.html b/docs/api/ImGuiNET.ImGuiOnceUponAFrame.html index 3a7290b26..3d6adc3e5 100644 --- a/docs/api/ImGuiNET.ImGuiOnceUponAFrame.html +++ b/docs/api/ImGuiNET.ImGuiOnceUponAFrame.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiOnceUponAFramePtr.html b/docs/api/ImGuiNET.ImGuiOnceUponAFramePtr.html index 8addee718..f205a619a 100644 --- a/docs/api/ImGuiNET.ImGuiOnceUponAFramePtr.html +++ b/docs/api/ImGuiNET.ImGuiOnceUponAFramePtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiPayload.html b/docs/api/ImGuiNET.ImGuiPayload.html index 3d8ae96ef..4892e6cdb 100644 --- a/docs/api/ImGuiNET.ImGuiPayload.html +++ b/docs/api/ImGuiNET.ImGuiPayload.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiPayloadPtr.html b/docs/api/ImGuiNET.ImGuiPayloadPtr.html index bedcd8c33..bafea24dc 100644 --- a/docs/api/ImGuiNET.ImGuiPayloadPtr.html +++ b/docs/api/ImGuiNET.ImGuiPayloadPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiPlatformIO.html b/docs/api/ImGuiNET.ImGuiPlatformIO.html index c2d22c48f..01aaeafe9 100644 --- a/docs/api/ImGuiNET.ImGuiPlatformIO.html +++ b/docs/api/ImGuiNET.ImGuiPlatformIO.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiPlatformIOPtr.html b/docs/api/ImGuiNET.ImGuiPlatformIOPtr.html index 07ccc9934..cf6a2837a 100644 --- a/docs/api/ImGuiNET.ImGuiPlatformIOPtr.html +++ b/docs/api/ImGuiNET.ImGuiPlatformIOPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiPlatformMonitor.html b/docs/api/ImGuiNET.ImGuiPlatformMonitor.html index c232b5929..b9dbef7a9 100644 --- a/docs/api/ImGuiNET.ImGuiPlatformMonitor.html +++ b/docs/api/ImGuiNET.ImGuiPlatformMonitor.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiPlatformMonitorPtr.html b/docs/api/ImGuiNET.ImGuiPlatformMonitorPtr.html index a08447204..5bd313448 100644 --- a/docs/api/ImGuiNET.ImGuiPlatformMonitorPtr.html +++ b/docs/api/ImGuiNET.ImGuiPlatformMonitorPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiPopupFlags.html b/docs/api/ImGuiNET.ImGuiPopupFlags.html index 0ad9352bc..ccbd59313 100644 --- a/docs/api/ImGuiNET.ImGuiPopupFlags.html +++ b/docs/api/ImGuiNET.ImGuiPopupFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiSelectableFlags.html b/docs/api/ImGuiNET.ImGuiSelectableFlags.html index 2feb82959..3c1fe5dde 100644 --- a/docs/api/ImGuiNET.ImGuiSelectableFlags.html +++ b/docs/api/ImGuiNET.ImGuiSelectableFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiSizeCallback.html b/docs/api/ImGuiNET.ImGuiSizeCallback.html index 988dbb49f..c09d5c3af 100644 --- a/docs/api/ImGuiNET.ImGuiSizeCallback.html +++ b/docs/api/ImGuiNET.ImGuiSizeCallback.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiSizeCallbackData.html b/docs/api/ImGuiNET.ImGuiSizeCallbackData.html index 798416c69..104426c85 100644 --- a/docs/api/ImGuiNET.ImGuiSizeCallbackData.html +++ b/docs/api/ImGuiNET.ImGuiSizeCallbackData.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiSizeCallbackDataPtr.html b/docs/api/ImGuiNET.ImGuiSizeCallbackDataPtr.html index 0ec263080..0f58d5c00 100644 --- a/docs/api/ImGuiNET.ImGuiSizeCallbackDataPtr.html +++ b/docs/api/ImGuiNET.ImGuiSizeCallbackDataPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiSliderFlags.html b/docs/api/ImGuiNET.ImGuiSliderFlags.html index 85af33aab..b12c9d810 100644 --- a/docs/api/ImGuiNET.ImGuiSliderFlags.html +++ b/docs/api/ImGuiNET.ImGuiSliderFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiSortDirection.html b/docs/api/ImGuiNET.ImGuiSortDirection.html index 8e620e4be..dd88d7d06 100644 --- a/docs/api/ImGuiNET.ImGuiSortDirection.html +++ b/docs/api/ImGuiNET.ImGuiSortDirection.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiStorage.html b/docs/api/ImGuiNET.ImGuiStorage.html index cf1404cf4..12edb5861 100644 --- a/docs/api/ImGuiNET.ImGuiStorage.html +++ b/docs/api/ImGuiNET.ImGuiStorage.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiStoragePair.html b/docs/api/ImGuiNET.ImGuiStoragePair.html index b75c0d6c4..a385963c5 100644 --- a/docs/api/ImGuiNET.ImGuiStoragePair.html +++ b/docs/api/ImGuiNET.ImGuiStoragePair.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiStoragePairPtr.html b/docs/api/ImGuiNET.ImGuiStoragePairPtr.html index 099d499a9..6a618a24e 100644 --- a/docs/api/ImGuiNET.ImGuiStoragePairPtr.html +++ b/docs/api/ImGuiNET.ImGuiStoragePairPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiStoragePtr.html b/docs/api/ImGuiNET.ImGuiStoragePtr.html index 691840e64..d2c6b5c03 100644 --- a/docs/api/ImGuiNET.ImGuiStoragePtr.html +++ b/docs/api/ImGuiNET.ImGuiStoragePtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiStyle.html b/docs/api/ImGuiNET.ImGuiStyle.html index bfe3a0ca1..b2c4181e8 100644 --- a/docs/api/ImGuiNET.ImGuiStyle.html +++ b/docs/api/ImGuiNET.ImGuiStyle.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiStylePtr.html b/docs/api/ImGuiNET.ImGuiStylePtr.html index 79599a54c..aeb98c93a 100644 --- a/docs/api/ImGuiNET.ImGuiStylePtr.html +++ b/docs/api/ImGuiNET.ImGuiStylePtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiStyleVar.html b/docs/api/ImGuiNET.ImGuiStyleVar.html index 13151ad21..d0c639501 100644 --- a/docs/api/ImGuiNET.ImGuiStyleVar.html +++ b/docs/api/ImGuiNET.ImGuiStyleVar.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTabBarFlags.html b/docs/api/ImGuiNET.ImGuiTabBarFlags.html index ee71475b4..032b06e93 100644 --- a/docs/api/ImGuiNET.ImGuiTabBarFlags.html +++ b/docs/api/ImGuiNET.ImGuiTabBarFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTabItemFlags.html b/docs/api/ImGuiNET.ImGuiTabItemFlags.html index 565dad8be..a496d7f72 100644 --- a/docs/api/ImGuiNET.ImGuiTabItemFlags.html +++ b/docs/api/ImGuiNET.ImGuiTabItemFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTableBgTarget.html b/docs/api/ImGuiNET.ImGuiTableBgTarget.html index 212d696f0..0660a237b 100644 --- a/docs/api/ImGuiNET.ImGuiTableBgTarget.html +++ b/docs/api/ImGuiNET.ImGuiTableBgTarget.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTableColumnFlags.html b/docs/api/ImGuiNET.ImGuiTableColumnFlags.html index ad3f9f461..abc046986 100644 --- a/docs/api/ImGuiNET.ImGuiTableColumnFlags.html +++ b/docs/api/ImGuiNET.ImGuiTableColumnFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTableColumnSortSpecs.html b/docs/api/ImGuiNET.ImGuiTableColumnSortSpecs.html index 3e0937256..145ef5198 100644 --- a/docs/api/ImGuiNET.ImGuiTableColumnSortSpecs.html +++ b/docs/api/ImGuiNET.ImGuiTableColumnSortSpecs.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTableColumnSortSpecsPtr.html b/docs/api/ImGuiNET.ImGuiTableColumnSortSpecsPtr.html index 703ed16e0..e1f3155ac 100644 --- a/docs/api/ImGuiNET.ImGuiTableColumnSortSpecsPtr.html +++ b/docs/api/ImGuiNET.ImGuiTableColumnSortSpecsPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTableFlags.html b/docs/api/ImGuiNET.ImGuiTableFlags.html index 46abc9eec..2b7a387fa 100644 --- a/docs/api/ImGuiNET.ImGuiTableFlags.html +++ b/docs/api/ImGuiNET.ImGuiTableFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTableRowFlags.html b/docs/api/ImGuiNET.ImGuiTableRowFlags.html index b546f27f4..10225ee41 100644 --- a/docs/api/ImGuiNET.ImGuiTableRowFlags.html +++ b/docs/api/ImGuiNET.ImGuiTableRowFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTableSortSpecs.html b/docs/api/ImGuiNET.ImGuiTableSortSpecs.html index 89c298612..dae3e0690 100644 --- a/docs/api/ImGuiNET.ImGuiTableSortSpecs.html +++ b/docs/api/ImGuiNET.ImGuiTableSortSpecs.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTableSortSpecsPtr.html b/docs/api/ImGuiNET.ImGuiTableSortSpecsPtr.html index b300bb3dc..19f732272 100644 --- a/docs/api/ImGuiNET.ImGuiTableSortSpecsPtr.html +++ b/docs/api/ImGuiNET.ImGuiTableSortSpecsPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTextBuffer.html b/docs/api/ImGuiNET.ImGuiTextBuffer.html index c9c2fb80d..cc32f54b1 100644 --- a/docs/api/ImGuiNET.ImGuiTextBuffer.html +++ b/docs/api/ImGuiNET.ImGuiTextBuffer.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTextBufferPtr.html b/docs/api/ImGuiNET.ImGuiTextBufferPtr.html index 05075e844..b8c565be5 100644 --- a/docs/api/ImGuiNET.ImGuiTextBufferPtr.html +++ b/docs/api/ImGuiNET.ImGuiTextBufferPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTextFilter.html b/docs/api/ImGuiNET.ImGuiTextFilter.html index 1087a708d..6517fec9f 100644 --- a/docs/api/ImGuiNET.ImGuiTextFilter.html +++ b/docs/api/ImGuiNET.ImGuiTextFilter.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTextFilterPtr.html b/docs/api/ImGuiNET.ImGuiTextFilterPtr.html index 1757e5969..1270de583 100644 --- a/docs/api/ImGuiNET.ImGuiTextFilterPtr.html +++ b/docs/api/ImGuiNET.ImGuiTextFilterPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTextRange.html b/docs/api/ImGuiNET.ImGuiTextRange.html index 2bac751da..9618e192f 100644 --- a/docs/api/ImGuiNET.ImGuiTextRange.html +++ b/docs/api/ImGuiNET.ImGuiTextRange.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTextRangePtr.html b/docs/api/ImGuiNET.ImGuiTextRangePtr.html index f454843e6..e9605de83 100644 --- a/docs/api/ImGuiNET.ImGuiTextRangePtr.html +++ b/docs/api/ImGuiNET.ImGuiTextRangePtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiTreeNodeFlags.html b/docs/api/ImGuiNET.ImGuiTreeNodeFlags.html index 3b7e1f668..afb39a8a5 100644 --- a/docs/api/ImGuiNET.ImGuiTreeNodeFlags.html +++ b/docs/api/ImGuiNET.ImGuiTreeNodeFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiViewport.html b/docs/api/ImGuiNET.ImGuiViewport.html index 579a6ae6c..febba3c98 100644 --- a/docs/api/ImGuiNET.ImGuiViewport.html +++ b/docs/api/ImGuiNET.ImGuiViewport.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiViewportFlags.html b/docs/api/ImGuiNET.ImGuiViewportFlags.html index 67ef7ea92..e89dbb01f 100644 --- a/docs/api/ImGuiNET.ImGuiViewportFlags.html +++ b/docs/api/ImGuiNET.ImGuiViewportFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiViewportPtr.html b/docs/api/ImGuiNET.ImGuiViewportPtr.html index d5aeef7e4..9c91dd12a 100644 --- a/docs/api/ImGuiNET.ImGuiViewportPtr.html +++ b/docs/api/ImGuiNET.ImGuiViewportPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiWindowClass.html b/docs/api/ImGuiNET.ImGuiWindowClass.html index bff788f54..6c7e3a7f5 100644 --- a/docs/api/ImGuiNET.ImGuiWindowClass.html +++ b/docs/api/ImGuiNET.ImGuiWindowClass.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiWindowClassPtr.html b/docs/api/ImGuiNET.ImGuiWindowClassPtr.html index 99c97e55f..d7264bf50 100644 --- a/docs/api/ImGuiNET.ImGuiWindowClassPtr.html +++ b/docs/api/ImGuiNET.ImGuiWindowClassPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImGuiWindowFlags.html b/docs/api/ImGuiNET.ImGuiWindowFlags.html index 0a51a4f82..274b1ed27 100644 --- a/docs/api/ImGuiNET.ImGuiWindowFlags.html +++ b/docs/api/ImGuiNET.ImGuiWindowFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImPtrVector-1.html b/docs/api/ImGuiNET.ImPtrVector-1.html index f33ba1986..f92c92967 100644 --- a/docs/api/ImGuiNET.ImPtrVector-1.html +++ b/docs/api/ImGuiNET.ImPtrVector-1.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImVector-1.html b/docs/api/ImGuiNET.ImVector-1.html index 3d4a40de3..111f6f1c6 100644 --- a/docs/api/ImGuiNET.ImVector-1.html +++ b/docs/api/ImGuiNET.ImVector-1.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.ImVector.html b/docs/api/ImGuiNET.ImVector.html index 4ae8e3eec..f5f022f4e 100644 --- a/docs/api/ImGuiNET.ImVector.html +++ b/docs/api/ImGuiNET.ImVector.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.NullTerminatedString.html b/docs/api/ImGuiNET.NullTerminatedString.html index bba8d0ca4..57b13b8f3 100644 --- a/docs/api/ImGuiNET.NullTerminatedString.html +++ b/docs/api/ImGuiNET.NullTerminatedString.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.RangeAccessor-1.html b/docs/api/ImGuiNET.RangeAccessor-1.html index 764e34c04..add9359bf 100644 --- a/docs/api/ImGuiNET.RangeAccessor-1.html +++ b/docs/api/ImGuiNET.RangeAccessor-1.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.RangeAccessorExtensions.html b/docs/api/ImGuiNET.RangeAccessorExtensions.html index 237ea9b77..30f648c6a 100644 --- a/docs/api/ImGuiNET.RangeAccessorExtensions.html +++ b/docs/api/ImGuiNET.RangeAccessorExtensions.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.RangePtrAccessor-1.html b/docs/api/ImGuiNET.RangePtrAccessor-1.html index ec735387b..f7eb43d01 100644 --- a/docs/api/ImGuiNET.RangePtrAccessor-1.html +++ b/docs/api/ImGuiNET.RangePtrAccessor-1.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.STB_TexteditState.html b/docs/api/ImGuiNET.STB_TexteditState.html index 3a83b2ff6..bc163583c 100644 --- a/docs/api/ImGuiNET.STB_TexteditState.html +++ b/docs/api/ImGuiNET.STB_TexteditState.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.STB_TexteditStatePtr.html b/docs/api/ImGuiNET.STB_TexteditStatePtr.html index e70bf1c82..c700e32dd 100644 --- a/docs/api/ImGuiNET.STB_TexteditStatePtr.html +++ b/docs/api/ImGuiNET.STB_TexteditStatePtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.StbTexteditRow.html b/docs/api/ImGuiNET.StbTexteditRow.html index 4c06a57b4..982176c15 100644 --- a/docs/api/ImGuiNET.StbTexteditRow.html +++ b/docs/api/ImGuiNET.StbTexteditRow.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.StbTexteditRowPtr.html b/docs/api/ImGuiNET.StbTexteditRowPtr.html index 3d0066272..81253fa1e 100644 --- a/docs/api/ImGuiNET.StbTexteditRowPtr.html +++ b/docs/api/ImGuiNET.StbTexteditRowPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.StbUndoRecord.html b/docs/api/ImGuiNET.StbUndoRecord.html index 8270ea647..9de63e2ca 100644 --- a/docs/api/ImGuiNET.StbUndoRecord.html +++ b/docs/api/ImGuiNET.StbUndoRecord.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.StbUndoRecordPtr.html b/docs/api/ImGuiNET.StbUndoRecordPtr.html index cbd0c0078..40dbd926b 100644 --- a/docs/api/ImGuiNET.StbUndoRecordPtr.html +++ b/docs/api/ImGuiNET.StbUndoRecordPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.StbUndoState.html b/docs/api/ImGuiNET.StbUndoState.html index 883dca807..61f8cf4fb 100644 --- a/docs/api/ImGuiNET.StbUndoState.html +++ b/docs/api/ImGuiNET.StbUndoState.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.StbUndoStatePtr.html b/docs/api/ImGuiNET.StbUndoStatePtr.html index 6e3730aff..842be1716 100644 --- a/docs/api/ImGuiNET.StbUndoStatePtr.html +++ b/docs/api/ImGuiNET.StbUndoStatePtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.UnionValue.html b/docs/api/ImGuiNET.UnionValue.html index 7944ca919..fadf67880 100644 --- a/docs/api/ImGuiNET.UnionValue.html +++ b/docs/api/ImGuiNET.UnionValue.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiNET.html b/docs/api/ImGuiNET.html index a824d3889..9e8d581ce 100644 --- a/docs/api/ImGuiNET.html +++ b/docs/api/ImGuiNET.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.FramerateLimit.LimitType.html b/docs/api/ImGuiScene.FramerateLimit.LimitType.html index 6284e9738..682fc485b 100644 --- a/docs/api/ImGuiScene.FramerateLimit.LimitType.html +++ b/docs/api/ImGuiScene.FramerateLimit.LimitType.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.FramerateLimit.html b/docs/api/ImGuiScene.FramerateLimit.html index 4b265727a..7ea30495f 100644 --- a/docs/api/ImGuiScene.FramerateLimit.html +++ b/docs/api/ImGuiScene.FramerateLimit.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.GLTextureWrap.html b/docs/api/ImGuiScene.GLTextureWrap.html index 52df5891c..e579a2e58 100644 --- a/docs/api/ImGuiScene.GLTextureWrap.html +++ b/docs/api/ImGuiScene.GLTextureWrap.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.IImGuiInputHandler.html b/docs/api/ImGuiScene.IImGuiInputHandler.html index 6672297ec..ea5132de4 100644 --- a/docs/api/ImGuiScene.IImGuiInputHandler.html +++ b/docs/api/ImGuiScene.IImGuiInputHandler.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.IImGuiRenderer.html b/docs/api/ImGuiScene.IImGuiRenderer.html index 1dc66e3dd..5f7005bd6 100644 --- a/docs/api/ImGuiScene.IImGuiRenderer.html +++ b/docs/api/ImGuiScene.IImGuiRenderer.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.IRenderer.html b/docs/api/ImGuiScene.IRenderer.html index 9a6547626..79af615dc 100644 --- a/docs/api/ImGuiScene.IRenderer.html +++ b/docs/api/ImGuiScene.IRenderer.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.ImGui_Impl_DX11.html b/docs/api/ImGuiScene.ImGui_Impl_DX11.html index cf6121e7d..5ff18381f 100644 --- a/docs/api/ImGuiScene.ImGui_Impl_DX11.html +++ b/docs/api/ImGuiScene.ImGui_Impl_DX11.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.ImGui_Impl_OpenGL3.html b/docs/api/ImGuiScene.ImGui_Impl_OpenGL3.html index af214b0e7..16237b840 100644 --- a/docs/api/ImGuiScene.ImGui_Impl_OpenGL3.html +++ b/docs/api/ImGuiScene.ImGui_Impl_OpenGL3.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.ImGui_Impl_SDL.html b/docs/api/ImGuiScene.ImGui_Impl_SDL.html index 89b8f1672..390447007 100644 --- a/docs/api/ImGuiScene.ImGui_Impl_SDL.html +++ b/docs/api/ImGuiScene.ImGui_Impl_SDL.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.ImGui_Input_Impl_Direct.html b/docs/api/ImGuiScene.ImGui_Input_Impl_Direct.html index 2eea4357e..057cdb79f 100644 --- a/docs/api/ImGuiScene.ImGui_Input_Impl_Direct.html +++ b/docs/api/ImGuiScene.ImGui_Input_Impl_Direct.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.MemUtil.html b/docs/api/ImGuiScene.MemUtil.html index b70658430..136d20a31 100644 --- a/docs/api/ImGuiScene.MemUtil.html +++ b/docs/api/ImGuiScene.MemUtil.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html b/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html index 046dcc433..6e9501696 100644 --- a/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html +++ b/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html b/docs/api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html index aea2b1811..4db2f8869 100644 --- a/docs/api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html +++ b/docs/api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.RawDX11Scene.NewRenderFrameDelegate.html b/docs/api/ImGuiScene.RawDX11Scene.NewRenderFrameDelegate.html index bf9ea6fb8..e3127194d 100644 --- a/docs/api/ImGuiScene.RawDX11Scene.NewRenderFrameDelegate.html +++ b/docs/api/ImGuiScene.RawDX11Scene.NewRenderFrameDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.RawDX11Scene.html b/docs/api/ImGuiScene.RawDX11Scene.html index 0b75cc744..c6f77cddf 100644 --- a/docs/api/ImGuiScene.RawDX11Scene.html +++ b/docs/api/ImGuiScene.RawDX11Scene.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.RendererFactory.RendererBackend.html b/docs/api/ImGuiScene.RendererFactory.RendererBackend.html index c109aa04f..b48358cb0 100644 --- a/docs/api/ImGuiScene.RendererFactory.RendererBackend.html +++ b/docs/api/ImGuiScene.RendererFactory.RendererBackend.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.RendererFactory.html b/docs/api/ImGuiScene.RendererFactory.html index bf12468b4..610f23a96 100644 --- a/docs/api/ImGuiScene.RendererFactory.html +++ b/docs/api/ImGuiScene.RendererFactory.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.SDLWindowGL.html b/docs/api/ImGuiScene.SDLWindowGL.html index adc1facfb..b6182d979 100644 --- a/docs/api/ImGuiScene.SDLWindowGL.html +++ b/docs/api/ImGuiScene.SDLWindowGL.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.SimpleD3D.html b/docs/api/ImGuiScene.SimpleD3D.html index 702437101..77db41627 100644 --- a/docs/api/ImGuiScene.SimpleD3D.html +++ b/docs/api/ImGuiScene.SimpleD3D.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.SimpleImGuiScene.BuildUIDelegate.html b/docs/api/ImGuiScene.SimpleImGuiScene.BuildUIDelegate.html index 16aa8a844..77a8389d0 100644 --- a/docs/api/ImGuiScene.SimpleImGuiScene.BuildUIDelegate.html +++ b/docs/api/ImGuiScene.SimpleImGuiScene.BuildUIDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.SimpleImGuiScene.html b/docs/api/ImGuiScene.SimpleImGuiScene.html index 9a99363bb..b44873427 100644 --- a/docs/api/ImGuiScene.SimpleImGuiScene.html +++ b/docs/api/ImGuiScene.SimpleImGuiScene.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.SimpleOGL3.html b/docs/api/ImGuiScene.SimpleOGL3.html index 460b9375c..2395b688a 100644 --- a/docs/api/ImGuiScene.SimpleOGL3.html +++ b/docs/api/ImGuiScene.SimpleOGL3.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.SimpleSDLWindow.ProcessEventDelegate.html b/docs/api/ImGuiScene.SimpleSDLWindow.ProcessEventDelegate.html index a00b59908..83114ea03 100644 --- a/docs/api/ImGuiScene.SimpleSDLWindow.ProcessEventDelegate.html +++ b/docs/api/ImGuiScene.SimpleSDLWindow.ProcessEventDelegate.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.SimpleSDLWindow.html b/docs/api/ImGuiScene.SimpleSDLWindow.html index 0c14f2ea2..fa88fcfaf 100644 --- a/docs/api/ImGuiScene.SimpleSDLWindow.html +++ b/docs/api/ImGuiScene.SimpleSDLWindow.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.TextureWrap.html b/docs/api/ImGuiScene.TextureWrap.html index 7a76a0180..3e6adb2e2 100644 --- a/docs/api/ImGuiScene.TextureWrap.html +++ b/docs/api/ImGuiScene.TextureWrap.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.WindowCreateInfo.html b/docs/api/ImGuiScene.WindowCreateInfo.html index 4db8ee9c8..65a10d4ef 100644 --- a/docs/api/ImGuiScene.WindowCreateInfo.html +++ b/docs/api/ImGuiScene.WindowCreateInfo.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.WindowFactory.html b/docs/api/ImGuiScene.WindowFactory.html index f8593c7bf..83d10ee18 100644 --- a/docs/api/ImGuiScene.WindowFactory.html +++ b/docs/api/ImGuiScene.WindowFactory.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuiScene.html b/docs/api/ImGuiScene.html index 8282e4e0f..313512957 100644 --- a/docs/api/ImGuiScene.html +++ b/docs/api/ImGuiScene.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuizmoNET.ImGuizmo.html b/docs/api/ImGuizmoNET.ImGuizmo.html index e8110497a..b169848ea 100644 --- a/docs/api/ImGuizmoNET.ImGuizmo.html +++ b/docs/api/ImGuizmoNET.ImGuizmo.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuizmoNET.ImGuizmoNative.html b/docs/api/ImGuizmoNET.ImGuizmoNative.html index 895a35b60..1d28bc681 100644 --- a/docs/api/ImGuizmoNET.ImGuizmoNative.html +++ b/docs/api/ImGuizmoNET.ImGuizmoNative.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuizmoNET.MODE.html b/docs/api/ImGuizmoNET.MODE.html index 275e4bb85..d57891670 100644 --- a/docs/api/ImGuizmoNET.MODE.html +++ b/docs/api/ImGuizmoNET.MODE.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuizmoNET.OPERATION.html b/docs/api/ImGuizmoNET.OPERATION.html index 480ac8836..c673f2dad 100644 --- a/docs/api/ImGuizmoNET.OPERATION.html +++ b/docs/api/ImGuizmoNET.OPERATION.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImGuizmoNET.html b/docs/api/ImGuizmoNET.html index a73212de0..b8195b924 100644 --- a/docs/api/ImGuizmoNET.html +++ b/docs/api/ImGuizmoNET.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlot.html b/docs/api/ImPlotNET.ImPlot.html index 0bde7a5a1..915c4fdff 100644 --- a/docs/api/ImPlotNET.ImPlot.html +++ b/docs/api/ImPlotNET.ImPlot.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotAxisFlags.html b/docs/api/ImPlotNET.ImPlotAxisFlags.html index 53bde086d..87f06f4f4 100644 --- a/docs/api/ImPlotNET.ImPlotAxisFlags.html +++ b/docs/api/ImPlotNET.ImPlotAxisFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotCol.html b/docs/api/ImPlotNET.ImPlotCol.html index 151ee1370..d7c0b0172 100644 --- a/docs/api/ImPlotNET.ImPlotCol.html +++ b/docs/api/ImPlotNET.ImPlotCol.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotColormap.html b/docs/api/ImPlotNET.ImPlotColormap.html index 77be4ebb0..b34bf3074 100644 --- a/docs/api/ImPlotNET.ImPlotColormap.html +++ b/docs/api/ImPlotNET.ImPlotColormap.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotFlags.html b/docs/api/ImPlotNET.ImPlotFlags.html index 28537bb5a..eb5748b40 100644 --- a/docs/api/ImPlotNET.ImPlotFlags.html +++ b/docs/api/ImPlotNET.ImPlotFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotLimits.html b/docs/api/ImPlotNET.ImPlotLimits.html index f17a3df7f..03601cca8 100644 --- a/docs/api/ImPlotNET.ImPlotLimits.html +++ b/docs/api/ImPlotNET.ImPlotLimits.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotLimitsPtr.html b/docs/api/ImPlotNET.ImPlotLimitsPtr.html index 6d7a39eb9..4dfdcc2e7 100644 --- a/docs/api/ImPlotNET.ImPlotLimitsPtr.html +++ b/docs/api/ImPlotNET.ImPlotLimitsPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotLocation.html b/docs/api/ImPlotNET.ImPlotLocation.html index 0226010d8..087ed8eaf 100644 --- a/docs/api/ImPlotNET.ImPlotLocation.html +++ b/docs/api/ImPlotNET.ImPlotLocation.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotMarker.html b/docs/api/ImPlotNET.ImPlotMarker.html index 97b2ccd86..fe7ad22fb 100644 --- a/docs/api/ImPlotNET.ImPlotMarker.html +++ b/docs/api/ImPlotNET.ImPlotMarker.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotNative.html b/docs/api/ImPlotNET.ImPlotNative.html index c452c590d..e14b3a64a 100644 --- a/docs/api/ImPlotNET.ImPlotNative.html +++ b/docs/api/ImPlotNET.ImPlotNative.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotOrientation.html b/docs/api/ImPlotNET.ImPlotOrientation.html index 99efb9d57..76b020ef9 100644 --- a/docs/api/ImPlotNET.ImPlotOrientation.html +++ b/docs/api/ImPlotNET.ImPlotOrientation.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotPoint.html b/docs/api/ImPlotNET.ImPlotPoint.html index e3b65889e..3687bae4c 100644 --- a/docs/api/ImPlotNET.ImPlotPoint.html +++ b/docs/api/ImPlotNET.ImPlotPoint.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotPointPtr.html b/docs/api/ImPlotNET.ImPlotPointPtr.html index a00f6b94e..8366ee2bf 100644 --- a/docs/api/ImPlotNET.ImPlotPointPtr.html +++ b/docs/api/ImPlotNET.ImPlotPointPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotRange.html b/docs/api/ImPlotNET.ImPlotRange.html index 811044427..259f46f68 100644 --- a/docs/api/ImPlotNET.ImPlotRange.html +++ b/docs/api/ImPlotNET.ImPlotRange.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotRangePtr.html b/docs/api/ImPlotNET.ImPlotRangePtr.html index 152cffcce..ac04ee1e2 100644 --- a/docs/api/ImPlotNET.ImPlotRangePtr.html +++ b/docs/api/ImPlotNET.ImPlotRangePtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotStyle.html b/docs/api/ImPlotNET.ImPlotStyle.html index 90c8e3e72..ed85d79bd 100644 --- a/docs/api/ImPlotNET.ImPlotStyle.html +++ b/docs/api/ImPlotNET.ImPlotStyle.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotStylePtr.html b/docs/api/ImPlotNET.ImPlotStylePtr.html index 774104f9f..6a1943a23 100644 --- a/docs/api/ImPlotNET.ImPlotStylePtr.html +++ b/docs/api/ImPlotNET.ImPlotStylePtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotStyleVar.html b/docs/api/ImPlotNET.ImPlotStyleVar.html index f8cd71704..a8511c0ed 100644 --- a/docs/api/ImPlotNET.ImPlotStyleVar.html +++ b/docs/api/ImPlotNET.ImPlotStyleVar.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.ImPlotYAxis.html b/docs/api/ImPlotNET.ImPlotYAxis.html index 481cd9c7d..d5bd28349 100644 --- a/docs/api/ImPlotNET.ImPlotYAxis.html +++ b/docs/api/ImPlotNET.ImPlotYAxis.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/ImPlotNET.html b/docs/api/ImPlotNET.html index 93fb7d9fe..85e914e2a 100644 --- a/docs/api/ImPlotNET.html +++ b/docs/api/ImPlotNET.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.AttributeFlags.html b/docs/api/imnodesNET.AttributeFlags.html index b183fc4bf..b7aabe119 100644 --- a/docs/api/imnodesNET.AttributeFlags.html +++ b/docs/api/imnodesNET.AttributeFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.ColorStyle.html b/docs/api/imnodesNET.ColorStyle.html index cab9644dd..26a7c346c 100644 --- a/docs/api/imnodesNET.ColorStyle.html +++ b/docs/api/imnodesNET.ColorStyle.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.EmulateThreeButtonMouse.html b/docs/api/imnodesNET.EmulateThreeButtonMouse.html index a4e4f2c93..3142288b0 100644 --- a/docs/api/imnodesNET.EmulateThreeButtonMouse.html +++ b/docs/api/imnodesNET.EmulateThreeButtonMouse.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.EmulateThreeButtonMousePtr.html b/docs/api/imnodesNET.EmulateThreeButtonMousePtr.html index 8191a2c7d..5b4fdd163 100644 --- a/docs/api/imnodesNET.EmulateThreeButtonMousePtr.html +++ b/docs/api/imnodesNET.EmulateThreeButtonMousePtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.IO.html b/docs/api/imnodesNET.IO.html index e70c95e9d..ad47a2ca5 100644 --- a/docs/api/imnodesNET.IO.html +++ b/docs/api/imnodesNET.IO.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.IOPtr.html b/docs/api/imnodesNET.IOPtr.html index c5bfda4b3..344625eb8 100644 --- a/docs/api/imnodesNET.IOPtr.html +++ b/docs/api/imnodesNET.IOPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.LinkDetachWithModifierClick.html b/docs/api/imnodesNET.LinkDetachWithModifierClick.html index 67b8ba02b..a1a0b48b2 100644 --- a/docs/api/imnodesNET.LinkDetachWithModifierClick.html +++ b/docs/api/imnodesNET.LinkDetachWithModifierClick.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.LinkDetachWithModifierClickPtr.html b/docs/api/imnodesNET.LinkDetachWithModifierClickPtr.html index 7858940d0..5e44d641f 100644 --- a/docs/api/imnodesNET.LinkDetachWithModifierClickPtr.html +++ b/docs/api/imnodesNET.LinkDetachWithModifierClickPtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.PinShape.html b/docs/api/imnodesNET.PinShape.html index c761ea468..2d3769e77 100644 --- a/docs/api/imnodesNET.PinShape.html +++ b/docs/api/imnodesNET.PinShape.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.Style.html b/docs/api/imnodesNET.Style.html index 1766eeaee..1eec715a3 100644 --- a/docs/api/imnodesNET.Style.html +++ b/docs/api/imnodesNET.Style.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.StyleFlags.html b/docs/api/imnodesNET.StyleFlags.html index 7df483464..38e9a10da 100644 --- a/docs/api/imnodesNET.StyleFlags.html +++ b/docs/api/imnodesNET.StyleFlags.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.StylePtr.html b/docs/api/imnodesNET.StylePtr.html index 7a366ba0d..f41691741 100644 --- a/docs/api/imnodesNET.StylePtr.html +++ b/docs/api/imnodesNET.StylePtr.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.StyleVar.html b/docs/api/imnodesNET.StyleVar.html index d8bff8ee1..eb4767c73 100644 --- a/docs/api/imnodesNET.StyleVar.html +++ b/docs/api/imnodesNET.StyleVar.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.html b/docs/api/imnodesNET.html index cc9292cba..65979a4f4 100644 --- a/docs/api/imnodesNET.html +++ b/docs/api/imnodesNET.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.imnodes.html b/docs/api/imnodesNET.imnodes.html index ae9f19b4a..3ba44a35f 100644 --- a/docs/api/imnodesNET.imnodes.html +++ b/docs/api/imnodesNET.imnodes.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/imnodesNET.imnodesNative.html b/docs/api/imnodesNET.imnodesNative.html index 51ec72aea..8829bdf14 100644 --- a/docs/api/imnodesNET.imnodesNative.html +++ b/docs/api/imnodesNET.imnodesNative.html @@ -10,7 +10,7 @@ - + diff --git a/docs/api/index.html b/docs/api/index.html index 34202aeb2..58e4744e9 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -8,7 +8,7 @@ Dalamud Plugin API - + diff --git a/docs/api/toc.html b/docs/api/toc.html index 04f23fffa..08dc333bb 100644 --- a/docs/api/toc.html +++ b/docs/api/toc.html @@ -32,6 +32,9 @@
  • EntryPoint.InitDelegate
  • +
  • + EntryPoint.VehDelegate +
  • Localization
  • @@ -126,6 +129,19 @@ +
  • + + Dalamud.Game.ClientState.Aetherytes + + +
  • Dalamud.Game.ClientState.Buddy @@ -203,7 +219,7 @@
  • @@ -480,6 +502,65 @@
  • +
  • + + Dalamud.Game.Gui.ContextMenus + + +
  • +
  • + + Dalamud.Game.Gui.Dtr + + +
  • Dalamud.Game.Gui.FlyText @@ -666,6 +747,9 @@
  • SeIconChar
  • +
  • + SeIconCharExtensions +
  • XivChatEntry
  • @@ -747,6 +831,9 @@
  • ItemPayload
  • +
  • + ItemPayload.ItemKind +
  • MapLinkPayload
  • @@ -1144,6 +1231,9 @@
  • EnumExtensions
  • +
  • + Hash +
  • SeStringExtensions
  • @@ -1161,6 +1251,31 @@ +
  • + + Dalamud.Utility.Signatures + + +
  • FFXIVClientStructs @@ -1182,6 +1297,9 @@
  • Addon
  • +
  • + AgentAttribute +
  • MemberFunctionAttribute
  • @@ -1204,6 +1322,15 @@
  • ActionType
  • +
  • + Balloon +
  • +
  • + BalloonState +
  • +
  • + BalloonType +
  • InventoryContainer
  • @@ -1234,6 +1361,21 @@
  • QuestManager.QuestListArray.Quest.QuestFlags
  • +
  • + RecastDetail +
  • +
  • + RetainerManager +
  • +
  • + RetainerManager.RetainerList +
  • +
  • + RetainerManager.RetainerList.Retainer +
  • +
  • + RetainerManager.RetainerList.RetainerTown +
  • Status
  • @@ -1253,6 +1395,9 @@
  • BattleChara.CastInfo
  • +
  • + BattleChara.ForayInfo +
  • Character
  • @@ -1265,6 +1410,9 @@
  • EurekaElement
  • +
  • + Ornament +
  • @@ -1285,9 +1433,18 @@
  • Director
  • +
  • + DirectorModule +
  • +
  • + EventFramework +
  • EventHandler
  • +
  • + EventHandlerModule +
  • LuaActor
  • @@ -1338,6 +1495,9 @@
  • BardGauge
  • +
  • + BeastChakraType +
  • BlackMageGauge
  • @@ -1353,6 +1513,9 @@
  • DragoonGauge
  • +
  • + EnochianFlags +
  • GunbreakerGauge
  • @@ -1368,6 +1531,9 @@
  • MonkGauge
  • +
  • + NadiFlags +
  • NinjaGauge
  • @@ -1622,6 +1788,12 @@
  • Object
  • +
  • + ObjectType +
  • +
  • + World +
  • @@ -1735,6 +1907,9 @@
  • AddonContextIconMenu
  • +
  • + AddonContextMenu +
  • AddonEnemyList
  • @@ -1834,6 +2009,9 @@
  • AddonRelicNoteBook.TargetNode
  • +
  • + AddonRepair +
  • AddonRequest
  • @@ -1868,14 +2046,17 @@ AddonShopCardDialog
  • - AddonSynthesize + AddonSynthesis
  • - AddonSynthesize.CraftEffect + AddonSynthesis.CraftEffect
  • AddonTalk
  • +
  • + AddonTeleport +
  • AddonWeeklyBingo
  • @@ -1952,30 +2133,87 @@ FFXIVClientStructs.FFXIV.Client.UI.Agent
  • @@ -1983,6 +2221,12 @@ FFXIVClientStructs.FFXIV.Client.UI.Info
  • +
  • + + FFXIVClientStructs.FFXIV.Common.Log + + +
  • FFXIVClientStructs.FFXIV.Common.Lua @@ -2182,6 +2463,9 @@
  • AtkComponentDragDrop
  • +
  • + AtkComponentDropDownList +
  • AtkComponentGaugeBar
  • @@ -2242,6 +2526,15 @@
  • AtkCounterNode
  • +
  • + AtkCursor +
  • +
  • + AtkCursor.CursorType +
  • +
  • + AtkEvent +
  • AtkEventInterface
  • @@ -2251,9 +2544,15 @@
  • AtkEventListenerUnk1
  • +
  • + AtkEventManager +
  • AtkEventTarget
  • +
  • + AtkEventType +
  • AtkImageNode
  • @@ -2457,6 +2756,9 @@
  • Pointer<T>
  • +
  • + StdDeque<T> +
  • StdMap<TKey, TValue>
  • diff --git a/docs/index.html b/docs/index.html index 66521a198..bba28902c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,7 @@ Dalamud plugin API documentation - + diff --git a/docs/manifest.json b/docs/manifest.json index ac2c843c3..6d81b4c88 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -9,7 +9,7 @@ "output": { ".html": { "relative_path": "README.html", - "hash": "YaZvYywgEk+IY0k31DfGYwpkwq+kpz+VpOkQdPi/A3Q=" + "hash": "5TZnIc9xNee8B/bcQWuNkNPZR1evEMcykHTEnI0x76I=" } }, "is_incremental": false, @@ -21,7 +21,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.ClientLanguage.html", - "hash": "9+g0M4RIY0TP2AElb5JB59eZz69vqGLQAzqXyqoGO8c=" + "hash": "wCJyS22JDUUfOPmM/lQBEUTqoDRMZqETQ5idUS3XA4A=" } }, "is_incremental": false, @@ -33,7 +33,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.ClientLanguageExtensions.html", - "hash": "oQbfJNRRccZS7YTMyvke8Z4pp+eytKnEBU11mBfqNGM=" + "hash": "RecMf7B5dM670XecnzIstzyVYkDrKjwPe2SJmESrTnc=" } }, "is_incremental": false, @@ -45,7 +45,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Configuration.IPluginConfiguration.html", - "hash": "BrqzRqyEM5oLHDjkdJ1BVpB6aj84CsBzgazoXJWPD1o=" + "hash": "BkcDIinHsYbT+8NmE9lv1ZB9E0PhwXYuLJUGklDRUCM=" } }, "is_incremental": false, @@ -57,7 +57,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Configuration.PluginConfigurations.html", - "hash": "0jsKo/YYMLL1/QBfYHmFYc59N/6t6n55MFSGfatDBfA=" + "hash": "9Zw5jL+8LTT+GI9F0zqPjRb/c/74dnF9U1Gbtw+gF/k=" } }, "is_incremental": false, @@ -69,7 +69,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Configuration.html", - "hash": "V0SDE/eu0fj/9XySXJ5GaO62Cuz/ChWgsAagp7nH9t8=" + "hash": "DU7KSzxArog4jQOf+eS772/aw2/fi/ey0e/NJRs8PJU=" } }, "is_incremental": false, @@ -81,7 +81,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.CorePlugin.PluginImpl.html", - "hash": "zO/iFF2UKz+WUHuuYIJNq+jAoDHfcQRUXujiHJbo+sI=" + "hash": "u8B0AcLW84uwj9XX0TwxryIBhpryNR+SDAwjq+QVkgQ=" } }, "is_incremental": false, @@ -93,7 +93,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.CorePlugin.html", - "hash": "F3GFI0lTMyjdFas7P5AZla7HBqSfj6tnXWAbaid9gYc=" + "hash": "GWTd7xMRa/ywRCrXrque/yqhBcjFU15X8m7MPYJBM9c=" } }, "is_incremental": false, @@ -105,7 +105,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.DalamudStartInfo.html", - "hash": "lcWuI8McA1AdcSknPjqPa3lw9KJHdADCwLdSqFpQdus=" + "hash": "d161gnWxqJNnOL3gMr0eCZrTloHqAI6lP3oN9OGd5Wo=" } }, "is_incremental": false, @@ -117,7 +117,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Data.DataManager.html", - "hash": "Mo7C6O51JsgObt0Ad5yUqDs9zc2YNIycUAtgjXI3Amc=" + "hash": "Z5CKIZIqNFcyRiMZZvq7qbIEgeIWTmkxauwPnFpDL+w=" } }, "is_incremental": false, @@ -129,7 +129,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Data.html", - "hash": "Ny/UEN8BANzfUstMjmAhf3qplspJV/iNe/5wl++L6dU=" + "hash": "nfdj1kDL57+ZGebjoBXNS3Tp0+26l+DAS3v4qAB9ZuI=" } }, "is_incremental": false, @@ -141,7 +141,19 @@ "output": { ".html": { "relative_path": "api/Dalamud.EntryPoint.InitDelegate.html", - "hash": "XIoqEZb+rZsNzso1O1EP1lfaesyctc7/kkvT7aq+Jcc=" + "hash": "yWdTEewKi0QEfUnge37nIC0RDLGkFfdK0GI7dVKOXjQ=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.EntryPoint.VehDelegate.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.EntryPoint.VehDelegate.html", + "hash": "X4N1FuX3ZFOLY3hOPOROyH7DeMudwZOaE/jK5/XS0Ak=" } }, "is_incremental": false, @@ -153,7 +165,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.EntryPoint.html", - "hash": "BxbpeZqZMD0JXyXP36kURZH8wEXdNGz7R86dPBh0UZc=" + "hash": "l6hFFzCVc+AjF1siQhi6K1cWrp15RPHIHvrESItcu1I=" } }, "is_incremental": false, @@ -165,7 +177,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.BaseAddressResolver.html", - "hash": "LR1V7dRKmYdLzvU93kyJEnmKnIMgFXjSAazDIcU+DMw=" + "hash": "lE/0AWXjcecfvZhtVFCtQGR/3VqhyqQbxlM01OvuLM8=" } }, "is_incremental": false, @@ -177,7 +189,43 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ChatHandlers.html", - "hash": "Nw3F1do1am0MOQfoAglDMy63lFPqRMOWT2lY0aANGLY=" + "hash": "kiVLAwV6eMS+7UjZcEnEuG1QrQGAFJbZS2ds3iPUWlc=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html", + "hash": "k2Vyh1Wk7yXoXfd/s82ySlRtsOxqbMpwAnu0eHlLs34=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html", + "hash": "pwD0EqDfmhRpMGNg/RvrNGEVXMIXvPdNaj/6SDalEIo=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.ClientState.Aetherytes.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.ClientState.Aetherytes.html", + "hash": "yDGYQ5fUaRxZO+cm7pbKqyEsQOfgaTFSjaQJ3ALrDXk=" } }, "is_incremental": false, @@ -189,7 +237,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Buddy.BuddyList.html", - "hash": "DQTLmwEksvrXVrxJPjtB4ffYmm99FT+nuyZB5oRVqHA=" + "hash": "3PDiVwcW6BFxnEYXNH9z8e7MN+gBJV2vN/sMUCw04PU=" } }, "is_incremental": false, @@ -201,7 +249,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Buddy.BuddyMember.html", - "hash": "BTFDcT1MP2/vw+nbsS6vnAzRe5VXCTB9AgH/to2NEPw=" + "hash": "hjsRuepmx0KKkOueAU16VmTBfmxlnp0+cKzmy4K/cQs=" } }, "is_incremental": false, @@ -213,7 +261,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Buddy.html", - "hash": "xbtynlXLOZtdJGWE15bD5XKwsgRKe8IpuRCL/mvR51o=" + "hash": "Cavy2B/2H4lmV+Rtjbn1JG5n3/3WSxm1i/3zx6emotY=" } }, "is_incremental": false, @@ -225,7 +273,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.ClientState.html", - "hash": "p0HUQxYY7fyB/St7lODnxWbelwkOggJ0acsUnf6CVh4=" + "hash": "9NfrTT8n7i9QROUmd1IFXphJUkB9Q9HJPQWCkx6/iPY=" } }, "is_incremental": false, @@ -237,7 +285,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.ClientStateAddressResolver.html", - "hash": "Msrm6L2PRQ1VYJUFoZoAvEcCRbXGhmlhttgCjoglJzw=" + "hash": "dS9Su6n+v05SEPYVaaIOTFhgC5J0JpPZBI+D6+s1moM=" } }, "is_incremental": false, @@ -249,7 +297,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Conditions.Condition.ConditionChangeDelegate.html", - "hash": "EVorDdVE+TercZPOXRD1GizQ+l4xKFTalRNGBHmt2N0=" + "hash": "Ra2qsVnyvR+v0NGKV7TVYgyVuTYc0E1P1+qNNJWUw3w=" } }, "is_incremental": false, @@ -261,7 +309,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Conditions.Condition.html", - "hash": "3Q71kH3O6kioyPXNKcSrL+sXdL7p7TtJBhVRne3O0h8=" + "hash": "8cdpXat5hJcdiZnPSE8hGJy9C5d5p/jEtq8x+tL11DQ=" } }, "is_incremental": false, @@ -273,7 +321,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Conditions.ConditionFlag.html", - "hash": "d34lRvyyHt9yipj84Pj7VMDQDPrY/gAS68wly0kWodA=" + "hash": "EusF+XMVV+P9zrOAxSJFO7RgPtSr8EahNftzO3ckjyU=" } }, "is_incremental": false, @@ -285,7 +333,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Conditions.html", - "hash": "H9Vca04OyBZ0swGfO/0Q/hTyZrGAiDYL9U5FDaDygT4=" + "hash": "7SlOXJPQzU1vGdDot3pYMGp02M2nYkcaF8XeIngARzo=" } }, "is_incremental": false, @@ -297,7 +345,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Fates.Fate.html", - "hash": "7JlqC9scatks8eySCEHyvwe6ldtHQ3RrpC5/f14NKGE=" + "hash": "Df0U8LNklzI4TwWiObaGMfaTW/SebNYHAWrxVCgtU4g=" } }, "is_incremental": false, @@ -309,7 +357,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Fates.FateState.html", - "hash": "vTLeromzKpJcaTN+wJiV678XYqLkPE0iR7qyMRigMQw=" + "hash": "C4/xz5BwHOD+DBuWSr2FR5PRhX+CZ2+BGq7ANXlirEw=" } }, "is_incremental": false, @@ -321,7 +369,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Fates.FateTable.html", - "hash": "A+jlmpBYAK3z+2l2/5xXUCIpf5CNPPXtMHB5YdDAgqg=" + "hash": "+uPlYZVFAyqrCu7wLoqo87bPlwFzmJe16TyKN4qtx6M=" } }, "is_incremental": false, @@ -333,7 +381,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Fates.html", - "hash": "0d4f8sXOW6fO9ZCifmxEj0klB21vT/uEuBasF8TkMao=" + "hash": "trwN7eDsh7eCo+BK971V5l/aQm7KjYit6NOi8HO+1XE=" } }, "is_incremental": false, @@ -345,7 +393,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.GamePad.GamepadButtons.html", - "hash": "CNn3zaen43AEQKqobx7Ss0uEj/hrboeEpg5cqJHgPns=" + "hash": "w8nW+3MbwFINCxhzudMWZML0mFmmHD1gnxoBaTk/YIo=" } }, "is_incremental": false, @@ -357,7 +405,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.GamePad.GamepadInput.html", - "hash": "0ljKN4dvExNYaZTJmkAr1q8VVah1zcJQvtEzc/rzPE4=" + "hash": "s9DjjOxM6Vkrv5+wkmmWsTznXuMz47M1d8sNifOw2cE=" } }, "is_incremental": false, @@ -369,7 +417,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.GamePad.GamepadState.html", - "hash": "c98DmvMq3xvNDem/n1Rz/XMjK3fBLFiQodFs5nVIjZU=" + "hash": "XNGo5UlS1wYV8FesRWk2BNxXGUniQvgy8/sH6Kr3+RM=" } }, "is_incremental": false, @@ -381,7 +429,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.GamePad.html", - "hash": "tb0KuE/QwhlsYYJBxDl4JMQ6pCyb1cX29hF6RIBX9E8=" + "hash": "fghNu8su/bLMocmpXM0KjqijcKrpuWRRt1FLI0xNUeM=" } }, "is_incremental": false, @@ -389,11 +437,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.yml", + "source_relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.yml", "output": { ".html": { - "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.html", - "hash": "6G+otaasBcqxrEXQ7nyFSFCjOD/zEgyOsOdzphTK1hQ=" + "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.html", + "hash": "b+aiu4fcUpQQEkV0VdgoropnPo29jKHQWtQ4e0ZAuL0=" } }, "is_incremental": false, @@ -405,7 +453,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.CardType.html", - "hash": "buVT7zV8/W6ZEjHNxQC2WcL/8Q6uwVXOGx+EoipmNXw=" + "hash": "QfC+EpZ1S1VbjoXrCZcMzl8p+lw7t3/b+/1dEr6kOao=" } }, "is_incremental": false, @@ -417,7 +465,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.DismissedFairy.html", - "hash": "Qki+vA3e2g61zTsofI1h+WrXLobwlDccf1FlFtNntoY=" + "hash": "zC1cOkO1OjaBaGh2an8O9N+TgWiSnCUs9qoF99s4FX0=" } }, "is_incremental": false, @@ -429,7 +477,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.Kaeshi.html", - "hash": "1BTYiWLZY8itACVWF6nJxSYIIji4OUr5IFf6yfwp/gg=" + "hash": "myIl+JCBK5HQmhZwpwnqkVuFn8VAyNp/2ot47IYXsUk=" } }, "is_incremental": false, @@ -441,7 +489,19 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.Mudras.html", - "hash": "vZD25HCYyZqkVXJJ2RdEux4pQ7SjhBVDU9LsAgTuBJU=" + "hash": "zsOjOCikv+bE9qm/Zd30vK+Wt3mAs7Jt5omZP1GQMZM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.Nadi.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.Nadi.html", + "hash": "TMIqiyzUu9BtgZj5zv2TN+QbvlWcZYK9BMh7hq20Vig=" } }, "is_incremental": false, @@ -453,7 +513,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.PetGlam.html", - "hash": "YR2tXXOA9VUZ7Sx9Y/tLTmQVP0dIPGXXsrTAtCF4trM=" + "hash": "AYpyz+2ZyS+T8tGIStZNrGileVMAOPfYNBUwZcypoMY=" } }, "is_incremental": false, @@ -465,7 +525,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.SealType.html", - "hash": "lZQRzw6v+ug0FaeSjipSG0NTU+d3wyMvq3kHegHA8GA=" + "hash": "PLA1hzeo9Glcdx+4X9vYlkibsk3uGHJ5tmZA1VJFXuw=" } }, "is_incremental": false, @@ -477,7 +537,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.Sen.html", - "hash": "KetkXsln3euYqGDrElLi+/D1D+q53oOxtvgyZFWIuxY=" + "hash": "f/M2Bmn2ppgBq1QpcyVS2OOk/c64CbJi9BeMzgqW5Qw=" } }, "is_incremental": false, @@ -489,7 +549,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.Song.html", - "hash": "ULA9FZTSkSdOI00IUTokbwWOcqCjnMUS4qxpNFi+z6w=" + "hash": "2p/qwYtxdImAu2xyNwADOJkzsrAh0z2GACJUxSC4h3E=" } }, "is_incremental": false, @@ -501,7 +561,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.SummonPet.html", - "hash": "fETwbvNNPhe/bjneIpKkE2ZjoObxiOf+PpADsbFsGR8=" + "hash": "bBOY1r2ZEo+jCEPv4oHbWhctHM+QCoVQ+grHb4uPXVY=" } }, "is_incremental": false, @@ -513,7 +573,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Enums.html", - "hash": "hSar0TSZovhoznc+f8EBVCO6MMb7Z4XD5KGjnn4uZi4=" + "hash": "ATGrnDGejLMz8cZeKuAI/XfjuFbFadM583V6H2oJnrw=" } }, "is_incremental": false, @@ -525,7 +585,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.JobGauges.html", - "hash": "pepHpkzPogIZXOME9YBDTt4vHWyPwB+IU8qKp/EwRMk=" + "hash": "Xqp0aeg9nGTs9KwO83Anx0JBHeKvsUKp5xn8qRCNTkM=" } }, "is_incremental": false, @@ -537,7 +597,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.ASTGauge.html", - "hash": "USd5zYR821o4BaIYfYg+PsNOpua1odiRIxHQ+srGIgI=" + "hash": "JCOFP9JR0sIqbv3dgJ6+wS6NvLSHX29rJQ5xS7Vpcz4=" } }, "is_incremental": false, @@ -549,7 +609,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.html", - "hash": "LrppJ10+XDLw2AlD3wXQ44IBp+MFweo1C1ockNhQuj0=" + "hash": "dHvpR0/pVQUKE4PDbmbRmncTTY9IVV2dNgfyaF7gMeg=" } }, "is_incremental": false, @@ -561,7 +621,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.BRDGauge.html", - "hash": "xC5HtE+9OGwCzOn0j008Qw2GoAMQ9CjeYpqqSU2oLXw=" + "hash": "ZxB8q/B4pMWKdhwhkgc3DVBHRR4Q+A9l5ljOEeuXHIE=" } }, "is_incremental": false, @@ -573,7 +633,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.DNCGauge.html", - "hash": "jB9eJnP7Ys25VrIHOMISrionVJ4JtcNF7xtbuTrkTLM=" + "hash": "q22j4EPX4C5cQdxWsbeNqhdV6YFMGgbgF3ryJN2UCf8=" } }, "is_incremental": false, @@ -585,7 +645,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html", - "hash": "0hAkmhGZmGKIXLqsTeP9IvuZt/7STBM9uj+sEVv4ST4=" + "hash": "HhC4iJQu3jCyjRwdw6JQHbfIbC3Q+4ermToDX/gM/Dw=" } }, "is_incremental": false, @@ -597,7 +657,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.DRKGauge.html", - "hash": "KJU6WdexH076GcweU4zqIKbxXjxksFbNACE3KItZu7A=" + "hash": "0RPHJ7sSHdx1QCf2nTa3gALTkAMhJzJCOHWOJEYr/iY=" } }, "is_incremental": false, @@ -609,7 +669,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.GNBGauge.html", - "hash": "+WjZb0JYfqDujcc9eYIGmCf45vPYEHOmnBCQhGlmrtA=" + "hash": "fc+IL3kktvVlW0PghTVNSxO/coWgxv1a4UlTcg75Tp8=" } }, "is_incremental": false, @@ -621,7 +681,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase-1.html", - "hash": "UKMxDCT1odwBNiUPAVN7na0U9Gh/u/zxsVhO8avuaBA=" + "hash": "Htx0L7obGHtynQAxRParoEoYKVuzwbSKfYCv2zYv4Fg=" } }, "is_incremental": false, @@ -633,7 +693,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase.html", - "hash": "cfPzRnHL+ZuWl7mTSQvd+fsMSC/+eqfNaudZODUfrWU=" + "hash": "cg+V1fQr8emNB9mGBcrweQCtUmW2tJP/KHbkGGLwEno=" } }, "is_incremental": false, @@ -645,7 +705,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.MCHGauge.html", - "hash": "BRNn2BuXuuKLaTsKFyg9Z0unSUEzShtj2Qaw71SKIu4=" + "hash": "xPhbLee1iU9/t94Y6/9TVKQP4au6X29vlD0GGWxz9tU=" } }, "is_incremental": false, @@ -657,7 +717,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.html", - "hash": "GGE8GN1nDuURm67gfeqvHx5DYaex61kHx+G2XCdxOsY=" + "hash": "DJb/yq1zJfjkdZxCRLyjtHPfugsuQYmxp1UCSXNSBVk=" } }, "is_incremental": false, @@ -669,7 +729,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.NINGauge.html", - "hash": "GzmLeqhXv70UBddbOZ7pIIG+RUTAxtsuZGW73VlggV4=" + "hash": "DFnB7tgUfLa0SlNUdZ/JC4UQtUCMtfrDb0/Yi9pmAhw=" } }, "is_incremental": false, @@ -681,7 +741,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.PLDGauge.html", - "hash": "EvGYiI6hhJP85pXCqJNUKZQ7TrA92jSZDkqHhsPiSXI=" + "hash": "DHX1YusbWhacSWefCz7yeOlrtzko6wRWxE+er7YoctM=" } }, "is_incremental": false, @@ -693,7 +753,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.RDMGauge.html", - "hash": "PPseXDfx3WJs3Uom0YfEJPOl1RSmSjWlqJBI1oejv/E=" + "hash": "ZbWjt99tH3Wjp1U1Qu7BdD96dHcx3pUzyhKZXT6NMBE=" } }, "is_incremental": false, @@ -705,7 +765,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html", - "hash": "b6AgBt6KoupfOGNKMB4Xnr9aff2PUkf+EsyeXUFxIHI=" + "hash": "XJ/vT2exuX6zvWMUMCq1O57FJt90osM/mlTiQeGCeng=" } }, "is_incremental": false, @@ -717,7 +777,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.SAMGauge.html", - "hash": "5zsmlug848wHTb1NlM+HzK6SaYSpQWeT3jC7w65TDuQ=" + "hash": "ZfGzxzzmZszqKgntjPbsCNCiDOjhgPUKUzRWOlqgKcE=" } }, "is_incremental": false, @@ -729,7 +789,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.SCHGauge.html", - "hash": "cGhjoaxvZwws+gGHiWU/hcGRLAoM5Y9SE/PgfiIUjnI=" + "hash": "+KM1dQp1b2xAy79SNwN5U7wJ1h3KUdk7LebWYKo1R1A=" } }, "is_incremental": false, @@ -741,7 +801,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.SGEGauge.html", - "hash": "k+CBeQ5Kn4eKpMeLOpqnfPivbwmdeFeJrA0HkSeJoEQ=" + "hash": "QCyh4PLz6GzbjMFnDxV52ocMhlgAj9BV8ptVGzfXRt8=" } }, "is_incremental": false, @@ -753,7 +813,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.html", - "hash": "U+LSBWfW6SW2zYeK3g0lYKcmq9SZbxDdXljmA0LZZJo=" + "hash": "6arsXBL/Nfqp+SUSBO+8pVKhswqNo56NRPvvxxyVmcU=" } }, "is_incremental": false, @@ -765,7 +825,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.WARGauge.html", - "hash": "0AuXr34cLPHBBZr3EyqpweIn90kkKysnfeH/zSYPVjA=" + "hash": "sQwy86F6B5na9KyPTrx5ofrYp/IMzCmPtREUXUbJV+Q=" } }, "is_incremental": false, @@ -777,7 +837,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.WHMGauge.html", - "hash": "uuoFN/V7m8aOZRJxHPj879Ix4n4sn+gCzhsDe1wzL9E=" + "hash": "j+C9hXCXpb74F8FC0qCLYmzpMixbU5aQuiUh0J+0DLc=" } }, "is_incremental": false, @@ -789,7 +849,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.Types.html", - "hash": "61MdNQtbPqJvXiqAan/HNb+kqRX3dfqUJWUBzNdsDtc=" + "hash": "jk0fAhQ+5u9IDBwIipre9HVi5TVRWiGyrt0PKK8lnUE=" } }, "is_incremental": false, @@ -801,7 +861,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.JobGauge.html", - "hash": "MB2csYIE9fTPr3awmoFZo7+WX5hAN1H+Lhx0geP0qw8=" + "hash": "6y3+RCOzBAeL+6gnXSk08UmR38J1ns7hemSCfGxGR6M=" } }, "is_incremental": false, @@ -813,7 +873,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Keys.KeyState.html", - "hash": "SlrkkXvH4AesSQfIsHuL5qHYYHTi9bNdSLOptFWvx/8=" + "hash": "ex/ABzmIZNalbgrtkpfHdAaMlHCSi+5sSa3vG+yypYk=" } }, "is_incremental": false, @@ -825,7 +885,19 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Keys.VirtualKey.html", - "hash": "B0tX2FnABJAEYoW2DqpnWbnwghU8UlYT4/QKO5M5F+8=" + "hash": "dwPsBR6jELvQ0TRk69hz84iikzTTZhxSqwOP7Yn+l1w=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.html", + "hash": "7XLnolSmDPsDvgLoH0p9w7KUevVszoaucu8s0TccKRc=" } }, "is_incremental": false, @@ -837,7 +909,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Keys.html", - "hash": "Hzwr1bM9OYoJuP771KxvIYVfiE/GMcC1qUEUdp6pYCo=" + "hash": "z1vjyD/eeCLUYB5O6AywdM/AXYyuwBx2i+WF+ZcuXKQ=" } }, "is_incremental": false, @@ -849,7 +921,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Enums.BattleNpcSubKind.html", - "hash": "n2HIaVF3WRmD/TFnjYnzfkDczY+FaawwvAYKd7N81zs=" + "hash": "K9IloGdKBnGp3ENgFggmAV/0HGKaeHmEXq29zoWERJ4=" } }, "is_incremental": false, @@ -861,7 +933,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Enums.CustomizeIndex.html", - "hash": "5sMFxaLRARBuN9dQ+3qhQHoLBUFMB1m8m430dsII3L4=" + "hash": "r6i8YopzcuhKUIRb9vXEr2oZLhrocoebFbh8H0dKv9I=" } }, "is_incremental": false, @@ -873,7 +945,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Enums.ObjectKind.html", - "hash": "kLdIPiTtQBsQ7+799mpQg0w5M1YEDTSWZSY+OFpAW/Q=" + "hash": "ep2IAAEHzWW0riUTgX9pxRji/HUqNi5doYaU49sCmDw=" } }, "is_incremental": false, @@ -885,7 +957,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Enums.StatusFlags.html", - "hash": "qaRL3FNw6wHwFp6GzlwtwGTyV1cc2tFHOMjDiMaMRvc=" + "hash": "Id2v5ZNZzvbNcSbqxZd7UvFa2aejmADzSw50a1z+AZU=" } }, "is_incremental": false, @@ -897,7 +969,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Enums.html", - "hash": "00vn//+xDjMum7pnWrzNfSl3Xb0cR3Mq0i392Vqp5zI=" + "hash": "XK40PeVMYGGqYDGSmzUWctQ6GvjM6fTHV0oHiBeUInQ=" } }, "is_incremental": false, @@ -909,7 +981,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.ObjectTable.html", - "hash": "BVUqPfagh06Yp9KOfOLCZrLqHwDI29KU2tE21AbynZ8=" + "hash": "iZpOMwMlLLOUYQapg0b3NcUdS7GG/bXR3+uC4HIbh2s=" } }, "is_incremental": false, @@ -921,7 +993,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html", - "hash": "HO3UXHrS92UxRWxPsFUUtNx5aUxGauTREmDrk3goJiM=" + "hash": "F328/mYRyw3H18pM64pKoQsYlmKwEPGRIx4cU8vlHbs=" } }, "is_incremental": false, @@ -933,7 +1005,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.SubKinds.Npc.html", - "hash": "9vulhm/+rUx640pK7zwoPengHTwN1FoF4TTF6C4WaLA=" + "hash": "Hg2FF+XfEfW67Q+YlmVdoG2AWnNN+QRDfQuSMa/uJaA=" } }, "is_incremental": false, @@ -945,7 +1017,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html", - "hash": "MAj9dICi9pCtG3xRZi6E49BzUpFmb6AkTGzlDS7Hcc0=" + "hash": "uC0+C4kv7t00UplV0kKg9YkRFow9I58MKXiKKZwMlNQ=" } }, "is_incremental": false, @@ -957,7 +1029,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.SubKinds.html", - "hash": "1obUkroYC+x40VapxhpuRo5Ho6vtl8Sbhmq0txzwjzI=" + "hash": "YIIj+ddf+j5efZw8ffZTKeibWqyofaUAnm6SfxfBpRQ=" } }, "is_incremental": false, @@ -969,7 +1041,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.TargetManager.html", - "hash": "2Dnx7XuJKiRqryqxA7v2cifiXjKDoiQ98e7q04wnaBU=" + "hash": "FI4uCCXyv3fI16leDKj2Pu0nzl2jQiIki7Qe+aQ5fpk=" } }, "is_incremental": false, @@ -981,7 +1053,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html", - "hash": "+FVWJeasExRtTmaGCiIR+VWaILuHK/VXRtcgUkrM3XA=" + "hash": "VsNDy8aovXt7Eu2mniVKF0lmudkq4tFkRIMaS/YDrxA=" } }, "is_incremental": false, @@ -993,7 +1065,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html", - "hash": "zaP3t0JVFTI4XSe1s3FBZVEK8ThhvNC7CnxUSWogkqA=" + "hash": "CEv5zYN6KSJCMj8UhHnwj8PFZCuLbxbBwG9dJX9syYg=" } }, "is_incremental": false, @@ -1005,7 +1077,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Types.Character.html", - "hash": "0c6GWJG+KOBSRmsDt1tKDWxVq5PLGnaK3l3VaNYp51s=" + "hash": "XNjjXSiQS3JVBtDWP8RxiIaBWx8Z00n+CoOeEzPth20=" } }, "is_incremental": false, @@ -1017,7 +1089,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Types.GameObject.html", - "hash": "x1IRIeFfbqcmqevaAkbbhux7c9xcWTy0kQdT29NEzqI=" + "hash": "Ir4ruTEoZlL6h8yNf+w55U88hjb3SyjvJO/uPVpC6zk=" } }, "is_incremental": false, @@ -1029,7 +1101,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Types.html", - "hash": "9iN6a4SfzWH1otM8akfabnMmED892zbU1xUJ0RlH7Z4=" + "hash": "wQzyQvHfCV+nM3Y4Mqu8uwOZWklJxbrSYZI1I3f4tWA=" } }, "is_incremental": false, @@ -1041,7 +1113,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.html", - "hash": "YYnl3o3C4W7kKivby9zG99Y3RQeTa5cifjFFaWeSQgk=" + "hash": "FtP1EUsm715/tzRwj2YrBnXVmZtLsZHUl3/yQXCTUqk=" } }, "is_incremental": false, @@ -1053,7 +1125,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Party.PartyList.html", - "hash": "ZK0n2YTExwbJ3IxwkzXuHMPSMZNZHyXb9CAwbVqqnKQ=" + "hash": "YbPFO57g6FFQ4Oxh9lAWfWe1B2enF7lfTDGQ5YJRW4c=" } }, "is_incremental": false, @@ -1065,7 +1137,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Party.PartyMember.html", - "hash": "saHTR722tRYpkd7b+nTMCOByxyYgK3uEaJUl4Pdr8/s=" + "hash": "ZtdcZDrfIlzu8nU+9OVj24ViEMb1zszMpaCdDGs4XF0=" } }, "is_incremental": false, @@ -1077,7 +1149,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Party.html", - "hash": "dTadVWUapRM7KOonjscy+PDoMFYxB7+a8/Atb8FkYkM=" + "hash": "/rz28JKwblegZR9N3kXCNg6L7kttNvQYn9COtWDZKUQ=" } }, "is_incremental": false, @@ -1089,7 +1161,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html", - "hash": "1lYXLGfMspq/K9HAuALtJI6uq+kUyNpPBw67QpNruEg=" + "hash": "+adM7sL6qK9l8QWmcjbCjLhxUx2ij9kO4MO/2COnd38=" } }, "is_incremental": false, @@ -1101,7 +1173,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Resolvers.html", - "hash": "RErHQ13zDJquizKtYJu4UvR2RE0yAmiT7pjZJC+Bp90=" + "hash": "4LgX6iyZGr8iO+MZF9RakqpPZtAJLHrvM/HdMl5i3PY=" } }, "is_incremental": false, @@ -1113,7 +1185,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Statuses.Status.html", - "hash": "PIFJkAx4q+QhxpOYaKwVCbgU+KzDJgK+ovomcvnBZYA=" + "hash": "it/tmV1EDvjl6QIAunPSTEhSSCUiu2mJO0yZWd0oCoQ=" } }, "is_incremental": false, @@ -1125,7 +1197,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Statuses.StatusList.html", - "hash": "M3iokNXiVH0K+IAg0Y0j20yHqgRo6NAHCXLyrwqrakg=" + "hash": "m4fTmCbkofje80gya6W/OJ67fF3hdh3s9ollpkZMU8U=" } }, "is_incremental": false, @@ -1137,7 +1209,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Statuses.html", - "hash": "0WqJLv0wcJQRBYtkaDhMM/IoZUmbyW2o2Z98vQGdbNg=" + "hash": "QgJto6ux2CC7q1V2OtrIFxM8Gyy76zTYDyD5LAIpQdE=" } }, "is_incremental": false, @@ -1149,7 +1221,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Structs.StatusEffect.html", - "hash": "Toub6mUtEAGDfMbP+3k6gddfyFeHORdwzAEXmFCzS5o=" + "hash": "Zqp018J8otZw2ckUodC9Tg0+c1QudchAT+gLxopA+PQ=" } }, "is_incremental": false, @@ -1161,7 +1233,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Structs.html", - "hash": "R4mvesr0RFj4WSfpkstQ7OKMjC7ncqZsn8Bjkl3UGGQ=" + "hash": "GzjGzjvwbOfAMBj6YrlgJSqsPSN3yWMf9yC0wq71hBU=" } }, "is_incremental": false, @@ -1173,7 +1245,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.html", - "hash": "75SWgY8a5+Z+/TVKxoviXpEVuViyff1e1k/H32JVWHA=" + "hash": "J7kHshfthKY8NY+VRQR9LjLd9wzNuLKAIlwDncjEG3c=" } }, "is_incremental": false, @@ -1185,7 +1257,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Command.CommandInfo.HandlerDelegate.html", - "hash": "htrIrJhWVprgxjZwSJ8W/1zMwqMizQrKWnsYaiC0NJM=" + "hash": "RVoXH9Smo9EPw3itBecCtH1CLpcNGuu04d9B+XdrZew=" } }, "is_incremental": false, @@ -1197,7 +1269,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Command.CommandInfo.html", - "hash": "n0OTi0lrXrNa2j8CKbYIboXEmOYgiccXBpinjqoa/Z4=" + "hash": "vaBdfmeYWx57mDPPYWrYTVnrGiAXLa4Ahfjs936Nap8=" } }, "is_incremental": false, @@ -1209,7 +1281,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Command.CommandManager.html", - "hash": "r6iSfpimcBnO9ltLiUR8utBlPF/pfL09aLkx6GPiTuk=" + "hash": "BpK2qEM7ZMP0LDzRp2NAhe3iq6YMSSL8mTxnqrnAuRk=" } }, "is_incremental": false, @@ -1221,7 +1293,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Command.html", - "hash": "H/h/ebskPK6F4a4dunnYpxh5hxweoQDul4sHCrPsHaE=" + "hash": "LIAMu1AiA3RF6Gnn3KiQzSDelkXWaQT09v0uIfN4XII=" } }, "is_incremental": false, @@ -1233,7 +1305,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Framework.OnDestroyDelegate.html", - "hash": "i+G78m//5WCY5oYQclkjQQf3Af03XAmlvWT2+isH0E0=" + "hash": "4oUMqmJddm6Z/g9/L5DU6ivAmFbCEUWbJmEr/DN4G6c=" } }, "is_incremental": false, @@ -1245,7 +1317,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Framework.OnRealDestroyDelegate.html", - "hash": "WeVZt0BMd9CiWk31+A4Fwtgr0sNhxPTnMFEKfVLeYtA=" + "hash": "t9rIbhqR9vgOUAhe7QN/Pv1YZQTwcDuAy5d9vEUvxHc=" } }, "is_incremental": false, @@ -1257,7 +1329,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Framework.OnUpdateDelegate.html", - "hash": "Q865/NxE+4QWwHJcmOLprXU8mzj6NYmkbT6x+Jq6bKk=" + "hash": "EwMU5nw5qRKJxB24PiLpRf6RQ5zlf2SyzhKZZId+vQc=" } }, "is_incremental": false, @@ -1269,7 +1341,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Framework.html", - "hash": "mrbaFr75aXP3R4NbkrD7icn6yywGd51zS8DD58yuldY=" + "hash": "iSFkQFyH5eXm1C11FRwFgYC8NFG0E45/7h12MLE2ewo=" } }, "is_incremental": false, @@ -1281,7 +1353,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.FrameworkAddressResolver.html", - "hash": "uATVhmCyVKAT3eNidPGu0POJ5L8VVIP7h928YA8aM/E=" + "hash": "tm9CfUJCTvprZMLQG1C8hwN5m2TqvWT63GirTSdRrbs=" } }, "is_incremental": false, @@ -1293,7 +1365,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.GameVersion.html", - "hash": "KbYvY9EOiasPWpL9dDfBuZap/B0N5SzsDDvlFoH0IGw=" + "hash": "c5nNVo5r3KXEuLRkKNj/hiteZvKtfSZdhmWxw6EFyK8=" } }, "is_incremental": false, @@ -1305,7 +1377,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.GameVersionConverter.html", - "hash": "RTq7XxDfVEcZ2/x0xRH7pqGJdcTiT45yeix0NWnhgjU=" + "hash": "wZxb3ZmjJNMHyw+7RS1tCU9VLUwZQYNG4AOi3OEBkJQ=" } }, "is_incremental": false, @@ -1317,7 +1389,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.ChatGui.OnCheckMessageHandledDelegate.html", - "hash": "JWljVkUTKNOL/t5RPHm1Zt3xkXTyrexDYef33Ggoybk=" + "hash": "Gvub1a/bbabRz0sl1Jha2ONTUEvbnQIxG4OGKyIomQI=" } }, "is_incremental": false, @@ -1329,7 +1401,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.ChatGui.OnMessageDelegate.html", - "hash": "tG6DMGK9/erlnKBxCd5JmhLhZuTbHs+6sD1O7hwv/00=" + "hash": "Ufhuaumv1Lo+Kqs5Emswpf0jvAW/EPbFULrpuV3hhnI=" } }, "is_incremental": false, @@ -1341,7 +1413,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.ChatGui.OnMessageHandledDelegate.html", - "hash": "RpxCb1FUgT8kbt69bGcldc2ClbBQ9g+BXQvV/fZQ0hM=" + "hash": "66fxKt9LNFlYy85+GsD/ZEEAICUH+ugBFUsiRnEtrx0=" } }, "is_incremental": false, @@ -1353,7 +1425,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.ChatGui.OnMessageUnhandledDelegate.html", - "hash": "Bm9q/nwnCf6HMc1cgHm1qv+h/Y0mQK4crQpi8ipI+e0=" + "hash": "+tpat+N0TqyXLNFlbY2FxnfF37JbMo5g1/GpV7R0B7M=" } }, "is_incremental": false, @@ -1365,7 +1437,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.ChatGui.html", - "hash": "kVrhCJBMfXHQJaihbb4jspDDLwcIGY8m4Dlox/7nCVI=" + "hash": "jEo7zZdFLzL3CxOZEyP4IlThVpkkNSZJjHAjjzaWfNU=" } }, "is_incremental": false, @@ -1377,7 +1449,211 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.ChatGuiAddressResolver.html", - "hash": "SQT2KQt6Rl4GxILABlvcPUzZWE/gNdsAcb5ry4PufoQ=" + "hash": "/rme+SRulanM9EZO0ATjUNtUPByRJOvwX0l7Bv6CMyA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.ContextMenu.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.ContextMenu.html", + "hash": "gKKf/cM4i3chQGRE1a96tEgJSntWY5lUQ2vUI8ER9C4=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html", + "hash": "clmqC6n4x2et0ualUT4qyBVoqL8b74YDk2utiUcS8ZQ=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html", + "hash": "xDmvSDL+wlH5J10plOgSfAhOotzeUprBxlgSgph9JqM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.html", + "hash": "V2m7OkPkhmBRciyWI1Bioqkq+sTFtCLSwTb6dJ7/I3s=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html", + "hash": "TXC43XTs1+69OON7I/Im1j3Hnrgv3xxmZ3vc6jxPYU8=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedDelegate.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedDelegate.html", + "hash": "XCOmDFPGDr9mlo2kdZv3QT+xhNrrYtFMIlkb/3xIZzQ=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.html", + "hash": "Mcr0sU8dbWwvo66rx4Kd/bIWNgmqnat1CMzpxrMI03w=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.html", + "hash": "3yFkufidTNbEvp/bMbCYFjuAA/mcoPOdFueQ0pglBLY=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedDelegate.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedDelegate.html", + "hash": "ra8AIP/UyuB3DNs7VbTYGIGwhokj1qe2SFEwSRxK5Zs=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.html", + "hash": "0HRLqY+wCqyc600XpCxSGv/NTT+cK+VrI+nxY4SzISY=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html", + "hash": "V0cQk4Fd0ibWTHpY73IWCPOoAA+oTWdqNLu7Y0OOCXM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.html", + "hash": "+kCOo/WQOu8JSK9+xhp3wZouW0eVq9i3d398b0XUHNU=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.html", + "hash": "a8nIwtfBEw/EQE1lIof7HtVe3n/3MVnMgot/T6xktN4=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.ContextMenus.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.ContextMenus.html", + "hash": "vKhs5A/MD4z7oDWH8P3Hthmr9fx3VU3l3mSaxwTpgLM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.Dtr.DtrBar.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.Dtr.DtrBar.html", + "hash": "2n8a6tMw6VNjc9AGUILsqhnNXjNsmYcMU8DpK6RZKvM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.Dtr.DtrBarEntry.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html", + "hash": "KJIIWhPJxE7Fjk6/iGhzPW+n7cEygBgAQ/igAjN43iI=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Gui.Dtr.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Gui.Dtr.html", + "hash": "3GCETfpKb6iIv6mVlmbo02jJa4zIDbQaepVODH4XMno=" } }, "is_incremental": false, @@ -1389,7 +1665,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.FlyText.FlyTextGui.OnFlyTextCreatedDelegate.html", - "hash": "NbkePrrNrpE3tfGoMBm2+0/WtBTTye9J1YH+dz+GIFU=" + "hash": "mPnNT9SEOJA9/SwC9ol4AlTeH6esrcf10jIzht/DqKo=" } }, "is_incremental": false, @@ -1401,7 +1677,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.FlyText.FlyTextGui.html", - "hash": "aBFnt/vmRBkOD827EwjxCDj48iOMbo6FRpytye8f71o=" + "hash": "5u3DB00pLv6iOeGT92A0DtwMmNGOBDhKEe57B3hjTjg=" } }, "is_incremental": false, @@ -1413,7 +1689,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.FlyText.FlyTextGuiAddressResolver.html", - "hash": "j5Wlul1NmTynB8JBFwhVPwDsgEMbzQgHdGG95Yfqauc=" + "hash": "CbEMpBbNCPmuofLngrLEk/+04cTYcoc4yg9uTNyv78s=" } }, "is_incremental": false, @@ -1425,7 +1701,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.FlyText.FlyTextKind.html", - "hash": "RMJof5pRt6vfuvFT2bJbNybS1r3+g7ZMBRftBcfntiA=" + "hash": "ynuGlHcKg3uE+UIud96i7o+bZTtQwz61Q/BY9jMgm50=" } }, "is_incremental": false, @@ -1437,7 +1713,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.FlyText.html", - "hash": "u5GYV1cS9PiRJglwdVrZYE/H+/3rFAZVxY0eItUCzew=" + "hash": "BUcI/35Z/qEo8vYNQpCO5WZKuMTJAC+4wWNwkb0fAzc=" } }, "is_incremental": false, @@ -1449,7 +1725,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.GameGui.html", - "hash": "MoRw46R0VihGC8ycLcsdotOVQq2ajt64lnhCTAS7Qtc=" + "hash": "l0aEMdNJquGZEoecwbBK3PQw9fGdL6QhcbtFxaDvL+M=" } }, "is_incremental": false, @@ -1461,7 +1737,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.HoverActionKind.html", - "hash": "o+GOtWUKQMVLQFm4bIXshqZmGy2C/4EI3KO9rgDmPEg=" + "hash": "Eu+t6uXsnQEhZsZdlGXw3z0GzO25dygAEdgrLWEkusY=" } }, "is_incremental": false, @@ -1473,7 +1749,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.HoveredAction.html", - "hash": "/HunwwiwzLws6TnjOVyO4z6WAUIBRTcKmtYrZ9RvDPg=" + "hash": "yYoDMdgMxZw5f30AdPDsY0X2umIYoGUf+xvlYhihPDw=" } }, "is_incremental": false, @@ -1485,7 +1761,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.PartyFinderAddressResolver.html", - "hash": "HHtlHsbLjyhXyS3Wp/eGPmaAL/NNI3/l8Uz6eUqH/rE=" + "hash": "BoVDu1eOVDeU1f9mFPwhdtW6MaD6FHvl9xCTT3WXD3w=" } }, "is_incremental": false, @@ -1497,7 +1773,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.PartyFinderListingEventDelegate.html", - "hash": "OINvZJ34Q7MzUk1xz0HE7TSX7mlDXOfEKy1Ct3SEzoQ=" + "hash": "Zmb32lcl0B8GS648KuWg6TlvXHOUB65TiqUprSDI9k0=" } }, "is_incremental": false, @@ -1509,7 +1785,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html", - "hash": "7GpUq9a7/AkOiH7eEO+fW/lcY8alyqNGIvjCnSE3ooQ=" + "hash": "tQDImPViFhmScxhMWhuPWPUO0DEIffoi1/hRmqnKenw=" } }, "is_incremental": false, @@ -1521,7 +1797,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags.html", - "hash": "a6Abd9/mkwHpKyNGeVtxiW7sGHbRZoW3TJ8lCvgndfo=" + "hash": "zzQcFep8GaxMhgWnCOnv7jJd38cpUhDrkuL7DBR3lPc=" } }, "is_incremental": false, @@ -1533,7 +1809,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.Types.DutyCategory.html", - "hash": "QTRmGm2xwR+UjDWzPMoVs9bK2I5jjsUBAykQ8QCfmRw=" + "hash": "8xPyejyOLJ8xziHXivMBofjbPAqFbwjxs8zEp9ShBYY=" } }, "is_incremental": false, @@ -1545,7 +1821,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.Types.DutyFinderSettingsFlags.html", - "hash": "DQzaz03zeR+rsaI6aelFRvISAYV0+4+X4Ur+zvSslyw=" + "hash": "g0TwahqMJoVyrBh9IMQit14PUXKOlw9FekbJN6y7MLA=" } }, "is_incremental": false, @@ -1557,7 +1833,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.Types.DutyType.html", - "hash": "e3wOI5FJQfITR1n/QSoSMM3VCGT3S4j+9c1N2eqN8n0=" + "hash": "XeJThMF0PFLP7bKyO03ZohUALE0g2tZclNWOw40CKa4=" } }, "is_incremental": false, @@ -1569,7 +1845,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.Types.JobFlags.html", - "hash": "0MmWdR9YX4AQG5vR8LQ/sPG3RB50mw6c5rkQIrorJls=" + "hash": "Q53+Vs5xeFDSul7FyZQl+3lI9+0JljnfqSve6ZmxB4E=" } }, "is_incremental": false, @@ -1581,7 +1857,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.Types.JobFlagsExtensions.html", - "hash": "4Bhcm06YWv5d1uWhLdXSd/6gGcbI/h75GllWntLnI2U=" + "hash": "pqujdZLR6HgTIiAsvNy+tTNHM34odaGhV/EUthuJKS4=" } }, "is_incremental": false, @@ -1593,7 +1869,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags.html", - "hash": "nj0Z0AvNpsRzhr95YvGfc8/0ol6XFSgnp3uSGwbTwRc=" + "hash": "EdL3/eRaiRs8mluLvMnmbs5Zhfih/UbnQhaYbwnqZXw=" } }, "is_incremental": false, @@ -1605,7 +1881,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags.html", - "hash": "rOihJm0Xg4dmQv22dtHk/4IUR0Yyndo4GwHhaB0YCLY=" + "hash": "/HzBVFUgcaHOndOMkMxMSeSmOg38UERJjYI/KxNOUHQ=" } }, "is_incremental": false, @@ -1617,7 +1893,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.html", - "hash": "oLnhBW2OzylILdY8UP8dVHHmvfkWDcZoePr2trjSwiQ=" + "hash": "5fU+CitnP2ma4goTJnCe7DfwQB3wQvcdllyr6aBC6x0=" } }, "is_incremental": false, @@ -1629,7 +1905,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListingEventArgs.html", - "hash": "hueuShnN/LSQ4345NMi8w0FjpPnSiOOXq0TUNznT6HE=" + "hash": "FvKdvj7xgUA+/+kCe1Bn+2QYWHYvGul2Wzub5YX45Fg=" } }, "is_incremental": false, @@ -1641,7 +1917,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderSlot.html", - "hash": "G2rOOJBe4E65geal6zrykFt9AXdUOgpii1gCR7YhTNk=" + "hash": "Rn5pVIouB+AeIKAmg9IEmtLpERJW6u022AIIzGWMdXk=" } }, "is_incremental": false, @@ -1653,7 +1929,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags.html", - "hash": "7VVqgQ1NMWeKkKO92MNRXql+aIO4cMsjjSXSZzw5H+I=" + "hash": "4JEe6dIILmmB/p5jZJkpuX0iYUhFevYqH/UBC1oJVjY=" } }, "is_incremental": false, @@ -1665,7 +1941,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.Types.html", - "hash": "LXh7nLbMnxtE09O8SKsDL+/7IigxCJ2CKCo0XUn3p34=" + "hash": "UGZMiiBFVG58Q5vBVo7gzjS8/TK2l4yPkmO8iEQRj+s=" } }, "is_incremental": false, @@ -1677,7 +1953,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.PartyFinder.html", - "hash": "JhASIvbpPPoBWATYyvr22bqQabLzgOYw+cb5UnJu9TY=" + "hash": "BCgYBXn7ldU+Lv7xClo4ibjjkryYIwgKQ4PvZfZr8Vk=" } }, "is_incremental": false, @@ -1689,7 +1965,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.Toast.QuestToastOptions.html", - "hash": "N6fEZVSJ81hvK86NA9FHykOt9yEePZPXNmcqcax5Z04=" + "hash": "69r+2B9jEJ3ybJpFUTX4+v/oBQrk8Zd2C29VF6X6CTA=" } }, "is_incremental": false, @@ -1701,7 +1977,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.Toast.QuestToastPosition.html", - "hash": "/p9rdJzgxhKhG9ujEbsZmK8PyKSlsg8DyRKGKH5Q4cU=" + "hash": "h+cM65063U0DeFJgwaks4A6F+DCB6AXTWwLQPaZV6/0=" } }, "is_incremental": false, @@ -1713,7 +1989,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.Toast.ToastGui.OnErrorToastDelegate.html", - "hash": "9D05efJEQComP+dh+3F1/oLUgFgjsdO5iINFGdLefNw=" + "hash": "qww7SK9cZoZRkw/RX6280qhQesTWqXOAPFAaOGX+vVI=" } }, "is_incremental": false, @@ -1725,7 +2001,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.Toast.ToastGui.OnNormalToastDelegate.html", - "hash": "VlaJpyCrIttTaRz4X5YZFCRWeSQT2vtMxOU2oqVw2i8=" + "hash": "inPhXkBovqBaqflCEuhr+nyWEJi3X1AVoeCwbOC3n/4=" } }, "is_incremental": false, @@ -1737,7 +2013,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.Toast.ToastGui.OnQuestToastDelegate.html", - "hash": "N54eqX0rDALPsZAQsacJLQurgMV3E7eg8kTH0bF30lc=" + "hash": "E9V39iUkS9LaXpdcXsRX9uMMPDSBdnALvt36xFK8ynY=" } }, "is_incremental": false, @@ -1749,7 +2025,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.Toast.ToastGui.html", - "hash": "uDVkSUDrpNUgl/PKv5DfTpYYFO+AAYKPJnpqLd40nqw=" + "hash": "mDJW3G3lGf9wGHShPvG7/bJBhIZTHfHF5SmTKovVEBA=" } }, "is_incremental": false, @@ -1761,7 +2037,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.Toast.ToastGuiAddressResolver.html", - "hash": "9jB1oIU5L6NuHwds1cjSQ9Mj0/6KtroiWYeCw1KJxQY=" + "hash": "XLN7tie1rxcWaJhUfo+C6pOx71WOa1Lwpj44Ak5/1/g=" } }, "is_incremental": false, @@ -1773,7 +2049,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.Toast.ToastOptions.html", - "hash": "FDCN3TV+eL06OFjv1SW4BGTCEh3xVMlPPPKCBHIWhP8=" + "hash": "Ql93iw2q5i+1n1tv70DHuqKeP1IAfr4OwhFxdufXtTg=" } }, "is_incremental": false, @@ -1785,7 +2061,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.Toast.ToastPosition.html", - "hash": "9NKipFyroit60J5TP1AH7rg8C3B230bfypevlZd0MVU=" + "hash": "ISWbAcnRvhS9C4NP3fx1vSQ7aHjP//nGjq0fDmHbP6w=" } }, "is_incremental": false, @@ -1797,7 +2073,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.Toast.ToastSpeed.html", - "hash": "qsX9K/oA51iegxOC5u6ch794ic42Jcj64l1VVPqlEHY=" + "hash": "kMLcc33K0o+rLClz7e0/vO8j5wahZp/SYPQ1+6Ln6bE=" } }, "is_incremental": false, @@ -1809,7 +2085,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.Toast.html", - "hash": "8U+1NGfEuPeRMcOfDcSC3KEfH5UcfBAu3DNeEE0JKf0=" + "hash": "RG/vWwRv+3ai/I26KHzD0a2fMx53LCKZlz3K2PjEP4Q=" } }, "is_incremental": false, @@ -1821,7 +2097,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.html", - "hash": "pT7mX7m8HD4eRAL/2aD3agQxCdY036c2sV0nQKwlLGI=" + "hash": "r+6by52dhpICV+70N75WsckNoyt44ttUeu6HC818bSo=" } }, "is_incremental": false, @@ -1833,7 +2109,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Libc.LibcFunction.html", - "hash": "k22sN7iKoP3yjkkLde7/hs8ruhylSdxoRZki3x1yIHE=" + "hash": "TH8C9WPihnHVKxdJgoFG8ZCSyamoYB/VmLLyrtoNjOA=" } }, "is_incremental": false, @@ -1845,7 +2121,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Libc.LibcFunctionAddressResolver.html", - "hash": "QFpGQ75Np2OanFggijjCxW+Xy3OM3RMdjgxQLoRbp0g=" + "hash": "nzcoSxzoEHYKsOXXNNbTzbkKasmSwFstuJLtWupgRIs=" } }, "is_incremental": false, @@ -1857,7 +2133,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Libc.OwnedStdString.html", - "hash": "QvI9TZsl0OSf1Nr7a/wtcG1q7x57P10Mcx+QykUzAX8=" + "hash": "jf6Ldwf85eJVvk7Gq5Vi6ggVyIJciP6LxU3+2p8u81I=" } }, "is_incremental": false, @@ -1869,7 +2145,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Libc.StdString.html", - "hash": "F+U7Jcx3fErdVCBcNmpPVtHhtW18pyl37PSFLEDAMG4=" + "hash": "j0bdasPv/GWkYZmIZ5+L72vb5sXQp+en8gtJGK9SO2g=" } }, "is_incremental": false, @@ -1881,7 +2157,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Libc.html", - "hash": "Coe4oUVknjpub400gP19gRDvDBwdLEhxH6fvvnV9YWM=" + "hash": "DRqyz4ryVixRG4YiYVtr9ZknexnM6k7bw8EN6JKu4NE=" } }, "is_incremental": false, @@ -1893,7 +2169,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Network.GameNetwork.OnNetworkMessageDelegate.html", - "hash": "yAleJ3OtbRi8vzg5Je9ryzGtN30c3Kis5My3/xfqwG0=" + "hash": "kQYktuccAr53fPdXVJU5ombm5FXKbr84JQM6ukG/OA8=" } }, "is_incremental": false, @@ -1905,7 +2181,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Network.GameNetwork.html", - "hash": "udyoi77bSk7+zHhBicxL80mRgagPOw4cTB+MRSqpB3k=" + "hash": "JmpXHfP3PJDc6AjjwSRMoxSS65Gd8YqSpfi3hkdUGU8=" } }, "is_incremental": false, @@ -1917,7 +2193,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Network.GameNetworkAddressResolver.html", - "hash": "FKxQ0FMyr3kFZI+OaDwAo6jx4QbTQb4NAPphkXDHU4I=" + "hash": "m2ZBQLhiSfzw0+j46S+cEfFwIIq+4tIlZewFsPFBBWo=" } }, "is_incremental": false, @@ -1929,7 +2205,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Network.NetworkMessageDirection.html", - "hash": "l+vwxgbLNwOpO96QgOIUyVAs128KQs2CsRjqzpPtxwY=" + "hash": "uZQndtA0sIWwafazEB2QesPT4tgm38QVuTFFBlvjyvQ=" } }, "is_incremental": false, @@ -1941,7 +2217,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.MarketBoardItemListing.ItemMateria.html", - "hash": "GnJdFZb3wRLmrNK3Izt35VPrh1dOouQOGx1SqumykKU=" + "hash": "3aw8l4hCeUQIGiU01Z4nqX1Uw2fLe6Lbs7RB3KaMO88=" } }, "is_incremental": false, @@ -1953,7 +2229,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.MarketBoardItemListing.html", - "hash": "T5Hea+oVp72kt+JHICm04RtSgsenMzxlkctYqTbn89g=" + "hash": "pikxNO7GIYtA+X2uGWbyh0K/6uQresFSblR7km5MlEE=" } }, "is_incremental": false, @@ -1965,7 +2241,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Network.Structures.MarketBoardCurrentOfferings.html", - "hash": "eUoYjM4ui6CV/miXf6z1xTgLM8Lt1PXUrl+CIGDDslY=" + "hash": "xCuG7GLKmhlMDc0N+tpzFBtkB3db45JLYrDXhAn/t7k=" } }, "is_incremental": false, @@ -1977,7 +2253,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Network.Structures.MarketBoardHistory.MarketBoardHistoryListing.html", - "hash": "DtaOAiXWFKASLJo3f2O4UOlD9oAcDnOTvN5vF7iuzpM=" + "hash": "4FXUMUvqmLoGkqLepyDpzBiGozi1qWt0rBGXxXxCYBc=" } }, "is_incremental": false, @@ -1989,7 +2265,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Network.Structures.MarketBoardHistory.html", - "hash": "WFiixs8IVz6DpckFvr0OyaE7oWM/sEa6eIJ+bmAnMAA=" + "hash": "UamNCir77BSVqs/j/6PWlyxKqbKr3KESyN3edwqx5oM=" } }, "is_incremental": false, @@ -2001,7 +2277,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Network.Structures.MarketTaxRates.html", - "hash": "CFJ0OOpoVBPR4RqIyatcmn9meV0M1PBfA/ixM8ayuUY=" + "hash": "zqZwgKAAZgWyuCkkgf/eSRdh5HZnRAARspGVqjggkT4=" } }, "is_incremental": false, @@ -2013,7 +2289,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Network.Structures.html", - "hash": "KEh6LYzCfEb/SwtPFY7Xv51bCF0jAkcMa7pQ+Bq4VOA=" + "hash": "0bMfxkN2KF25WAd1oRwygrkxnFtZddFggZ0LV/1ZjO4=" } }, "is_incremental": false, @@ -2025,7 +2301,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Network.html", - "hash": "gskeS13FozyYvv3B954ZZwmDUUGkEoI4RXPlL5GXNEs=" + "hash": "91hePpqI4cE3zrQF+jdTUUueM3Tzlmz/UCDqs2xrqjk=" } }, "is_incremental": false, @@ -2037,7 +2313,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.SigScanner.html", - "hash": "FRVRPTs44xAdA29OmtVFaGULYwuMsiadRGOxsl3cNpE=" + "hash": "AYJFTBRKuZ3VN7YXSSo/UliIiFknBsyARyesUcD+HJ4=" } }, "is_incremental": false, @@ -2049,7 +2325,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.Sanitizer.ISanitizer.html", - "hash": "RgLfivO0GJviiNLJV+xG8W8ZrVTsq9cZWalmloY0uhI=" + "hash": "GZeY0wIcNj5vFlOsy87TJMgOlP1cHHVEj6DnMNLfXVU=" } }, "is_incremental": false, @@ -2061,7 +2337,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.Sanitizer.Sanitizer.html", - "hash": "AMYCqr7tjqVATwR6ixfRb+7RUsEre6rYLyPSmrWxnDc=" + "hash": "vEYU6ML6pcHm6A06Yp8aCtoW868d57EMlu/0yx7mmMw=" } }, "is_incremental": false, @@ -2073,7 +2349,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.Sanitizer.html", - "hash": "1d01KHduPCVJgUItw+ib8ibch6CKVUb+XBHAX1K+NMs=" + "hash": "LL9xxkvBQQEKWFOgQw1uly9ON2y9Xex4x+TjCgq9eb4=" } }, "is_incremental": false, @@ -2085,7 +2361,19 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeIconChar.html", - "hash": "LGpKKb00dgXQMRHYS9kqTGfbLSh8gpT6unyGbqEM3NM=" + "hash": "oVUvPQyO3Yb8f1XGBYdC3mnT++JJa3poL16Qg+o+CAo=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Text.SeIconCharExtensions.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Text.SeIconCharExtensions.html", + "hash": "CzIse5ErpLRO7G2fNRsP/Lj8cK87W/PKkYDrR8Oc9fA=" } }, "is_incremental": false, @@ -2097,7 +2385,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.html", - "hash": "WhttrMazr3FnLsIxSjFFH/Rv+1ZDZ5A4G70dxlDaEFg=" + "hash": "fqwG98RsWQQUyOrACPG0n1v5th7hm2gRD+OzFLFiYbU=" } }, "is_incremental": false, @@ -2109,7 +2397,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.ITextProvider.html", - "hash": "nWzs204GgcDaJj8FiT9qqPno76ss0l2c8o9wgqkOTdY=" + "hash": "er5/VmiPNifEk5PG5Wbt2y3jKmwtqImKv38De6s1XYc=" } }, "is_incremental": false, @@ -2121,7 +2409,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payload.EmbeddedInfoType.html", - "hash": "YicGJ9d+7w4EivOAFviU+okCU+dR9jxUcLqC0imCfDA=" + "hash": "1Us8OhhNn0LF2hC+t7v0gJ879RXL64sxxTzzolrYrU0=" } }, "is_incremental": false, @@ -2133,7 +2421,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payload.SeStringChunkType.html", - "hash": "hH9SGQOckdsnH6dfC49k4+jVJHG7tSAkot69U4lgnzw=" + "hash": "gIX3fqUMddeUMIrPT5xFf5Itx59FXQ1o85ERd/CMLDo=" } }, "is_incremental": false, @@ -2145,7 +2433,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payload.html", - "hash": "oQ+EwfRskS3PHyOpWDqqzKPiHK/UkbOGiBGc539z/EM=" + "hash": "k9gtXjgjXCU2dn1LgXsb3WDgJbcMxZSi7HPgU5JZF7E=" } }, "is_incremental": false, @@ -2157,7 +2445,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.PayloadType.html", - "hash": "9sUha6DETHly/oeLY/xKlu8gA//KSEQXqvOx8yU7JkE=" + "hash": "W+G23rHF4SEAflmsq5ZqMqUmamTsHGRMxKhRITDx6H4=" } }, "is_incremental": false, @@ -2169,7 +2457,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.AutoTranslatePayload.html", - "hash": "s6RfUx6fOswW1kvECQ3/hzAWhu4Who74FIKQrwSgCH4=" + "hash": "hyL41Y0GLYs+9an7h1wlnLsOX1Kl58yV+c9Jww/ExmI=" } }, "is_incremental": false, @@ -2181,7 +2469,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html", - "hash": "BOJNipS7GTW3Y85equSF3mWWHmUAUK5fhN2Pmhxlf4g=" + "hash": "XK3AOxU2kBrh5uFVwxi4TqQLA6GTClvXYlK9nZTrJXs=" } }, "is_incremental": false, @@ -2193,7 +2481,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.EmphasisItalicPayload.html", - "hash": "rCi34h+l7jUZTC2gpfDcYAK8I13Q+wciC4vNj+VvjJM=" + "hash": "mS43S1CYr4C725+7/5qkSyBkQNyL6JmiKPXBoMqvf0I=" } }, "is_incremental": false, @@ -2205,7 +2493,19 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.IconPayload.html", - "hash": "qFfX3RfnBt4md+uFp5sKoOk7GM2leGeGD3i47DDimwc=" + "hash": "ixO47ViOnFaYiuLgGcnN4a5QNO1qM3/rtfdiJZhFYEM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.html", + "hash": "jjhB79jx76PCaGrkH2s3HT6mnJ33VIwWYHOlHAgKBjc=" } }, "is_incremental": false, @@ -2217,7 +2517,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html", - "hash": "O2zRCn6aFZcDwtNQt3wFhXqEtWN8EkVaAmqZTCNRcLE=" + "hash": "2xZVtBT95M7l6wqQR4e99KNF3l3ZX7cn76RNI1sofMo=" } }, "is_incremental": false, @@ -2229,7 +2529,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html", - "hash": "s+qAzttHxioO7hOyDPTW7OxPZgTaE1azB+ofQr0REF0=" + "hash": "3gVywP1k+Dv8Z/RpADk4Vkqlxt7sPA5srbKe5fQtrxA=" } }, "is_incremental": false, @@ -2241,7 +2541,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.NewLinePayload.html", - "hash": "Bbuw6ukO4fCOtXSabBA/MSq3fCEWJZZ+UWeoDeqvGJM=" + "hash": "GJ5ADs9ZgyYtMqVvxKLty20L1wALfp1uPrjUriu9vpo=" } }, "is_incremental": false, @@ -2253,7 +2553,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.PlayerPayload.html", - "hash": "zRV0R9OT8YND+RYCUlJm7S7xxqWvSdKl4wztcOkvyv8=" + "hash": "cQmT47dVdVfZ0DKxTyATMIKEWG6Hspqcl2cDMN1X0t0=" } }, "is_incremental": false, @@ -2265,7 +2565,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.QuestPayload.html", - "hash": "Brn4BZtXW1mpYUpiA4eVD7VpAcyfxxxtVXL04O9+Ke0=" + "hash": "2ym1ATLnA7lfvRcU9DQEKN60gwUhqw8ybDTxmsdvhxQ=" } }, "is_incremental": false, @@ -2277,7 +2577,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.RawPayload.html", - "hash": "3mbSwMYbvrD6AAu6f9MbP6ZDxrijx4zFAqNWV+6Sj9w=" + "hash": "nyxbGfID3aRgoVt7w5814a3XElVDHyFrqZywSMBRCcw=" } }, "is_incremental": false, @@ -2289,7 +2589,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.SeHyphenPayload.html", - "hash": "+App4vIFBU+hZdoJmncgVuSPdebpkDtyVGOeH/llaO8=" + "hash": "fs6Liv3hXfvz/EXbGkY0FP2/hsVQrv6sxxN1wymwfNc=" } }, "is_incremental": false, @@ -2301,7 +2601,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.StatusPayload.html", - "hash": "ea8mOzkft6je6knOBSTn7SBu+J0SixWgLeB6C32cE9U=" + "hash": "7t17PiHzoAka0bS/CU6hiX+mTv1MkcK56bFRq8uQTUI=" } }, "is_incremental": false, @@ -2313,7 +2613,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload.html", - "hash": "sLtHwUM+Pyo2RoAR5tnrXtWPZifZ0llKvzUUyi76LQY=" + "hash": "lvTFkWxBRNIfPT9r+IRLAk6mEHbRxEr82IoHl+uilNg=" } }, "is_incremental": false, @@ -2325,7 +2625,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.UIForegroundPayload.html", - "hash": "ldX88oTLJS5MKyNMzan60mtiYPwgXKaC/WiBGWv8MCs=" + "hash": "FOkzIe4S0wdmfaWYhXHaTYYV5yKZ0zqpU6n3Wj7yx+4=" } }, "is_incremental": false, @@ -2337,7 +2637,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.UIGlowPayload.html", - "hash": "5C5SIaz7GjR9Q2ZkEWZNrxBi5jLmQ8q8qaKjgmr+lDM=" + "hash": "eZMq5jjyXGF+9P3QM4Plt43aooQ2zWfcioJu8NgXamw=" } }, "is_incremental": false, @@ -2349,7 +2649,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.html", - "hash": "WsSjWE4gi0MYVqNg9JZg/8uwKJONP1m8lC2QoMFjABI=" + "hash": "+UTrVYDXi07eziM8AdsGljDHFQoc6LZJjWLv2Ntfu68=" } }, "is_incremental": false, @@ -2361,7 +2661,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.SeString.html", - "hash": "i7euOpZrHYER/WFb+DJi/MGiMxMyN04cjEWOTnmYZuA=" + "hash": "TFf7azGOea302r0ZFLWj/oC3wvyY0bqylyYGHI9CJK4=" } }, "is_incremental": false, @@ -2373,7 +2673,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.SeStringBuilder.html", - "hash": "GWaW2PrLnOhOLSUJwHsarppd8Hcat/fTYaaLXoacFlc=" + "hash": "FHwhuEvuC2L6A9jcwbOpqAc07FkcdI+d9QhFvUBiC5M=" } }, "is_incremental": false, @@ -2385,7 +2685,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html", - "hash": "4YvSGmlz+iYMEmxyA7WShWEfjFVcuPhNYw8gWrU2CkY=" + "hash": "NxUEeZy/KYOuGMMqWUciDKK1tM80Cxtgzcpy0dNwaMM=" } }, "is_incremental": false, @@ -2397,7 +2697,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.html", - "hash": "IZlq+gJsYUlAN9oMlqwpmwj+QXbDQlANpq14fKQBSy8=" + "hash": "voWo4liLuEfOU1A4fK4t2e1hNqwLZozHU8aZEfUg4gQ=" } }, "is_incremental": false, @@ -2409,7 +2709,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.XivChatEntry.html", - "hash": "9ejcxZqHGkTc7BU5d8nkyxzXCtfwJ0ujGILQ9/JMUNY=" + "hash": "B08ZhO/9sq8pr4Rz5SGphgGPC0sNmqRhnAIp7kTXdpo=" } }, "is_incremental": false, @@ -2421,7 +2721,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.XivChatType.html", - "hash": "Iww+HTIOSp4+D4iJQ+xyGGakMTLRVDJ1kB/cgW2VPiw=" + "hash": "8jxM8UTWJa+fpkCxp/aIL3W/zwqh4VFn32lEK6A0oaU=" } }, "is_incremental": false, @@ -2433,7 +2733,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.XivChatTypeExtensions.html", - "hash": "0Q0vl1ddBMiC9oDniD99QfYdhGkZSFxSlvfdnrsIzi0=" + "hash": "92rnllAgtHW0RSOZELESQZA6FKAJhT5fThKBYqhedgY=" } }, "is_incremental": false, @@ -2445,7 +2745,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.XivChatTypeInfoAttribute.html", - "hash": "+7qUfFAVh+5gwouMFVLWvrHxhP7VatT31BpXsg4+DVM=" + "hash": "U+FA0sZDJiUFWrzmrNUAbmUBP35r2f3IoEzH0lBpA4g=" } }, "is_incremental": false, @@ -2457,7 +2757,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.html", - "hash": "GjrjydxtnLegQ2XN5BtBBrfCMqC9dbyCaYipsaYnjls=" + "hash": "bznV8lHH+GtXjiogR8/NgriTlQE7adZ/rRbPJLyGaVc=" } }, "is_incremental": false, @@ -2469,7 +2769,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.html", - "hash": "Jb44serceViVjk1ugmOw4tOqosDdy9TSDN66JM/RnZg=" + "hash": "Ig2URRwtXRCGw93YkD6PAl7TTCYSRxQWAg1mQoQkPEU=" } }, "is_incremental": false, @@ -2481,7 +2781,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Hooking.AsmHook.html", - "hash": "S0NUswrju6fRVeWJr5+A/xE1fENuOLxAmqOgC45/XFg=" + "hash": "w6PDHFQTr9rKAw0Sk8HCWz8RSBuDiLErurGVyavk0kM=" } }, "is_incremental": false, @@ -2493,7 +2793,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Hooking.AsmHookBehaviour.html", - "hash": "P3fAU8Nqo7p9840duWfgfEJZ/2Ug0kYUV0beQOtSIXo=" + "hash": "3dhCce8PEbJ2xfM3g2aPXyQLEZ3/rkK4MWjkHREkSec=" } }, "is_incremental": false, @@ -2505,7 +2805,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Hooking.Hook-1.html", - "hash": "H2gl0RtxOx1jovqIdq9AlU4leJI0uqvhEhsKO3uwSAQ=" + "hash": "39vMZYt90Ny+YpWqrH4tMtQdobrIADx3B5OcBBnXs0s=" } }, "is_incremental": false, @@ -2517,7 +2817,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Hooking.IDalamudHook.html", - "hash": "gcsqJXzIAUvk2Hr0kHgKtvJxT68eK2WA9rVD25pxG+A=" + "hash": "Sf2mWqgeR4afj3+ZYJxDBr1rIzKLRg6LOmNA4ZkksHY=" } }, "is_incremental": false, @@ -2529,7 +2829,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Hooking.html", - "hash": "EjG4dqpc33nSfNVPJgww881dM2PwoitjLpRi2i6M1Pg=" + "hash": "j+hdinCjp3Ki4SHiKzBgE+rAzXq+eU2TBHhDSLeZIXc=" } }, "is_incremental": false, @@ -2541,7 +2841,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Injector.EntryPoint.MainDelegate.html", - "hash": "/qq//3TEGqK10CVhQYpGvGtofvzwDG53IbCLEUyZsAs=" + "hash": "SxbxLMcvGnhXqjUFrk2Dp3IORboCwXcXc3nd4Cxnd+c=" } }, "is_incremental": false, @@ -2553,7 +2853,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Injector.EntryPoint.html", - "hash": "0MngqTEw7LGTL59iu12EW/S8NegiFaCI+Yf/PEoxCIc=" + "hash": "8SdXc0S8+GwnDmHfU9dpdi/9h3F6dTDTr+iozMM4sXc=" } }, "is_incremental": false, @@ -2565,7 +2865,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Injector.html", - "hash": "Qo4qFT02E3uHjh91gUFegEq30ZMsk4Ydoa4MRE4IwCo=" + "hash": "Xx+YBFvJ2Zn6WhYZPKf1aI9+LAz5tyo1JltIXOMyYzs=" } }, "is_incremental": false, @@ -2577,7 +2877,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.AnimUtil.html", - "hash": "1H5386cUhG/LR4MBgEiieVLlubQXduflTsteKVmmmvU=" + "hash": "nmr/V1orS2/Io924naSceV6jhbexVZDQrri3HpGUX6Y=" } }, "is_incremental": false, @@ -2589,7 +2889,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.Easing.html", - "hash": "QhdGZRfpjoMArtvs7yXobQIaobG72FEScDqgWQl6dWo=" + "hash": "XqrYVUUrr23qYoy8pabxtD+Lg23BvHeYla0aHwrXu30=" } }, "is_incremental": false, @@ -2601,7 +2901,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.InCirc.html", - "hash": "MgaKxkKYqQtjLUMWxlkT35Lh88Fp4zx2+Hmb4ckZrjc=" + "hash": "EzEsJoAUcwaBhaClX5tvELwvjcQ8VAEb0mjWVO7Sbgs=" } }, "is_incremental": false, @@ -2613,7 +2913,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.InCubic.html", - "hash": "SErn74nWn7z8eP0zfeWi0Qi/8Y0WQ/SwZaFf8vkv++M=" + "hash": "i1R5D058nqA2f6L19bM2ZMZRsNVipQvJTKAIEVGbU90=" } }, "is_incremental": false, @@ -2625,7 +2925,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.InElastic.html", - "hash": "UIh0VkCWVetkFO8LaTAYDrVuu4dAMmG1/w/q4HEdi4c=" + "hash": "R+IduOzfaMER2Qgjs36nbxTIrbSeGmB1pJ59SKFa524=" } }, "is_incremental": false, @@ -2637,7 +2937,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.InOutCirc.html", - "hash": "wtBFI8yrs2/T7Jin22tbxukpu1FSmZtQ2khnN6+tvLk=" + "hash": "jtoIRC89fKWuqdJt5qxrjxHPYJ04voLXBCochy/lveo=" } }, "is_incremental": false, @@ -2649,7 +2949,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.InOutCubic.html", - "hash": "FztvswbQMZvyoG9QTnLn9I1pSAPrnC7uFDYnFKELyRQ=" + "hash": "BJ6nT5wRqc2dvph52yyHlT93Q7hBMyGFlEiHJo1WqqI=" } }, "is_incremental": false, @@ -2661,7 +2961,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.InOutElastic.html", - "hash": "VnjCPCMK8SFIXcRZnPT+oik5zHXuWJ3hrvrw/+KfU7M=" + "hash": "1GVIJPreLct2hJrG4iKnlDJ9gwE0hAYsQrhiD71eTiI=" } }, "is_incremental": false, @@ -2673,7 +2973,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.InOutQuint.html", - "hash": "lfD5U5O2SoOEZ7OBjgm2WlWi5fuCVe49SS90AgyViX4=" + "hash": "8zXLsdcsHz5jTokk9mrb+xruJ8yAXRM+lQZo+YJi114=" } }, "is_incremental": false, @@ -2685,7 +2985,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.InOutSine.html", - "hash": "F4/KaGSAeSyA1hXbbLUavn3Hq3lnGzJO7uKv/POFslg=" + "hash": "wMryTd7U/2VOL9+pg6l8LktqvIYBUYrlJbO8IW/htGw=" } }, "is_incremental": false, @@ -2697,7 +2997,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.InQuint.html", - "hash": "UsrF22yCliHXP0LmttqhcjwBM8ratJjgGz7ASHstvI0=" + "hash": "HLHwFaaN0UD5AFKxBjcn20/IngqxKyw07rasBvr8Uuw=" } }, "is_incremental": false, @@ -2709,7 +3009,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.InSine.html", - "hash": "7ii5INy2dnXSM2qvUq9lFOTY1FPXiw4TMEdDoRYPVi4=" + "hash": "5vYZVCPzbhN69o2aHlGlBXCxjG29DG6gzgv0qBUQshU=" } }, "is_incremental": false, @@ -2721,7 +3021,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.OutCirc.html", - "hash": "4cF5CE3z727X2RPrB1CvvRp4cgd3XHz9wTMWo5A3JCI=" + "hash": "08cXWYUYNVsmXvIxO6KcnUhESvgq7YX6xYaN3sqrHiA=" } }, "is_incremental": false, @@ -2733,7 +3033,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.OutCubic.html", - "hash": "Y6EvpbgLPGK/gm6ACf4mOT0mTzGUFBQO0u5l76Qbc68=" + "hash": "qHVpaBUZeix9AN7PwU8mQ+7phxoQrnlId5luxd15KtI=" } }, "is_incremental": false, @@ -2745,7 +3045,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.OutElastic.html", - "hash": "+eVgeynzrq9Z7SCs5AdYlATxqz2UgLu48+wPRFGzsUE=" + "hash": "cvk8q9SgwGolFRkO/a455dBMCevlO1hzNx81fzSqqhs=" } }, "is_incremental": false, @@ -2757,7 +3057,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.OutQuint.html", - "hash": "jlWswa6AhvpIv/M9ZCMv/zjH5Hk3a3Dvz9Z6tstya70=" + "hash": "EzUOhdGdQP5Lt7lVgktz7SHQcMdYT8kpde3YTEL7vtQ=" } }, "is_incremental": false, @@ -2769,7 +3069,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.OutSine.html", - "hash": "aasT3QypD1tA0KIWThSlMCmQXyEQKJNB/YiOrbEpO6k=" + "hash": "dWX4F4y1wAYlIqtUcMHOMwU7OX28XFlM3PIPJuv6E+k=" } }, "is_incremental": false, @@ -2781,7 +3081,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.EasingFunctions.html", - "hash": "+EYn4NySrEjKnDn9ruWKgerTa6ROWMFG0nCN5/HmlAM=" + "hash": "5piLbfzXV287mWM9Tq8OBqxLI953yHaN0CWeyL7ReJQ=" } }, "is_incremental": false, @@ -2793,7 +3093,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Animation.html", - "hash": "Y85JHI1kXNMvYURZdIyRddn0fIyE0CB+1b6i1BKnPrg=" + "hash": "vGGk5w8kMGtBP/E9xsPoSuGgre0exUseUbsdQGVVVng=" } }, "is_incremental": false, @@ -2805,7 +3105,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Colors.ImGuiColors.html", - "hash": "Lg/fVlROTUIHrXLhvvNOkKKQ9UTQoYaSNaPO9A2VhAU=" + "hash": "GxMuqOqXhxulLIierCbfaxXewJVU5/yB4BQom5BWLac=" } }, "is_incremental": false, @@ -2817,7 +3117,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Colors.html", - "hash": "fqEf2udceqhP/RvXHJ61aegU2G1ykyvenFMf77e4Y3A=" + "hash": "tCXt12YwtFuqToAphZCj+CFls67r0oF0zmx2Pyd9X8Q=" } }, "is_incremental": false, @@ -2829,7 +3129,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Components.ImGuiComponents.html", - "hash": "ABzBlXDhU2kerQ9Prqrb2E3oOI2yORc5zbX1IYjp1k0=" + "hash": "kD/4hiNGrkCMrxtbMyigAjUwoWGkCcXWgJ3xlHq5jBY=" } }, "is_incremental": false, @@ -2841,7 +3141,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Components.html", - "hash": "bkc7Gxfmbtq8OFwEewRAYO1bS/xSfHB/u+z7exEq1oU=" + "hash": "mFtY55tN5YCuD13M+++X+n9uJBFmBE+D8WuGU3AkZK4=" } }, "is_incremental": false, @@ -2853,7 +3153,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.FontAwesomeExtensions.html", - "hash": "EWifaxpKeEnVNzNPwGIka0i91WWmbY1Ui3hpaMVKJTY=" + "hash": "V8gomn/8wzg+jWJCmk8TnVXURoCheMUCEhlrG1/G8M0=" } }, "is_incremental": false, @@ -2865,7 +3165,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.FontAwesomeIcon.html", - "hash": "mSEckIuk1Wh8s/rsiB7zHMkMVLwsvtID6NmsK2g6f4E=" + "hash": "/elYXHBp4+DdAylmfVpG/0VkCysjs3DuZXmbJq4n71o=" } }, "is_incremental": false, @@ -2877,7 +3177,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.GlyphRangesJapanese.html", - "hash": "nm74uia+TWvv8LW+swMpMUpRTEfAHbbycGj1Yt6ailA=" + "hash": "bAPRydtrlcuDnTmsHj5r73Uq4anPGPAqE+rx5Ncp6gk=" } }, "is_incremental": false, @@ -2889,7 +3189,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.ImGuiFileDialog.FileDialog.html", - "hash": "zkbIDqMwCGWjpO26Zsua1CkUY/0zDWWeMAECHKX2VsI=" + "hash": "aNcC9IBh/O+CJLDdwenjHHg0XUyNA8DRMmX889swhGI=" } }, "is_incremental": false, @@ -2901,7 +3201,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.ImGuiFileDialog.FileDialogManager.html", - "hash": "mzf7og6t4j/+QeB7dnpxHWuaURyUY8xI0ZzkO0jqvXQ=" + "hash": "Ou94eITUBwitsMqKhksfhvFyiLZWgplvF0XvoMsY96U=" } }, "is_incremental": false, @@ -2913,7 +3213,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.ImGuiFileDialog.ImGuiFileDialogFlags.html", - "hash": "qAFCx8yv6AfRpOI9S3vqp0x3/DteN5NPr0L46Kt3YVc=" + "hash": "vF+Lw6pqPj7FB8hCv4qMEnBG0oDCzlTNen9cxJrMJ8o=" } }, "is_incremental": false, @@ -2925,7 +3225,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.ImGuiFileDialog.html", - "hash": "MudsG1+Y9aPL9V+ydlyBWEu4o7wp85Wnqdap0ufP8Ow=" + "hash": "IWKy6Byw3nc2NjDAQaGRafU2YCcVCbw2epK8BTBITqg=" } }, "is_incremental": false, @@ -2937,7 +3237,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.ImGuiHelpers.html", - "hash": "9o/GMbkwPwNmeaLoB5EUfsryiHLmyr4ckU+5Om1pP+Y=" + "hash": "8J3oiDlgbaLnL9XcUHs9LtPM2+vcMb4C4gzWH2VtKnQ=" } }, "is_incremental": false, @@ -2949,7 +3249,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Style.DalamudColors.html", - "hash": "PVvy4IsItprbAdA6CG3Dpg8glLv4Jx9gGpCoW7tZLE0=" + "hash": "is6b6nb5WsJ3peFyVf4mfbBqCuYyhVQ0czPsYPdkN8g=" } }, "is_incremental": false, @@ -2961,7 +3261,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Style.StyleModel.html", - "hash": "wX6hZZPX+fA6SqHSHzKFjCqAMVPGNG0ogQNgyEdevqo=" + "hash": "DKkO1OwftWtc4GJhpy++bytMtvFSnXkm964K4f+JtCk=" } }, "is_incremental": false, @@ -2973,7 +3273,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Style.StyleModelV1.html", - "hash": "Tq6p7pG1vzBpyIRQs/9lPjs54Qgzt8WX1xqY0h9k7NU=" + "hash": "CIYevD4bfJ71xHPrh8ggo2YqV7Mn95vo08Dk87GQNaM=" } }, "is_incremental": false, @@ -2985,7 +3285,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Style.html", - "hash": "8Gx639095t6IkT9T0nDZvWdXtZFTaSV7cnhymsw24Wc=" + "hash": "i/i7ubzNKD9aMbZ3uncmovgTIfcDp4cHwPh56BBaZlo=" } }, "is_incremental": false, @@ -2997,7 +3297,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.UiBuilder.html", - "hash": "WWXh7I539+VhPs9TaTF2FD6kIUG9H5Q6tE2aLePsf2g=" + "hash": "W56eRE/+1XUbUbkTNA7rbbwBZkj71Fm0q/SzFc6X5YI=" } }, "is_incremental": false, @@ -3009,7 +3309,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Windowing.Window.WindowSizeConstraints.html", - "hash": "kKMCYSNc8UQMCs3tWmTzcAuJDmoWfbMglC/p/aZxz8w=" + "hash": "mC6t5WDBOgaZStkkmEDMDuT6uqMBR0jYLHA6ofj4JYc=" } }, "is_incremental": false, @@ -3021,7 +3321,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Windowing.Window.html", - "hash": "XxPjfTmlAYJuv7mJNrzihBXoyru0glYhqelSRmJbZJs=" + "hash": "MvghokfJghPfXXwYng2lOT9jxPpLbKKqBxbTktDBDuE=" } }, "is_incremental": false, @@ -3033,7 +3333,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Windowing.WindowSystem.html", - "hash": "PfqtD3oqD3cvnObtwGuHiutvs6BygN1XDJ7FIuA/CeU=" + "hash": "6B04qI8eO2bFFaZ5R+++vRhgWCZ5ybekWO8jGOgsraU=" } }, "is_incremental": false, @@ -3045,7 +3345,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.Windowing.html", - "hash": "IQY3iC2Q+9UG9FnJK3x72D9+SOIPul+h6W5psF2gbwo=" + "hash": "EDhpuep5Che7jQ1qhZRRBZNMp1FH4OU7Efn+V6hjS9g=" } }, "is_incremental": false, @@ -3057,7 +3357,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.html", - "hash": "x+0uAducL+Nde7RHaqBLreAdxuQ9riXbwDb/OHD+8OY=" + "hash": "Jz85JR/Uy56thoxlnFFQgMCPMzABt60ZcBfv3CbXAHY=" } }, "is_incremental": false, @@ -3069,7 +3369,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.IoC.PluginInterfaceAttribute.html", - "hash": "HqGpTx9aSapG73mUrl9T5UdkdAMrjzNyDK642fC9FgU=" + "hash": "MjatEWVYSi40fNK7Mc82wWgv32zawgDqBvYhUtfZmrg=" } }, "is_incremental": false, @@ -3081,7 +3381,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.IoC.PluginServiceAttribute.html", - "hash": "Gyz4T6tjhRbgWDFVbIw/mnfxQOrjH/tPe8qjJ5xYmZI=" + "hash": "uFxxoLyAkxxdTyzb0faHTc7FXGH9Q9ywy/NOI69gXo4=" } }, "is_incremental": false, @@ -3093,7 +3393,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.IoC.RequiredVersionAttribute.html", - "hash": "I/m1ejJQkiYIBIUF9ywIXJmw7hHaGWc6exuzb6lkzm0=" + "hash": "HpGXF7gpoFw2jnnt4jHKasq/v4nHyjJXMANBNOnJAvM=" } }, "is_incremental": false, @@ -3105,7 +3405,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.IoC.html", - "hash": "IFWQxZ8rw1d/MqD5q0VhdzmOLFNyWk9X/21zKdlMDGw=" + "hash": "sxP72jlMSJXWU+Rp0JJThvae+okS6ymjGXVTTNc87Nc=" } }, "is_incremental": false, @@ -3117,7 +3417,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Localization.LocalizationChangedDelegate.html", - "hash": "aJLXJ6lxnpnf33nqjiacrimnXChwkCmOmCMUyy2tCM8=" + "hash": "A4/+K5dudgdqQ7/9J78YHXvryVHrBEec2Sf8hTXw78Q=" } }, "is_incremental": false, @@ -3129,7 +3429,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Localization.html", - "hash": "T+DSB9ObP3c7NGxWxXVRN0mIEPPbAFdE5QaKqzoYTp8=" + "hash": "djcwz+4FOVBEX5mbN64FF8DGnRobVLHpwP4X0RzzvAc=" } }, "is_incremental": false, @@ -3141,7 +3441,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Logging.PluginLog.html", - "hash": "haBAfJidbiIfkev4CNtOy0r9kDcYzWiscf8ex91whGQ=" + "hash": "Obxb8OpmM19fWNpnOHbNaOQqgDLMUQ0ijo0KR/d67cI=" } }, "is_incremental": false, @@ -3153,7 +3453,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Logging.html", - "hash": "BiArIZ9JBrKcqzPTQXBFZ7EL58Iywq7jVnDqQnnlGGo=" + "hash": "LRZ5a/O522u/+gjiakhj7jGgXhCvG2Q8fRoKepxeRgE=" } }, "is_incremental": false, @@ -3165,7 +3465,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Memory.Exceptions.MemoryAllocationException.html", - "hash": "rMxiBnSbIbuCQhXGn0swWd9C8V7CryQ21Y6EJc1tnXA=" + "hash": "vyhXzkpAHiEG1PUvur/D/zRbfEYnwh3J821Cysh7Eno=" } }, "is_incremental": false, @@ -3177,7 +3477,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Memory.Exceptions.MemoryException.html", - "hash": "3zIUOEfmb/qtL3rhtZHkcATJrijdCrYmXpfLB6CucmE=" + "hash": "r58Q4rnUqC9UZ/j5ugetsaKwvwYRItuoFWKe40iLRC4=" } }, "is_incremental": false, @@ -3189,7 +3489,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Memory.Exceptions.MemoryPermissionException.html", - "hash": "HtRQzCWX91w9TLbcsmlQrHRXtl2/nB97y515tEbLokw=" + "hash": "wBNnZg+SOqA7vyUXuQa/oh3eGK2tsGlxgBUHR8HGvh4=" } }, "is_incremental": false, @@ -3201,7 +3501,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Memory.Exceptions.MemoryReadException.html", - "hash": "EPkGUrL1zhPCdt6vsiYzplpov/GhFxO8awe2pqc1cFU=" + "hash": "g/9XmY2ZSv+Vf4laZ/90WthNck7pu8kH+I6GFZC/6dE=" } }, "is_incremental": false, @@ -3213,7 +3513,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Memory.Exceptions.MemoryWriteException.html", - "hash": "wJzupzoRTfAKeflNCjRNcBLk3UN7d6FBrILv7/u3KaM=" + "hash": "QF14f0aUq3wlXTp6VqQafpxknrf8QiS5tLgYhZSXGJY=" } }, "is_incremental": false, @@ -3225,7 +3525,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Memory.Exceptions.html", - "hash": "k3FOOfxcCV6B/+cevk1XU/y2kHg71SvuWCWQFo5eD9M=" + "hash": "d+ixnp1+kjmrsZ4rxDxwK21fI/08dgYMhrU7A+o+tFc=" } }, "is_incremental": false, @@ -3237,7 +3537,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Memory.MemoryHelper.html", - "hash": "/OjgBsZfDiU00IoWu2uKF0C5963K+jIDWyHI/3p40Z8=" + "hash": "HXlHTYWZrwOhPUcW9q+6wxH9NY+XH4FsUzynC+/JvyA=" } }, "is_incremental": false, @@ -3249,7 +3549,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Memory.MemoryProtection.html", - "hash": "bMHVGyvVBjBbQ6OucqhK888z85gLeV8/UlgX6CktkyA=" + "hash": "pHUS0cheBYHyCyaOEsMEpiwmYsb+pDEj+KtfVTiLAFU=" } }, "is_incremental": false, @@ -3261,7 +3561,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Memory.html", - "hash": "J5N777aJXkNqdX6SDB0MnmxHZGPtrjx+NsC5GhDkPqc=" + "hash": "DGlARf5u/V6UW417vTSnNb5q4/GKEoSwIWl0X/YG6Rs=" } }, "is_incremental": false, @@ -3273,7 +3573,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html", - "hash": "+d3Ar9Vw8LwovyycP0+JbjH8z1366fqjPgEF6tOb3zw=" + "hash": "sCbAaQEpWsNPolCUZtOcDhb3a7C+s8q4iFZewSYs4Xs=" } }, "is_incremental": false, @@ -3285,7 +3585,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.DalamudPluginInterface.html", - "hash": "/2tXilBomN9JRiipaJL+toxO3Iud9dE31ipUB8DuUJo=" + "hash": "XZJcX1Z3LLpW75Eq6hZozNZwOrp6Hqvi8OoRQbBhI6o=" } }, "is_incremental": false, @@ -3297,7 +3597,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.IDalamudPlugin.html", - "hash": "gkiBkLvZNkXDrOOK2MT7euhf3V07Hh9gMd7/aXg82Qs=" + "hash": "oo2uobuGpUyn1HH9Y7UZOi0IMYQH5e/0ncfdq/MVQso=" } }, "is_incremental": false, @@ -3309,7 +3609,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.Exceptions.IpcError.html", - "hash": "V474BOywubyWwAJ06DyNHHsflpdaGnZwQAhQKALAJsE=" + "hash": "h5O1vdkY23pxqo9jYIZ4FUs0ErvAM0ILXksx4T2XrPA=" } }, "is_incremental": false, @@ -3321,7 +3621,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.Exceptions.IpcLengthMismatchError.html", - "hash": "VckinYAiv3gM1yx9xm2obTaKwaIv4LK4seTX5qa0eyk=" + "hash": "cLCw0l0hokXpOhdCZMFVaXzEE3LpnsrndaKkW/8to0A=" } }, "is_incremental": false, @@ -3333,7 +3633,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.Exceptions.IpcNotReadyError.html", - "hash": "u0kycmY+MDeiD3Kmgsw4cG2cwStm7tuB9XyRL58prig=" + "hash": "KJ7L46RT8cbTX4+0Nxp4OW+mfBcovRiMcNZxReyJPoE=" } }, "is_incremental": false, @@ -3345,7 +3645,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.Exceptions.IpcTypeMismatchError.html", - "hash": "f5RbIhbgAEqPKc+9XW7YhogQGbiTTCmFC9xYLx0cJGQ=" + "hash": "j8QS888tCU3K+p1ISLmWESa/TTTg4n1sVhqcp9xaQV0=" } }, "is_incremental": false, @@ -3357,7 +3657,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.Exceptions.html", - "hash": "ENzfW4A7GbaxfU0niAbk8Dva8QSfZjayCWrHaV/sSm0=" + "hash": "Zv7KW/wiVGgA/JkNQ5LxM41DlYQZYKGhreElB9BQOmM=" } }, "is_incremental": false, @@ -3369,7 +3669,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateProvider-1.html", - "hash": "jj2ySIypeJhzT5ClE+/zMtmBj58L6Ci3xWSpr9mbWzY=" + "hash": "viKGfD0UIY8rhWZB671cKGNQShGx6piMzYIMC6weGsM=" } }, "is_incremental": false, @@ -3381,7 +3681,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateProvider-2.html", - "hash": "PYqqIUroHoRINzGRAWGeOBdsiuazN6Q4ShJtKWmcU1Y=" + "hash": "Ez2UNrARTu6hYwW7k4BwYMqKfejrPUyevHP4SZ3I4uk=" } }, "is_incremental": false, @@ -3393,7 +3693,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateProvider-3.html", - "hash": "k8nfY2bHqi+0bDcU8Cvk6Ebv7isuckgqdX7rRkEnBj8=" + "hash": "76/Jloo2bqKQRlWCBB9AASEMHizBgHCscUPgvlMsHyo=" } }, "is_incremental": false, @@ -3405,7 +3705,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateProvider-4.html", - "hash": "YZT49iZJLYOik/tqI+ippCLtuRkiWG5R3k3VONHzapw=" + "hash": "gUA1IXIe8N6lWnARCHXy5OEP+y6hO7ANFmgUc5jTfuk=" } }, "is_incremental": false, @@ -3417,7 +3717,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateProvider-5.html", - "hash": "y3wf6oloh12MIQmdq97EiDOReOfrn2kbnZIpYsbKlIE=" + "hash": "ksGpeEC+fqkCs7D6wTS5Pi4srBkCrbDtJLdm0M5/Qls=" } }, "is_incremental": false, @@ -3429,7 +3729,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateProvider-6.html", - "hash": "TZCbPpMTzqBrP705wNl1/4fYwqOaW84To0djvDOEqzw=" + "hash": "yLYLrseBV0E2z0T7FGpSnZcOW23OS/tbMsNAmBtBSH8=" } }, "is_incremental": false, @@ -3441,7 +3741,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateProvider-7.html", - "hash": "wMXx3lRWTrzBN/1CTwqSd09z2vVUiFAV/dVp5QgZ3Fo=" + "hash": "EFIA0CtuLoqNsYeFCe4tcj02OYlUus0nPEU/logYQIw=" } }, "is_incremental": false, @@ -3453,7 +3753,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateProvider-8.html", - "hash": "ReIqa7KhJpgBMxenBVgiWRAUdS5KK09jHFm3IemuwuA=" + "hash": "SqCIIKtqkmS6h2BpCYou201ejlqKrM1n/tgvy1AUMpA=" } }, "is_incremental": false, @@ -3465,7 +3765,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateProvider-9.html", - "hash": "Ok8DIBj0sPhmxhgEQPaKJ5hJE2GF1vCinWAHuO+nseo=" + "hash": "9EpbAU0FXmV1vtQg/lDnutWNQTLun6peaqPBLjkOVSw=" } }, "is_incremental": false, @@ -3477,7 +3777,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateSubscriber-1.html", - "hash": "wTWktvcnMqEpTV+wOUqd5duhskfOO2hizAf+Pu7N/CA=" + "hash": "EvoZhmQPUQyDTl7/hed54+fE7IwAYe+O9gUSEd38M4U=" } }, "is_incremental": false, @@ -3489,7 +3789,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateSubscriber-2.html", - "hash": "kUJcSr/785yCgy9I3MqHQ9cLLt0cJ4VQNN+fnlJYOGo=" + "hash": "0/268WRJ5/v6sn9O/uDaIH7JqT1NdMEHSaunVZjGXic=" } }, "is_incremental": false, @@ -3501,7 +3801,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateSubscriber-3.html", - "hash": "hJlLQ81ZUFNRD0zMN1z+JY4KYnA24X0DG3InoX1iKc4=" + "hash": "hCqyGsBvnCfp5iXWpHo+Damq84Likz9tfIy9wMd/Oy8=" } }, "is_incremental": false, @@ -3513,7 +3813,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateSubscriber-4.html", - "hash": "riNaav5McOqa1K5t6ByHypURnogJ/xcRS7dtgUT9/nQ=" + "hash": "E4wDLXxzBcrQ/8wUGJ6vq3x30y74dMmzfkeUKpa6MwY=" } }, "is_incremental": false, @@ -3525,7 +3825,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateSubscriber-5.html", - "hash": "6tRCgKoNg1CPgfxm5rdGaLvt0D27vMJ353CmWcaS8Y4=" + "hash": "4f0zByyF1o9LweMgIcKoaoG7Hx0WIS/FecpJyn+csdI=" } }, "is_incremental": false, @@ -3537,7 +3837,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateSubscriber-6.html", - "hash": "3pQhSCMJqHYF9+eG0mN1VazAcPSpJRM3Rqt40Mkjzp8=" + "hash": "VPyeHA4B6qe9oWjxZ9pdjdMbLEuEb7641wzEHspcoag=" } }, "is_incremental": false, @@ -3549,7 +3849,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateSubscriber-7.html", - "hash": "3ZfkUt1NVVV/pVL/Z2DU/rl1tbtzzV7GXwAjqBoY6n8=" + "hash": "RdeU+JhzbkXhelv6jCJTs3KniRO4u0r+UnFhsK60KjU=" } }, "is_incremental": false, @@ -3561,7 +3861,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateSubscriber-8.html", - "hash": "ynE2Rbv4IOmSNFWKManRyHq+VZ8tO4Yl4Lki0+uSYyY=" + "hash": "Ws/mmgpHT3WhCpIy4ZL2rsaMlWS3vNg7RtCqh/J7+9w=" } }, "is_incremental": false, @@ -3573,7 +3873,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.ICallGateSubscriber-9.html", - "hash": "HV55BqW7mI4xF0oHvLxYO91RUievdQBOLoIDdUTpkxw=" + "hash": "eBzp+mmnvjpSmO3nf+5Vv8lJpOA7nhsWprHHGGpA1pk=" } }, "is_incremental": false, @@ -3585,7 +3885,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.Ipc.html", - "hash": "GdmCMskCtDd4ryXcbZxySDm39y72Nxj4u22nLHQBp6s=" + "hash": "+sI6wHKaIL0WcfTENOoH7YZeT31F/9nRxmUHazMZhoU=" } }, "is_incremental": false, @@ -3597,7 +3897,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.PluginLoadReason.html", - "hash": "yf2DdF3tkH5flKArEGPVPGkHolaki2NPoTN4pG4ngg4=" + "hash": "RvawioPxhPnsFFedXcc4h8pkpCzqr3B5W8jCKZ2I+Yw=" } }, "is_incremental": false, @@ -3609,7 +3909,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.html", - "hash": "HSsdMulILkJ47GbAiBAOhzLcrhwGcrk8bh6pK819HwE=" + "hash": "fZV7rWrDMK1Hy/YmwVVQAlLu3ImduNnJG/S8krKUlG0=" } }, "is_incremental": false, @@ -3621,7 +3921,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.SafeMemory.html", - "hash": "JZh+zF2zwADKHxD1f2BT1jpsNL0DzmkmsjKdwNV4jDo=" + "hash": "pSGyqaWUaQ5ja80xnZjIUlVJSqHafqDdBL/vViy3O2w=" } }, "is_incremental": false, @@ -3633,7 +3933,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Support.Troubleshooting.html", - "hash": "jScaqMOyvFdoVPGd6EPuaH4HMuN38CxF2IaAji9VtFc=" + "hash": "GL0rvnBKqPRkX7yIFASwDxV3xp7aaepSAvgts0pq0Jw=" } }, "is_incremental": false, @@ -3645,7 +3945,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Support.html", - "hash": "9HQCZ9jQtv7Myr+aC03dPaCncpKoNOkw2iYh/iG8I+w=" + "hash": "3sCllOW/oH3UC185BBc/bzjWKUBVskS8MTR/MF35X2k=" } }, "is_incremental": false, @@ -3657,7 +3957,19 @@ "output": { ".html": { "relative_path": "api/Dalamud.Utility.EnumExtensions.html", - "hash": "e017UA9Z1GOQbzt9xdSG0MOa6jOuxzaJedEuu9+Y/FU=" + "hash": "6lcoSnLJve+Cn7L5JXwWOQaza8qR49vh0H0o0DY+FXM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Utility.Hash.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Utility.Hash.html", + "hash": "rUQpoEqPErD8EJrYm/2fgG1KL6hfCQPNe1cJJpNh34Q=" } }, "is_incremental": false, @@ -3669,7 +3981,91 @@ "output": { ".html": { "relative_path": "api/Dalamud.Utility.SeStringExtensions.html", - "hash": "vkZlzywskUmWzn8E2Mke1jOrv+rQKbjEf4aTbjcnzTg=" + "hash": "duByjVgpzfoQug8ctd6XVYjoCuird2yeqRSGL0ZHtCM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Utility.Signatures.Fallibility.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Utility.Signatures.Fallibility.html", + "hash": "RWqMdCmMXzQegClV343bPMJlrMoz4Lv/mVW7fyNDe0U=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Utility.Signatures.ScanType.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Utility.Signatures.ScanType.html", + "hash": "PlWgDHIVRLYEmIKeT5NZ8Srw/pGcwYrJyrGofB0Br4Y=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Utility.Signatures.SignatureAttribute.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Utility.Signatures.SignatureAttribute.html", + "hash": "7O+wRIRMaYNmrSr+wSp+ztAcHUKXZVEIBhBPvHvoB2M=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Utility.Signatures.SignatureException.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Utility.Signatures.SignatureException.html", + "hash": "RR2z0vZ7hbbmT6DTNQcEvYaSi6Pl3ocoRTVNHoMfDyw=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Utility.Signatures.SignatureHelper.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Utility.Signatures.SignatureHelper.html", + "hash": "96SlhEM4Njzs88xrM9OTudGvj79r2Munm5RwSw+mTBE=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Utility.Signatures.SignatureUseFlags.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Utility.Signatures.SignatureUseFlags.html", + "hash": "0wN+oaxIqkGCFLy2XcvQivPPxLFdzLmXP3a8WySUxfA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Utility.Signatures.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Utility.Signatures.html", + "hash": "RAJVJbtM0/3nQ7BJuYLWfyAkzuuAUHfRbAJpmkDz0Qw=" } }, "is_incremental": false, @@ -3681,7 +4077,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Utility.StringExtensions.html", - "hash": "a/rFqpJKedZK5z6SMBINRcfF4oDtKfrUGL+UZDPL2NY=" + "hash": "3HG4vLG3/TzVsbZ/how1zTp1Ih0ie+XKPCj6HVPzR3s=" } }, "is_incremental": false, @@ -3693,7 +4089,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Utility.TexFileExtensions.html", - "hash": "Uev9aXlss4keRbWsI/IpzyEM+EwON+qKYu4rHK8z4ls=" + "hash": "mmko9Q+lgmswWoiYW6G44+W/eB2HQprJ4/zbfs/hAdI=" } }, "is_incremental": false, @@ -3705,7 +4101,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Utility.Util.html", - "hash": "VRZBSsvXea1wU6JHmUTsFBMjambod5Cvvmk4jBu8FPw=" + "hash": "lErDAizOVrwSP/W9qgL33Y8Uyh2hDmwr8U6ct6HSbJQ=" } }, "is_incremental": false, @@ -3717,7 +4113,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Utility.VectorExtensions.html", - "hash": "87FPsOLL+Esb4+G2TztvMTXQscCZBq1jHzLNoX3AjMw=" + "hash": "gzBR7guyQ2g0yQymKepYW6I9GRTpqwfK94uQI9oNj+c=" } }, "is_incremental": false, @@ -3729,7 +4125,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Utility.html", - "hash": "i9r5sxLkVSEX3gIZkXckk9BINLJGTJSk3Ae6EpLdpxQ=" + "hash": "p9kqMhOXXLg3ehMGWIKIPAuEhzM/OM21D+Jl9nqk47w=" } }, "is_incremental": false, @@ -3741,7 +4137,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.html", - "hash": "LWHyjD9kddiMoIWQpUmyVfxML07eOTvyqlku8WnsiQE=" + "hash": "pWSHSvrKN8UBvWXvQi10cWpo5D4WwqqSqm0K1B9ibTM=" } }, "is_incremental": false, @@ -3753,7 +4149,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.Attributes.Addon.html", - "hash": "hMg3k+AzrKjpvB3wI3GG2R94V2SAlAzQLq65zPKoZxc=" + "hash": "0u1qy5OjUEw5fRmDqiQwvLYp4/BDc4UepwrXoqVlEVc=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.Attributes.AgentAttribute.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.Attributes.AgentAttribute.html", + "hash": "t/++IXrBh7j+F2BEt6P4OICT+L0Scl7nc2Pf8S/ES44=" } }, "is_incremental": false, @@ -3765,7 +4173,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.Attributes.MemberFunctionAttribute.html", - "hash": "xcCQA48g/KHZy04PCF4TT5oZ7zupxt9G0zBw53mMPp4=" + "hash": "hC3u7s+UOmj+dHZ4kPtogxfYtZvvatXDAjn0Bw784lQ=" } }, "is_incremental": false, @@ -3777,7 +4185,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.Attributes.StaticAddressAttribute.html", - "hash": "Lkiwqr5MAIcHNg87RrveRzqsRc+P//Lwsxe9N9spFL4=" + "hash": "ojECfbnlXIBTGz6mxdmXR3JN08DWZuvSVq80vAdtpwg=" } }, "is_incremental": false, @@ -3789,7 +4197,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.Attributes.VirtualFunctionAttribute.html", - "hash": "KL9DToHLkWu/U8KckZq/6mxlgb6G/QzelriS088+c6w=" + "hash": "bFIxlZoOag/JyzdMU6X9+KbUnmyDOeUnKFHIqpYvHYc=" } }, "is_incremental": false, @@ -3801,7 +4209,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.Attributes.html", - "hash": "PehUU4iqz7UKY1zyz6tlvluLDhPnooqjN279oll7LVE=" + "hash": "ufBZzQHDkLrwK3j97iOT8PIeWKw86bu04xsIbUbX3G0=" } }, "is_incremental": false, @@ -3813,7 +4221,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html", - "hash": "y4S73op1uwQKHphhvC8AFcg5b8qLCBRT6y+r38gA6TI=" + "hash": "NGhqnFmJDWLf6VLaG86WUr2yD0MV1JeWPFNWiNZKwVc=" } }, "is_incremental": false, @@ -3825,7 +4233,43 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.ActionType.html", - "hash": "lIdlCxXs+SCFq0vgTGO+IGVE8uVbv1A+Q0xKF0rz/Cw=" + "hash": "ghYYHOtnvnenwIsLMX+jQzuPn1u/TxSulfTcxO/N8Ig=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Balloon.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Balloon.html", + "hash": "NaEZ49udilAwp4LUoSbLvVvF6L6GRg0om7TgD/Jm6nc=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.BalloonState.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.BalloonState.html", + "hash": "vRZPLvV/gv8WTDboh+X7lkQuGcFvQS7OMzkEytujKg0=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.BalloonType.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.BalloonType.html", + "hash": "lzxkzWBMKmaWrey8tAvnJ0CqtQyvefc3Ofaflp040vk=" } }, "is_incremental": false, @@ -3837,7 +4281,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.html", - "hash": "WICEr5Ux4Uck9RGqGK79bihPVdL/N1hSGi0ciLTOk24=" + "hash": "/PRykncg2Nzod6sDS1PrOTdGsgDC+sgH7GqzpMZ8xRA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.html", + "hash": "td0hXMAl6moMAQNwdq+3dkC2CcviG8waIzREPuqkmMM=" } }, "is_incremental": false, @@ -3849,7 +4305,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html", - "hash": "Gfzaop8CIXEboyufndmqjRTKWjaTdvW8iWCCLJ8V4k0=" + "hash": "Wrdwnu03rMEmOXbwU+aSseEFE6dbR/U8Fp2OoSOr9ss=" } }, "is_incremental": false, @@ -3861,7 +4317,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html", - "hash": "UsuZ4rB5qre9AVFCM5xhRf7ydbvlPTfUxtLwOok8Mj0=" + "hash": "60fYvu0y/KHodAx65TfKf+6lrx0dWsZKgGYGjgIm2j4=" } }, "is_incremental": false, @@ -3873,7 +4329,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html", - "hash": "wurw1wcTwOR+j5JkyDkzGrEAXfVSoj3HIwGZzUdqAmY=" + "hash": "jChl4L7La8uo338Vpe3hGRlr3ysVffA0S8ynhUH6EPc=" } }, "is_incremental": false, @@ -3885,7 +4341,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html", - "hash": "k/lzX2B4rQQnVHylNZVz8yKE8/MDrTazLnyzK/HMZOM=" + "hash": "C+4S9Py4mEpdK7+DxV1JzKO6Eq3AOuYTN0qOiPAYO2U=" } }, "is_incremental": false, @@ -3897,7 +4353,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.EurekaElement.html", - "hash": "q3hUFpqCVLLkxQdkVkv0MvziTPKw5sYSDsLBQ+fiteQ=" + "hash": "O1fUstDxkECSzC3s5fcuY5/yr0XY8DiNrFv29DJFMF8=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.html", + "hash": "HbVo2dzLxRIiEYkIyjhyR/lF1wgacmSDb6vGKnAlhgI=" } }, "is_incremental": false, @@ -3909,7 +4377,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.html", - "hash": "JV6ke9hCuc6qMaZRGW9b8vOXBFYBMHzS6qI6fGz8cOw=" + "hash": "R3MFa4T6aS1Y/sh87OfFhpiJJzzn21rwUo6A8yspg48=" } }, "is_incremental": false, @@ -3921,7 +4389,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html", - "hash": "a3wPqc1qgf3RNugWSzhZDn3F7KK30MSmxJ+waiiFEWA=" + "hash": "HTDKGQXhkfJYeJDhv5QUpQqnyZ/1oWmtgKd8Q1Rhv3U=" } }, "is_incremental": false, @@ -3933,7 +4401,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Control.html", - "hash": "v/Gpw7ovn9mCd7DYsqCS/4Ygh9EIoEqrr1/eoHaNgpk=" + "hash": "9SIbP18Bbd6zooJMI5xaEDYg7Diq2EYseT9goj9vBAU=" } }, "is_incremental": false, @@ -3945,7 +4413,31 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Event.Director.html", - "hash": "R4qKOz+8bGHbdpuShiVX10K1jIx7+Ni/bVUylKC7ZxU=" + "hash": "PtOKuRCGJ/empdDrAqFrJQ1j+WGfQPPHTtdq4mrFzqc=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.html", + "hash": "tuP2wz4xjr/4OxvgQ01uucSoWKrp3/OHnLZ35IdsO8w=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html", + "hash": "qxLYT7i6xlfM251Ts375Ncq/KigUFuhTROT520oH/7Q=" } }, "is_incremental": false, @@ -3957,7 +4449,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandler.html", - "hash": "8XX3HDOakb8VQWAFYUfm4RixH2zsYY4EJkonq6Kf0oA=" + "hash": "ZA/RyNfT2hF4E+V5QzqfLlHKUkljZ++GGcFII+bVBdw=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.html", + "hash": "ynbfNMd5BFO+WJ3rZIgIN/8PNSsjj31n9W9WAELOxpM=" } }, "is_incremental": false, @@ -3969,7 +4473,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.html", - "hash": "KzAoXucbBaxSm5Ggy5+hPG3hKSLLTnq1lY9OfTW4WcE=" + "hash": "wmEH0RCzAsW84UDxZqJoo3ZuBUvQhDz2mkz745C8oBo=" } }, "is_incremental": false, @@ -3981,7 +4485,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActorModule.html", - "hash": "pTyFQanmm9/xVxoatZklOIXcfTd6Ercs0vzPsb7ZQKA=" + "hash": "RU75/a8rDjhTQScK40qlo2kmS4AGgGqBI9dP8lDF++E=" } }, "is_incremental": false, @@ -3993,7 +4497,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaEventHandler.html", - "hash": "DyiuBL095VI2w0EJG5SXUoUcFOhOBgysF61CoF49T00=" + "hash": "Ul3R2nUKTEYMvxzF4xGyuLpzrTwTLaOuwBFuqh1J5s0=" } }, "is_incremental": false, @@ -4005,7 +4509,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Event.ModuleBase.html", - "hash": "BSwFZed3K5B6DgP5zwcZPOB9JVaryhT5NR88YKFg/R0=" + "hash": "c33TdKc+DBvG5FLPM9X1KZeULeOfDx2js0NVYcfn0V4=" } }, "is_incremental": false, @@ -4017,7 +4521,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Event.html", - "hash": "oMHQNqFT7ghrC/Z4vouO98EATy5Kbjf4e82vuCovS3w=" + "hash": "ZvpG0DGpmMnvVHo34I1mGLt05Dz7zn128779aJO03aw=" } }, "is_incremental": false, @@ -4029,7 +4533,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateContext.html", - "hash": "dcRtTRI1syUoKupVfCp5tr41MTyouBtSPKZFP2xfq/8=" + "hash": "Plp31yy4MQWPon/+myLOLTld5yMhdwq5YtygAUZTinA=" } }, "is_incremental": false, @@ -4041,7 +4545,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateDirector.html", - "hash": "EqXM5mcKCbFNj9YDCtUwWlZ1OG+HOgKffE+OAljUSw0=" + "hash": "IXeY+K4ebPH9ZlGt+aWOo4AnD/W7WvPr/wR0M48Cd38=" } }, "is_incremental": false, @@ -4053,7 +4557,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.html", - "hash": "S936AwzHoxbC9GezfV6P2VjenSat2jtlSSsAYdyUrSU=" + "hash": "asubL4zDsl+kzaplGINtaGkZu9q5bHG5dCW82BI9AZg=" } }, "is_incremental": false, @@ -4065,7 +4569,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Fate.html", - "hash": "MyUogpdNzCdcG40/4DYfFHtBiIprQdL7555EFpGgTV8=" + "hash": "QdHqJpTqw285dANQb4j1GNE22WutOs11ptYwIrC6gpM=" } }, "is_incremental": false, @@ -4077,7 +4581,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags.html", - "hash": "04tjLmRAOrHpX55nvZ+qZj7G0TcTF8CZw0+KEOptRu8=" + "hash": "h221K6Qrg/aCIvgmsymPEYtVK69rWSYaMCdnk2xDuaA=" } }, "is_incremental": false, @@ -4089,7 +4593,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianCard.html", - "hash": "TzhG4hPsBrH0kJhdEAY1GE58EJAGeuImfmyNcEvMGuI=" + "hash": "GLfd+tTVYaqMcSE1LOSO70KmRxhXMkeRAbyc4NoJpCg=" } }, "is_incremental": false, @@ -4101,7 +4605,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianGauge.html", - "hash": "chsoYQszJ0Zt7j7O+U6ApqrAqBfSFl1YDXHO/a0XVHU=" + "hash": "CIPB0DIdW7YftOB87mHfLy/NJOlbEh8aaTbDgwwulF0=" } }, "is_incremental": false, @@ -4113,7 +4617,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianSeal.html", - "hash": "3gAMiKF/fwr+merhmafsIUAXeB5wIUbhdGMBs04L2cQ=" + "hash": "953gOU5CVj4Ge5IvCdjpLrnrJhSQzrwuA/txEiJDVvU=" } }, "is_incremental": false, @@ -4125,7 +4629,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.html", - "hash": "fIPWmXIJDxSlIAP/bBZvLpIYL10tlUTmWMqcCyzlu0k=" + "hash": "l01viFrRJ/8K0xT0ze9rri9uuiCLSyqw6w8vl20XPrA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.html", + "hash": "Tm27MWwj3jt4iZt+SEWHUFUroMsy5KX46mxT6zRHkMU=" } }, "is_incremental": false, @@ -4137,7 +4653,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html", - "hash": "NFgny9wGouhQz/pWt8dumJfcrXR5CF9HuzW6oIEsEUU=" + "hash": "dQ5ZdGRuvsXxXs2tS2NuoHinCKJkY0QKYckq6jcXtLY=" } }, "is_incremental": false, @@ -4149,7 +4665,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep.html", - "hash": "47m/bWx4kZKmNN1jvRb9OHkiqiVdloW/fae7sFUDrt4=" + "hash": "NkkTqDr8OKYtfrrycW8LRqIfIr3Nk7CgpYgKbGF2z8E=" } }, "is_incremental": false, @@ -4161,7 +4677,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DancerGauge.html", - "hash": "32A+GeRJ1oXXiTP1j6puRO21hoSmffcxVgAJrw4z6xY=" + "hash": "lqFsjR/rgE3lPvqthTi3yCRF+puNG0jKCKHBiioibO0=" } }, "is_incremental": false, @@ -4173,7 +4689,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DarkKnightGauge.html", - "hash": "TUuEOZe2ONsmMlo5Crra0t2qyxG5L7/X831nCWopOes=" + "hash": "XnL09oyMceu4+CHguKnnMXOzyFb43iUXLEY2XRO4uYE=" } }, "is_incremental": false, @@ -4185,7 +4701,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.html", - "hash": "0wVgO+YCzaex5EapoWCrIBbk72T7v+8gr7QoS0MVqIc=" + "hash": "fvQ11tx5q+PVEYwGmZxHwmBVlq+3ZcSzVEcipIyRSGQ=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.html", + "hash": "rr/MBK1OVTa9mcfGqJV4RSPG9C4vTugWr7cAb2nkLww=" } }, "is_incremental": false, @@ -4197,7 +4725,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.html", - "hash": "hBrTZNYFcbVOo7zhf0Vvf8p7iYRQGbHX5DGVpzdZQno=" + "hash": "+mQim/kmxSEo4N1yrLAOOkD77buRK4Z6hltlbgT4NJ8=" } }, "is_incremental": false, @@ -4209,7 +4737,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.JobGauge.html", - "hash": "CHKh8xNgYgHlJ71S3ykuG37Q8OKyWtOXaWKJkdlEVzc=" + "hash": "oVOpQyOe/jIENGwIIzBnKAbrhU/mGy01a/1Insu/P1U=" } }, "is_incremental": false, @@ -4221,7 +4749,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.KaeshiAction.html", - "hash": "QGekJqNk7Vr1tTAsWcRD+mUw7jIUPqYAJ2IwvHdaizM=" + "hash": "2kQYr5yqzRyT0TjA3ihiUY9JdbTDxZqjqDoYBDSuEvs=" } }, "is_incremental": false, @@ -4233,7 +4761,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MachinistGauge.html", - "hash": "cCVaEgFhvqqKeX0GVyw+VuJjH0rWthRZq6jhoizLCKM=" + "hash": "fSbQVzB44TuBoYnb2hTTq5e957jT74W0QVNSh+UUrBc=" } }, "is_incremental": false, @@ -4245,7 +4773,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html", - "hash": "PIeHnJ6VEe/T2Fn4BsOIV57o2Rp98L0tZJaD9D5OWmw=" + "hash": "Pbgpu19FhF9vx71B/JZUFSIdT8k+HiTcv6EhSYW07wk=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.html", + "hash": "/em7B8hFcb9PKpItKOTko5v08Q4S4cbky9ErGD8MBaU=" } }, "is_incremental": false, @@ -4257,7 +4797,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.html", - "hash": "aPcNMXsH+iCLXZdNsao5AquQpyrZXwwG7VeW9w/Akok=" + "hash": "7sKc42uQHo33HNEGmNG7oTdRrcyI0b55NdsXkjfmQwo=" } }, "is_incremental": false, @@ -4269,7 +4809,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.PaladinGauge.html", - "hash": "0LB4JKMOw2oWH49KQH1A8oJbkAiSi912u5AZ23nEf+Q=" + "hash": "kvgpVS/zH9ycMDOYdj4YATZDzbLUXdq+HnILX36Nuis=" } }, "is_incremental": false, @@ -4281,7 +4821,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.html", - "hash": "5PWCKecThh8qADWAvuokkzyMKpK4IO1rpWm9AmTMSeE=" + "hash": "GTOtuBsYNVEEcPnCMOFsN9fhNnMoPQ1HPUdkcxWaEzE=" } }, "is_incremental": false, @@ -4293,7 +4833,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.html", - "hash": "a7rRaZqTaKFydjE7i/e4Fzlfi+5io6mX6baQX9cY9LQ=" + "hash": "7fs1A0wE85fMqjG97F9fE7eIynYg7JDDByOvLwdZDRA=" } }, "is_incremental": false, @@ -4305,7 +4845,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SageGauge.html", - "hash": "ErhBs3S0oJ7RmRIY7xKg4gRajUDtApkot89GAthWRzI=" + "hash": "WsX8+1bDDHTH6bemJ+IFA0KQrV6UR18nkhamwxI5QvQ=" } }, "is_incremental": false, @@ -4317,7 +4857,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SamuraiGauge.html", - "hash": "wwBrjs/qQoEN+dMPG8WrhtlmT2j2SpYb6jhExBGmsvg=" + "hash": "ED5YoH/m0OXuL4mJSFjw83LbttCeKpr/cQtzbbK7u4A=" } }, "is_incremental": false, @@ -4329,7 +4869,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ScholarGauge.html", - "hash": "53Fcr7BUGG0sxyHAjl19bUwqg564WkIjJ3dMFVx2WKU=" + "hash": "/LGnLn+BmXI45XXOry5VIzpwKWjk0LI7vUsP/GaH5EI=" } }, "is_incremental": false, @@ -4341,7 +4881,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SenFlags.html", - "hash": "A6jheBWR6JbNjU2JcrTMzfHxnFhQ5u2ECgZQ1lxLoUo=" + "hash": "y7l2VFqPsNWvATosQRpDL5qsmjgC5eaj8OAQzVC/JM8=" } }, "is_incremental": false, @@ -4353,7 +4893,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SongFlags.html", - "hash": "c7BVk0vgBAkr7r14iqBk4r0GvLdaR41WzO+cNnU1GOY=" + "hash": "5ZAl8BtFhNYbwRTSdL6hPBqsrvKV/F4j7gvhaTs9+tY=" } }, "is_incremental": false, @@ -4365,7 +4905,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.html", - "hash": "jn/ChSLKDjiPQ15IibPQF87m859HTCJCQ1pw4/EI/Lk=" + "hash": "h9gCkGEU4MIfnlgBkTL4CKh0xYLVCWKQncxeC1d5OTU=" } }, "is_incremental": false, @@ -4377,7 +4917,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WarriorGauge.html", - "hash": "ARs5Myov09OoGHe1rnQCcG9Qq8fJauGKEGNj8IskWFY=" + "hash": "yv/KqWWBo7MqUrDqlP87m1xlN7SOBgKcUxdK7SE8pbE=" } }, "is_incremental": false, @@ -4389,7 +4929,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.WhiteMageGauge.html", - "hash": "6yz8KlT0m55cCbCv3RCrpvse6PD30FKNBxvaYn+Lt24=" + "hash": "KYJhPRfDMSTK1gZxHioDvvyBEooYAkWs9yKS/Ck0vhg=" } }, "is_incremental": false, @@ -4401,7 +4941,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.html", - "hash": "k37+AThYJWL/gJ9YKlQWSpitZNj+MfqSs1jRDdmy3cY=" + "hash": "7Eqr3/mgkuh7ji+GZ243zJAn2AnaqYHW6OmG6R/3ZT0=" } }, "is_incremental": false, @@ -4413,7 +4953,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html", - "hash": "zR2CHEzzVP2OqD1IEUa/SjsMBGfo+TmfaXzHj5ZPJB4=" + "hash": "7M8+G/aljpbZYdiYNpuQEFk21pf4mMC5uX+xPqLp7SQ=" } }, "is_incremental": false, @@ -4425,7 +4965,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.html", - "hash": "z4u7yhDeAmTTLVrtvhQVHsrtSamhnI6TLzeVxodhmcc=" + "hash": "q9B5osQ7pZzEBhbUC5sqNo3HxjRQpKOPgI7Ntphwa6s=" } }, "is_incremental": false, @@ -4437,7 +4977,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Group.html", - "hash": "o3Ma7QMTl57LjlxqWiQu4sozswNkjqIWWVv4rYrHWzA=" + "hash": "+OAMJ7NGoC6kMmZ7CGIqbWaBQvtOxhnRw/PFDWRyI+E=" } }, "is_incremental": false, @@ -4449,7 +4989,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.html", - "hash": "jm0cfbF0QTAgdvZvW6S6j9tjdgJDm19SxwY0Oa2NRCc=" + "hash": "d6LZOGi/7m1wbDTdulj/zzhEPeW7uceiSMVCjI4WIbk=" } }, "is_incremental": false, @@ -4461,7 +5001,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemFlags.html", - "hash": "msV5ZRuIf0rdkfdig3Ci6g1UTUVx67RRpHbKwqIzJzM=" + "hash": "HzzD/ksBK442j2y/3rjRozSvUdjITh3IebtT7wWWhkY=" } }, "is_incremental": false, @@ -4473,7 +5013,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.html", - "hash": "WjJf9wKPV8NmeGB1MDCHykixxHifR31pEaswNWTPxcw=" + "hash": "9VDzR1OAAdJTguAVd3HlRP4mfM6xxIX+yb07iFS5Ihg=" } }, "is_incremental": false, @@ -4485,7 +5025,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.html", - "hash": "0JqVeg6A9nZ03GqDXPDvgNo2n3IeKQWyjtz1t9FhQyc=" + "hash": "Q1PiE5lfUZktCg39PgbynO1sIfLbSRAJ7S4rgXA0aZ4=" } }, "is_incremental": false, @@ -4497,7 +5037,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.InventoryType.html", - "hash": "P87OwW5V1/sjvS36zgv6zoYjqO0q/aqLJrIFn5A065w=" + "hash": "lR4yqSD6FwSpC2WdBV2Pv6sz5V6Y735r93xcoe0Hkzw=" } }, "is_incremental": false, @@ -4509,7 +5049,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.JobGaugeManager.html", - "hash": "xoBKVwq9XNB2DDtZ37+g0qlFeiJRqxqwcLCCJqS6mtk=" + "hash": "9eSo8KrPrHC30ZB2ApYk8n5wY7eyjGCO5y9vTuHUeXw=" } }, "is_incremental": false, @@ -4521,7 +5061,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html", - "hash": "Pz5ZzNZLjDaTpy5Nqz91vmiFU06Nt6uShD/BiUSIyG4=" + "hash": "Hn95R3nvJfKnoL/1Pv3VUhfaRKKBrDzu3gG4+Iugvrk=" } }, "is_incremental": false, @@ -4533,7 +5073,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectID.html", - "hash": "azYxRaWrp1kvfh5F/SLTQBqGQNJ8E/HRgs2/BER2HsY=" + "hash": "oUHRF0LfkZW5YN89J4mVOLldEkI+dRjfI7YuhW8IoTA=" } }, "is_incremental": false, @@ -4545,7 +5085,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObjectManager.html", - "hash": "MYqYLxFAu/ioV7pv35vtBOJUrm6hizW/WEGkzfTaKRA=" + "hash": "Kq8fJZPwikb6/ZkpawkCZyXpVWjV27gIbBClVxrvBTA=" } }, "is_incremental": false, @@ -4557,7 +5097,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.html", - "hash": "QbUcUgDlDu0Ge47GAnVKi9iyu7IoOa/Q3oJxIJYAjBg=" + "hash": "13wgAgZxyiyiLCds8Kn+1MhdZj1THA8GAz3oxbQ13Kw=" } }, "is_incremental": false, @@ -4569,7 +5109,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Object.html", - "hash": "WEpVXODepLcBdnibARvjwohFKTsM2TmeLlh7pfzzrD8=" + "hash": "rcimR+zSadIAmfaJwfa7DcKIMm1xjFuvyzxZ48xneIw=" } }, "is_incremental": false, @@ -4581,7 +5121,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.QuestFlags.html", - "hash": "LiZAG3EsJBnruCHXpiZCtgPBCkqjqyR0212W5652ttc=" + "hash": "bIMJbRq3vDAoOAVToCFoPf6ehGdyVYgEhIG6yuZQ8Zs=" } }, "is_incremental": false, @@ -4593,7 +5133,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.html", - "hash": "Nmlrz0NyDAJHOzPo7dbUU+60Ut+ovl5MM6FsLn8gy9M=" + "hash": "0hgL9dR+tRVxvVwj91qAvWITUVHT87Nhf5YbvMqkc9k=" } }, "is_incremental": false, @@ -4605,7 +5145,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.html", - "hash": "nzUmdNPHB7upKwe25h9+kpBYk114FCS10zB6YPD0zRg=" + "hash": "pUmr74qCjeFHpcwkLMH5a3NklpLCEtpStaDnTBTC8wo=" } }, "is_incremental": false, @@ -4617,7 +5157,67 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.html", - "hash": "r5mUGzHCdljNPtvJUd2LkoxTrD/nK+78rgW0wJLIOAo=" + "hash": "BtRWE6JB0cvlYxq9m9PjUYFJzdD7BhdIyXrM5kTTQD8=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.html", + "hash": "QALPOVpA4NX+T54F3Or9xlPlH4pJ/PLeTgaQxrdeeaI=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html", + "hash": "D/GkZWwZeq7Q+aCtDxGLr9OO51fVqSlGcECOcRN0NXE=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html", + "hash": "K7TQeFLkQ/LKyrSRsLZchCZZ02b6sOGJKnl+LbEVGww=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html", + "hash": "PDv+6iZNBOFzqnPskVT0oEWKC3u02ZXVn0u6t2kfqJM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html", + "hash": "5HsLfcWQF4CAt7aebeHP2XSCdADJiO8rK3F6GeDjw3I=" } }, "is_incremental": false, @@ -4629,7 +5229,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Status.html", - "hash": "JUaU/Lmjjs9pkyKM8rfgdBQg7qm2oKHjLCyipoVVrxg=" + "hash": "OGOhOFhpK5vFuK+VEFWuHC+6v+rGWnY90vMksQ5/F9M=" } }, "is_incremental": false, @@ -4641,7 +5241,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html", - "hash": "z9P1k9dFanWzEraZgmRsswZx4ZM9sVAA1k7DhlqkpQc=" + "hash": "U57UIcLdyeuGnxx6RAxfjAzkqG5vDqOLSTTTTrxYquE=" } }, "is_incremental": false, @@ -4653,7 +5253,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.BuddyMember.html", - "hash": "nIjeFH2raNtFniB7p1WVubeqz0hgpytRhZ3FwDjAORU=" + "hash": "33VpPxvi+JAkl1PhxgWDIcJ3WIQ1vuZTwaPY4dpCZiQ=" } }, "is_incremental": false, @@ -4665,7 +5265,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.html", - "hash": "JS+R43NT05gH2ZXkYm5fSEQwBYbmin6DzGZ0lGDyADI=" + "hash": "j27/CsaShekPP74sgWcafjgEjS/uQ2hxCj1IJtnIL3s=" } }, "is_incremental": false, @@ -4677,7 +5277,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hotbar.html", - "hash": "f5pzRx7q9jH0OUvD/C+xVoocU94sFcElUnkgtC6lBjQ=" + "hash": "hNCc/djfQVen1fKQcY9oiEPJPK1hJirSickkf8dAyh4=" } }, "is_incremental": false, @@ -4689,7 +5289,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.MapMarkerInfo.html", - "hash": "0/mqJwSIyvJI/2zj6JqBuJdIWUuujSJUDf38SutSxjI=" + "hash": "LeXq8yKNxglL08zqvQHeWUwKONUXyn8OzuFul2gA+G8=" } }, "is_incremental": false, @@ -4701,7 +5301,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.QuestMarkerArray.html", - "hash": "JBJ5RsxjmgIEbyJSU62kYTqhfpZJ0BDryVrMgExTS9o=" + "hash": "mN2joq8xOzVXiehFSQe0KNT562kEPbtEC9emK7Wyd88=" } }, "is_incremental": false, @@ -4713,7 +5313,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Map.html", - "hash": "OC+3pcN2d8/Tz7TMPrOHnxUD5VxieCl+eS0qFwKyZyA=" + "hash": "KUYF02yltc/VIBrEbbuHxEA72MHc1ezM5FS2IuX3z78=" } }, "is_incremental": false, @@ -4725,7 +5325,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.PlayerState.html", - "hash": "J2sW+cHwPJw99g6sL5mmJ2LgMArVK/YXwqRIao/Kpd0=" + "hash": "Z+vj7XwrfVc6uQYtQQcQ4MPViTR8gokYg8UpOr2eSuA=" } }, "is_incremental": false, @@ -4737,7 +5337,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.RelicNote.html", - "hash": "UBEXbZ6EyJlo1J3y2DY25sk2c4HLTxIl+beWkX98xZU=" + "hash": "TmJYXtmj87wnKLaKjTawOG+9fBmsi35T6eYE1bCRJsw=" } }, "is_incremental": false, @@ -4749,7 +5349,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Revive.html", - "hash": "6lVUmvWGcdHCZyFeXHsO+3oio1V0SjiAvNr6EIq7H4k=" + "hash": "u44APL3HY0PuPPXr/XrfEfrckCSrK+KG95vEhXhz6fM=" } }, "is_incremental": false, @@ -4761,7 +5361,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.SelectUseTicketInvoker.html", - "hash": "7wq7HVKINmv6qMGW5q0ZAEvnbyzwyiT/yCLi2VDoWVY=" + "hash": "S/vbyUnFRLGOunmDYLG9QNgDuC9gBjxAOPk5ryd+oBA=" } }, "is_incremental": false, @@ -4773,7 +5373,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html", - "hash": "Uy1EIZ4jcYvwKHCsj/EZ3Lssu0zHqcawjpxYDBdffSk=" + "hash": "6QJIzVo3HEjDkLwPQ44L2RapqWeQo/m8TlXIShtDj3c=" } }, "is_incremental": false, @@ -4785,7 +5385,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.TeleportInfo.html", - "hash": "Yio8UATPeLZJ/PZl0EHUMDtzWSrEQPLfoM2lgAsGG1M=" + "hash": "XiHwJO3MzETRhCEn2UDBf5GryNUOpgJABhEhxyPbli0=" } }, "is_incremental": false, @@ -4797,7 +5397,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html", - "hash": "T1LahTbN0VJM5We3OWck2ajOn81D8LuUcXS0V6F6T6E=" + "hash": "TnEdxndUguK0SMptIsduIhrBHtb5SjAk7J+eOaCTM88=" } }, "is_incremental": false, @@ -4809,7 +5409,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.html", - "hash": "rydLjgn5nONxvnjk9pY55etOEx+msvNk/G8hIA5EnQ8=" + "hash": "p5uP/DnlQuqwLD64EZ4pQ4DkKgKgrn4Qm9/QrVGDZvM=" } }, "is_incremental": false, @@ -4821,7 +5421,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.html", - "hash": "8yAJqEluIAmHaJM3r8ov9MjSV487BfsaGZ2nckFcqFk=" + "hash": "xONKB/PequHP5xXIQFipR9xtXBmE1p5yVQk/UciOniI=" } }, "is_incremental": false, @@ -4833,7 +5433,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html", - "hash": "YUiHech4kduNLMdFf+uTNet0vAG4Ywckm9jRgGozBdM=" + "hash": "gTSIcVgqNbsY3pn9riBVvuELRQbgi3nD4MlhnhhYv1c=" } }, "is_incremental": false, @@ -4845,7 +5445,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html", - "hash": "Cvoq9lBFAFSN/qi/CU5f622XrZvj3K17eJLRZROuZx0=" + "hash": "2vNR4NDt/XgD5G5ceZA4txtbqoiPsQwnvspxt8AnyOQ=" } }, "is_incremental": false, @@ -4857,7 +5457,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html", - "hash": "mm8RiNr4ZtTgg/s7W5Cfx7R3lnB6XL+7vtD8YTbAG/c=" + "hash": "Gd6W7yfLOlWw8xwcwEweWIiz++eLRgwV4qsNVSMaHTg=" } }, "is_incremental": false, @@ -4869,7 +5469,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.PixelShader.html", - "hash": "1UEAK6DEnUcKk7cF9wC3Xopi2GGw86GPzR9sxoJm9pU=" + "hash": "9/GpXlsuu0EutfsFdTnJz0YwqIGmQI8CfxBPrTKpTMQ=" } }, "is_incremental": false, @@ -4881,7 +5481,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.ShaderPass.html", - "hash": "cb0A0BxIKQA1fGTc1k02gNMDvDo0dlnT/3+PrNKD/fg=" + "hash": "r4V9jegP4gaejm9M9YcGEwMfn+VZR5kGFeXqNtGhQxw=" } }, "is_incremental": false, @@ -4893,7 +5493,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderNode.html", - "hash": "2+qroSegYW4ZCZhsFKDjrPhsWnrf5ImCG8H52mKCo4M=" + "hash": "SdpXcs3r9pkG6gKiqlvlTBtdmmZgM+6aiYpNp223HLY=" } }, "is_incremental": false, @@ -4905,7 +5505,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.ConstantSamplerUnknown.html", - "hash": "Oz1IFtEsArRSHU2Zjw5h+kDkPwDsd7Xg1uaT25QEWmk=" + "hash": "gv3RxNI8CSU4QlJaAVhJYO5Zv8hepCSwVilhPFPGU6w=" } }, "is_incremental": false, @@ -4917,7 +5517,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.MaterialElement.html", - "hash": "QowV46nX8rbI/Ic3IsvWIOeVKDbL2/2yPnTUNqSFUSQ=" + "hash": "85hFD3cOMdOrsGFpIGGPq9+e6lTWk3jBVMXKmFIfhYU=" } }, "is_incremental": false, @@ -4929,7 +5529,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.ShaderPackage.html", - "hash": "2/Z3eQUginYLkQyXhpVbjSMSEBHfkwSqli5VIg1t7Tk=" + "hash": "vMKrSxqLf6VpW7YbMgnHrTbo7poxOSJFBpy/SSAC9fs=" } }, "is_incremental": false, @@ -4941,7 +5541,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html", - "hash": "wuP/d1z4n0tjvbaW3phXE0mQ84Fen4y7xcDi038gv24=" + "hash": "XdtuKSnMZOtSSO/EOuQX99KfwhPV1geFX2KgBcEfJsk=" } }, "is_incremental": false, @@ -4953,7 +5553,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.VertexShader.html", - "hash": "p95j/g2NhxSJeEMAZ3G+rGO9djHucpyoo0k66jwL9P0=" + "hash": "ufCSMC7spzX98U/rsZPfdeIw4ysROCLowMWX4Ca+Sso=" } }, "is_incremental": false, @@ -4965,7 +5565,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.html", - "hash": "8+PYy5xlWs7k8vdPXRSseJ9vTpPHXaqFpZOP4J3jflI=" + "hash": "X+dzuczCQOVcyuTg0UV6pLch3bKguolqVTkk6vp7KX0=" } }, "is_incremental": false, @@ -4977,7 +5577,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html", - "hash": "56WPSX2GMS7XY/9vZs4L/iAA/qUBgLQZZd/2BsKyFxQ=" + "hash": "pVpSu1zUxRt00nMYrf99HblHPtLFJEWuOn/BAvafWXI=" } }, "is_incremental": false, @@ -4989,7 +5589,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html", - "hash": "WxTyeh9mgJufk5ypjLUiQ/7aFjxzEPHtXDER//OrONg=" + "hash": "2tttfUbc8ubkRK0+jk/Sg1IiLGhoS9nF429aVcCpm7k=" } }, "is_incremental": false, @@ -5001,7 +5601,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html", - "hash": "b7SNq9xbIbz7WJ6rmXVd7NJFF7zALrslFwoJ61HzMek=" + "hash": "I1xu0g9VJypfAbpTPTcthGzGUCKEUNlVQY60VtwJhzw=" } }, "is_incremental": false, @@ -5013,7 +5613,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html", - "hash": "oO3SpQAq7B9EWKpKUh1ExgTW5P7lFXWiu6U9amdR2BI=" + "hash": "h2gWONP0eEv4IA8yMW/LJZcATu4ZoYT/6WxLarjiVlM=" } }, "is_incremental": false, @@ -5025,7 +5625,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.html", - "hash": "BCzqMcTtlbWylSC56CFiNoY/Y8/RzRjti65U4XsyBuM=" + "hash": "VHuZ8TiXdt8fkMGy2Ier1aTbhvIHE/E8IcV2eHJLsZ8=" } }, "is_incremental": false, @@ -5037,7 +5637,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html", - "hash": "uuHIZ33px7T5KZhTpQLDeHouadDjCEJX1RpchxN9TrM=" + "hash": "Dr2miaTBcb+CV4vroHoy+1GLS6vQE8KCzUfkjQj7eNo=" } }, "is_incremental": false, @@ -5049,7 +5649,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Rectangle.html", - "hash": "RGIMG033B+Zgae0kNq3g+2hddJbX0xwVeGhvMtHwriU=" + "hash": "Gpbus5pG7XbAaGwMdnIpP9ZSjMnMXo/oskERNr9q2vg=" } }, "is_incremental": false, @@ -5061,7 +5661,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html", - "hash": "riXsv96ly0F8WPIXWQhQYpKS7yDZmj17caRfWvRWh5c=" + "hash": "ePDiG49fmwqJCUuovxAA7CGE6+/NJfqN0AJweZb+6P8=" } }, "is_incremental": false, @@ -5073,7 +5673,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderSubViews.html", - "hash": "wP4sEF6KzJLzB1hLvu/2TE3UBofCULSRYnDOB/UjgK4=" + "hash": "h92FpcBALvNnhyRPqniHjQH0mjoQSU/DVUTIuJJiQYM=" } }, "is_incremental": false, @@ -5085,7 +5685,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.RenderViews.html", - "hash": "qWnRgGtX/uqNRaABXtUIbEhB62cGdh516MYzYdyXmRU=" + "hash": "wx+GDYYwPmM0E9A3QmR2+7r5hCts4PQj+i9pexuWJH8=" } }, "is_incremental": false, @@ -5097,7 +5697,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.html", - "hash": "kkc0N3FoIy9xZCm/HDWsxG9bOD8VbfdCO4m/VYhs2kQ=" + "hash": "CUARlAmU974sb2P+CJ7mYNvLNKJfLGrkJmrJJEDpXto=" } }, "is_incremental": false, @@ -5109,7 +5709,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html", - "hash": "Z7VoHyX+UJbnw/n8uWK5nV6Vr5Nm12n9cbSW8fKxTL4=" + "hash": "XfNmjQbGIOV23bxjJ3NErULLpo4xt2b+xWdwAL79q5M=" } }, "is_incremental": false, @@ -5121,7 +5721,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html", - "hash": "afosAKzGS95x84mk/xa+GYqoVbSOnHauTP0b/JSSa/Y=" + "hash": "Rlwph3H9gzGNQH4pZBTvveRqggTX/DDZbV6pr1CotdY=" } }, "is_incremental": false, @@ -5133,7 +5733,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html", - "hash": "fvs9IM0O/hHwlPdgNFCbu9b44DsxToLLmDp+Jm3arsE=" + "hash": "991Ds+4/oNkAaOTue1rToI5KEvXzzToOU0bxvmiiCuo=" } }, "is_incremental": false, @@ -5145,7 +5745,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html", - "hash": "g7/XjfIOLHYZr9SzLfdy3fJhdnt9TqgLo44EmZjwd/M=" + "hash": "YpxmatMY0r3pG2uZf17wCKoXMnEr3FsOWTqEGRSoncU=" } }, "is_incremental": false, @@ -5157,7 +5757,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.SubView.html", - "hash": "b4d29dQ0sG7+CyrYatuiMYmoEIntp1BFi2yGu4TnF28=" + "hash": "tMjtz2W6PKad4ybkjE/WoVhgITwYHtlfUJ/OsVl7eqM=" } }, "is_incremental": false, @@ -5169,7 +5769,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html", - "hash": "dz3imlHFb6Xecfktv++D7pdVJJ0OwrLzxVOSiz2+7oM=" + "hash": "srF2OolSdz/INYhRb+7dUs/xjFH7qyQbHH8ueyVHg7s=" } }, "is_incremental": false, @@ -5181,7 +5781,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html", - "hash": "cRuYB8O/dDpsVsIE1zMNlbr4UYXpZeaXsMfCRe2pLkU=" + "hash": "XnFAFaUZwJ2AyvBFVGjEGcdPUXZYNiBGxzjdYKO1PfQ=" } }, "is_incremental": false, @@ -5193,7 +5793,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.View.html", - "hash": "VTY7gDm/SpnicZPxQ249OqFUtclp9hBUeGgenGphvCU=" + "hash": "0ZtSj1XAmqpb1Ayjc87RBrEnVLDAjtpV/0kRmcvrHhI=" } }, "is_incremental": false, @@ -5205,7 +5805,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.html", - "hash": "Wcq8E0ja4jca1MZDBzGOeu1Mpii5F9vc3dzZzBsm9ZA=" + "hash": "SDo1jGG7ELj2vzHKIK6pYCEy6WJpJ0j3YM/VQ+IxEGo=" } }, "is_incremental": false, @@ -5217,7 +5817,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html", - "hash": "KjX22Wp49GyhHcE9NoW8EIP6Rx6RM7On+J5uAHqqbds=" + "hash": "ccXucwPWubb+nR+Fq6djDEc7yYO/rlJ2eRXHV6DkcVs=" } }, "is_incremental": false, @@ -5229,7 +5829,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html", - "hash": "q+mf6Qmh/4eYGgiCz2N7cd2+mgmt6srVkBo9FC5yxKA=" + "hash": "MA7A7Z0zDqFTkf1JtBkmufNJiGu28I0+gHCbNglWARg=" } }, "is_incremental": false, @@ -5241,7 +5841,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html", - "hash": "nxjbQBeq675Qf1EN6HjW5aCv/egcEzZvL3qk0iZ616A=" + "hash": "Uz9xxsoL3lOLnEBvhoDsp4IVrWiCBbXWmRZUKnEYHAw=" } }, "is_incremental": false, @@ -5253,7 +5853,31 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html", - "hash": "pwTEttX6ZDledyRI65aW+fPG73EVpAx/Am0Y856hRJc=" + "hash": "5LPgQIFWTx/kXmX5iZpXGrgSqJ/QEUGAPIAaGIhD/hw=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html", + "hash": "j5gJlhY3T8RHjWNj/MPHyWQdb/yyvVifI5rMJdtK+wA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.html", + "hash": "oQ6Ay5cgCdbIrl+9nhaSRAQ/aumGwaVQBibQfqpLIb0=" } }, "is_incremental": false, @@ -5265,7 +5889,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html", - "hash": "2xNNCwui/rhP6elM2HwTtaq7VN7crCGi3bQgUSXBMNQ=" + "hash": "tRpLB6zB6oKsK/zAayqRlFUuQh1GFOLNexHcjKKKji0=" } }, "is_incremental": false, @@ -5277,7 +5901,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html", - "hash": "cOA/P2wU7Ngq6rDHESoQ+kJOF0zbPchCTWWqWnpM2F4=" + "hash": "iHolZPit28XyPGGvorutzhjXKFPKiCAA1SO0TSGxvAY=" } }, "is_incremental": false, @@ -5289,7 +5913,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html", - "hash": "zDMvhMlckPsB8PDYEeIsyLoFQUZ8keRtfpBemZBoEsk=" + "hash": "LVAA8nAhGcO2Sua2a9e1CLfmWjhw4TLTGfUFyl9raaM=" } }, "is_incremental": false, @@ -5301,7 +5925,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.html", - "hash": "eahkq10jbMrxoZVKuNVbGwazR9UKc0YqjhD9MoUsZPc=" + "hash": "r//lQ2iKYUoulmwn6aS2PwR8bE6hDuDpQpMgvFjTeK4=" } }, "is_incremental": false, @@ -5313,7 +5937,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html", - "hash": "AhzptzbODyuG7HncgLZY1IIhT5L80lmtZ9kFlNinDEM=" + "hash": "1ABh9j7esNyQlIb6PDgcFJoQPRgHRZ/iTr9y2pc0ux4=" } }, "is_incremental": false, @@ -5325,7 +5949,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Configuration.html", - "hash": "AxXF65X9FsWc/pAQUYwjMLYxnYiyF2eI0oDoV8OyqQE=" + "hash": "/Q3kuJOXgCxdPUYE0JU6Qc6nlhsM11x1LSi4lDCEd4A=" } }, "is_incremental": false, @@ -5337,7 +5961,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.File.FileDescriptor.html", - "hash": "lxF3JmfxSVRdmIMqJjH+202zVtUclNZpQ4onA7jMrHs=" + "hash": "ycnolRnmXw+O6ETfl9MwEe29xzEtVs3gOfikb0RQTNM=" } }, "is_incremental": false, @@ -5349,7 +5973,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.File.FileMode.html", - "hash": "KQ95HloDCYpUhljTHkypsm+yPlIpNH8JMxDDN9tyZok=" + "hash": "IG5HF2pu9o21aYQqWrUgkgRjvK6GXWykQ6+EE+YFOeE=" } }, "is_incremental": false, @@ -5361,7 +5985,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.File.html", - "hash": "nholcROlRj2a7wGvCs4hrq8tIUDIZboX+LKs2IDqNus=" + "hash": "7SnW+YeKsd1lIctmgAV0fyxdsIQnlxBNR7d7sYOtgTM=" } }, "is_incremental": false, @@ -5373,7 +5997,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html", - "hash": "J6w4PQlX+xH8H7zwRzKSw3n+z/pK0ZNOtHJ9IpQ37P0=" + "hash": "yNMVHoqdCcn3onyCfMGoh7NNVjt7SV3e/dXJRVbzCto=" } }, "is_incremental": false, @@ -5385,7 +6009,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Framework.html", - "hash": "hUZqSzqYXb0v7OKPARiR8KCwb/mjg5tZLKq2uJiEUcM=" + "hash": "v63oeLndgVxYJ0WfvEXpCVhCNq60RvrJI74yIXdENvs=" } }, "is_incremental": false, @@ -5397,7 +6021,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Memory.ICreatable.html", - "hash": "9O8+381JNLV74pjPf3JisLMUsDyqOF5OKC99eMdifYw=" + "hash": "O+qqittNKZPuXMpgB/qf+A9Eb6eDd30UvZ72bLNmptM=" } }, "is_incremental": false, @@ -5409,7 +6033,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html", - "hash": "Z85rp3HEgPECRQS2/UXh/8KsusztT/gPBcM8QHnZOnY=" + "hash": "ejvv3554BiSCqoBC6vaL3hTmPt0yHDOKesV6E8WfeXE=" } }, "is_incremental": false, @@ -5421,7 +6045,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Memory.html", - "hash": "WQ/DdFjBRtzCs4WBBetoPAw/jSrRv7i1BIRLB/L0tHg=" + "hash": "ONtII4Y072S3gK/OtDzEPOAyc9BNMhdA1JwT1B3jDEk=" } }, "is_incremental": false, @@ -5433,7 +6057,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html", - "hash": "Y59BtIBqvTVrwK7ago0epB3Yf+RmzUjiW/eHiUEYT9Q=" + "hash": "cMn+cucl81Cu1QHPTKmbTz1+p8LR0aRMsDf5pnEjGg8=" } }, "is_incremental": false, @@ -5445,7 +6069,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.html", - "hash": "yDGJy+z5g1vnBpzZ5i1tzV9DQJmZWCbBj2Qx7r/5lYQ=" + "hash": "0X2RUS31CUKCVz6Gi120Accs8E23k7NgKRGcq+/Bibs=" } }, "is_incremental": false, @@ -5457,7 +6081,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.html", - "hash": "pU163blXjumdokLoAXJO/3VEEiZPG7C3gKpK9V08BmE=" + "hash": "YAkusaQQMt1i7D7ZxkKK+vBx+5Dk1zw3GwOcLP8lqOY=" } }, "is_incremental": false, @@ -5469,7 +6093,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceCategory.html", - "hash": "U1ERnqkg3PuMMBiBdG2BJib5DId3qSI3cF7Xtx0yBZU=" + "hash": "BnATQAfeoLjQvJL3GXVSTP6Io0vOFmhoMvNEQQOhXIQ=" } }, "is_incremental": false, @@ -5481,7 +6105,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.CategoryContainer.html", - "hash": "Y0Fc2MfBp5BClp//3m4hHPvGhJBEJodBY7m57v/HQSE=" + "hash": "d2vIOqVJN6esJv2U+hvWQAXVf9GjpQKAXvDI9iOyk6U=" } }, "is_incremental": false, @@ -5493,7 +6117,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.html", - "hash": "zmzJDINh338gjd2kSL5lJm9DLN3YeGrShX3XXjI0ejI=" + "hash": "1x3Ci8+wgH9/Yr7nOeRnq80/YeK6aS+EHT+9W296NzQ=" } }, "is_incremental": false, @@ -5505,7 +6129,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceManager.html", - "hash": "0gmP7zVFXD0AHX0qrfvmHeAERBCo699ZkL5M48Rwlds=" + "hash": "xYm0OZFTwl72PBJDAut0TdLSB+Tf6RqNEG8kSyrInQA=" } }, "is_incremental": false, @@ -5517,7 +6141,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.html", - "hash": "4coSHNtf0p5GdfGQ8H2ml90Qd/3O/VvfQkn6CAvUMEU=" + "hash": "F2zuTG3GihRMTuuEvrwCYrJWaRfhhcCsDyhJfGGtpmM=" } }, "is_incremental": false, @@ -5529,7 +6153,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html", - "hash": "9Q4bPIKg7tzCXusvCpV1LiQjRl8v2A0jsqhIEYq/LBw=" + "hash": "VRLzp0B+Hw183GcW1gIsVfOjKfrEoind21teg/lhD0Y=" } }, "is_incremental": false, @@ -5541,7 +6165,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.String.html", - "hash": "D7rGurkOSVhqCG9ztZx+xqbYOAWZy0aEhuOZyODBbL8=" + "hash": "diKBVFmlQ8KhTfn82yIIJDCCVkC4uoKlHFYAsgw2DBg=" } }, "is_incremental": false, @@ -5553,7 +6177,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.ActiveActions.html", - "hash": "NEFgSzMwsEMvRZ/CvHg8lTMD7EEk4zg8syG6H5u7/n8=" + "hash": "qgLB6v6p7oogQnc1EJqrZBZDi9l4y0jIQICrDKitFfY=" } }, "is_incremental": false, @@ -5565,7 +6189,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.SpellbookBlock.html", - "hash": "NUGHjPOoBX5G5t5Gg+gTs5tq9paJ9rcskjEmKKdfma8=" + "hash": "zKTYohC8TI8VMrGUPtAVRPHqdpIDZjrOu42N/qFlHk0=" } }, "is_incremental": false, @@ -5577,7 +6201,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.html", - "hash": "7djwO7VXDwrBkIMBkBpjmRgMXJuS3k271Z6Ck5T0EA8=" + "hash": "8mLTTmNiques02a4SFPO+VNOhcjJvuej+HivSS2GpEM=" } }, "is_incremental": false, @@ -5589,7 +6213,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html", - "hash": "devuo9O/bjEb07CTb4++z5pfIykKBJWD7mYCNA7x7I4=" + "hash": "keMz2A7HTFisfZiUXPxTfyQ+xsMVHlFyFxonmcYnRAA=" } }, "is_incremental": false, @@ -5601,7 +6225,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonContentsFinderConfirm.html", - "hash": "sRR4zuKQYrsVJsZC/U2wOQmQSHNSrLL45FLVtY1EayM=" + "hash": "T8Zt0W5+3vQGPxR7zWDq/uFMOFj8EGhrpLc/xq4rVYc=" } }, "is_incremental": false, @@ -5613,7 +6237,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html", - "hash": "DvnWnMbEMUy0tslunRX8TJGEU6bIUkZHDIxAm5zP780=" + "hash": "OjF6RT53Zs8maXJ0gpf2sZYK1W3fAwaus66020lzM7o=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.html", + "hash": "wTQpO+vL8Z+E7eSBrjQW1yGTi5r8P1KTtSXOIkvOzPU=" } }, "is_incremental": false, @@ -5625,7 +6261,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonEnemyList.html", - "hash": "/vZYCy3ftf2+yjXNulT3UoOYtcQYFO66leR4O2sokYc=" + "hash": "S3LcDXYcZd1JRZyKSiBB5O0nQoYL1zFGeqQgh0NnSzI=" } }, "is_incremental": false, @@ -5637,7 +6273,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonExp.html", - "hash": "Okp/E/5Xg30o3vDPvJUmjQetZcOFbnS8QMu7qnNN3ds=" + "hash": "1V7jFb3w36DAitU850IMbDuj1EFZfhI3sEMSc/Qr4WU=" } }, "is_incremental": false, @@ -5649,7 +6285,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html", - "hash": "IKM8y79EAAL5aiCnATTPBgm0NK4Tzq+qhIGBnamFQqc=" + "hash": "qGEAtAcrIGXftOvgm5oHysF0H/Qdv3ZQJ3Bivj02uzA=" } }, "is_incremental": false, @@ -5661,7 +6297,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html", - "hash": "qIBn06vKBXFfiRU691vas9mGmmXUHa7W+Ze1G8UBU54=" + "hash": "otrIQclTwE089jOY46FFNnCrwFdGmJbQ6CNrB3SipjA=" } }, "is_incremental": false, @@ -5673,7 +6309,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html", - "hash": "2UsPluQju90yjFaZeIvefzO0fQj6kRj2lTw37nObJ6M=" + "hash": "A6HNjBK0D6X5/vTTQThX3nuiBTplXg0XUx6F3CjE998=" } }, "is_incremental": false, @@ -5685,7 +6321,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html", - "hash": "AakiUW3WLHwhq0UtxeqHUFGVFUltBO2RvZ4R7N/wIV0=" + "hash": "qWX9wDbQhUH++RTOUuhcL7YZeAVRAhFrYRsC9Rnk8Tg=" } }, "is_incremental": false, @@ -5697,7 +6333,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html", - "hash": "WMcyx0Jj9j7eIRiZzFK1NwL9FLiRhYySpJn6wRyd8CM=" + "hash": "MsMB7L+NveYTDn7txVwmdyN2T0poDzmk+u7mR+GyMKI=" } }, "is_incremental": false, @@ -5709,7 +6345,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html", - "hash": "youXVEPr8BfEwjjfLHlQl1FoKcYQNQJ4kqU6MoQ4q88=" + "hash": "q37W6mwqVJ3Up2/xqadw4LFyglpeVwtvSVltKt5sYks=" } }, "is_incremental": false, @@ -5721,7 +6357,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.html", - "hash": "IIcO/dQuiwFxkmekplgdX6NuaOWBwA8LsVa4MTq1R4o=" + "hash": "/eR2T9JG48IiGCgPvCEU6V44HTPD0AR7oVJoRIZr9gU=" } }, "is_incremental": false, @@ -5733,7 +6369,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.html", - "hash": "1MRv2iAk9bwortwIfOZaZ3x7pPmI5hO8bB4PCJK3tpw=" + "hash": "xuYGTjVntAj8qcuYPNdgOBWK4FGVYXMOz4RtyF99Dpk=" } }, "is_incremental": false, @@ -5745,7 +6381,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemSearchResult.html", - "hash": "lLfQScT2tFqZAjJgeawGIlm2E7e2onefqzc+eLh5Uks=" + "hash": "scMxriewcZNRF+ZAgRePSE1mufyQ5bVWPQS4lDPliNQ=" } }, "is_incremental": false, @@ -5757,7 +6393,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html", - "hash": "3gIsnD+xUH6mLhj8IG/3EffqoCiQR4KAhnEyndqvPZU=" + "hash": "bdHDY1NPvuFBBkBDbhO3YXL9FL/3LMzdq6x92aUuoAQ=" } }, "is_incremental": false, @@ -5769,7 +6405,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html", - "hash": "kT9h822Cg+INGr+d3bA3LTH4qZaDS58sUUfWJst0iB4=" + "hash": "UHWdlWas3f77QrS8T/OFhkXtLz24dVtQ1UsA94gqFx4=" } }, "is_incremental": false, @@ -5781,7 +6417,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html", - "hash": "Hzp2dFermUPl3Afw9lKL/5SLU2XvThk/iCgk51nQbnM=" + "hash": "4GxhIrl8AsPR2g7T9SFIulUjNClmxAyGTNU226wSi14=" } }, "is_incremental": false, @@ -5793,7 +6429,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html", - "hash": "fKydrFH/MNo4LXLdrYiE82kjuBo2nsSqhSxrASzcJPI=" + "hash": "8+BRCz5Uu2eVucHN8HHHq5uDgaa3UymIF3nAm2pxYMA=" } }, "is_incremental": false, @@ -5805,7 +6441,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html", - "hash": "+d3Gt1oh+5ctPbzvVTLM5OBIBrD+uFWnkYRyNf18Ilg=" + "hash": "PeLQeAdXg/LdcEemg8S2G0daXvup6dxXbz9MFno8Sks=" } }, "is_incremental": false, @@ -5817,7 +6453,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html", - "hash": "uBpRypd+y9IiTEaqaJuRNr6iuwx6MuuhMOa34+li+Is=" + "hash": "SgqoR+a5OtovvxBdM0IFVlYKHtGVkvQIx/VO1NjfUQQ=" } }, "is_incremental": false, @@ -5829,7 +6465,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html", - "hash": "hmpHCE4lS886a8qqRWt7pk4821gZ/XjYYBoQGhYz+Vo=" + "hash": "Ic2Mn9xAt0fduy3gtKyGkcuRuGtmevPO9tfMjfwd3go=" } }, "is_incremental": false, @@ -5841,7 +6477,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html", - "hash": "XK+NG9HaO48BbCnlBDDECApAPtvaML7RtT3NKiBBvqI=" + "hash": "H21gGCeSnnOl/5zr166q2WQ3pKF+Ptl5zlnk4nsm9UY=" } }, "is_incremental": false, @@ -5853,7 +6489,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonMateriaRetrieveDialog.html", - "hash": "f7PDRpZFl3beYlDz/m2lEX3sC06PXHmGSJg4MVeAXNE=" + "hash": "BvdXFI79vIPDZ7mfXLcIAIb5vMMn0olxNGx9j1TdWA0=" } }, "is_incremental": false, @@ -5865,7 +6501,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html", - "hash": "UzY+VqzEufq93efKJzEFKCq9tX8/ATt717VOIM++5Yg=" + "hash": "zCCVC62QaogdwVys6MZx1ZOL1L+DcGOmpwarjGBYHDU=" } }, "is_incremental": false, @@ -5877,7 +6513,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html", - "hash": "IfsUZFM4DyCVudymp5VBbJT/66E93H41ReUqd+mLiwU=" + "hash": "EsaIjdquQ8/pHE5+OgsMstgb98ODjt2ec+rDkIcIlBY=" } }, "is_incremental": false, @@ -5889,7 +6525,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer.html", - "hash": "nq6T6zbrAXK8B/mhAJxOEqHeXQBSBkouPtf1o5nbJjg=" + "hash": "fxpF/G7cjI0Rp1RkI/535QoM8zX4bRufqTFm/sAJiUY=" } }, "is_incremental": false, @@ -5901,7 +6537,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html", - "hash": "0/t/W4vHrPBwU7ETGJzoRexBUmLmoEjcuNyDIgkDwpQ=" + "hash": "UtcQ1qbWwoH1vw6M7cmtbzva/fzfSeCeTcj3PLaKvFI=" } }, "is_incremental": false, @@ -5913,7 +6549,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html", - "hash": "y77T5TJzLwTrsis5VlwTZbKVNCQ+TdP7pCwsAEv2AFs=" + "hash": "0Sv8xr/PNxGpQCm6bdjsuirMyat2dwrF42pZiy036ik=" } }, "is_incremental": false, @@ -5925,7 +6561,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcons.html", - "hash": "7SqlldllnnyTy7SySPqELKS6hkSDlusuDUHgEYnTdfk=" + "hash": "K5M0krl/BoTYeTCrWc9ChkMNKn7BuRycUFCKvJPP3zs=" } }, "is_incremental": false, @@ -5937,7 +6573,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.html", - "hash": "a7f0ll7KPoOerh4RKk1ldBstEvi6GC+xDCMdfJooOjY=" + "hash": "BrjcyRaATm7BAR32Ly6AiJCTx0Dqg7wEWJ4DEpWfr24=" } }, "is_incremental": false, @@ -5949,7 +6585,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyMembers.html", - "hash": "X7TNMi6ojkx5VPW6UM/rOAnhms96O6L0iVXhQwqnvq0=" + "hash": "dfcmQwenymgVFcvr1iDVOCfsFAC15FaNr5mxE2JVqFM=" } }, "is_incremental": false, @@ -5961,7 +6597,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html", - "hash": "bryvM+A73UAILhcBU3YbTw4xs/hc0Jz7yOK7wfPGEyo=" + "hash": "vDrRIlyJAYyB3ixqJ9KUsAO3nobc36nghEurOkzVnFU=" } }, "is_incremental": false, @@ -5973,7 +6609,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html", - "hash": "QRF6rggubnk7TeslJeZFTLzXZBjnEuQVJjP72VbQ+fQ=" + "hash": "1MP7y/ypbeyh94UbIFgoXeq2P8ohtdnoauo3KgCOzUM=" } }, "is_incremental": false, @@ -5985,7 +6621,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html", - "hash": "8cGUqUJ6Ff1UH7KzNhrV32Uw3ZdJYbMf3YG9Ki+2x34=" + "hash": "qs7N17DM0JVZPVISZs5WFtJk8YTp9FMQ3K33ck4L1Yk=" } }, "is_incremental": false, @@ -5997,7 +6633,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRelicNoteBook.TargetNode.html", - "hash": "ixE4cjFRvhRdi+ChL6A28VFDknRz/UXi7/4l9b4NBfc=" + "hash": "3onns+MHL21lz+UmEsFSYc6lzgX8+LaHrbe4r+PBMZI=" } }, "is_incremental": false, @@ -6009,7 +6645,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRelicNoteBook.html", - "hash": "T1du3tIg9nEy+6TUtah37YxZI6aUTjUGuDA5F2n4Cdo=" + "hash": "oLMN/fUqPJAlWhM5jbhlC22tSZ13ZHYRk+r9mxrcNtM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html", + "hash": "mxVFatB/qlgPBHX8ip1S5UM4TxXI//w4YPq9wB3z5iw=" } }, "is_incremental": false, @@ -6021,7 +6669,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html", - "hash": "tS6DT0Gy/NDew6m0nKld5GBXDh3gw0c4rdGEFyEhSN0=" + "hash": "nMmwXzLI4NOkRacewBczT7MbG4SlHJwKbfLkb+Hx6CY=" } }, "is_incremental": false, @@ -6033,7 +6681,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerSell.html", - "hash": "vhy2Wd4+ZSFhqksTwgKmfctj7HppNBG4Mya0HKckxSs=" + "hash": "8LSKhUMRL0RxZhmT9CxHmMQ2to8j+cHfxad2cFIGqhU=" } }, "is_incremental": false, @@ -6045,7 +6693,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html", - "hash": "4FPRPcOKSoYF79AEn3PJeTHy4aV3xsRlNQkXpHsLOOQ=" + "hash": "UeZgZsZE7PZgJB0/qx8golDSqVdeO8HU6JgcZdQoXlE=" } }, "is_incremental": false, @@ -6057,7 +6705,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html", - "hash": "hInQc+QX7JBb2+so3ggEcf4ux5DBmrWz3l44XVDJSCw=" + "hash": "sojtOCuT1OnpOYoOCzloMg9yh8MNhBWfQwDS+qwhUDs=" } }, "is_incremental": false, @@ -6069,7 +6717,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html", - "hash": "Yvz3jJDpf711W196bHoXN2zV5563Dv+EPeDADj8hm3c=" + "hash": "b+D4IjZZGorWb6/Cq8ngUL8QKuKLgAUymw6tU9P6+XI=" } }, "is_incremental": false, @@ -6081,7 +6729,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.PopupMenuDerive.html", - "hash": "5YSEzP2XDpOKMWOea4vgtf9rrKiQ2lftxg2YgNYe+f4=" + "hash": "mdh73IohoBpa0K/M5B27cUGmx861cV6jqQNCJPM9aMs=" } }, "is_incremental": false, @@ -6093,7 +6741,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html", - "hash": "2tVSNWLZ4F9MxIKJMgGWXs1LRLZbR+j6si+ybaw/2Bw=" + "hash": "B8HnPbzS/UK7rmDaeBBF71Jr8/iT/VgrSIaYA//Fyug=" } }, "is_incremental": false, @@ -6105,7 +6753,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html", - "hash": "+UamjGe4LRUKlhhHm7o+w1Tukckt349+rMPRvl9ZZiY=" + "hash": "fFgGVfmq4wp4XnXCxaMXlFT0mpwA+jI6bVUDve6PElg=" } }, "is_incremental": false, @@ -6117,7 +6765,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html", - "hash": "rJr2+5GtW/KkR3hWZjXREnlHfrYWMr/R9Jo0xqaKPs4=" + "hash": "eqKSdizoVz9hW3qpQBU3mFNGPoReVAHrCfH1tLPzaiQ=" } }, "is_incremental": false, @@ -6129,7 +6777,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html", - "hash": "5LqnVvUDx1iqktNE7BMyy6wGJOG0CyU3ZftjeetoEgc=" + "hash": "v9tZo7x+EgVKK++m/FZJOTyvup+vSAtE7awSBZBf7vM=" } }, "is_incremental": false, @@ -6141,7 +6789,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonShopCardDialog.html", - "hash": "fYCPilnpu1Idz7fTkWbPIZ0CiNzhyOMKjKJpjQpQ+qo=" + "hash": "gsaWzuO6SScjdYSzs+/AZEzKmc7uF7sq6ntjDEfZE7o=" } }, "is_incremental": false, @@ -6149,11 +6797,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.yml", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.yml", "output": { ".html": { - "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html", - "hash": "iIcR3T2U7EKxMF8UFN6ZfYa+1zJlmySAqu4BzOPq6ks=" + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.html", + "hash": "A298Z92d6J8T0UPG1RYjp4AeyMj4ZWavFKOeIuKPqfY=" } }, "is_incremental": false, @@ -6161,11 +6809,11 @@ }, { "type": "ManagedReference", - "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.yml", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.yml", "output": { ".html": { - "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html", - "hash": "aGuEoMSlqnwuurT/AS1rWM4fXqaiKsvcJpmuSv5LlQ0=" + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html", + "hash": "/JnzqJ/6wfXZrV5iYvcHU8xmtLnjcYk4rEXHMND1gx4=" } }, "is_incremental": false, @@ -6177,7 +6825,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html", - "hash": "9b+R6kwAFw86wfWgyld/jBdWoBvXUCRG98tddWnMoFE=" + "hash": "ofYONr6ycl41eHNvsJb9ttYxAk0iwoZYZP8TBNEkQbg=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html", + "hash": "Nw810z4EmxYU3lYVVgKK+WTP99uEwBk06b+jn1xRbw8=" } }, "is_incremental": false, @@ -6189,7 +6849,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html", - "hash": "mvLMMZdveBKwLdRHqi8QG3GpPTmRbdsBjSjoCaGrs7Y=" + "hash": "L/HqU7RnF2Xib3Dy8zSB8SGnYYnMBNqrBZkZb0D0vKY=" } }, "is_incremental": false, @@ -6201,7 +6861,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html", - "hash": "fQntx31Wl5qi/238IysOe2C/lCv9pDH2CtWDGg9M1zA=" + "hash": "seIWw0jiLEafJZJbSkkrlxJJqB9DAkE+Wjandzw+4Ts=" } }, "is_incremental": false, @@ -6213,7 +6873,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html", - "hash": "wzfE5VbWu14gszUxytBRfaAerh5lWkMdW2FvxofJIDc=" + "hash": "icXxYl2vRXHrgm8LkXBK9HF4KaHNYzog9SIw6uuo9Oc=" } }, "is_incremental": false, @@ -6225,7 +6885,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html", - "hash": "fihhliLUUdypWSP9XluU5gMXGI7i28cC+M7wjbndkbM=" + "hash": "EmoC0iSCvQ9lmfvKDR985qF5Okk56Y2YSYRM9ICL36k=" } }, "is_incremental": false, @@ -6237,7 +6897,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html", - "hash": "WiWhUwNu6OMzJDnD70Qnnyj8jhCnP+dDpmQiWX6Z4jY=" + "hash": "nXYx44Sk48HXXHmGa8MKpRKhV3n4E/T5SAsOaNofldE=" } }, "is_incremental": false, @@ -6249,7 +6909,43 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html", - "hash": "4okJRA/aluDhbXufUcoGBTLALJRG4EyiYzQoQiBU6ho=" + "hash": "fUGLv5QTKCufNwjq/WMOvu7/fr+RglodRBW0ZKN/cy4=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html", + "hash": "uo/9IpqDha1Sg5XbIwrXwzbUgGp8Gf5ZegfvfnpbUYw=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.html", + "hash": "Zb6y2Uyb5V3Y2XcxZmugm1IKCQU9f2tMTCTXA6nebVw=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.html", + "hash": "D9x+MyMr6uqHBlWvB9QOJbckIwAYPDz/932w5A2eKtE=" } }, "is_incremental": false, @@ -6261,7 +6957,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html", - "hash": "Yq8CqpCJra68RyoHBXQpazJLEbUj8SWq9R4kQYEGFTI=" + "hash": "LuW4TJoB4XE983pPTV0XSzVHw9NWUUX04C/NYW7smQU=" } }, "is_incremental": false, @@ -6273,7 +6969,31 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html", - "hash": "UcvXt+1lI+ox/cVkb7QY5sGotxTcmmbpTifIYEQoKns=" + "hash": "VLfrlMihTkyVUHNJuq85JIUjNTX+9Wg9qTBF1Ud2rek=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html", + "hash": "3arfYxthVeKYCfZwgmDSiqbg/onn4KApO8jWM4dtOJU=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.html", + "hash": "PvUTszHvsskW48zwm9yLpuYdX7K3fFLPKE7ZY7wARfo=" } }, "is_incremental": false, @@ -6285,7 +7005,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.html", - "hash": "BAzHxX3F9EHTOeziFMy7aTvbgHN6iLc2BauzUymhdQs=" + "hash": "6LS1Ajv39c2Te7wejDuLoaevR+1ncYxuwj2gXIO62FU=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html", + "hash": "2C6ywupfm6RQ36MneszljvvajOJ0yOCI0Omv8gYnKbc=" } }, "is_incremental": false, @@ -6297,7 +7029,43 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html", - "hash": "xWAX5Rl/s8evwofNTaAg42NzlGMqoiz/Vq1Hsq1mlbg=" + "hash": "shQIOdMrGGmd7qQZU0GIXTPkFYf4lQGgc/hZLJ0bwCo=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.html", + "hash": "W8ECRS1u61RjKxuHVylg6VfvCuXMRpufHA6rZo1gqS8=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html", + "hash": "KaZWPkmVflQpX7valMQfYPWYhyUJ00ar9/6W8ggSxzM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.html", + "hash": "lbLBOHaymdZy56wBVX8eHq2pH6X4tLX+5EZCBcs14q4=" } }, "is_incremental": false, @@ -6309,7 +7077,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRevive.html", - "hash": "u8k8Nkzy7iknNgKdegFwhQj3/Wce59ggZem2JZS5i0Q=" + "hash": "cdptNBBihXc4YOKl21dK1KGGe7wOOgn48HwtXiPTd8g=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.html", + "hash": "3jpfPWFFVUc+qqRikRkoOpib9ofXh9vEcQAkCAxd2SU=" } }, "is_incremental": false, @@ -6321,7 +7101,43 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentTeleport.html", - "hash": "ULcPWkX7rA28/MtsqmsLnEt+UXAkwKw/lLIZJr8ZG9g=" + "hash": "A0utVRDUN3PT6Zwr9kcaIYusO1KqSOobafZxNfwMGLE=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html", + "hash": "Uy26jglS4lcT8++tQyEZ345egLKPpOnRcZ9tME4hlgU=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.html", + "hash": "nKoCJIgeNl7UDzS6nF8IY7Gus785a34bBv/uDXPxlIE=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html", + "hash": "1NcPHbsQ0fs/BeW7P+Tf5JC3nvWI5RfBsL4ub/LQUCI=" } }, "is_incremental": false, @@ -6333,7 +7149,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMember.html", - "hash": "QYrwj792k1NncJSEZpjMShS8nAojp/RDBAOs1fy/lUI=" + "hash": "7Wnkg2cUeIfkUJxOlUJ4duMWPD8joSqFih4UzOmzbMQ=" } }, "is_incremental": false, @@ -6345,7 +7161,79 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMemberEnmity.html", - "hash": "1zOZ4CgDRQlGBQQBlbdctN8Zl/m0OkZOvlaVDHjMoXM=" + "hash": "ejwrxNzWurKSc6L2Nr/IDDpdRqs2zsmTOU1aquQ2yls=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html", + "hash": "XZtLG838QEk9ipJFLLlj8SIVNerHwbb140R5gQU1lzU=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.html", + "hash": "C+eN3WFSxJJgfVTlr+2VJ3VdPNpJoyCX3Prj+d7H0Lc=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html", + "hash": "aXmOazzUT9nHadog3fF7J2uTrmQzm1qqjn1RfSpBpw4=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.html", + "hash": "pKTbVC9jm9stD5Yzj/4DhLHMXXr6ADYdePZMqRb0FPY=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.html", + "hash": "U+OZTzuN/sJFJ2GCBsFsgTeiiTZcvSHGt2mkglPJTI0=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.html", + "hash": "VnuCIa/fcF5uMleaiBeXZBC6DocK9PYJF7eQXTkURII=" } }, "is_incremental": false, @@ -6357,7 +7245,31 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html", - "hash": "VcxIRrc/B7F6PHs2Maw7bBhWDGH25WXVxfHMjGl/Mb8=" + "hash": "TzjVLZYwBnlYV7X2oN6SD8pEEHI+oy0eNVimKYLqs8g=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.html", + "hash": "POd+JRpNZR5XbcLFqzN3eB6cfWOEcCfzSl0a6R/N0nE=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html", + "hash": "hta7kX5iMNUQ0PQcN2eOlj13WYlhrZOx02Wk/5ReudY=" } }, "is_incremental": false, @@ -6369,7 +7281,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html", - "hash": "mKuKP6o2tE4HihxsIwgz7TBMbwLbelNuR4A0hpmyZ0k=" + "hash": "f0ytTroSWRUrmjY2GA8arcUJY7cOlBuuZCrrmgHbruo=" } }, "is_incremental": false, @@ -6381,7 +7293,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Info.html", - "hash": "EP1c886HifIgwduLijinVFb20N/UC2hAbStT9iZVGPE=" + "hash": "bgsr2rwdTyIykImHyoH4Xk9AdKrUyfgEyhxjoPFv3/0=" } }, "is_incremental": false, @@ -6393,7 +7305,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.Option.html", - "hash": "2yzRJ7/Fk+KIFafaNUxxp2yXKb8G2lUXFsEDNBPhCcs=" + "hash": "cp5nfBjE89EunnS8EPr/ErE19u3a63JJZt2jWhsmwIw=" } }, "is_incremental": false, @@ -6405,7 +7317,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.html", - "hash": "iweqRKqWKs7p2mGUvb7ZCmeLC06RxolZKLtT4+Z4Cuk=" + "hash": "6N6msjD1ms2SYvI+uWkw/OyAR90M+oxmL3ZBAofyaFQ=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html", + "hash": "DKIVbi6F1r8eUQUqt7lrrqfLoAA2RcpTaJr4wtN/pEE=" } }, "is_incremental": false, @@ -6417,7 +7341,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBar.html", - "hash": "qt1PFNElfNGTbbgGduOAwfdV0pjoB5V3OdI/XT7sFIk=" + "hash": "02JKBQFc5gnXI1MMOmGLQZ/lthv6XBg5vBDZG/eumlc=" } }, "is_incremental": false, @@ -6429,7 +7353,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.html", - "hash": "LOjyUllscoRdsk5d4ZyKmYcRglSg66paGi6GkKm2Js4=" + "hash": "TexC+brrWJYTA7n3Gcf1nw88ZYjUL5hfqIOBedNkdTw=" } }, "is_incremental": false, @@ -6441,7 +7365,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlots.html", - "hash": "lHCf9BOZsi+oRqTp1c1OyYq4+TYmDHXTeJbZRNMCMCk=" + "hash": "Xvr/fZdjq0sb4O7K/rWJOCYZackzUiYOmlzLL8MW3bQ=" } }, "is_incremental": false, @@ -6453,7 +7377,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBars.html", - "hash": "K8AFIq3aXKv78Rn60we7jUoII6bLBMSh+Qg8vfM6etc=" + "hash": "B163ziiMmf+9626HeNkhsZCwzcertjgTU4Ws7lMorDY=" } }, "is_incremental": false, @@ -6465,7 +7389,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType.html", - "hash": "xjHLyILBU7LP/ArdvTtVtn6D4ITFNR4Rs1BPTJJ9pA8=" + "hash": "w7Xtzu0aiP4nTg++z3vBJ49oFiwLGjFRrfAkv/wNz0Q=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.html", + "hash": "SwEEeEBnwlUBxRRmsIqOOCBJjNVZyUAZpOFPc10iAIU=" } }, "is_incremental": false, @@ -6477,7 +7413,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html", - "hash": "h6iRGWjuA8LsKV9DJicoTsJXDNd0gnAFeWfcVVxgC7A=" + "hash": "CM5UPvxXD+SaOWbqKcCa8AE4/S7F3aZJn0ZCvUUFtQ8=" } }, "is_incremental": false, @@ -6489,7 +7425,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.html", - "hash": "usahcNTI/NqHhCknZPqgBl5oW/VXtmO3kJJpdt0otx8=" + "hash": "gAtHHhIrG00hEPBkh2/V1J27ns4xZkiuw/xrDPF2Mms=" } }, "is_incremental": false, @@ -6501,7 +7437,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetFlag.html", - "hash": "73626QbOMzlRkn0sadTxjjbyn7Jlzj7gPRm58qp69XE=" + "hash": "kA2vw/JNk+rFxxO/iQ+YITCtLQB48qmp8h/YShc27h4=" } }, "is_incremental": false, @@ -6513,7 +7449,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetItem.html", - "hash": "LAJ4uoD2jhqP0IGObT54NPSPQZRwStyKt/TYeeg51Tc=" + "hash": "FOLSk50MU1rSMseicvHdcokJU/5r1MUQ5TDgNW2X3PA=" } }, "is_incremental": false, @@ -6525,7 +7461,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.Gearsets.html", - "hash": "+z1eSeJpNhtguWAAdqyEci0pkoJ21dvmPQRPtqhNLZU=" + "hash": "7WBHJwc35MSzhvKRp+B2PVD6JjjWqBF9aBbIK6kL8yQ=" } }, "is_incremental": false, @@ -6537,7 +7473,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.html", - "hash": "XYZUvwte1zbZ/GjEaNd5IHgBwehzdK41SEeoP1jTs8Y=" + "hash": "TGyosn6KQc+WOL/LEaOtLM5lFMa8bhIOWpj8F3BQxHY=" } }, "is_incremental": false, @@ -6549,7 +7485,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.html", - "hash": "ueZMMlhP3QGBYNhURnkMNYK5on1NXWjzhRyA0wcbv9U=" + "hash": "NC7Ep7XZt7YXx2AyDybIyKK64lclS8bPluk4a9LI0Gw=" } }, "is_incremental": false, @@ -6561,7 +7497,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html", - "hash": "rS+FDwZe20W57lPqjranXV93w9alvfTu38bqcCa0wQ8=" + "hash": "rswYt1ouWRSFe1zCNy2EG/tA+yRR0zxAS0QFCp6fXhA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.html", + "hash": "cgw3Q/LNWaf0jmP1oVv1LtSf/Ma98VxI0WiTcZB/B8U=" } }, "is_incremental": false, @@ -6573,7 +7521,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.Lines.html", - "hash": "m4rYLwyp8teAUVbt5ETcT0H23n851GCBiKVaIoRT1Q0=" + "hash": "Cl3X8wQU0yhyhjaYcIdsBDqGL9VVe1TAfILKicNBTJ8=" } }, "is_incremental": false, @@ -6585,7 +7533,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.html", - "hash": "EicQzXsj7OgHMWITXnwOcEK/JCk4RsvZBxBFjKX2uG8=" + "hash": "TtnrH2Q9qtrahINEjeNrMmSgrtOqI7kCXDdbOLIw8us=" } }, "is_incremental": false, @@ -6597,7 +7545,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.MacroPage.html", - "hash": "tST9zeBHz/xGTjoEGb2RgbXsuGJLUoMZZZjJM0mVuJ0=" + "hash": "ARWMrAQAbjONDSFUJRKryit8jaQS9VU1ykhkM32HYzw=" } }, "is_incremental": false, @@ -6609,7 +7557,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html", - "hash": "R3mnfBap+pWT3vZxNdoHaAer769fruEGM5tD9HaZLUs=" + "hash": "+89zlqzjT3qZ3c7zQaPU/sRmdA0IAqXFmaRgEtcTnuM=" } }, "is_incremental": false, @@ -6621,7 +7569,79 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureTextModule.html", - "hash": "X2ttTAx9ZSc0LbjIsSeTTuTa2gwcpjJIRQfQICdnokk=" + "hash": "CoA/psgCAzpkjgsSTOmZMddFQzmqj/HsnHi3wBrtkPw=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.html", + "hash": "ZgVvPLu3kzm+j6tI6jpje35SVQwwqLN1LQfFkm2WZCg=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.html", + "hash": "R5VNPp/n1LbiC1DVJ6IPdNz4333Ic59Fo4VeDogdtO8=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.html", + "hash": "p9a8qtTd3FHQP/tGMppMSJtndYz9Br727A4gy54aw8U=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.html", + "hash": "Izw/M+l9mjXZ3jfAYgGP0N+lfjsvhg84LKugwTsRVyU=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.html", + "hash": "PJB9jJBBDycn7yCKxHKpyPplypTix/DZq+65c0TcN9U=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.html", + "hash": "c/whWccNwHyzIYZAeFZi86U9cMSowG+e2FSKnZ0cZWg=" } }, "is_incremental": false, @@ -6633,7 +7653,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ScreenLog.html", - "hash": "oTeug2NmUdfeKgi70ISqvS1MxSvkHZRJ4JGmL2tgXYc=" + "hash": "Mr4yZM0VKA59Sv2sdb5c4bfA7t9eoRp+mnqTNLak8+s=" } }, "is_incremental": false, @@ -6645,7 +7665,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Misc.html", - "hash": "SZPjBODF20+sFaaoXThmGIWA/bF0v/tcLASO4iWcrR4=" + "hash": "b7ymfFedIg+g4fPZAuwIu/n+FB+0K6bZeifQ4vweGSM=" } }, "is_incremental": false, @@ -6657,7 +7677,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html", - "hash": "jXUqenB4GM6MqlletfTAV21h8uPR43ozqge5/Qlo3fA=" + "hash": "WVKp3O3CzzOXb6c32rR3Y5E00JtNTFV5VpCKh5/GdSI=" } }, "is_incremental": false, @@ -6669,7 +7689,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.PopupMenu.html", - "hash": "EHmv3uyNupN0Evv2kTWTNVCYE/ooXQg/iWo9xMdniXQ=" + "hash": "W9Q4gZE3jQBWN2o7WINGPOnILmLA4R6JkDhNns5eqac=" } }, "is_incremental": false, @@ -6681,7 +7701,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html", - "hash": "ZrWF1j28kybDqcuSrAliv+J0Zq1nA6a8s76ms1K9AAE=" + "hash": "DDahmbraagwIIT0ZrcM73VvG2Ehl6K254a+toMtXZNY=" } }, "is_incremental": false, @@ -6693,7 +7713,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html", - "hash": "2e0TbPisLFQB4DtccrxzbSNTzKG3iqw9slEE8IsyBn4=" + "hash": "I+ZN8pfmTIX+nHrVvh1pIysaby4kQ3w2mQ8CdIQIv7w=" } }, "is_incremental": false, @@ -6705,7 +7725,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html", - "hash": "pncxyoZlhiPkczImRHIkbQJsbevIl9EUAKbpxnMOqA4=" + "hash": "WILx00FY/ufWSOjOmD29UxRO8tCfMBF4jtsG92m+vmk=" } }, "is_incremental": false, @@ -6717,7 +7737,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Shell.RaptureShellModule.html", - "hash": "Y/l23agSxno0Vfh+tjz0aS76DjdbaLXLLXFYC39kJSw=" + "hash": "j17taPbWfx+LAyw8tpSmr1Q3w9A65cA3vbEVuarXZAY=" } }, "is_incremental": false, @@ -6729,7 +7749,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Shell.html", - "hash": "CsDbwKYJQA5D4v3fUvueZudo4RIAs27fxmvoSwvzKOo=" + "hash": "pHpI39aEYcXZ2uwkLrFjV/x6576ghfMij7JhT7CeRK0=" } }, "is_incremental": false, @@ -6741,7 +7761,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html", - "hash": "KU+i46MoKJTeia+TJO8OW09nTLG6ya7gMdoFn+hL7a4=" + "hash": "ssaub04c5cYKF/w6I1ZlOyaGYNm4q0j4HELVfUcq9iA=" } }, "is_incremental": false, @@ -6753,7 +7773,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html", - "hash": "2WhSnI5GoS/A0El08eTqISkmOw+eSPJ0653fRQktEqs=" + "hash": "y7Pmi6F6if8pN3IzYjNMM4XbkAspAghJ/jrzkN9c9bY=" } }, "is_incremental": false, @@ -6765,7 +7785,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.StringThing.html", - "hash": "zwzEEuYUJ1RCCPhacw6mu/enPpbzkodqGksdqBLLbVM=" + "hash": "IJcqZjo0kpturFUtvqK0m5D0HpHRIpgjLsP9t3hsnEg=" } }, "is_incremental": false, @@ -6777,7 +7797,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MapInfo.html", - "hash": "sbIM86zCrF1UlTTXJWTISol0ZMPL4I2kZKwCvoyrIQo=" + "hash": "jzXOXM30rbSOAX/rBuXskv+1uKwaRI7n6JnzcTB9CS4=" } }, "is_incremental": false, @@ -6789,7 +7809,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MemberInfo.html", - "hash": "H+DkgDWPJr0aaOCEOlIf6+nUV3madNoLLavxI8a/Gak=" + "hash": "RRJ8Ay88Q6ra38th1dHror9Es9qbUosDdTuuh6653J8=" } }, "is_incremental": false, @@ -6801,7 +7821,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectInfo.html", - "hash": "GTPuPXwA8CEtrEK1Qti5iFxkElOh6uK4E6H+hptpmk4=" + "hash": "DhYwyCJfDoTxfgltbWCqlVAm5rxIjfLnzlJ6kv5sGsY=" } }, "is_incremental": false, @@ -6813,7 +7833,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.UnkInfo.html", - "hash": "6mZAbb4E83rBGs7DOFQcLOp2d1DMlUs1BOkqCf3T7Dc=" + "hash": "iIDRr7Nj6Ps07GlYMem9lqArU7MogJSLeqY7AOuMcw4=" } }, "is_incremental": false, @@ -6825,7 +7845,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.html", - "hash": "450IAR60s0PCQgb5cIttyH59gsEU+a4qxaS6PbOZqeI=" + "hash": "e6XhGbdyYb/YvIWdNFS+EunGgYRSH/6jBgLzWCaD3I0=" } }, "is_incremental": false, @@ -6837,7 +7857,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html", - "hash": "2vQcFaF3u2xLzcHCkkU46SXE3bAJLVD+fflrmX7vDr0=" + "hash": "/Czzd8qV7ltV9/Z2pE2EiTWxccLQrbBIdl0L13GO824=" } }, "is_incremental": false, @@ -6849,7 +7869,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html", - "hash": "ZHdt1yX326iD/T/aTdYaFNNk9eFFSOxF/dUqFi2bVwU=" + "hash": "QMtuZSFRQ4A3c1fkm28agsPsxKnDrMzdMTxbfYTc8ks=" } }, "is_incremental": false, @@ -6861,7 +7881,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html", - "hash": "nd9n9IBwG0kAH/v1wGB5SjJBoN30DLi1ePUMzZcoCOA=" + "hash": "ui9Ud41qtwU4P/BMjAw5KTq1Ax/HO+pnmSHt9e1wkA4=" } }, "is_incremental": false, @@ -6873,7 +7893,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html", - "hash": "5Uv0Sq8mw5HRCUJclYOUqdsILzEd3sjHMH9jNrK4yEI=" + "hash": "rOlp5uEG2BKg93cojciWHh1zUxoXKT+9amrKNmvGV2o=" } }, "is_incremental": false, @@ -6885,7 +7905,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.html", - "hash": "gxkjzCNGz4qtYeTFi3KSPI2HzE+QgxZxpRbVBPT5iWE=" + "hash": "VjDmSFEfUhGtzRL6c7LRFGnQ6KRtiVvFoq+6nTrlJrQ=" } }, "is_incremental": false, @@ -6897,7 +7917,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html", - "hash": "GUHMfxLnS+qCE1vbiMPr9Arz6aREN6TQzAly58fE050=" + "hash": "+olk2aFd+pxGumsHvAGWjsnVoqnDhNC6Qo0gB4s9tII=" } }, "is_incremental": false, @@ -6909,7 +7929,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html", - "hash": "c0GKrq8RN14os0nJ+yO6UsorPLaKpqAPZP9adLI424U=" + "hash": "2iKtd9t/cHR20jSVK7+GJZS+R9gWFxaOYRi56nDQQBU=" } }, "is_incremental": false, @@ -6921,7 +7941,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html", - "hash": "3+6xScrHZzXUsnHms7ZcHLw1Ky5HFKrM73NQXCheJDU=" + "hash": "n6i8K4yr0DjvdpiRSZR9G6FbTANW9LA68uPy+S1tJh4=" } }, "is_incremental": false, @@ -6933,7 +7953,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html", - "hash": "sG/jELvzeOG9nwx2grX2grWo+baG2pkltrXuyIYYIZY=" + "hash": "nQXb/7T9b9PRslnMaS1IsQ1AM2lpbBse1VAgxh4G2m0=" } }, "is_incremental": false, @@ -6945,7 +7965,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.html", - "hash": "isUTZUSGO5F5ZEfoj+65U0kbh43YnMCmt4/Lq3H95l8=" + "hash": "ZPHxHTHSC1Mh70O7uLyYT2Brbrt1EHoxCaXI6zjPTNg=" } }, "is_incremental": false, @@ -6957,7 +7977,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html", - "hash": "RhVIsLzDoOPdNZaiSzWoDFXTNf3xxJJmnYKbzkgIGRI=" + "hash": "DQl0lqsV4c86cE8/KALqkG1i5RW5rfsTzAMCXJ5gaws=" } }, "is_incremental": false, @@ -6969,7 +7989,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html", - "hash": "f5fEEjbll+pbPg2Bm+6rZKJRQc19gaXiQQoLRMIRqww=" + "hash": "co0DITOheeclVLCYpVTZ3KitKvKfPq1qwcsr8bb0nbQ=" } }, "is_incremental": false, @@ -6981,7 +8001,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html", - "hash": "4RPVukAt0OmePQWDyJCb3cLpncyQ5BgnN+Ne923hKK0=" + "hash": "gHycfercEXYKOx4Eet55VaqBptjpu/EtPZDim0uSDH8=" } }, "is_incremental": false, @@ -6993,7 +8013,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html", - "hash": "MYXHHd2USQUNNti3HZUGfxlrtXBGCLf2bIJjCkyrnNk=" + "hash": "QWqCvR1r896o4aNtgDS5N5E28FY1pE/4KsIdxOMw5SQ=" } }, "is_incremental": false, @@ -7005,7 +8025,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.html", - "hash": "TphjjUmgg2JPGZerjtDXLJOHZAbsBZ9vaCvEfLrzlaI=" + "hash": "B1GDAvNNVvJgYRqZrAiq+9DbNtocDOUkFSIu1vIrYRg=" } }, "is_incremental": false, @@ -7017,7 +8037,31 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.html", - "hash": "zIftgtM8gKDmLRVjEVEh1JNuGEUfz2Dq+K8Z4kPkcHI=" + "hash": "eB4TX+MrTWLT/M/k5XK/BHNEp9f8LaBuR2mioGOtdqo=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Common.Log.LogModule.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Log.LogModule.html", + "hash": "I4Kd+Z3lwyysIO+6wqu+/+8Ld1Tl6deYLxcxtll8GSg=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Common.Log.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Log.html", + "hash": "KS3Xmi4ROg9OXLgdVFGSEbf5Sspl1Typ2MR/HJHoHF0=" } }, "is_incremental": false, @@ -7029,7 +8073,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Lua.LuaState.html", - "hash": "jDoJtHIndbJZcm2bxRth9V0YAJFLbz9JRQbpa066dow=" + "hash": "rRUOv+4eZ2xa6uF5dKgBnpttrQUz7SL3wOkbfL2UO8M=" } }, "is_incremental": false, @@ -7041,7 +8085,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Lua.LuaType.html", - "hash": "TsGr/XMBteR3qu5nN0dDZPxEnTK+9vdGWFlNt3DGLpI=" + "hash": "2bK5eMnQ1Y4kkirEBbVb/ZND3EsjgIBnzLfMp6v6FXo=" } }, "is_incremental": false, @@ -7053,7 +8097,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Lua.lua_State.html", - "hash": "SP+WJ8jprRwPOvuf4Zcv1HMRwMNWHk7upb6yqKe3n0A=" + "hash": "ApXatJ7SaRxXK84XP4deRCt2ljpuI4mKBDuy//CDLU4=" } }, "is_incremental": false, @@ -7065,7 +8109,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Lua.html", - "hash": "faCRZpEBB05qloMCTZOHLTSgZsyObn/NKVl0b7bEwUw=" + "hash": "lXbsXOxcHoYqDSJSJWZK9vryiwNqLNdjkrpA2ng2bTc=" } }, "is_incremental": false, @@ -7077,7 +8121,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.html", - "hash": "P6mtABYaBNR28KYD5RvbRZuOEz90bFq4+lNVqDmF4LU=" + "hash": "QQyy4uECnKXn+bGvJaKUn02fxaYrg9iB/GMOT5m4Aus=" } }, "is_incremental": false, @@ -7089,7 +8133,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModuleInterface.html", - "hash": "rPnP9dy7xQMkXPyi/ebcwvayVWFsMDLT73mWEn2kQB0=" + "hash": "au/6jisijd1LwkJT77RJ+HSGxsbNPib2/rJvKnYvLPs=" } }, "is_incremental": false, @@ -7101,7 +8145,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelSheet.html", - "hash": "xpW503FsXP0vAY75LXXHq6K6vOEJxTqJ1tqwXozH4tQ=" + "hash": "+uEZm539NJIxYCGso/8pxlKb1k/x38DlxwCWfrW5BwM=" } }, "is_incremental": false, @@ -7113,7 +8157,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.Excel.html", - "hash": "IHcBkM8Z24LG2KClKyr1OfQnsNQnpRT5DeG5z/hQ+nc=" + "hash": "8qp5fDHdGKw/u/ft+jVYB4VZ+2dJ3h6FgHs59s5X2oY=" } }, "is_incremental": false, @@ -7125,7 +8169,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.Exd.ExdModule.html", - "hash": "vsODsDsLRjdTplCgZKAymdAxnUXcfT133/46R0gt0E0=" + "hash": "eCgbb3GiD5lsFK2dJqWCNHsP9EaQ7LkQntR/WQiRmXY=" } }, "is_incremental": false, @@ -7137,7 +8181,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.Exd.html", - "hash": "jCuwGWjGJ8idbNQDg450oTqC2bUBzXrwmMHA4LiPY2M=" + "hash": "apCCZZ+PAm8blzoGMmjTe2PWv69j0673fpeOMYH3YeI=" } }, "is_incremental": false, @@ -7149,7 +8193,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html", - "hash": "jMZt5N5RfSkI00o5ANI9udVtU6NpeFhsixBptrfuqxo=" + "hash": "bjII6XxhEkLqdGkNqwDA/kSTyeXeZq5dVDMWLFIZWBA=" } }, "is_incremental": false, @@ -7161,7 +8205,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html", - "hash": "ISmsrVI6PPLnoWto2yaxPovQ8cuqLxj2gjnKCFMBrck=" + "hash": "pgBMFfkXVjjPHALsuEWqBhKYcAD4jVai+lY4Kgqhv78=" } }, "is_incremental": false, @@ -7173,7 +8217,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html", - "hash": "RVhBoA7loWXiNawP/Dzgt6325P/BVBkXXv374Miv4eI=" + "hash": "X5uewOESjNNA8YeNA6wyEkrzRljfiw2B3kIhSIofUwQ=" } }, "is_incremental": false, @@ -7185,7 +8229,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayData.html", - "hash": "gIdi6ssnDwVLR/Ud8ld42HpJ20g8X/x8i85rufe33Js=" + "hash": "qf19zUNqT7wVY/1Pp6AHF7COkYbiisb/ttE/Fun5RYI=" } }, "is_incremental": false, @@ -7197,7 +8241,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkArrayDataHolder.html", - "hash": "4tvoqi15JgS9aUJMV4GhWYPxyyzdP36MaOg7HG+uUic=" + "hash": "FA7NMwzRo93GXGTj5NR/JDj7F8IEvDw/NDS/hIpSsUE=" } }, "is_incremental": false, @@ -7209,7 +8253,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html", - "hash": "TTmiX3ao57cHDmT4unNvKEVUSmd147WtKiVlKOKrjY8=" + "hash": "0RjEXJJDCqVND7LRm5MPuuqsVuoovMzmLCcWlje1rm4=" } }, "is_incremental": false, @@ -7221,7 +8265,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html", - "hash": "nJDrsDkYdXVv1BQB5gFAF0teYuQvDbhDSQ8EYRaFh8U=" + "hash": "82v9MhJ1Tc3sGseRn65KJz1dj4t1qo0xIGdK0kdgQAg=" } }, "is_incremental": false, @@ -7233,7 +8277,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html", - "hash": "cv1xbbRrZeCDAStu++f+MQA19wHdb25frnllIGzT7eA=" + "hash": "C8gYztRyCMcNJcVFGBLq0piTFAJ1lNyUO9NcOZUaIoI=" } }, "is_incremental": false, @@ -7245,7 +8289,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html", - "hash": "QF4ZjtSu6ISn2Jbn3sQrwLPW2IMGHDFk5SBBAraf0vI=" + "hash": "tSwgU9jkaEncPSjBGmp07+4VLi9IXHkMDT49V4SLbvY=" } }, "is_incremental": false, @@ -7257,7 +8301,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.html", - "hash": "vZ+j2ff2a5eoWTeZh9uYUELI34cazQFTyced7ZEpi6c=" + "hash": "VvAHMgzu8ufRFNmMUvGsz5oyuCqRk61VXW6ZCpye7AM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDropDownList.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDropDownList.html", + "hash": "2EB+Jjp0wQXU0cG9zxQZGXt2tfoGxVo2wc4gC5L6XbQ=" } }, "is_incremental": false, @@ -7269,7 +8325,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html", - "hash": "pjn+i85h/GW5QNGtr9Pm6+BNnpEYIYVQOZix7M42/Ag=" + "hash": "ajFaSlwVsi2cmuZ3G0PmTdNRb5Vc85NVRDFX5VAumo0=" } }, "is_incremental": false, @@ -7281,7 +8337,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.html", - "hash": "9RggKJxsY/+HubA0t8YLn1p6HN97X/npZ63rU6SMYFM=" + "hash": "7BCpYlvJTHvw/NkR98ytscvUtt+3PIH4dh/etyQibF0=" } }, "is_incremental": false, @@ -7293,7 +8349,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.html", - "hash": "j5dKR/gsPWzfameotVTcYhb9y+qCgsAA/SlZwD200qA=" + "hash": "iEnuJKPKiseGN2KzbHqTvPoiI2j+hbdDuzDVfTE450s=" } }, "is_incremental": false, @@ -7305,7 +8361,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html", - "hash": "29xja9DLfA6EpzoSJs79gvP7SBtVo7jQBUa/Jx80vTY=" + "hash": "NCZ/I/xIJwnfkZAmsRT65i5+QqhQJqnNM/+JAI3YsnM=" } }, "is_incremental": false, @@ -7317,7 +8373,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIconText.html", - "hash": "G9bQrsRVQsUo5VYkzn5tHOFy6RnLmXxV4+UZecU1YQA=" + "hash": "0bZifM0jshkb/Mjq6ufpV4qnQXU0qpdNm8CwxmqJt/0=" } }, "is_incremental": false, @@ -7329,7 +8385,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html", - "hash": "xYeg9m2MLSs6OStIGP4Hl+KlKr2Qoso2cmJHULOh6OY=" + "hash": "VXbRS+GqOUMMoTF/7xps//YTpeLTTrjOpNOWb0i0AoM=" } }, "is_incremental": false, @@ -7341,7 +8397,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.html", - "hash": "RL7ogj3KKIbRW2G+2D4De4aVl+A32uOXFHDtKX22MQw=" + "hash": "47wbfGQ15xIVGCILfa25ihPAz6Lwo1OBCo0MAmyxtEQ=" } }, "is_incremental": false, @@ -7353,7 +8409,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.html", - "hash": "8e0jy6SZAQ64pvNkTtdnLq4VrHgHXrDZknmXwNCHtDg=" + "hash": "rQOh+Rt9kvKxTz3XrdVR9efr4NDpeHsqDR+96nhQBfI=" } }, "is_incremental": false, @@ -7365,7 +8421,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html", - "hash": "eWoS6+p4BQTS6o9ZdCw/ylFxV1DcXgvS5nfs5rZtekU=" + "hash": "F4jHb93WyBPLFAH1mwMD6WLq7Atg1vQhadbwJGRhZiA=" } }, "is_incremental": false, @@ -7377,7 +8433,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html", - "hash": "ci76R/tPXJuocZbJ7tfpThdBIqp7wgLbsdwy2CC1gfc=" + "hash": "QN5QD6N4z+Zc+XFzQ3PjOGVfvJuUx3FxGkLiBFySBy8=" } }, "is_incremental": false, @@ -7389,7 +8445,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html", - "hash": "QLDO0xD7W+tIxz22whtZwYAf+AnyDnlEm5u1EHhjP0s=" + "hash": "ptpq3KqPiHk9kNQSV7gvoNowujZV2f5VrAsNjyAj9bM=" } }, "is_incremental": false, @@ -7401,7 +8457,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNumericInput.html", - "hash": "l7bhfbAn6jAzrHg59lB0QTNQnNoc905/HU1rbYHqQpQ=" + "hash": "NHKm3NjEBjux52+yPg4jZDYHLEyOBbYuDly45UmtSHU=" } }, "is_incremental": false, @@ -7413,7 +8469,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.html", - "hash": "HsZZLz3q12hZuwwmT/bsBSeBxidJxyK6kPORkEgLhWQ=" + "hash": "OnjQ7Fj/dK4ViLzd7cOWfiTirwBl+DFPDO118rDFe04=" } }, "is_incremental": false, @@ -7425,7 +8481,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.html", - "hash": "qV5rhi+LHlINKr6ocXm0UERSgPsmPlEOJ9MA2Pnr64M=" + "hash": "0rI3+LHehQN/sVa1XT/XWOEWX8qhIyM/AelQ6hYOfk4=" } }, "is_incremental": false, @@ -7437,7 +8493,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.html", - "hash": "f+N0Sq3hn5P2OxOiUhmO/sjp6+L8ldxpGhhS/qgasKw=" + "hash": "QyQku3W1ZBm5grWgY3MXawCKgBu6hYWfeVxktV+L6sc=" } }, "is_incremental": false, @@ -7449,7 +8505,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html", - "hash": "WLlEcWliEPkQ31zGQ0CFGVU/C7NlBir4+sX1MZvMkNM=" + "hash": "AKvYwbdhGJvdWFF89ng2x8fZKGwrXcOFMyh6vpPbOCQ=" } }, "is_incremental": false, @@ -7461,7 +8517,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.html", - "hash": "+ICQWIHbKqHYnt27K55CnGAFrNRXEyUAhYrfvnjeDAc=" + "hash": "ArkdAFRuC8Ru/CPfqgDQkqktqBzMqze33uYnqDMi79Q=" } }, "is_incremental": false, @@ -7473,7 +8529,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.html", - "hash": "YT1R0dLAyBUuJJ+ht79AVmFK8WOj1VV3cBtnSNa0KXU=" + "hash": "j9rCuyi9o8EcUB/IRPkUY5yLpBeTo1RInlRLfsDAfq4=" } }, "is_incremental": false, @@ -7485,7 +8541,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.html", - "hash": "u9LOVE7jh+lCTz6mTpzEj/KRLh5wbAYI7RWNTcqCJmQ=" + "hash": "9XV2Wl5ePMjEelGSGfMFVOy2I/zBG1mXYZeAvul04EI=" } }, "is_incremental": false, @@ -7497,7 +8553,43 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html", - "hash": "KZFmB957a+EW5TnFVBk6/P+zyY4G0OtdbjrzvmlCcE0=" + "hash": "OktZXSo0EJZXYQqIa5rX543O6BFRz+6kPV0kpZC2Zt0=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html", + "hash": "6lVY6MqpR7c25LdpeHKVw3IE9TZTcuoiQTgK0g6v7fA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.html", + "hash": "Y9RbXwIsa1R5TnASYYxJITHKDvPU8qP3KKoESeSfBSU=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html", + "hash": "EjWdXMg5ZCCskBJxya9PH31Lglx49r7VCMOgNIn3g9Q=" } }, "is_incremental": false, @@ -7509,7 +8601,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html", - "hash": "GylaTF472VhrZtY/SqSJxNWSrshxaW5nnUZ2NuI7xzw=" + "hash": "i+X126Fhqh1w59O0935TBNt/FZKNzqp7mI3Hy6TnOrM=" } }, "is_incremental": false, @@ -7521,7 +8613,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html", - "hash": "pvF/q7sxnnQCGN93JcBcwMM6+i2eZ1USNOFpptrEVFk=" + "hash": "lCdltUwSikCLJsMvaZKXDG46JryuSmNk5Glu/Yc8Qcs=" } }, "is_incremental": false, @@ -7533,7 +8625,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListenerUnk1.html", - "hash": "LfoAGVPCFk1QWTxkJzAQshIWDjObBgAHm9yoLioKVqY=" + "hash": "eOyiPFePJRHvAROpI1sEv8pXw/P7CkzEgPYjUhz6pcc=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventManager.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventManager.html", + "hash": "EYSMpmCgI/0Wta5l06mghTiSd049pwLkjB4CC0HMAiI=" } }, "is_incremental": false, @@ -7545,7 +8649,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html", - "hash": "rxfWaHKmSFhwSqBiW++YyRaRKVljDhkdoHL2nEBHKuA=" + "hash": "//3EOi/wPVkKiRcI4+bVIB1IBjqwUAeAapUUkDrt0lU=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html", + "hash": "QoHWp6glALEZjrNRARF2qqT0gvlGqp/nLdHrSqeuDoE=" } }, "is_incremental": false, @@ -7557,7 +8673,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html", - "hash": "EiN0l7kgebf8cvHwkVkfIpFvc1yMelDHYyL6KR9jrYg=" + "hash": "3f9DyvkfKwBdgtc+OVolJ+hWbs7018K+uUmhkLopHUM=" } }, "is_incremental": false, @@ -7569,7 +8685,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkModule.html", - "hash": "/SFuQVvhQxDrUVA+daZFrz5RF3wVJWhTJZrfOIvCmpE=" + "hash": "mZSOJYNDWEqE0Adokcsn12c/y3tmOYvWbUmEsJ38Cog=" } }, "is_incremental": false, @@ -7581,7 +8697,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html", - "hash": "vCKmy11GzRH0Ifd1TkLOaX1CXLwM9hspjPNIZITzA8o=" + "hash": "otV+4qeDiNxdygdPUOvf2oVkO/O/vUtczeU3vlu2G0U=" } }, "is_incremental": false, @@ -7593,7 +8709,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html", - "hash": "0sg8ZDo9kNDnLPRvbDS7inlOC5Xx95eeSwOXx1ENDpA=" + "hash": "VqcFIrg+tN7mt9RcZXYuxniMnYLR9m0l+1PpD5G4ydQ=" } }, "is_incremental": false, @@ -7605,7 +8721,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html", - "hash": "hAZD+Qris2DveNpV9QI5Lu2COoU57B4SMRkYaTfoSyQ=" + "hash": "gwFsxWOgEF9/BETP2VmhOH0OkPri/fdyXF+eV2OXhQg=" } }, "is_incremental": false, @@ -7617,7 +8733,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html", - "hash": "IuKKEI7ifu6osdQslHL24in/6v+QR/PPPomXe2HqLZg=" + "hash": "K53UrTRa3Tfls5pDgcJIhnQKte+83I6hk4oSTN8fB18=" } }, "is_incremental": false, @@ -7629,7 +8745,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html", - "hash": "HpJjiVxNAAuMT0Wpn5Tibu81Cy+q+hBTboIfOFDBu0c=" + "hash": "lnYWLZZCOV833elvukwanz/EEsGSb9bt6ip+LMqRfIU=" } }, "is_incremental": false, @@ -7641,7 +8757,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html", - "hash": "+CCz/+BwWDfN91MDnjiKJ1LEl5CXqOm8Kp5OFQ/YcSc=" + "hash": "4yeHVRX+1TiGpjGpARGLR7MxkpiniEMLrM5Qgptl/kw=" } }, "is_incremental": false, @@ -7653,7 +8769,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTooltipManager.html", - "hash": "1ugVzob5RNEeB8U6SFdSELBj3gvkTLMMBjBMAIu+UMg=" + "hash": "opLDeIOgX7YdW6C7WabW4BqGXx5mBkZDKpJbHJxO+Gw=" } }, "is_incremental": false, @@ -7665,7 +8781,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html", - "hash": "Bts4JCWEPVuikavkfgE1F4KrzEnYFArDXG5Dg5i8cd4=" + "hash": "lWB+KLyRJRupiOMu6fWtPBsT1KJdfmWtGQqJM8d7R4o=" } }, "is_incremental": false, @@ -7677,7 +8793,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html", - "hash": "1oNuRscuXJcjxztFEbUgPkQr+0AvqrIfB3no+kBJZKc=" + "hash": "xHZoBySpKxKybsXRIivOFLkAtBYz4c3Wwn8T3j7q5fI=" } }, "is_incremental": false, @@ -7689,7 +8805,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html", - "hash": "sepq1JHf/gANcDgt9xDr3PR9eHGa5/pAI3rjj4CWiUo=" + "hash": "v0Kka/+NXMgla/mFVaqWUkNRrkxL+KLbzg11QA2nZkY=" } }, "is_incremental": false, @@ -7701,7 +8817,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html", - "hash": "VHEa+QclI8allEIKcWhgN4v9fwMlhWUIjmvx/xF78RU=" + "hash": "TApJpPNZH9LG/fsnjjg1pkjvfu5QTl7rCfdfrMMPfUE=" } }, "is_incremental": false, @@ -7713,7 +8829,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html", - "hash": "4aZyIRAn2SxGj7Mab9Zjw47ayYiztaqksES+XeNA3Vk=" + "hash": "m/QM+rHFMFiChCPAMz4DBkHSP46MrbcjcHzdjyBxaaE=" } }, "is_incremental": false, @@ -7725,7 +8841,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html", - "hash": "OvZpg/vv1ByqkpKnblU+uMS5BnWi89808tk6bypiKNs=" + "hash": "glnrApKJL5CDMKYA4kJpZ7HR+uh3t+pZ9XfnUzsbnLE=" } }, "is_incremental": false, @@ -7737,7 +8853,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html", - "hash": "W3g+wY4uD+1di4oQZCB6iI6sVslbpUO1Ssr7oYmYbpY=" + "hash": "4zkKjjMPEj1/OAV8ephzxPx2HwZAE/Yzc9Ol7CfqAnU=" } }, "is_incremental": false, @@ -7749,7 +8865,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html", - "hash": "Em3FXkLmwDUzLtjBIDqW+m57GP8rtMnw9HX3dd8eS5I=" + "hash": "jALFXLd2Qg54derYi8svFA2zGWhM5oAmn/9LolavfNs=" } }, "is_incremental": false, @@ -7761,7 +8877,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataHoldButton.html", - "hash": "TTmB8GJIV0ewl1k/k8eTgI+d0TjsU5ILCBUQ0bgtoNg=" + "hash": "236fDytEHcNsObwl51mOB38CAg8gUBoTLD+siqAaBxI=" } }, "is_incremental": false, @@ -7773,7 +8889,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html", - "hash": "Bu4Zwp7g43tVKO8TOlAPT55fqFiiEMc0sMq863d/eJg=" + "hash": "tYzsGzT/EGWNn+uHfg2kSqr4pOfyIcPgz9BClvv5TZw=" } }, "is_incremental": false, @@ -7785,7 +8901,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html", - "hash": "swydKlm1EF5KVPqtekKof/Gy2yV4Wwvo8YU9KoWYAEU=" + "hash": "AnrSD5pQUqvQotLYCu+kyHFtau+nOyD7pdfAxbL5Fe4=" } }, "is_incremental": false, @@ -7797,7 +8913,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html", - "hash": "ZI2HL+omT9y+9Fpk4xYh+652x4Iqe/XcHywfoLatFhw=" + "hash": "fn5jNfakYOR+lrtn7Y0hZZFG3zlRgYel4rdZv8sHYfw=" } }, "is_incremental": false, @@ -7809,7 +8925,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html", - "hash": "hoNs15Zqsz6Tha91frp/OGUKGknVMjxCN+1GQqW2l4E=" + "hash": "5hhS8vDDrRf9fKYo1rUOCUcW4l8cpd304+cJowUvDhU=" } }, "is_incremental": false, @@ -7821,7 +8937,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html", - "hash": "qN0nOwty25Bhj+I5Hjh8cfg+uk60hNmVzVb9uNsH3Cg=" + "hash": "DwRM7sKeeb2jjNA/mpbFFp6z8kDJ3zEbWWE292NHF9M=" } }, "is_incremental": false, @@ -7833,7 +8949,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html", - "hash": "liV2LDlZ0L1wGAXpnVkHLv7xHAElL0GeN4It6bIHdRQ=" + "hash": "7v03Xqy0NoY0t3XPQrvNhe5Mb/AR35VIVhcfuhvhJWM=" } }, "is_incremental": false, @@ -7845,7 +8961,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html", - "hash": "Gv8LtyAlEePpukoNNHnJqAy8PzpuHAZlMsS22uK/5Tc=" + "hash": "7anU0YoUgxoy+PmwjtLCsjttkgpxN3Kb7T2mL1hCEUg=" } }, "is_incremental": false, @@ -7857,7 +8973,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html", - "hash": "94uwgGNS1G906O6FrXFmUYXjV/1iY9lFuWQK4Sdn5ng=" + "hash": "h6JtOskWp/U+U6NnPjiuh/bVJLb1/KzzZ90zV/gxQ40=" } }, "is_incremental": false, @@ -7869,7 +8985,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html", - "hash": "dAKx6qL5mVZzy0p5ucGJgeWRqoNgjnmLlxNBY55YbqA=" + "hash": "zW1jkrfQGR8UM4Fs/HAT7cuiIblsgY+BbHgieHsIr3w=" } }, "is_incremental": false, @@ -7881,7 +8997,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html", - "hash": "6clbjncCe3TPZnL2jf7yNsKnkMxtpP/tozddG+Uf2gQ=" + "hash": "APEptbbOGioHmnjPV+UEWybdU8fiTgN2bSqbpRaaQls=" } }, "is_incremental": false, @@ -7893,7 +9009,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html", - "hash": "IKXEx0Q7tsjqjKFr2MhI8PV7gbcbcEloRymoMlWeBPw=" + "hash": "RBjGDcEmY9PG0QfBiV/X/fqTbsXTWmIywy7Nl2kv2/M=" } }, "is_incremental": false, @@ -7905,7 +9021,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html", - "hash": "BTlWcghD/qb/lgqAfX0rFMKMAvsHSuP5+L8BlYDi7LA=" + "hash": "46c4HwSsr6UdXv7uFncN2+XVIi8ncDhHaAs8PxfZFF0=" } }, "is_incremental": false, @@ -7917,7 +9033,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html", - "hash": "ZfxGDz5TXI1YVinjSPVpuRBbR6bkvkE4Nni1IC12+LM=" + "hash": "1iGOjYxqdHLPlXyZ+3k0wUCJ5fGzq6OVWCQEzofy2bk=" } }, "is_incremental": false, @@ -7929,7 +9045,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html", - "hash": "tefhuGy6PQTiAEhS637Cspo/UFTqF4sHMnEwzkw9B2g=" + "hash": "YAo91i8oyboy/FxGkhKwwi5maA3Ej5o3ptHe6gYEsM4=" } }, "is_incremental": false, @@ -7941,7 +9057,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html", - "hash": "frOCJg4C5z2opCowh/yNhhtxIdy5V/JW8Qed6VaHj7o=" + "hash": "Q/SQ9PnK4Fvr4erNU4++aNrDOd1BImZv30Gg/aBzLAw=" } }, "is_incremental": false, @@ -7953,7 +9069,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html", - "hash": "RX2exv960GV7QmsGl8h0bfqI0FHiYUu/VmOh24SVRpc=" + "hash": "jZw26f83piwG0G4CBLC3r76mYKVckjpXfDIunqGlgE0=" } }, "is_incremental": false, @@ -7965,7 +9081,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html", - "hash": "YajhVYFHLcxhFd8OM8AoPFJv7Twjc/BMISfBUHokr5I=" + "hash": "eZmvFUYnUckBDgKVEhLhETW1Q9Qk9yjFiFzbLbXyYus=" } }, "is_incremental": false, @@ -7977,7 +9093,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html", - "hash": "F6XJPVl1IbWopdZU935IlEyZx2L6mqa5G1gB/mroKKk=" + "hash": "w8BjePfysyy6BPcaYjKVIW/cHJw5FjZKVvLPl5zBBns=" } }, "is_incremental": false, @@ -7989,7 +9105,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html", - "hash": "5FcN2xkbHhpY8N2lado1XGs2N8v2okKYb0T94MxIl6Y=" + "hash": "j/dRF/QfkzEs6CSOzQR4ZQKJ6sf9dST25s0JxAXt1WU=" } }, "is_incremental": false, @@ -8001,7 +9117,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html", - "hash": "XnAK7pSOrN+zDwQn1jFGoto/1ywVLikTBE2no6Hk3uc=" + "hash": "vE9pBZG/9pzKt4Pr72asDLi51hCcN4Tg0P2hl6dxtnw=" } }, "is_incremental": false, @@ -8013,7 +9129,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html", - "hash": "gipxj8hCqBbkMruDsWMkBGejMIKKcyouGplNgepFJuY=" + "hash": "Ln3avrhy99iQSuqADSrS1mXb+M5T0rXKfvnkeILgM7M=" } }, "is_incremental": false, @@ -8025,7 +9141,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html", - "hash": "CBq3+UTfxz5y4eZi4PvzluQsiQgGLo3nJKqa/+/8EsY=" + "hash": "KWBN0zdTJkBbY6BkwZyokzHJOjFQ01BJ0VXPA2ORpzo=" } }, "is_incremental": false, @@ -8037,7 +9153,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html", - "hash": "SpqtV4+wEQ6ChojrOGReYTNY+iOIq4k6rU5z3uHli7I=" + "hash": "EU0VFJsMVlIJUT4PtaUQaii91v9gQqx/nieGRdOy00k=" } }, "is_incremental": false, @@ -8049,7 +9165,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html", - "hash": "DOvKOspyHyk0d7kM3VmQn9AS8fzqXnFwrqG4iWVKBeg=" + "hash": "Sy5ss50ajZz398OGCmxkF9CrLtBxV9zizDcXYK2h0Fs=" } }, "is_incremental": false, @@ -8061,7 +9177,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html", - "hash": "sO+N9PB88ji96NXCHh0cNA/LzbNCGA5lXMSlfiJFW4Q=" + "hash": "Ggug4++a/vnDjsbTB8PizFeVJZ8XvFnvepsHPuW7Q20=" } }, "is_incremental": false, @@ -8073,7 +9189,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html", - "hash": "uBNxj4+Xng3n8Pgku2X8ycbyw9iGXAXJdqJebgKMa7E=" + "hash": "gVf3o04CYcPtA16diL5rObGnYt64+c04ncRQ+xzrCzQ=" } }, "is_incremental": false, @@ -8085,7 +9201,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html", - "hash": "VjdIo01htpcDR5ILeBUFxJBfkCt4lL38Tsb9qnwVQ9M=" + "hash": "qsTHYjnL1AeBAMXvhSxgDjvFpyzkoCJXgnMblyQWva8=" } }, "is_incremental": false, @@ -8097,7 +9213,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html", - "hash": "bOaahkcxvgZau1kkScuNk3qRJyVwm2iFZogAPGxgaps=" + "hash": "4noUEHYY/ei+CSQ0CoVtxw3CETjXWbFHwokwqugUfME=" } }, "is_incremental": false, @@ -8109,7 +9225,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html", - "hash": "gUQOot2F9jSTjG8lAYWs4mejV+4koplhlJDzcCh6RBU=" + "hash": "Pkig9nTRgvAPVUyVaoFC0cwZqpljMxu5w5MBE0LAT6k=" } }, "is_incremental": false, @@ -8121,7 +9237,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ExtendArrayData.html", - "hash": "7ImIoe8T3BTtq04UHFXIyMixrktEB1sj1RrI2EtWjtk=" + "hash": "b6J6njqyjPXNxnmGNeg8Re3LzPtqszxbaWJ4hpC3Yos=" } }, "is_incremental": false, @@ -8133,7 +9249,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html", - "hash": "EByxZMqNYe4VxZdW1GEow8IOHGAiyBR8kVcSXO9VDOo=" + "hash": "Gt2TRngvynXi60/gY50dL26slA1MmWDsDefwlD4F1+A=" } }, "is_incremental": false, @@ -8145,7 +9261,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html", - "hash": "Hu5Mj+k8z+zuIGkvGC9YDruky9hoscnglrrA2s7U1LU=" + "hash": "LZccEVOl6R17AxJfQvy54jqulpYSQE5ESvcEGFhL/dk=" } }, "is_incremental": false, @@ -8157,7 +9273,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html", - "hash": "N5Mqtj/hwQx+0piMYIS2s6B0jWlpaTsN8R04GL2maeU=" + "hash": "3AIVb67LMaGs4rL3amjksHHmoAUhya4JXXu0nEamyr0=" } }, "is_incremental": false, @@ -8169,7 +9285,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html", - "hash": "bfy/oyUYgV8Zwj18FJjeAoOk+ac3aCkpZKhpF2EXnkA=" + "hash": "7q/Yr4Uyo+DgsgF1I+0ZeKJQ4uozVv5AXCBTuAHof3o=" } }, "is_incremental": false, @@ -8181,7 +9297,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.NumberArrayData.html", - "hash": "vMsgP8gVATWITZR2eeAocgWSxDAtUEItA/9WGGUGZCw=" + "hash": "ccAa9xUWMDhmS5L2cHeZLf1RI6WsJS5HfcIYkRCdYro=" } }, "is_incremental": false, @@ -8193,7 +9309,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.StringArrayData.html", - "hash": "kXiy/5CNXZsiInCNqSGHeDbxAnYvD3t76ITYs/ivdMk=" + "hash": "0YmGpwcoWEsD04trK2JWcIDPetrLty4HF1C0RJnPF0U=" } }, "is_incremental": false, @@ -8205,7 +9321,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html", - "hash": "qS3kqUeP9eWPnXolwJXjmq/w/dnaiok/4Vw+on2Nxcs=" + "hash": "fuXn35ohyUXW6tqc5EOmjG++XkFD0TxBi96iZYIgJcE=" } }, "is_incremental": false, @@ -8217,7 +9333,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html", - "hash": "SaXurKLy0dC53Kk+SiohzPj56mV3LfDWbI5/YSVS0G4=" + "hash": "aexu56ePs/57UtbqR1pS2/FSLvCX4LHIj/d/UCEPD4Y=" } }, "is_incremental": false, @@ -8229,7 +9345,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html", - "hash": "LM+W9i2mlIWBBEryi3MCq4YaXz1YwrAb4Hc0Uxdo+E8=" + "hash": "JcV5MU/9LZ7VOQXKaFeEJyuhEJEADxKe5ZhGepNx9Ls=" } }, "is_incremental": false, @@ -8241,7 +9357,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html", - "hash": "380o14lBuqBDISHQmO0qxMb50EFwTURsit1K42ORUG0=" + "hash": "Un3pZydtm5KxMATYDCgjg2vf5pFOqppES3S/zKsfpLw=" } }, "is_incremental": false, @@ -8253,7 +9369,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html", - "hash": "4inOkc/MZy5Mtb8YKR4q6a/EAjxFNhnJeThB1rgN52U=" + "hash": "YxFiZI1MyfePDrksYnsSmJHYkJ1Mv8Qwzp3kqgKFhtU=" } }, "is_incremental": false, @@ -8265,7 +9381,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html", - "hash": "TP2cMczeCvzbF4cl+wMQs3iQRPyPT3e3LlB8LK8iZxM=" + "hash": "7+ZmPR6Wo1mYbl46Xd6wJDRGpGEG/emoy9Qc66AMXsc=" } }, "is_incremental": false, @@ -8277,7 +9393,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.html", - "hash": "aZ4Bnb8XDL8PZsd37+60ngwpz82ailA2MRhX8622VKY=" + "hash": "vxABtLFsB7T8Cd6UxmQn1iSU8KwxNs3A/9JelnbakC8=" } }, "is_incremental": false, @@ -8289,7 +9405,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html", - "hash": "jm3LgOGNyU5IB8J5WHvnjxdmFXnvJVuGtiJLsFJrQkU=" + "hash": "A7x4KOvOSLS+/uwHhQzA+RfDBfGquRLhOX3CJXdgpv4=" } }, "is_incremental": false, @@ -8301,7 +9417,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.html", - "hash": "0fOuututTz5IjzTrhN29jOAOHj9syLxFknWldUhNJEU=" + "hash": "zrvyKEOxSOdBeUeMuBfJhJL0uU2xOWkhNzFpnf+Gr5E=" } }, "is_incremental": false, @@ -8313,7 +9429,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.Resolver.html", - "hash": "mdm53G0UR+BiRf4sg51dX7v3i1ezzxxYm9BLjnFn2jw=" + "hash": "rCy3YDfUFkUbH7Y5pqz+ETX6ez3+OS51ppvHNBCcdQ0=" } }, "is_incremental": false, @@ -8325,7 +9441,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.STD.NoExportAttribute.html", - "hash": "W7Dyi7LOFFxg7tCZ58b5QyPY1WRCL8IFIYt4NIB3CM8=" + "hash": "gYn4kyesCQv5rNTeiGrVTp9fhZS1yJdLO51uD1pmVC0=" } }, "is_incremental": false, @@ -8337,7 +9453,19 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.STD.Pointer-1.html", - "hash": "52OWG3N8ZDRo+56eCLhd0mlSlVIQhJWmSlaFGTfNbJw=" + "hash": "vK69TxOwFW/iMbY35xfH6uJCFLExepM8mwI4MN+Y0Yc=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/FFXIVClientStructs.STD.StdDeque-1.yml", + "output": { + ".html": { + "relative_path": "api/FFXIVClientStructs.STD.StdDeque-1.html", + "hash": "TxanjvkvGsGLdhszieLeVpIPj9BMuMWtJWzQHYPEmgA=" } }, "is_incremental": false, @@ -8349,7 +9477,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.STD.StdMap-2.Node.html", - "hash": "KoT8M6SsSUeqJ1b95pLL44VmwxIvZRUgEtQvZ1f4iiY=" + "hash": "hfRWbHc4YjXMsZJdwW4BHr29F1qBt/hUUM+Wylw0NWU=" } }, "is_incremental": false, @@ -8361,7 +9489,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.STD.StdMap-2.html", - "hash": "SmjhJZHPn9tbrqu0fbSprxyaPOT+GzCO9rTxi9oPFao=" + "hash": "HyzKb1ZUss2F8kjnzMR7Pn7jRmDDhUeCBQFWfk8kjHk=" } }, "is_incremental": false, @@ -8373,7 +9501,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.STD.StdPair-2.html", - "hash": "g+uSYU5v5uvoA5gt3fcUSeI7Jw4Py9L1CH9xr9PI/rE=" + "hash": "8Uwb3/tipY1yMLu4v9BKvXHA32z+hDCKFaX7/8Nmt1s=" } }, "is_incremental": false, @@ -8385,7 +9513,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.STD.StdVector-1.html", - "hash": "/CASrqHew+pXhOzwfzVhlBGleW0bj1+1YM5BhFRlDnQ=" + "hash": "ZL+lVqm3TWq43vOExQoH57dRgsiihB5eJTXFr0WKXTE=" } }, "is_incremental": false, @@ -8397,7 +9525,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.STD.String.html", - "hash": "UTiHjqnHgPq5rQKWVpYMa9a8mLxuLI8A+hMliL5M+WM=" + "hash": "Mybfic2adX/1Kt6RnuD50bg+VgNZO4rJzBL3i+YgixQ=" } }, "is_incremental": false, @@ -8409,7 +9537,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.STD.html", - "hash": "qSpIG43tLd0LZwvL7kVrXkQIMPTPF4YwiReiPLbVPnI=" + "hash": "rkOJggn4bVNkhFT0RlD8JVwh/FLyvOy1PeTJq0uVhuM=" } }, "is_incremental": false, @@ -8421,7 +9549,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.SigScanner.html", - "hash": "c7WOn/s59ZwBquZbFJvk7aPiOYZFLknpkejdHX6juhE=" + "hash": "avHxWBtHohdfd3q0k3Y3zikfQNv/5B+krboNVZDOqKw=" } }, "is_incremental": false, @@ -8433,7 +9561,7 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.html", - "hash": "m6J0+tJM/Ni+HEhNcqXOG1+7cEtVH1i/MTBH7ccQhU8=" + "hash": "UDv0EuCWnQHVQc0vLA+Cb+yjzSac0C37qJfaJV7bouc=" } }, "is_incremental": false, @@ -8445,7 +9573,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImColor.html", - "hash": "bqC0mQr33qnrW+RjwI49AFpOPp5GmopGNDfaA5pEx7w=" + "hash": "Wvt8hB3SB+yIVW9xezbBrc01azpuA40pxjAOdUQCmc8=" } }, "is_incremental": false, @@ -8457,7 +9585,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImColorPtr.html", - "hash": "kVjOsZpDVpPon8PiKMH1R5FFkrX8+cz8j5RCnF/30GI=" + "hash": "pGGsRw072QacW4AO3ik4JHays7oO8b53jX5TFxTBIFc=" } }, "is_incremental": false, @@ -8469,7 +9597,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawChannel.html", - "hash": "Dst7cKa18+Qpb/tpdD8fjR/xIIRvEOCbPI/vfB6thTY=" + "hash": "WiMT7Lha9JQUiyQQOltPiAwEPBWH/qLqmunIaCKas5I=" } }, "is_incremental": false, @@ -8481,7 +9609,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawChannelPtr.html", - "hash": "YnJhiKbFn7nMW+msqA9CmNtqMJbG0VLzTCEH+G7kwXc=" + "hash": "x76waJk9DkisBNZMCgZXKFmuQiYLKqAH7ds5lOXtkhM=" } }, "is_incremental": false, @@ -8493,7 +9621,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawCmd.html", - "hash": "+/Cmqeiqg1QtOrTfyvJi0JQ+H31Z8dDBg1zNaT5euf4=" + "hash": "lNY/LOTQovYhGwx+zS/BYxK/2cZQKkQhlSa8gMru8sE=" } }, "is_incremental": false, @@ -8505,7 +9633,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawCmdHeader.html", - "hash": "dRf+mrsNQ32xoQkqi2srAbQGEV5iIUip/NLXhQcEDyo=" + "hash": "bxycGn8Di5rcL5HimVwmykE2HunALDYI6CBU9K1uPgg=" } }, "is_incremental": false, @@ -8517,7 +9645,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawCmdHeaderPtr.html", - "hash": "7sX3TZ7ksY5aS9lgFYNNBgzRaRGJi59Fbej6vRTpNKc=" + "hash": "3m1sjMRF+m24RFIPdwrjtNVddnSPzgrJONFKCK9cVUs=" } }, "is_incremental": false, @@ -8529,7 +9657,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawCmdPtr.html", - "hash": "slrEtnW1r2uEqc9tkFhWcr/SpUAMeUozQNOdRsasMwk=" + "hash": "9G4Ta2ToL9j2xTOPU11wji2SEN4xHyaZcjW2fiCBV44=" } }, "is_incremental": false, @@ -8541,7 +9669,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawData.html", - "hash": "+ywu1WJ5Vi5eO8/BmE+4TuiPor+8hQhKJRAeJrVjYsI=" + "hash": "/hsBIUO1l8PEL0U7+U3V4W8mFLGwffN2jQ8CWb/DtLY=" } }, "is_incremental": false, @@ -8553,7 +9681,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawDataPtr.html", - "hash": "7j9LT05DNQnU9XS3ho5N7SJWhQ0veGQyeFRHqHgLsV0=" + "hash": "GxlKnXRvfCjVQHiBszWAQrqtdm+V0XAlGmU48uSEAKI=" } }, "is_incremental": false, @@ -8565,7 +9693,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawFlags.html", - "hash": "ZTvmq2v5RxtaeuWTv1TyGFjNcLFpPpMkIdQXhdegzLc=" + "hash": "hpcLnCITlN5XFqttTXFCkAAyw6yTMjnD9lMJ41nXgBw=" } }, "is_incremental": false, @@ -8577,7 +9705,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawList.html", - "hash": "Z2CYJHGjyx9U1V0MHJ4LL6kBb54eW9dcu+Oguh+VBnI=" + "hash": "hZ6Q72L1AD3yA842FHFLhemu7MI7rrPcA6/hnW9PMVo=" } }, "is_incremental": false, @@ -8589,7 +9717,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawListFlags.html", - "hash": "JtswyiM9YSyq0JvT3ZTzx4kpqvzXYzWYa3Xd72DxQGY=" + "hash": "Mh/DOytcDMxlIxs+xAVAedtM32w1lHIAdiCpkSxszrA=" } }, "is_incremental": false, @@ -8601,7 +9729,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawListPtr.html", - "hash": "fPacSarahuq9jveXno9FYJMKUM0h1a8HspTw5JvJgFk=" + "hash": "JvVCN/f7SYEOx+uHJFpiMisNneBGwQR8I+ClJhn9zks=" } }, "is_incremental": false, @@ -8613,7 +9741,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawListSplitter.html", - "hash": "PDFrKLUVx4OAhqUH8sFmKl9NBwx2wNoNiR0ADpJlQ4U=" + "hash": "eGjZUKS5c8sf+l3LMGGdlFdy6T3eyvqAzxU/3HvIYwU=" } }, "is_incremental": false, @@ -8625,7 +9753,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawListSplitterPtr.html", - "hash": "5ixXzYphVHElpsSPygz3Hz74K4ZZZqyYwgZ6JeFTKpQ=" + "hash": "JY6jIzRxa/+DrPQlS/0taqqUO4EcaoEyYj2Ix71547A=" } }, "is_incremental": false, @@ -8637,7 +9765,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawVert.html", - "hash": "6NZ8/GwUVGiUmA8SGEAp1UEjmmUwo8odJF0Xvck89Xs=" + "hash": "KHYLBsdL6na0WGAqLjUR3VDz8+NIflxkFM5V3ht+UzA=" } }, "is_incremental": false, @@ -8649,7 +9777,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImDrawVertPtr.html", - "hash": "8sFhsVJvihoiOrcEEVvwsnkb3hlvZN8K7Z1Rmw66zS4=" + "hash": "W9SJQhScSRELtzl3tyi7KBfcMMPaRv0zsSREc4UabZk=" } }, "is_incremental": false, @@ -8661,7 +9789,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImFont.html", - "hash": "uP2NAZ/M5Rloylrr53pEOIMoOTx360RbxD/Ua61ZdqE=" + "hash": "/9d9Grf8sw6kT3/sfp7NPR2OVjguYcR4eJyC8mDexA0=" } }, "is_incremental": false, @@ -8673,7 +9801,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImFontAtlas.html", - "hash": "IFseT/uTkJ/rvkV2e6ZuG+2N81utmVYVwyzB06m4Fgg=" + "hash": "EKRnAZuaWi383tG4BcWh+0T9nxuo/yEeS+e7dYxm/x0=" } }, "is_incremental": false, @@ -8685,7 +9813,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImFontAtlasCustomRect.html", - "hash": "G22EZ6JLkI/AfGnFRDU16yKbc+us9z+Jjuh1XPUrAd4=" + "hash": "L5wgDM6KOhYLL/iHsjyHaloCxDCReqP5hUXZLnGdJRg=" } }, "is_incremental": false, @@ -8697,7 +9825,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImFontAtlasCustomRectPtr.html", - "hash": "qvpjHbQuXLzIx0r1oifJjtfTUZcRvK+sgvkPktTtTws=" + "hash": "hDqMQ328vBEbTaElx6S0D0tpE1nOTeMtH6ok+45kiwE=" } }, "is_incremental": false, @@ -8709,7 +9837,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImFontAtlasFlags.html", - "hash": "HHtZipPbxXwBo7rvqKGO9RZxWllghJ1a7S/lPTKxSQ8=" + "hash": "Rldstm1P5AknsmIu2X4h2yaDd7PTr9EtX+TIT2Zc6CM=" } }, "is_incremental": false, @@ -8721,7 +9849,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImFontAtlasPtr.html", - "hash": "9i7oqmvZTtSkzUoTwQVnlqsbDrIYgQaKHzIUQLwKVU8=" + "hash": "TUxE9ihQO85IVYpcg3LvTsHKYVL/sWNmMBQXyoTbBvA=" } }, "is_incremental": false, @@ -8733,7 +9861,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImFontConfig.html", - "hash": "zVbEa0gqbkpHjUEoB1WaZB5O1bOGfpC/ahQISHxRqFk=" + "hash": "ga4J6F/XaokdfKlRbPYUcuJgnzbeijhegBud7iuWsPI=" } }, "is_incremental": false, @@ -8745,7 +9873,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImFontConfigPtr.html", - "hash": "GjnT6bScOIeBNaHEUWh3DCBklhNsvLPaor8GFOjKyLY=" + "hash": "A2YN5UAW8GAvTOaN28/GxajELmnSfCBsMSaM/Mhit5I=" } }, "is_incremental": false, @@ -8757,7 +9885,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImFontGlyph.html", - "hash": "wbzam0pZ/VKpO1I+3wdMoqfLnRu11x49jv53QbOhchI=" + "hash": "llhLMH2HDCW5g2ePHfS45+l8FiXn+mmDCYYYTLE4KIQ=" } }, "is_incremental": false, @@ -8769,7 +9897,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImFontGlyphPtr.html", - "hash": "4nOMeUbZT9nNJVD5ohm2SJNpxRQUCf9O3OJGXXYyIpQ=" + "hash": "3x94SJas0jrUpCl8tr7kNY/IiU3vPSjmMrnDUNWLy2M=" } }, "is_incremental": false, @@ -8781,7 +9909,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImFontGlyphRangesBuilder.html", - "hash": "YzapeqptBvNO1OKeypOMsW7ManryPl0ZApET/a/Prbs=" + "hash": "w4/z8Xlr2ccdEeyewuV7s7vb0dwBevfP4OQl5K+hRlA=" } }, "is_incremental": false, @@ -8793,7 +9921,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImFontGlyphRangesBuilderPtr.html", - "hash": "3fPUL1UIudVH7yQAv1icaOGPcDrZNEy9vTw7GPuPhaQ=" + "hash": "4MkF2VvQSs6n3m43IivaAYXfrJcMyT9FIQvw0q7ecxM=" } }, "is_incremental": false, @@ -8805,7 +9933,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImFontPtr.html", - "hash": "KyYYzoxt3yaR+DZ2JMgHieS/SOIUF9Vger2CltLrUJ8=" + "hash": "EMgeUi+QZSPBFhOQ7Fal0pLMpVAwUSBmmM2JQpEQUEM=" } }, "is_incremental": false, @@ -8817,7 +9945,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGui.html", - "hash": "XLYWeQ3qeZN0pz+JhmrhzEqC6CvkwMX1YSiBd59v0d0=" + "hash": "zki3YR92kf4EApFwbV6a3SCHmfqMMJ4NexbjbGocsWQ=" } }, "is_incremental": false, @@ -8829,7 +9957,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiBackendFlags.html", - "hash": "nj8JglsUULMCV3QQcYRH4u1lwfgl3b9mn1slfKnHmgE=" + "hash": "OiKeQkcoQInxFyEOoWVcd8QzYRwrzNXgs+h0FGfXalE=" } }, "is_incremental": false, @@ -8841,7 +9969,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiButtonFlags.html", - "hash": "1vxR4KqIcJcXQ2muh5WuRy8Dsz5Aa5kBFYe2me5Ts3E=" + "hash": "fQjxwm60kChRQuOmjUvZYpdl5Ia9IcJX1GkGKwWvYIw=" } }, "is_incremental": false, @@ -8853,7 +9981,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiCol.html", - "hash": "r2fiyEP2wh2MZc/2mFJTn+YXHRvuIHV8zS9SkrtqcQ4=" + "hash": "HpxGGtM2f60Pb8TiHfcblaaBpi+bf5miD9eCsh5SrYk=" } }, "is_incremental": false, @@ -8865,7 +9993,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiColorEditFlags.html", - "hash": "7yAwbSu7B4U2hTqEnoSjtZvjdN8TRR0wcdXZplQFv2s=" + "hash": "0VNIZ370GOsnrZlfiZLXs9jfeiSuUfBmi3upY8CcEEo=" } }, "is_incremental": false, @@ -8877,7 +10005,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiComboFlags.html", - "hash": "JET2O436A23z1FIscw27j8Fm/xESGBPDtzvCxqzI8Jo=" + "hash": "g9IeJ5xC4bS5hzXnKgcnQgMrk0MmwHbTQ2Kq0TTGeuk=" } }, "is_incremental": false, @@ -8889,7 +10017,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiCond.html", - "hash": "PxdZrAfLUeOtoNEk+/ZeSByaefbqoPoRf1c0d0iCdPo=" + "hash": "8z0citJVsCHdi+IotrskEvhFRSFiR6S2pMqj+mzFyec=" } }, "is_incremental": false, @@ -8901,7 +10029,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiConfigFlags.html", - "hash": "5Rn5cTGDVmv/mK916+VFWACEYYdXg7bOmOMqtmsFzjQ=" + "hash": "vFmim9ZfoMYqK9UzJICZkEt4YsjXpYxNPfbdnd0S49c=" } }, "is_incremental": false, @@ -8913,7 +10041,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiDataType.html", - "hash": "8z1o+IfGoNIUVjayYBDYat6KuMB4eiF4XLCBuOprBKg=" + "hash": "ZkZr47Azl5EhdoNxu83M6xOxJU6dimdCUAdMEjLHGjc=" } }, "is_incremental": false, @@ -8925,7 +10053,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiDir.html", - "hash": "AKd1ijBaMuuli69lGyaKCvL2ywyRrups03QSl80MzfU=" + "hash": "8/h4ZwiTC83UK1P/5fCbFxCIsO7WDmx7W0h9cHnWAdw=" } }, "is_incremental": false, @@ -8937,7 +10065,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiDockNodeFlags.html", - "hash": "A/LuScBOaTV9noTMDpDJYj9N7WYKQs3wMavKl4pmQVM=" + "hash": "7acihHRTSbi71sQ5ypT1+5vjZAOk03sIM5RDsr4/RfQ=" } }, "is_incremental": false, @@ -8949,7 +10077,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiDragDropFlags.html", - "hash": "0yQNPvUTTEYQAY5Mt4fx1+vUaV67KThEof3Ofp3F664=" + "hash": "C+y7yGMJJ3eaFtTSe23baR45Uc/JIiFZHJ16P5gSLtM=" } }, "is_incremental": false, @@ -8961,7 +10089,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiFocusedFlags.html", - "hash": "Mx9Fa+yhO1VnAUd/YALNO39W3DS5U57Kz/MEBGUZ3ls=" + "hash": "Xle4oeoS+8qSU4BzK2Dwbt3jPa8uHilZxpLbSwtS06E=" } }, "is_incremental": false, @@ -8973,7 +10101,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiHoveredFlags.html", - "hash": "LB0rEuROdqkjX+NSz8yt0NHwd35zXNRxQfYmeUNQIIg=" + "hash": "06Jpx6wLyNyOtAJXpGK54euNOdrEGl1IHWSz2rXr9fo=" } }, "is_incremental": false, @@ -8985,7 +10113,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiIO.html", - "hash": "9x0JtVQOrC1kkoBhE8MZi3KuwkQAPPmtBYKua0FfTDQ=" + "hash": "KmZzk+5nKNPoq0499kKBYa2ElmqJKJiRo0KjFxypWN4=" } }, "is_incremental": false, @@ -8997,7 +10125,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiIOPtr.html", - "hash": "gvKRb9gJG3G3FzssSaeBUCiMssFsT10lD1IhB1HrRoA=" + "hash": "6ju/Rqrj59oBcP8aAa5zviJ50oVKN9F8ixUqXK1JTHw=" } }, "is_incremental": false, @@ -9009,7 +10137,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiInputTextCallback.html", - "hash": "2lQeTJQTSeId7oTK5n1mbauQfCNuwqzsbTpiVnde1t8=" + "hash": "doYZkc7GVk22ri9lJFfv4JeznLjswIn3aO5oGIIK0JU=" } }, "is_incremental": false, @@ -9021,7 +10149,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiInputTextCallbackData.html", - "hash": "/dBGB+LA4aLXPSFQMDXkqm65/1fmgTQuE2AHWlNTG3U=" + "hash": "8T407LJrQhVe9RA4obdikr9+OPWOqDwIenjjJsYXbOQ=" } }, "is_incremental": false, @@ -9033,7 +10161,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiInputTextCallbackDataPtr.html", - "hash": "XWoyTYx9viaqdiJByWJXEORlyl+ZUF0RBq8SwGzxL6E=" + "hash": "yoCFYWYYUoeKvq01TpsNucQQvdOaGdvaEtS+V4kolQ4=" } }, "is_incremental": false, @@ -9045,7 +10173,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiInputTextFlags.html", - "hash": "QQ72+NzksT/2Pur4ehAdlbersHw5V4dZAfyKPWZZyZs=" + "hash": "yO4zyNq+D87IGopBIXqSF05Tsk30wftkLbQEhuDKPUs=" } }, "is_incremental": false, @@ -9057,7 +10185,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiKey.html", - "hash": "4A/54Gq9T3OCsl8L9w8uKchRRVdhAiHIw2FTzeXveTc=" + "hash": "NqJnpI4JPZhKxJt46GoL0BLNXgNSZ+FNR/U+/9keseg=" } }, "is_incremental": false, @@ -9069,7 +10197,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiKeyModFlags.html", - "hash": "mYDdK+08inUfL2t8Rxth2d8d//h7uguqiJQQgHbMzSQ=" + "hash": "i7FQS9efIPKzZm6qOXv118ybYj8/tHLuDWQCO5ck3I0=" } }, "is_incremental": false, @@ -9081,7 +10209,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiListClipper.html", - "hash": "ftP76VeKxsL2Jaes7qlCYzlCvI2Wt+oPTiarvTg9RM4=" + "hash": "q0Y4MGlXhQaTC8FhxkdPdNSBVUPgrkpRfzhvI+5S1yg=" } }, "is_incremental": false, @@ -9093,7 +10221,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiListClipperPtr.html", - "hash": "2v94hi0AASOncX8Ovl2k2ewDSGrizOVV4IogUsDBNjU=" + "hash": "ATzrouL2OWxhzL2clzXsA1nbV02jZeIPykr9dnTVQlI=" } }, "is_incremental": false, @@ -9105,7 +10233,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiMouseButton.html", - "hash": "bCyI126EWlk3BTsgpjxAyrX1yZpAXuTzvDc6vmuNkS0=" + "hash": "7HeeVDrPkfD1K9RNwdOUqn+62SMZEhQzI5KJXsutAls=" } }, "is_incremental": false, @@ -9117,7 +10245,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiMouseCursor.html", - "hash": "8SwhlOX9+yoZmVU24nMP3T/60amOkOV9JifsLz3rZiI=" + "hash": "a/CWCRwGVhEFSIuKNGuUkmvVsrNps2K+jrUOSKgpRlM=" } }, "is_incremental": false, @@ -9129,7 +10257,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiNative.html", - "hash": "eBi0GpFjqi5hhjBifU8AnkRVOP5U/JuSbzgX4KtaZRU=" + "hash": "HeVHenXCqSr0geVoPyHClGeWIMHqFiohb0hWHWyK4wY=" } }, "is_incremental": false, @@ -9141,7 +10269,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiNavInput.html", - "hash": "XesoOa0QsJmp2e0y2c490fRSpOQlxTllmfhhz1ozNLM=" + "hash": "5GFQsrPNtbZBxUcoZPe3VgzYPkewxLNMgenJ2SReRzc=" } }, "is_incremental": false, @@ -9153,7 +10281,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiOnceUponAFrame.html", - "hash": "aUOEj/qRUH3Kim4MtHd9QRcecKNebfHKwYZaXyYnprk=" + "hash": "R3m1kQ8RoE7HofKFAKuKcSX+rQQAHaqxtFaff5lp70Q=" } }, "is_incremental": false, @@ -9165,7 +10293,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiOnceUponAFramePtr.html", - "hash": "Zo9D7AIZPlKEk+Yqwz7cIWsjjRx2s0ZRGl7yhjdWlvI=" + "hash": "NpwfQzJdnaZV3Ou2gEl6vc4ySfuF/QAZswKSj0Hq5cE=" } }, "is_incremental": false, @@ -9177,7 +10305,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiPayload.html", - "hash": "T+/zNDCLQ4yifoDbNGNb2X/Pw8zmfw4qclc9hooJQ8w=" + "hash": "zvNcuz5CDHcTStG2JOcLjBUzJUYvr3dfUC3LetkBetA=" } }, "is_incremental": false, @@ -9189,7 +10317,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiPayloadPtr.html", - "hash": "jvrga7CPP3QNji57/wp0CU8MOuPMPw4MrT3XrY8sGF8=" + "hash": "FzUdlJBwDLBlyBlUkVaSSuQ4j+N/eQxV2/fsq/cqEaE=" } }, "is_incremental": false, @@ -9201,7 +10329,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiPlatformIO.html", - "hash": "FAfhgqWOzLT/x0kPZ2joNmE3XcaLjSzxu7goBYH30Jg=" + "hash": "WEHFre+Z/g/PB3uhE9OgANe3VJVzbrv7A/6cddP7Av4=" } }, "is_incremental": false, @@ -9213,7 +10341,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiPlatformIOPtr.html", - "hash": "/pA06jpbaGBSqanMPz1Om5d81oi+32Ksr6aUx74eems=" + "hash": "udvbPSwaA29VKAoCfntPd//y8hFWZSTRhVITZ7VaOt8=" } }, "is_incremental": false, @@ -9225,7 +10353,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiPlatformMonitor.html", - "hash": "UP4AWoEFr319RGiz8kaTUCjO8Vy9xhpvyXcbto8hzCA=" + "hash": "gaiS4zg7SbiSep3ciyKXs9B3M7LsfemQxLXpc2ijRBA=" } }, "is_incremental": false, @@ -9237,7 +10365,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiPlatformMonitorPtr.html", - "hash": "4I7FesvFgC0Uy3BG9BHHcd+1s9uqSdl09bZNmDTiLHc=" + "hash": "O5ccleXoTecnJ3xCRQRxD2w7wjhB2Mj9/q9Qtyvf8vs=" } }, "is_incremental": false, @@ -9249,7 +10377,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiPopupFlags.html", - "hash": "XdPeMHnOD6jKNw0RyRyEw/9sZzab5TRBscS37gbDQ0w=" + "hash": "Pe00MkKziHnplGZmAjL7kfwqCTjjtiJ12ECcWYrXaDM=" } }, "is_incremental": false, @@ -9261,7 +10389,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiSelectableFlags.html", - "hash": "ze9/p9ID+DOQq80IP8gYUghGLU4Ji6MGjsr3Vi1DVEk=" + "hash": "o14AoBXSqOoNSqthNyy27g8FUZ/TrO2dsQkmrb0BlyY=" } }, "is_incremental": false, @@ -9273,7 +10401,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiSizeCallback.html", - "hash": "lox6pWBbr2+sMmPKuKlyVW0zoGrsMlh0qT+xPbACdIU=" + "hash": "dkeUnOdjPYu7sCPbZkPqvPlHdAdIG+Q/ybtautbH1nU=" } }, "is_incremental": false, @@ -9285,7 +10413,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiSizeCallbackData.html", - "hash": "GRpuyaOnSqi810gxaITDMwpSviJ5xJyIokYQO1jF9Hg=" + "hash": "aINH7D8HV/xpoFwYJgwe/jKonXTxG1zF8oEYHtBuBs0=" } }, "is_incremental": false, @@ -9297,7 +10425,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiSizeCallbackDataPtr.html", - "hash": "gZk41RsbTVluy+vJfgimXrVzHsmCQk0uACFfgadIUZ8=" + "hash": "GphkWiyP6JKJkWRmmfSqLrjvHaE/45dz/rELFc1Nzlc=" } }, "is_incremental": false, @@ -9309,7 +10437,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiSliderFlags.html", - "hash": "AI0OBdFHxQjVC0Or+3lekgE+3XIzcLcuzHpCaPl445Q=" + "hash": "cduWPiQMfMoNcatWw62MRxfms8gWd9RPFwS1l65G3mA=" } }, "is_incremental": false, @@ -9321,7 +10449,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiSortDirection.html", - "hash": "UiZ0RLRQ2QymXYCFHXp/UGKen3rvc92X/2DPH4SPIxk=" + "hash": "+RFtijhypAnwwBvz0Er2YGfQdboai+h22rGCoWU+Lec=" } }, "is_incremental": false, @@ -9333,7 +10461,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiStorage.html", - "hash": "pjZ7g+8ziQ/S592llbWXJBBit8cAGRrDkvjE3bBMblE=" + "hash": "f3c4FRFqEiumltpwjg8AMQfgZqhcVQ6fGWkHOIabTb4=" } }, "is_incremental": false, @@ -9345,7 +10473,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiStoragePair.html", - "hash": "7KKom5A89OvTQcfsGIYVL4H6dUGGurWo9D3C+OZPBQA=" + "hash": "jfaVISMeUyyExRzGgxtnD1m1gZG9aIAP7v0d/dmTjC8=" } }, "is_incremental": false, @@ -9357,7 +10485,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiStoragePairPtr.html", - "hash": "xEe7gg1topzIGOZnEQQ2fGvOVa00sh3+ObAjFdbcd8M=" + "hash": "GS6lL0ogYU4BSesxBQLdupVCVWS+7E9BghtU2PnYLas=" } }, "is_incremental": false, @@ -9369,7 +10497,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiStoragePtr.html", - "hash": "Sn/sC7Pt8lKGuqxRIwIbjyXGSCxRCO2hAmR6Dx9TaDs=" + "hash": "ytznE6y6Id/b+bx1EjGpxx2vsvqJ6UKiLsRnWijqnEc=" } }, "is_incremental": false, @@ -9381,7 +10509,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiStyle.html", - "hash": "XfQmZzjHSBTmx/i5ZmGWxaALTx2N5tGrkcgkJPMzxZc=" + "hash": "ItEORzS7xFbsSAdl8Podchrn2b2a3uhvrH9evvcz5Os=" } }, "is_incremental": false, @@ -9393,7 +10521,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiStylePtr.html", - "hash": "OzvbwHaCVPvciCyd4GtWljKiPoyfE5+8/7bLkuB4IIU=" + "hash": "S8MIiROo8z5PvKsSZps4X7Fo1gfNdvubydU1dj3KU3E=" } }, "is_incremental": false, @@ -9405,7 +10533,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiStyleVar.html", - "hash": "HVwLL02cG1hJ4KjT6hwuQh0zmrD3orBclMHGV3Mkgms=" + "hash": "X/GqZfPjrvZDvwBWfAmoGQ+5L0yN1jYqyK6XdyR6/l0=" } }, "is_incremental": false, @@ -9417,7 +10545,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTabBarFlags.html", - "hash": "MOCDKBBJbMCEbsGV+eiuBA8FTfr5RDBi8WS4pN3faRg=" + "hash": "gmh3ndcUMKeRhn+dTmEGt4tdUySAT56GUvDNGYTOvhY=" } }, "is_incremental": false, @@ -9429,7 +10557,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTabItemFlags.html", - "hash": "4KwKU9YYOTa3o5rV/x2ldeSGAh2lamu1fkdy2z9agUk=" + "hash": "nYFRkyWcB31go+QStWRnbNDlMhlE0YxTghky61bfuRw=" } }, "is_incremental": false, @@ -9441,7 +10569,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTableBgTarget.html", - "hash": "6JYMSbCgRUxN9+TRap97Ye3SX4izhfdQfFru45Oquck=" + "hash": "vTqU1Zm3Vpf0jToDstJ3V+JotFZ3DieeuFlLI9CmZ9w=" } }, "is_incremental": false, @@ -9453,7 +10581,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTableColumnFlags.html", - "hash": "z2amjCs3t3cyaseSqNaJi5CFNbIP131HIQ0FmSoPJ/w=" + "hash": "3hbwoF2U/98YYXV8x3vKURIp/G9y4mhrLo5IXS743yg=" } }, "is_incremental": false, @@ -9465,7 +10593,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTableColumnSortSpecs.html", - "hash": "mGjAwjxBbvzWmJfTenAPO7aQQYCK4m/8TVJyUqr3ro8=" + "hash": "nOQmFT70lrmvmU8Lyh3witRCG5p19ExxVqORNBxutJI=" } }, "is_incremental": false, @@ -9477,7 +10605,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTableColumnSortSpecsPtr.html", - "hash": "HwAwxdqq4PUK0rErdThv/FXgF6fY0cwDTH0gMX8d4VA=" + "hash": "pCFqaGKRF6TunJcWywPWHkQfolSCdF/TLzr5QeNzm9s=" } }, "is_incremental": false, @@ -9489,7 +10617,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTableFlags.html", - "hash": "ns8hFIiB4NhELpKgZ7KtsYb7jVaAtNf8ilCDme7uFlk=" + "hash": "rsVsp0XDGCMu+FsK4q63NPsezkDba/WDLq8X2Dwd+MM=" } }, "is_incremental": false, @@ -9501,7 +10629,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTableRowFlags.html", - "hash": "Knf6BeZPOE0COaPfFqd1NYMiva8DvD8RX1OvLUCO6hA=" + "hash": "iH22oqNnqLsmK/0n/LaZmpz3RLxJFTUjfth2p3WRueA=" } }, "is_incremental": false, @@ -9513,7 +10641,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTableSortSpecs.html", - "hash": "W5xJ5iGxVY+7P0rRTzeDrhJ17pG0Dz3jXuNDXa85vmI=" + "hash": "BdOnGZpt1DB9w/D86fENfsLh0wkNrMCO0j9HmfgMt+0=" } }, "is_incremental": false, @@ -9525,7 +10653,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTableSortSpecsPtr.html", - "hash": "1CSfXPpXRbe3RyAFGKE7P/T0ElsXu7TKvpCLXmfsloA=" + "hash": "rsFJOKiulNMFPF3HFAOHdAPyakIwxGF+llLAKv12PmY=" } }, "is_incremental": false, @@ -9537,7 +10665,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTextBuffer.html", - "hash": "wSVd6SqINpLshFxTorDaZllctZHZsTUN0c+d/BoqLLM=" + "hash": "Gf7yN84woBUEaXBz2IoVt5+PbuICm1+ZFDJOymB/CiM=" } }, "is_incremental": false, @@ -9549,7 +10677,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTextBufferPtr.html", - "hash": "1+D5a/5dXnoJ9Kvj6bzTSjroV9lk2EX13kEgYZ8hDoY=" + "hash": "2yvCC/wxJ4eGYXaGA05XQEHGANyQUAzEuFroEJZtwgg=" } }, "is_incremental": false, @@ -9561,7 +10689,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTextFilter.html", - "hash": "kYpbP+xOhyFT4f2P23qozliAtxEkz3Zh/sKRDctXoLc=" + "hash": "dzeA/5qu+spfqA+9YxR8Yk7V+N+to6Q+MBVhrRRyJdQ=" } }, "is_incremental": false, @@ -9573,7 +10701,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTextFilterPtr.html", - "hash": "brMVvIg2HXZNuGovrWdwZk/8Sx11ONlfC3P4m5eMzjs=" + "hash": "xzmGSds9oZ/FG+QD0tSOTSyikr0VhTuBb1ROAre7D1U=" } }, "is_incremental": false, @@ -9585,7 +10713,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTextRange.html", - "hash": "YS8qi7ZTntOl+iRJYoERGhelIvFyFeTLYLfvpr1Si5A=" + "hash": "kBRt4AscdvHoHkglhmD/qWuPDasRkbhbyBW4P3Xbgy0=" } }, "is_incremental": false, @@ -9597,7 +10725,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTextRangePtr.html", - "hash": "Y4Tx1/jPuXxq+eUCqU+c/HEhilFWp0i0vtv7Yn4MCEA=" + "hash": "SIzVR1qPcdMdyHqhO1jm/6nokDfmUE0u4kCjsJTXxWs=" } }, "is_incremental": false, @@ -9609,7 +10737,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiTreeNodeFlags.html", - "hash": "uOcBUTXk3MNPNCX9LpqRmW8xD4J4gmUDl5+PWt12vac=" + "hash": "VjZPqfgHNycHubfQZ4ndnwTy2WGWvkoPJlzvOm1De4g=" } }, "is_incremental": false, @@ -9621,7 +10749,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiViewport.html", - "hash": "Yck7KGvZrq/rCvQlEaAVLZJd/75pWJNjKAtArT9ng8I=" + "hash": "s14gnGLrC8mHNh3kfbJCKczrl45IFVCDU/+sk4CdEXk=" } }, "is_incremental": false, @@ -9633,7 +10761,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiViewportFlags.html", - "hash": "sKauk5hjAPNz52lDDRDYENej0+nrvZ8R7thQiUQ4L4g=" + "hash": "9beSwPOXT0olSEfbPy7yJnkDgmiX9D0u9gJJiBsisjA=" } }, "is_incremental": false, @@ -9645,7 +10773,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiViewportPtr.html", - "hash": "/rcVnMC60sGFsLLQ3t3u/crkjZmwvlj9+hxmLT/PKIc=" + "hash": "o2MGZw34AQ6Xx6zqWaiB8dxxaUsPmzDEofQxvnj7N70=" } }, "is_incremental": false, @@ -9657,7 +10785,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiWindowClass.html", - "hash": "tMxzYfPsTaZCwZEWgN04GIb/Lc8g1sYTaBh7KM8PmJw=" + "hash": "tuTmHBIir9zhOA686cUsNT9T6cpAc3/QUtq1ofFfLy0=" } }, "is_incremental": false, @@ -9669,7 +10797,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiWindowClassPtr.html", - "hash": "/rpWLezt1J5EnD1mvMcXKg6WpyO8X3NTv+UFchxoEjA=" + "hash": "zP0YRDhz2aQqEXMcPXRmYcYynfgVuESmH6mVxecOSxk=" } }, "is_incremental": false, @@ -9681,7 +10809,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImGuiWindowFlags.html", - "hash": "NXfQHnkIR7hiivCPH7/td6US5fSfFwlAfG+q8xcC32M=" + "hash": "jrOT3PLIktJqd6dtfLxqmetfO9WlLyVT/VBGrFOkT9E=" } }, "is_incremental": false, @@ -9693,7 +10821,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImPtrVector-1.html", - "hash": "NB1lPxIhbajSugiMVUeB6XLv2vEaMrXx4ljMi81Kf3g=" + "hash": "yHcZaYQ7rAE7UNYOvyMaTmyOJ4kJsTKWrxGr79X0IAw=" } }, "is_incremental": false, @@ -9705,7 +10833,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImVector-1.html", - "hash": "UHfkmk/Up7HdKnJVs8DVTnoRxAd3sz5OLnTAjbmW+DI=" + "hash": "J7290YGYHC2gK0gOXxwFk1TBPljW/k7XUqK9hww3vhI=" } }, "is_incremental": false, @@ -9717,7 +10845,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.ImVector.html", - "hash": "LISFiuKG4O95Ilr8uVPKlrP4fN2uSb3tSvTBMKd9sks=" + "hash": "9L0oyX8O1XmSKFXFX0vcB1REf3G41ywWLuV82DwUdZQ=" } }, "is_incremental": false, @@ -9729,7 +10857,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.NullTerminatedString.html", - "hash": "tfFGGqGCGh/B5Ryxx6bjdtTrcGwtelY4I1Rv2C3zqaE=" + "hash": "zchT30xLkhS+RojNb2mlrFMqNwv2g5RDWy9g1niaWhk=" } }, "is_incremental": false, @@ -9741,7 +10869,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.RangeAccessor-1.html", - "hash": "kPKz2s+uXKKgLoC00FBFdfuw3t23D14IcjcK5MfUX4o=" + "hash": "ZDDHBvcYKpzHRs5jRy1tK0rzSrDYVqQi9vOfb1SoHZM=" } }, "is_incremental": false, @@ -9753,7 +10881,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.RangeAccessorExtensions.html", - "hash": "Dg+y6q6HZ4zCw+iEsIY2r+akypWTtM+/SD/IXX8gHZ0=" + "hash": "vgAcWS+PvTpDwOI759jL4Fc/T7EVTvw/Sn4MjmBGmD0=" } }, "is_incremental": false, @@ -9765,7 +10893,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.RangePtrAccessor-1.html", - "hash": "uyAW5wiiM3uiW9OExHNjQ4+zJrwIa+FR9DW/bUQT+S4=" + "hash": "/tXhQ8Q0BlEKX60ion9ns/S5Kb9JNbFz4gMd/i1cv+A=" } }, "is_incremental": false, @@ -9777,7 +10905,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.STB_TexteditState.html", - "hash": "CgxSzgA8RVFJon4rj1IhR6auylRy60yc3GVWj0FBYaA=" + "hash": "cb3DtS9iLCOwB0E42Wh6Z4QAvkGBJIUaVMn3RLd3nlk=" } }, "is_incremental": false, @@ -9789,7 +10917,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.STB_TexteditStatePtr.html", - "hash": "ReM0QLK03kDuHGVa9ek5TnpFtnwsIxmoSA5zlt4MuEY=" + "hash": "xnZo/hOIE9eatvj77uoB/whc3sGYqEG2HhBtmtDry8A=" } }, "is_incremental": false, @@ -9801,7 +10929,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.StbTexteditRow.html", - "hash": "hedgMQUnSiY8nvdh4PjcwKT6aUPhKmvu9OZSJlVhzIw=" + "hash": "fh5zR8gF4ceH6Sq+vW2yzFmTSB2Cg5h32QbW96Vxsz8=" } }, "is_incremental": false, @@ -9813,7 +10941,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.StbTexteditRowPtr.html", - "hash": "XD6IB+1J4KF/73hxqxWPyNtwQQHkcsxU/+Tw4zMRtxQ=" + "hash": "u2EM+Zn9QEQ9oUxkw/VRwEVDtuo1MDpAObeeOfcur3M=" } }, "is_incremental": false, @@ -9825,7 +10953,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.StbUndoRecord.html", - "hash": "wOvP85b2bEYIT9eWdmX2OEABABknrJtAH1yZQ8468Rg=" + "hash": "zgX6csWA502BP5jeh1+kbU97Ud6oC+81xihICRkM0xc=" } }, "is_incremental": false, @@ -9837,7 +10965,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.StbUndoRecordPtr.html", - "hash": "0qUl4sHjNRzFoeq1U2iZki5+RS3kQKEkcHVG3315LRQ=" + "hash": "hNNegUNX5NOS5KaPoJkEN/hn+cgMWxDjzNi0E7DNKz8=" } }, "is_incremental": false, @@ -9849,7 +10977,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.StbUndoState.html", - "hash": "aQytsy3oP1gwpyfeqT3Ll1Dz1p0MAXnwt/gMWKwWK8g=" + "hash": "shd2vhRV3Az1Qtd3w6+GY46j+A+q1NKN1AAvH7T6tow=" } }, "is_incremental": false, @@ -9861,7 +10989,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.StbUndoStatePtr.html", - "hash": "ELU8GkLOicb/jzcRfVEDenumVaK4K+1Xl14qOUdhzkM=" + "hash": "sXfzCoRmV9QKZlNAOWMNCZ67lbkFd7UPbH1p2ISfln8=" } }, "is_incremental": false, @@ -9873,7 +11001,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.UnionValue.html", - "hash": "iBbwU3FEUlMWE8wo+mkqsghXb23MIbG53sNg/pL6ocs=" + "hash": "kilaIWsRxAGgdNAmWZ/vyZgg6pf0clbxd/NDlWyq22Q=" } }, "is_incremental": false, @@ -9885,7 +11013,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.html", - "hash": "7cVJCx4Z8CP0/z+7eL0/dyeG913rF8w2/ExDS2mvIEg=" + "hash": "Km/ZtG2Z0Q/EQzli6KkGZo0gP9NStmV/2CfcTokKQww=" } }, "is_incremental": false, @@ -9897,7 +11025,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.FramerateLimit.LimitType.html", - "hash": "j8asyDedPdLgcb1lQpnZX9H/pncMEPByVBhQ6gdohEI=" + "hash": "VXTkb6BMb4RKSJyK4u8Ky6deqPgOOUVwZuzuqU0bOow=" } }, "is_incremental": false, @@ -9909,7 +11037,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.FramerateLimit.html", - "hash": "mOtX0j4I3MRyZDMpgzgpXsgEsVB26cA/15RoCfzclz0=" + "hash": "jKWNkFceXOtl+OV6hTrAy9VCMwVaqlMatJWj5m/dPbc=" } }, "is_incremental": false, @@ -9921,7 +11049,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.GLTextureWrap.html", - "hash": "1CZFea1UrhSPT/ZV+IRRdJQvUbdK4P2t01vE00GBudM=" + "hash": "Un+9iN3oL3Hh+gNeeBteONbeztgV5Ex1g1lPL9DDOxI=" } }, "is_incremental": false, @@ -9933,7 +11061,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.IImGuiInputHandler.html", - "hash": "J383LPTJvruH46HENs0Zq+HpIbXVqqDyBTD1i9wQ3II=" + "hash": "GxTi3rFwiRRwAg+7uTu8R/eKbzl17eWKZ4FDlqV9vBU=" } }, "is_incremental": false, @@ -9945,7 +11073,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.IImGuiRenderer.html", - "hash": "M2rs2CxXzB2zvwnRYM8iFGE7U/x4rrew3ExLedaKzCI=" + "hash": "dHgIBQrA1deHyB90dPjvmewqhuzsiiXiQghbiYgl4ow=" } }, "is_incremental": false, @@ -9957,7 +11085,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.IRenderer.html", - "hash": "zxYia1AY3vV/C//XsISBqvCt2mSthRQJvHdpxQtucVU=" + "hash": "1hJRHqbHPhj7ANxBWeFBMUZa1Nc8DnbrgW06I2jngbI=" } }, "is_incremental": false, @@ -9969,7 +11097,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.ImGui_Impl_DX11.html", - "hash": "+NMnGEfuPhIZAPNBuHm06ytkMlJCmc5Yb15j/e6LMY8=" + "hash": "GJbzom/e2SC7bfI1T7XnSBbjCAcPNAYuGNxTCJ9UJMk=" } }, "is_incremental": false, @@ -9981,7 +11109,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.ImGui_Impl_OpenGL3.html", - "hash": "sApfC6OzOuEs0pd7zFU3uRNdA0kexhK0/fkT6TqKHag=" + "hash": "774GLn+4eyoSHZOfNsuikOKFSnh3RsDi7Um9YaaHe4M=" } }, "is_incremental": false, @@ -9993,7 +11121,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.ImGui_Impl_SDL.html", - "hash": "EsKlb1u5QPjwRho2TdJKuNHTaVDa2usO4cskGrkwbh8=" + "hash": "nE8WeW6uRDyU6dJMe1Y9mRH8+uhG/WWh+4RcUDUOYbU=" } }, "is_incremental": false, @@ -10005,7 +11133,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.ImGui_Input_Impl_Direct.html", - "hash": "ARskAW/NMk7fCD0r3S07hu+XBIbrGi6++c7eyyFYaBs=" + "hash": "T3FO3zwO7nBsGdNkDXwzOEpzRx9bzfUbG4l1P2ug3AM=" } }, "is_incremental": false, @@ -10017,7 +11145,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.MemUtil.html", - "hash": "uWGo5Id3NTaWcj//+HjTDBpY9nTWwHPWe3dGT8fdVz4=" + "hash": "erMLFFGuC9M37hl7YvnaQZneVLz0rWtnb2RFuQDD5TI=" } }, "is_incremental": false, @@ -10029,7 +11157,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html", - "hash": "G6OChk/d0kia5G88iTG9LvBRef9DlOJoPVHMZ8Dr61s=" + "hash": "Re+7v4VzMg3VY3s49257rK54YKcix2wrLJzbOeyup/s=" } }, "is_incremental": false, @@ -10041,7 +11169,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html", - "hash": "PZXImQpQoYEeCJE2F/8uiNgsUjk81gptccFhtam9mTM=" + "hash": "KCpiq2SK5tdCHj4z54Pw1wIlFp0xETJ4IKnBCMtOXHE=" } }, "is_incremental": false, @@ -10053,7 +11181,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RawDX11Scene.NewRenderFrameDelegate.html", - "hash": "orCo/9NqFsgZbj5YJCNIyvM6SfV3PfndKIbrRbgUQp8=" + "hash": "382jKLbm18bJ6rnUaJREWDK5aG3Y6rFrsl+ohN51a/A=" } }, "is_incremental": false, @@ -10065,7 +11193,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RawDX11Scene.html", - "hash": "lD+zO6wKxsYAA0kv/xwrx+1qMph0akMjVP2G1icblkM=" + "hash": "qz9wktYF8KxECbRBhYYQ34ExXg/mIgVYHjaYEcBQsZA=" } }, "is_incremental": false, @@ -10077,7 +11205,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RendererFactory.RendererBackend.html", - "hash": "dVCqjZ2gkpZpRr6gzjrHJaGw6Fq9znPp0BpWlFEJVQA=" + "hash": "PLfc6u5EQhRn4pTDpi+zfXu6/NjoyHLZzQjFNFLcUAE=" } }, "is_incremental": false, @@ -10089,7 +11217,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RendererFactory.html", - "hash": "DdjWETv/CfAqp+eEwPCv0TOWQmm5rjAB8faOb7My/fQ=" + "hash": "yO7snJOZUlw5toF/h4dpGfW6kc3gcON9pdyKMqJmYCE=" } }, "is_incremental": false, @@ -10101,7 +11229,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SDLWindowGL.html", - "hash": "/3A7rtD/iRsB256ywP8Xdc9+SJfuFf0gRK9O4L4UIjU=" + "hash": "KlyCo35+/hZySB6P2OFkzalCHVFNRY2yISlJcQSh8lU=" } }, "is_incremental": false, @@ -10113,7 +11241,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleD3D.html", - "hash": "A3hq1phUR356DrBb4Y00ln1a0e1jqAFwvYjc0GAbDnY=" + "hash": "hoxnacuUv5qDZUie3SFF1W7kUjoKbXYXGtVQxFojY+g=" } }, "is_incremental": false, @@ -10125,7 +11253,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleImGuiScene.BuildUIDelegate.html", - "hash": "KmFxwwVKZiPeP3e4KqRX8BkGX/tQmTwgH5gvgfzIHqg=" + "hash": "4SF9BA3FQfU86SoaHL8uh/mijDd3O5ORmerslpZjIZ8=" } }, "is_incremental": false, @@ -10137,7 +11265,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleImGuiScene.html", - "hash": "/qOdVoGvf6IEtkge5CavzkUXy/sRNHfP5KAPUvEBsq4=" + "hash": "kKmU39XOs8jtf9kpGK05OxYja6GsO6oA5Qe8ED1aJjY=" } }, "is_incremental": false, @@ -10149,7 +11277,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleOGL3.html", - "hash": "XdTjwqbitJwW3wt3YQrd/nwT/7BacKYd+yoWi9qd7d4=" + "hash": "O4tdRPQV+TuaKvlIO7HXpgfd7tROrQhHRzZpXK/5E1M=" } }, "is_incremental": false, @@ -10161,7 +11289,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleSDLWindow.ProcessEventDelegate.html", - "hash": "pTHLvZZZBQKRkhDg8L/8Q02wLi+7VOg9Ug+N8I8cbIg=" + "hash": "QAw55ll0yrvYSEkPwvj+c8tK5H9ZPJRSnAMk/dFtcPw=" } }, "is_incremental": false, @@ -10173,7 +11301,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleSDLWindow.html", - "hash": "y4WkaEGMnpN/QAR0x6qVJlHE1+mPLQc92Aowl6tv/UM=" + "hash": "IpUpueCKfUJkeQZJ0aPclQljOB+6u2/U2l4E+bAjAoY=" } }, "is_incremental": false, @@ -10185,7 +11313,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.TextureWrap.html", - "hash": "gG25j3RWKmfr5bU3i3L3KveVyoEJCFKDcctIJfq9IzM=" + "hash": "bhX6c7wNZijfuo2ByGAufDEz5KFztzsQN4AQaWAh1+s=" } }, "is_incremental": false, @@ -10197,7 +11325,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.WindowCreateInfo.html", - "hash": "yzI5aWzW7DL1GbcgWgla0mJ2BByY3M29s5aCFSzYoSY=" + "hash": "dNzZkFh6m0bLSpQcSgNDrCLZd5DnHIjy+Cc1PtK0qXc=" } }, "is_incremental": false, @@ -10209,7 +11337,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.WindowFactory.html", - "hash": "tdiHGkEeJbx8tnypdUJlF0KvlqQbV8gDUXXF4jsUFxQ=" + "hash": "NcvL4yLdZPoQb7dlKREGxrGhihHeXqeiwLd91zOJxOA=" } }, "is_incremental": false, @@ -10221,7 +11349,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.html", - "hash": "RELG4P8BZ97NfAHAzlVwfmFVpzd4WhwDxch9v5ODYsM=" + "hash": "BVbyFm0XUY1q4hoqPIIjpgk7xg23uoeIV01edKOsCkc=" } }, "is_incremental": false, @@ -10233,7 +11361,7 @@ "output": { ".html": { "relative_path": "api/ImGuizmoNET.ImGuizmo.html", - "hash": "/sSlO5I/OepIt0vm4Uq9PH86ZAG1xCxnI4jKuHwCfsw=" + "hash": "kcAzVARUfmIO4TFtGRVyqgsLapN2a0Usv0tJHDv8Bec=" } }, "is_incremental": false, @@ -10245,7 +11373,7 @@ "output": { ".html": { "relative_path": "api/ImGuizmoNET.ImGuizmoNative.html", - "hash": "7TDZhB0IUTjkWMmjBO3fruaCmY6gwHV5g1qxu2EI81k=" + "hash": "j6ZwWEiR6Zyv6KQq+tsmr/cBAFeXeoGGFnse5hDoUIA=" } }, "is_incremental": false, @@ -10257,7 +11385,7 @@ "output": { ".html": { "relative_path": "api/ImGuizmoNET.MODE.html", - "hash": "fSNvKMwwya/LLe4XrCQe1/Y1h6akhZEwv4BJ78I/Neg=" + "hash": "tvO9TzVHw5aSHvRW4kWK5EBQgcST5W9HeMKyDuky94w=" } }, "is_incremental": false, @@ -10269,7 +11397,7 @@ "output": { ".html": { "relative_path": "api/ImGuizmoNET.OPERATION.html", - "hash": "pfhHybVMEbChl3Bq3TGjxGr5FEPG68oukOU3u05ABHY=" + "hash": "1vi6tq0Rs7IvQhDQ9N35mg2mpKx+xCTaRpo6c5gKmj8=" } }, "is_incremental": false, @@ -10281,7 +11409,7 @@ "output": { ".html": { "relative_path": "api/ImGuizmoNET.html", - "hash": "K1RxELQzeZSHWhEB+0Sp+T2+pYErLV+hS5S/+7U3Xig=" + "hash": "cVav0kFnDZg5qB1YGsI+B4JAupR19w82ask2bUfXz48=" } }, "is_incremental": false, @@ -10293,7 +11421,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlot.html", - "hash": "HnfCYhW3INkAK3QPxjxSmgpVC7vYBVYMMQgti5h5S30=" + "hash": "zIdVuglAcQgQXbE0xfUpYqGbFOasaESbFZTNXRGH/eA=" } }, "is_incremental": false, @@ -10305,7 +11433,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotAxisFlags.html", - "hash": "XekVYgO8MHaANqC6Qv21jb8kfrECtiI7DFhumvFyUoc=" + "hash": "LrDXKv9x6e7m/6pwfV9YP5tIhdekUMygMrHumlDN0Sk=" } }, "is_incremental": false, @@ -10317,7 +11445,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotCol.html", - "hash": "QaARqXVqXJRH0IiZ1RvQl1+nf1knjELSImbkzx5mZ7w=" + "hash": "cf+l7cNItN4Jk0/KV1zYbyt6TXuPpdOJ0pXxFAl4DIg=" } }, "is_incremental": false, @@ -10329,7 +11457,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotColormap.html", - "hash": "NTTZzS0FnOKtVd5vQGQ69EjhVeQcjml4uOfdwxxyMxs=" + "hash": "N6eOXRY0g3W4Sgxd6rQgSKqdtEIefJqWLowNSqxEHIc=" } }, "is_incremental": false, @@ -10341,7 +11469,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotFlags.html", - "hash": "WL8uk5Vyb1nAmLTakdy/3V8c4HhsJsFSSUDGj/w2TCI=" + "hash": "qjjKBKbnBBEtXrWO0ICu+8ePRSoKE+j9ELcTMiTHzt8=" } }, "is_incremental": false, @@ -10353,7 +11481,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotLimits.html", - "hash": "zP0BJUjaFoFLvgD+TjSM1gJbPrrD2sM4EddEN2cVx6o=" + "hash": "FPFgYSu6TDOmkMbnb1NyuG/q4qpdOXXHf4Z913mY5L0=" } }, "is_incremental": false, @@ -10365,7 +11493,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotLimitsPtr.html", - "hash": "VyZ2pqwzAIwep2mVRqGSbcaBaK2OO4ywpP3OeDq+S9E=" + "hash": "Rb29Z4/zxmrXfcdeNtR06bGYAjNQbh0XZ2NwjPrpiOE=" } }, "is_incremental": false, @@ -10377,7 +11505,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotLocation.html", - "hash": "bBwb9INDD9Y1Xb+1JWSZzsouySOHPlBmEFZ1szuyaPI=" + "hash": "uh7DBEymXWILwiGyoB5YZUyy3K9DsHXiihWQmG5WwrY=" } }, "is_incremental": false, @@ -10389,7 +11517,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotMarker.html", - "hash": "/NDaB/kdKqMKOW95m+5DlPiscPF/pqwqmKinr1MbXhU=" + "hash": "sR/keUz4OqlBnafxVsdrCNYaoXCTZqtNWUbJr67m2ZI=" } }, "is_incremental": false, @@ -10401,7 +11529,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotNative.html", - "hash": "5P/UwLlwlSPFxbACarI9q2EY8zYQiCNm8srGbiEelOQ=" + "hash": "AqCPxU0J6CHvFO2LsHsvKHgw8jo1wbdr2oohrO6QI+A=" } }, "is_incremental": false, @@ -10413,7 +11541,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotOrientation.html", - "hash": "Tncl0h8wYEJ81ct0C/Yb2685v4o1BBELQufvRqUc27k=" + "hash": "COXQgaes3a4EaWgZYf8AEu7gD+VB2mxoy8+YVXtQsz0=" } }, "is_incremental": false, @@ -10425,7 +11553,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotPoint.html", - "hash": "31BfxAwY8PbS2AMuo0xBdVXVkvRYod6ajWg6kp5EzqA=" + "hash": "DkQ7c9PJxd2ElP2Ack5yAkbAjr37xBtKsmsvLr9CVwU=" } }, "is_incremental": false, @@ -10437,7 +11565,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotPointPtr.html", - "hash": "AwkjJbZ5Tld5h6ytxrZx2HzxAXtKjq/bvHeXqcvB1iY=" + "hash": "IEnpPGBBTYpTyek1eG5vc0pXQfqReHqvvVC5RawghwY=" } }, "is_incremental": false, @@ -10449,7 +11577,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotRange.html", - "hash": "Hd/FcHmwpF/0guqmunFyUz9aK8juF8biS7MSZv9ur3s=" + "hash": "hVEtPQXPJjtyejFa6YVj03oQUtgHm7q6Me68sxg0rkg=" } }, "is_incremental": false, @@ -10461,7 +11589,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotRangePtr.html", - "hash": "SHtl8odG3NlZFgbjKDxzAm0Na2xtHtkgHc95K8sfAys=" + "hash": "QZ9+XbWFAl+i9hDEDNxKdpCA5cxIhn8+Y9kUVaqVkbg=" } }, "is_incremental": false, @@ -10473,7 +11601,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotStyle.html", - "hash": "Ng91QxYoAXjq4Bpn4ul+0AyJl3NgyWOmUfB1WusmXmk=" + "hash": "ZHqFjc0FvkT2S6H2RUYk6eS2wd1OkreOyGYNbAlRwvM=" } }, "is_incremental": false, @@ -10485,7 +11613,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotStylePtr.html", - "hash": "cQkLbe3rbfQ+PFY1uaC9uKAToqEgJTeAve+Y+GXiEWg=" + "hash": "jxFq+EaPsNr9ynSoTEcInj6cVzPKQpGWZW5tsZrZ+ss=" } }, "is_incremental": false, @@ -10497,7 +11625,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotStyleVar.html", - "hash": "C+LpcBDEzs2Ve3LcOr2/1gKEUzZRWVUzC2w07xQ920c=" + "hash": "uK4NPV0G7p4gb3CzF5L/kDI7PFp2e5dd+JEfn4rDB7Y=" } }, "is_incremental": false, @@ -10509,7 +11637,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.ImPlotYAxis.html", - "hash": "HrXKsQAGlxu7CcMhvDOEz4RQymy3RXvmKFi8w7fLjTg=" + "hash": "0taNJYqd5XKli1J9Mq+9113F8IIGbXBa2RuJSgGVVCY=" } }, "is_incremental": false, @@ -10521,7 +11649,7 @@ "output": { ".html": { "relative_path": "api/ImPlotNET.html", - "hash": "aP3UmCJRei5RgjwztDjLp+NuoBTYa+iiwqUqSv3n0hE=" + "hash": "qAREPevJbaHs8sZXKhbdg7/p1bRDBCFMBUqB1qDpymw=" } }, "is_incremental": false, @@ -10533,7 +11661,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.AttributeFlags.html", - "hash": "EcZu9Kd4STiO/pJLqA2cRE7hXSSu5kms9Jw40wVZI44=" + "hash": "dqXfXT0LvJa60uQmH0wPfjOPP4802aBJgt+/0YjV0xQ=" } }, "is_incremental": false, @@ -10545,7 +11673,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.ColorStyle.html", - "hash": "PCih7fhb7WlHn7wGlQcb92jOrrSVdKAoOT5dv9CwLVs=" + "hash": "2xAh/znMBSWCs3UrS0GWW2Jn7u7Q0Qzgne8H0vH396E=" } }, "is_incremental": false, @@ -10557,7 +11685,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.EmulateThreeButtonMouse.html", - "hash": "1mD3E4Szn5uMZYB/iUIQkpRT74Z3/FMxeH2zyPlIz+c=" + "hash": "sWr1vg+CBMyIVVojlqAOrPt4hacGTFdpeANhgL9RIf8=" } }, "is_incremental": false, @@ -10569,7 +11697,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.EmulateThreeButtonMousePtr.html", - "hash": "gsOeAfTIg8/Co+Tdg3acqYngoAlnjkD3o273xmFqFmA=" + "hash": "qRI7a8tZkONkkgxdUwP6TDFLcOTSJ+3myx42P8l0fZI=" } }, "is_incremental": false, @@ -10581,7 +11709,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.IO.html", - "hash": "e8uplTMgz5FYhkS1XmyvIDuOi4IakNtnynY2D98lgvA=" + "hash": "i8glQ7O7gj3ZCM3CxLZBMWtDevE/mAPF4i33r4zbX6Q=" } }, "is_incremental": false, @@ -10593,7 +11721,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.IOPtr.html", - "hash": "p7EDYLm7BK3gen/JeXK3hzZYai+EYcAXhSYj+sFBXmU=" + "hash": "TqlO243EkL5JzlOEsU6hsAMwTkOJ68RWzivLTJuijq4=" } }, "is_incremental": false, @@ -10605,7 +11733,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.LinkDetachWithModifierClick.html", - "hash": "FSq6gwyQloNGgTJip2WkXDmdUyOLDguNtpwqn7fbUNQ=" + "hash": "zOZr62PxtU+P2ceqJQbe/MtOCzaa4se32nfLp/vG3Es=" } }, "is_incremental": false, @@ -10617,7 +11745,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.LinkDetachWithModifierClickPtr.html", - "hash": "HMsZHgBPnLrKg6u8R4O7iL92kjTmfW1M0NjQAp/pWFQ=" + "hash": "F1ZTGCLmahVs9MPWfgI81AODxzH+FPM4wGGbRauxlfM=" } }, "is_incremental": false, @@ -10629,7 +11757,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.PinShape.html", - "hash": "wkxpZX4RxCXwVT7+ex0R+je1CtLAKbN+swLVQjp6HcQ=" + "hash": "anaizR7q95qiA25WoNqm2bnR5IQj3thQxZ0GPNrj9AU=" } }, "is_incremental": false, @@ -10641,7 +11769,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.Style.html", - "hash": "fF6zAciciMpAXy9wSD9mN9LJYDcH8HnQKcRiHIXd+Ys=" + "hash": "CHeoKQ4tgUhV2xctL+kAHwrh56VUR9U/FQyuf4W9JPI=" } }, "is_incremental": false, @@ -10653,7 +11781,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.StyleFlags.html", - "hash": "PL/m8w3OjUxiKQ0afDgBSfDrb6hYAgXKElfF9WV88Xo=" + "hash": "u7/94ykx0Gx6OH/VOkDoNDc3y85bKxm8oZC3G5jDFFw=" } }, "is_incremental": false, @@ -10665,7 +11793,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.StylePtr.html", - "hash": "RWPKv0kxvumcPTfx9txWwuBU0pQjVKbw+b93P9UBhfY=" + "hash": "KNGjCfsMHwpDLc1X1YdKqnI/P0Ae+hCx+f69m0B2kG0=" } }, "is_incremental": false, @@ -10677,7 +11805,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.StyleVar.html", - "hash": "5mWz5gr4bxNTK0BP3GIbop34Csvhzo0+skGkcxBxC/g=" + "hash": "sJlRbmmE2G94AVCBv/oFppLD9FNeplwsm2lnF6nBdQU=" } }, "is_incremental": false, @@ -10689,7 +11817,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.imnodes.html", - "hash": "VTyxr0emRUdRCauqRNyf73hxTl+56tvk/veauMt44ck=" + "hash": "3fZMbALSQk1aAk80a3yCBcIhrpb9sEzLo7ba/LGWVqI=" } }, "is_incremental": false, @@ -10701,7 +11829,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.imnodesNative.html", - "hash": "nbxotKZBE5Syq8TVUiq2klbKzTryHZM90Paww6oobXY=" + "hash": "3BMjOeCYp5FBBG3sbBRm7a+l25bXeAyucFYERH/bl28=" } }, "is_incremental": false, @@ -10713,7 +11841,7 @@ "output": { ".html": { "relative_path": "api/imnodesNET.html", - "hash": "m2ko0rNAFAKQcpluslKWtU9K9LwO8Efx+GrYMSt/PpU=" + "hash": "tcGveGaA6H2F8fUysrFBl9KpNbSwB4DZVvS2IW3+jZM=" } }, "is_incremental": false, @@ -10725,7 +11853,7 @@ "output": { ".html": { "relative_path": "api/index.html", - "hash": "6d4HSwnQTI0myiooEBzTlGHAVpeDGuEbi6cSfx4X0hg=" + "hash": "M4BDKJ6uqDTnAixSjI17p2BZaPPjQUpZirByF3vlL/o=" } }, "is_incremental": false, @@ -10737,7 +11865,7 @@ "output": { ".html": { "relative_path": "api/toc.html", - "hash": "k1sqFM0Nh4eeNAnXpC6YLNh9IxdWbwbP/pkv++NMBRg=" + "hash": "OwP7NG1D3yB87auO2ywezV3+tQgx8mRv+o9fHFM/4jE=" } }, "is_incremental": false, @@ -10749,7 +11877,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "pWm+U4XvbAisr6/AQiZFJsd5+7KswGFCGzVtOSgm5xk=" + "hash": "RhMxIoLY5aQ6twlqhoMH+gwcdVtowWtA0j6MnYbE2is=" } }, "is_incremental": false, @@ -10760,11 +11888,11 @@ { "status": { "can_incremental": false, - "details": "Cannot build incrementally because last build info is missing.", + "details": "Cannot build incrementally because docfx version changed from 2.58.9.0 to 2.59.0.0.", "incrementalPhase": "build", "total_file_count": 0, "skipped_file_count": 0, - "full_build_reason_code": "NoAvailableBuildCache" + "full_build_reason_code": "DocfxVersionChanged" }, "processors": { "ConceptualDocumentProcessor": { @@ -10776,7 +11904,7 @@ "ManagedReferenceDocumentProcessor": { "can_incremental": false, "incrementalPhase": "build", - "total_file_count": 892, + "total_file_count": 986, "skipped_file_count": 0 }, "TocDocumentProcessor": { @@ -10790,8 +11918,8 @@ }, { "status": { - "can_incremental": false, - "details": "Cannot support incremental post processing, the reason is: last post processor info is null.", + "can_incremental": true, + "details": "Can support incremental post processing.", "incrementalPhase": "postProcessing", "total_file_count": 0, "skipped_file_count": 0 diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index 36abe42f5..7f1a425b2 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -380,19 +380,6 @@ references: isSpec: "True" fullName: Dalamud.Data.DataManager.ClientOpCodes nameWithType: DataManager.ClientOpCodes -- uid: Dalamud.Data.DataManager.Dispose - name: Dispose() - href: api/Dalamud.Data.DataManager.html#Dalamud_Data_DataManager_Dispose - commentId: M:Dalamud.Data.DataManager.Dispose - fullName: Dalamud.Data.DataManager.Dispose() - nameWithType: DataManager.Dispose() -- uid: Dalamud.Data.DataManager.Dispose* - name: Dispose - href: api/Dalamud.Data.DataManager.html#Dalamud_Data_DataManager_Dispose_ - commentId: Overload:Dalamud.Data.DataManager.Dispose - isSpec: "True" - fullName: Dalamud.Data.DataManager.Dispose - nameWithType: DataManager.Dispose - uid: Dalamud.Data.DataManager.Excel name: Excel href: api/Dalamud.Data.DataManager.html#Dalamud_Data_DataManager_Excel @@ -625,6 +612,23 @@ references: isSpec: "True" fullName: Dalamud.Data.DataManager.ServerOpCodes nameWithType: DataManager.ServerOpCodes +- uid: Dalamud.Data.DataManager.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Data.DataManager.html#Dalamud_Data_DataManager_System_IDisposable_Dispose + commentId: M:Dalamud.Data.DataManager.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Data.DataManager.System.IDisposable.Dispose() + nameWithType: DataManager.IDisposable.Dispose() + nameWithType.vb: DataManager.System.IDisposable.Dispose() +- uid: Dalamud.Data.DataManager.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Data.DataManager.html#Dalamud_Data_DataManager_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Data.DataManager.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Data.DataManager.System.IDisposable.Dispose + nameWithType: DataManager.IDisposable.Dispose + nameWithType.vb: DataManager.System.IDisposable.Dispose - uid: Dalamud.EntryPoint name: EntryPoint href: api/Dalamud.EntryPoint.html @@ -650,6 +654,25 @@ references: isSpec: "True" fullName: Dalamud.EntryPoint.Initialize nameWithType: EntryPoint.Initialize +- uid: Dalamud.EntryPoint.VehCallback(System.IntPtr,System.IntPtr,System.IntPtr) + name: VehCallback(IntPtr, IntPtr, IntPtr) + href: api/Dalamud.EntryPoint.html#Dalamud_EntryPoint_VehCallback_System_IntPtr_System_IntPtr_System_IntPtr_ + commentId: M:Dalamud.EntryPoint.VehCallback(System.IntPtr,System.IntPtr,System.IntPtr) + fullName: Dalamud.EntryPoint.VehCallback(System.IntPtr, System.IntPtr, System.IntPtr) + nameWithType: EntryPoint.VehCallback(IntPtr, IntPtr, IntPtr) +- uid: Dalamud.EntryPoint.VehCallback* + name: VehCallback + href: api/Dalamud.EntryPoint.html#Dalamud_EntryPoint_VehCallback_ + commentId: Overload:Dalamud.EntryPoint.VehCallback + isSpec: "True" + fullName: Dalamud.EntryPoint.VehCallback + nameWithType: EntryPoint.VehCallback +- uid: Dalamud.EntryPoint.VehDelegate + name: EntryPoint.VehDelegate + href: api/Dalamud.EntryPoint.VehDelegate.html + commentId: T:Dalamud.EntryPoint.VehDelegate + fullName: Dalamud.EntryPoint.VehDelegate + nameWithType: EntryPoint.VehDelegate - uid: Dalamud.Game name: Dalamud.Game href: api/Dalamud.Game.html @@ -806,6 +829,226 @@ references: commentId: N:Dalamud.Game.ClientState fullName: Dalamud.Game.ClientState nameWithType: Dalamud.Game.ClientState +- uid: Dalamud.Game.ClientState.Aetherytes + name: Dalamud.Game.ClientState.Aetherytes + href: api/Dalamud.Game.ClientState.Aetherytes.html + commentId: N:Dalamud.Game.ClientState.Aetherytes + fullName: Dalamud.Game.ClientState.Aetherytes + nameWithType: Dalamud.Game.ClientState.Aetherytes +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry + name: AetheryteEntry + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html + commentId: T:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry + nameWithType: AetheryteEntry +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.AetheryteData + name: AetheryteData + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_AetheryteData + commentId: P:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.AetheryteData + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.AetheryteData + nameWithType: AetheryteEntry.AetheryteData +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.AetheryteData* + name: AetheryteData + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_AetheryteData_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.AetheryteData + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.AetheryteData + nameWithType: AetheryteEntry.AetheryteData +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.AetheryteId + name: AetheryteId + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_AetheryteId + commentId: P:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.AetheryteId + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.AetheryteId + nameWithType: AetheryteEntry.AetheryteId +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.AetheryteId* + name: AetheryteId + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_AetheryteId_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.AetheryteId + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.AetheryteId + nameWithType: AetheryteEntry.AetheryteId +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.GilCost + name: GilCost + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_GilCost + commentId: P:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.GilCost + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.GilCost + nameWithType: AetheryteEntry.GilCost +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.GilCost* + name: GilCost + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_GilCost_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.GilCost + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.GilCost + nameWithType: AetheryteEntry.GilCost +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsAppartment + name: IsAppartment + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_IsAppartment + commentId: P:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsAppartment + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsAppartment + nameWithType: AetheryteEntry.IsAppartment +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsAppartment* + name: IsAppartment + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_IsAppartment_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsAppartment + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsAppartment + nameWithType: AetheryteEntry.IsAppartment +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsFavourite + name: IsFavourite + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_IsFavourite + commentId: P:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsFavourite + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsFavourite + nameWithType: AetheryteEntry.IsFavourite +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsFavourite* + name: IsFavourite + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_IsFavourite_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsFavourite + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsFavourite + nameWithType: AetheryteEntry.IsFavourite +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsSharedHouse + name: IsSharedHouse + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_IsSharedHouse + commentId: P:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsSharedHouse + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsSharedHouse + nameWithType: AetheryteEntry.IsSharedHouse +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsSharedHouse* + name: IsSharedHouse + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_IsSharedHouse_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsSharedHouse + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.IsSharedHouse + nameWithType: AetheryteEntry.IsSharedHouse +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.Plot + name: Plot + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_Plot + commentId: P:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.Plot + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.Plot + nameWithType: AetheryteEntry.Plot +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.Plot* + name: Plot + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_Plot_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.Plot + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.Plot + nameWithType: AetheryteEntry.Plot +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.SubIndex + name: SubIndex + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_SubIndex + commentId: P:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.SubIndex + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.SubIndex + nameWithType: AetheryteEntry.SubIndex +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.SubIndex* + name: SubIndex + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_SubIndex_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.SubIndex + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.SubIndex + nameWithType: AetheryteEntry.SubIndex +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.TerritoryId + name: TerritoryId + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_TerritoryId + commentId: P:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.TerritoryId + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.TerritoryId + nameWithType: AetheryteEntry.TerritoryId +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.TerritoryId* + name: TerritoryId + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_TerritoryId_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.TerritoryId + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.TerritoryId + nameWithType: AetheryteEntry.TerritoryId +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.Ward + name: Ward + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_Ward + commentId: P:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.Ward + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.Ward + nameWithType: AetheryteEntry.Ward +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.Ward* + name: Ward + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html#Dalamud_Game_ClientState_Aetherytes_AetheryteEntry_Ward_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.Ward + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.Ward + nameWithType: AetheryteEntry.Ward +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteList + name: AetheryteList + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html + commentId: T:Dalamud.Game.ClientState.Aetherytes.AetheryteList + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteList + nameWithType: AetheryteList +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteList.Count + name: Count + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html#Dalamud_Game_ClientState_Aetherytes_AetheryteList_Count + commentId: P:Dalamud.Game.ClientState.Aetherytes.AetheryteList.Count + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteList.Count + nameWithType: AetheryteList.Count +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteList.Count* + name: Count + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html#Dalamud_Game_ClientState_Aetherytes_AetheryteList_Count_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteList.Count + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteList.Count + nameWithType: AetheryteList.Count +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteList.GetEnumerator + name: GetEnumerator() + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html#Dalamud_Game_ClientState_Aetherytes_AetheryteList_GetEnumerator + commentId: M:Dalamud.Game.ClientState.Aetherytes.AetheryteList.GetEnumerator + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteList.GetEnumerator() + nameWithType: AetheryteList.GetEnumerator() +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteList.GetEnumerator* + name: GetEnumerator + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html#Dalamud_Game_ClientState_Aetherytes_AetheryteList_GetEnumerator_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteList.GetEnumerator + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteList.GetEnumerator + nameWithType: AetheryteList.GetEnumerator +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteList.Item(System.Int32) + name: Item[Int32] + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html#Dalamud_Game_ClientState_Aetherytes_AetheryteList_Item_System_Int32_ + commentId: P:Dalamud.Game.ClientState.Aetherytes.AetheryteList.Item(System.Int32) + name.vb: Item(Int32) + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteList.Item[System.Int32] + fullName.vb: Dalamud.Game.ClientState.Aetherytes.AetheryteList.Item(System.Int32) + nameWithType: AetheryteList.Item[Int32] + nameWithType.vb: AetheryteList.Item(Int32) +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteList.Item* + name: Item + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html#Dalamud_Game_ClientState_Aetherytes_AetheryteList_Item_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteList.Item + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteList.Item + nameWithType: AetheryteList.Item +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteList.Length + name: Length + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html#Dalamud_Game_ClientState_Aetherytes_AetheryteList_Length + commentId: P:Dalamud.Game.ClientState.Aetherytes.AetheryteList.Length + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteList.Length + nameWithType: AetheryteList.Length +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteList.Length* + name: Length + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html#Dalamud_Game_ClientState_Aetherytes_AetheryteList_Length_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteList.Length + isSpec: "True" + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteList.Length + nameWithType: AetheryteList.Length +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteList.System#Collections#IEnumerable#GetEnumerator + name: IEnumerable.GetEnumerator() + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html#Dalamud_Game_ClientState_Aetherytes_AetheryteList_System_Collections_IEnumerable_GetEnumerator + commentId: M:Dalamud.Game.ClientState.Aetherytes.AetheryteList.System#Collections#IEnumerable#GetEnumerator + name.vb: System.Collections.IEnumerable.GetEnumerator() + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteList.System.Collections.IEnumerable.GetEnumerator() + nameWithType: AetheryteList.IEnumerable.GetEnumerator() + nameWithType.vb: AetheryteList.System.Collections.IEnumerable.GetEnumerator() +- uid: Dalamud.Game.ClientState.Aetherytes.AetheryteList.System#Collections#IEnumerable#GetEnumerator* + name: IEnumerable.GetEnumerator + href: api/Dalamud.Game.ClientState.Aetherytes.AetheryteList.html#Dalamud_Game_ClientState_Aetherytes_AetheryteList_System_Collections_IEnumerable_GetEnumerator_ + commentId: Overload:Dalamud.Game.ClientState.Aetherytes.AetheryteList.System#Collections#IEnumerable#GetEnumerator + isSpec: "True" + name.vb: System.Collections.IEnumerable.GetEnumerator + fullName: Dalamud.Game.ClientState.Aetherytes.AetheryteList.System.Collections.IEnumerable.GetEnumerator + nameWithType: AetheryteList.IEnumerable.GetEnumerator + nameWithType.vb: AetheryteList.System.Collections.IEnumerable.GetEnumerator - uid: Dalamud.Game.ClientState.Buddy name: Dalamud.Game.ClientState.Buddy href: api/Dalamud.Game.ClientState.Buddy.html @@ -1146,19 +1389,6 @@ references: isSpec: "True" fullName: Dalamud.Game.ClientState.ClientState.ClientLanguage nameWithType: ClientState.ClientLanguage -- uid: Dalamud.Game.ClientState.ClientState.Dispose - name: Dispose() - href: api/Dalamud.Game.ClientState.ClientState.html#Dalamud_Game_ClientState_ClientState_Dispose - commentId: M:Dalamud.Game.ClientState.ClientState.Dispose - fullName: Dalamud.Game.ClientState.ClientState.Dispose() - nameWithType: ClientState.Dispose() -- uid: Dalamud.Game.ClientState.ClientState.Dispose* - name: Dispose - href: api/Dalamud.Game.ClientState.ClientState.html#Dalamud_Game_ClientState_ClientState_Dispose_ - commentId: Overload:Dalamud.Game.ClientState.ClientState.Dispose - isSpec: "True" - fullName: Dalamud.Game.ClientState.ClientState.Dispose - nameWithType: ClientState.Dispose - uid: Dalamud.Game.ClientState.ClientState.Enable name: Enable() href: api/Dalamud.Game.ClientState.ClientState.html#Dalamud_Game_ClientState_ClientState_Enable @@ -1223,6 +1453,23 @@ references: commentId: E:Dalamud.Game.ClientState.ClientState.Logout fullName: Dalamud.Game.ClientState.ClientState.Logout nameWithType: ClientState.Logout +- uid: Dalamud.Game.ClientState.ClientState.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Game.ClientState.ClientState.html#Dalamud_Game_ClientState_ClientState_System_IDisposable_Dispose + commentId: M:Dalamud.Game.ClientState.ClientState.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Game.ClientState.ClientState.System.IDisposable.Dispose() + nameWithType: ClientState.IDisposable.Dispose() + nameWithType.vb: ClientState.System.IDisposable.Dispose() +- uid: Dalamud.Game.ClientState.ClientState.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Game.ClientState.ClientState.html#Dalamud_Game_ClientState_ClientState_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Game.ClientState.ClientState.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Game.ClientState.ClientState.System.IDisposable.Dispose + nameWithType: ClientState.IDisposable.Dispose + nameWithType.vb: ClientState.System.IDisposable.Dispose - uid: Dalamud.Game.ClientState.ClientState.TerritoryChanged name: TerritoryChanged href: api/Dalamud.Game.ClientState.ClientState.html#Dalamud_Game_ClientState_ClientState_TerritoryChanged @@ -1417,6 +1664,32 @@ references: isSpec: "True" fullName: Dalamud.Game.ClientState.ClientStateAddressResolver.TargetManager nameWithType: ClientStateAddressResolver.TargetManager +- uid: Dalamud.Game.ClientState.ClientStateAddressResolver.Telepo + name: Telepo + href: api/Dalamud.Game.ClientState.ClientStateAddressResolver.html#Dalamud_Game_ClientState_ClientStateAddressResolver_Telepo + commentId: P:Dalamud.Game.ClientState.ClientStateAddressResolver.Telepo + fullName: Dalamud.Game.ClientState.ClientStateAddressResolver.Telepo + nameWithType: ClientStateAddressResolver.Telepo +- uid: Dalamud.Game.ClientState.ClientStateAddressResolver.Telepo* + name: Telepo + href: api/Dalamud.Game.ClientState.ClientStateAddressResolver.html#Dalamud_Game_ClientState_ClientStateAddressResolver_Telepo_ + commentId: Overload:Dalamud.Game.ClientState.ClientStateAddressResolver.Telepo + isSpec: "True" + fullName: Dalamud.Game.ClientState.ClientStateAddressResolver.Telepo + nameWithType: ClientStateAddressResolver.Telepo +- uid: Dalamud.Game.ClientState.ClientStateAddressResolver.UpdateAetheryteList + name: UpdateAetheryteList + href: api/Dalamud.Game.ClientState.ClientStateAddressResolver.html#Dalamud_Game_ClientState_ClientStateAddressResolver_UpdateAetheryteList + commentId: P:Dalamud.Game.ClientState.ClientStateAddressResolver.UpdateAetheryteList + fullName: Dalamud.Game.ClientState.ClientStateAddressResolver.UpdateAetheryteList + nameWithType: ClientStateAddressResolver.UpdateAetheryteList +- uid: Dalamud.Game.ClientState.ClientStateAddressResolver.UpdateAetheryteList* + name: UpdateAetheryteList + href: api/Dalamud.Game.ClientState.ClientStateAddressResolver.html#Dalamud_Game_ClientState_ClientStateAddressResolver_UpdateAetheryteList_ + commentId: Overload:Dalamud.Game.ClientState.ClientStateAddressResolver.UpdateAetheryteList + isSpec: "True" + fullName: Dalamud.Game.ClientState.ClientStateAddressResolver.UpdateAetheryteList + nameWithType: ClientStateAddressResolver.UpdateAetheryteList - uid: Dalamud.Game.ClientState.Conditions name: Dalamud.Game.ClientState.Conditions href: api/Dalamud.Game.ClientState.Conditions.html @@ -1467,19 +1740,6 @@ references: commentId: T:Dalamud.Game.ClientState.Conditions.Condition.ConditionChangeDelegate fullName: Dalamud.Game.ClientState.Conditions.Condition.ConditionChangeDelegate nameWithType: Condition.ConditionChangeDelegate -- uid: Dalamud.Game.ClientState.Conditions.Condition.Dispose - name: Dispose() - href: api/Dalamud.Game.ClientState.Conditions.Condition.html#Dalamud_Game_ClientState_Conditions_Condition_Dispose - commentId: M:Dalamud.Game.ClientState.Conditions.Condition.Dispose - fullName: Dalamud.Game.ClientState.Conditions.Condition.Dispose() - nameWithType: Condition.Dispose() -- uid: Dalamud.Game.ClientState.Conditions.Condition.Dispose* - name: Dispose - href: api/Dalamud.Game.ClientState.Conditions.Condition.html#Dalamud_Game_ClientState_Conditions_Condition_Dispose_ - commentId: Overload:Dalamud.Game.ClientState.Conditions.Condition.Dispose - isSpec: "True" - fullName: Dalamud.Game.ClientState.Conditions.Condition.Dispose - nameWithType: Condition.Dispose - uid: Dalamud.Game.ClientState.Conditions.Condition.Enable name: Enable() href: api/Dalamud.Game.ClientState.Conditions.Condition.html#Dalamud_Game_ClientState_Conditions_Condition_Enable @@ -1537,6 +1797,23 @@ references: commentId: F:Dalamud.Game.ClientState.Conditions.Condition.MaxConditionEntries fullName: Dalamud.Game.ClientState.Conditions.Condition.MaxConditionEntries nameWithType: Condition.MaxConditionEntries +- uid: Dalamud.Game.ClientState.Conditions.Condition.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Game.ClientState.Conditions.Condition.html#Dalamud_Game_ClientState_Conditions_Condition_System_IDisposable_Dispose + commentId: M:Dalamud.Game.ClientState.Conditions.Condition.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Game.ClientState.Conditions.Condition.System.IDisposable.Dispose() + nameWithType: Condition.IDisposable.Dispose() + nameWithType.vb: Condition.System.IDisposable.Dispose() +- uid: Dalamud.Game.ClientState.Conditions.Condition.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Game.ClientState.Conditions.Condition.html#Dalamud_Game_ClientState_Conditions_Condition_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Game.ClientState.Conditions.Condition.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Game.ClientState.Conditions.Condition.System.IDisposable.Dispose + nameWithType: Condition.IDisposable.Dispose + nameWithType.vb: Condition.System.IDisposable.Dispose - uid: Dalamud.Game.ClientState.Conditions.ConditionFlag name: ConditionFlag href: api/Dalamud.Game.ClientState.Conditions.ConditionFlag.html @@ -1645,6 +1922,12 @@ references: commentId: F:Dalamud.Game.ClientState.Conditions.ConditionFlag.CreatingCharacter fullName: Dalamud.Game.ClientState.Conditions.ConditionFlag.CreatingCharacter nameWithType: ConditionFlag.CreatingCharacter +- uid: Dalamud.Game.ClientState.Conditions.ConditionFlag.Disguised + name: Disguised + href: api/Dalamud.Game.ClientState.Conditions.ConditionFlag.html#Dalamud_Game_ClientState_Conditions_ConditionFlag_Disguised + commentId: F:Dalamud.Game.ClientState.Conditions.ConditionFlag.Disguised + fullName: Dalamud.Game.ClientState.Conditions.ConditionFlag.Disguised + nameWithType: ConditionFlag.Disguised - uid: Dalamud.Game.ClientState.Conditions.ConditionFlag.Diving name: Diving href: api/Dalamud.Game.ClientState.Conditions.ConditionFlag.html#Dalamud_Game_ClientState_Conditions_ConditionFlag_Diving @@ -1897,6 +2180,12 @@ references: commentId: F:Dalamud.Game.ClientState.Conditions.ConditionFlag.ReadyingVisitOtherWorld fullName: Dalamud.Game.ClientState.Conditions.ConditionFlag.ReadyingVisitOtherWorld nameWithType: ConditionFlag.ReadyingVisitOtherWorld +- uid: Dalamud.Game.ClientState.Conditions.ConditionFlag.RecruitingWorldOnly + name: RecruitingWorldOnly + href: api/Dalamud.Game.ClientState.Conditions.ConditionFlag.html#Dalamud_Game_ClientState_Conditions_ConditionFlag_RecruitingWorldOnly + commentId: F:Dalamud.Game.ClientState.Conditions.ConditionFlag.RecruitingWorldOnly + fullName: Dalamud.Game.ClientState.Conditions.ConditionFlag.RecruitingWorldOnly + nameWithType: ConditionFlag.RecruitingWorldOnly - uid: Dalamud.Game.ClientState.Conditions.ConditionFlag.RegisteringForRaceOrMatch name: RegisteringForRaceOrMatch href: api/Dalamud.Game.ClientState.Conditions.ConditionFlag.html#Dalamud_Game_ClientState_Conditions_ConditionFlag_RegisteringForRaceOrMatch @@ -1987,6 +2276,12 @@ references: commentId: F:Dalamud.Game.ClientState.Conditions.ConditionFlag.Unknown57 fullName: Dalamud.Game.ClientState.Conditions.ConditionFlag.Unknown57 nameWithType: ConditionFlag.Unknown57 +- uid: Dalamud.Game.ClientState.Conditions.ConditionFlag.Unknown96 + name: Unknown96 + href: api/Dalamud.Game.ClientState.Conditions.ConditionFlag.html#Dalamud_Game_ClientState_Conditions_ConditionFlag_Unknown96 + commentId: F:Dalamud.Game.ClientState.Conditions.ConditionFlag.Unknown96 + fullName: Dalamud.Game.ClientState.Conditions.ConditionFlag.Unknown96 + nameWithType: ConditionFlag.Unknown96 - uid: Dalamud.Game.ClientState.Conditions.ConditionFlag.UsingHousingFunctions name: UsingHousingFunctions href: api/Dalamud.Game.ClientState.Conditions.ConditionFlag.html#Dalamud_Game_ClientState_Conditions_ConditionFlag_UsingHousingFunctions @@ -2653,19 +2948,6 @@ references: isSpec: "True" fullName: Dalamud.Game.ClientState.GamePad.GamepadState.GamepadState nameWithType: GamepadState.GamepadState -- uid: Dalamud.Game.ClientState.GamePad.GamepadState.Dispose - name: Dispose() - href: api/Dalamud.Game.ClientState.GamePad.GamepadState.html#Dalamud_Game_ClientState_GamePad_GamepadState_Dispose - commentId: M:Dalamud.Game.ClientState.GamePad.GamepadState.Dispose - fullName: Dalamud.Game.ClientState.GamePad.GamepadState.Dispose() - nameWithType: GamepadState.Dispose() -- uid: Dalamud.Game.ClientState.GamePad.GamepadState.Dispose* - name: Dispose - href: api/Dalamud.Game.ClientState.GamePad.GamepadState.html#Dalamud_Game_ClientState_GamePad_GamepadState_Dispose_ - commentId: Overload:Dalamud.Game.ClientState.GamePad.GamepadState.Dispose - isSpec: "True" - fullName: Dalamud.Game.ClientState.GamePad.GamepadState.Dispose - nameWithType: GamepadState.Dispose - uid: Dalamud.Game.ClientState.GamePad.GamepadState.Enable name: Enable() href: api/Dalamud.Game.ClientState.GamePad.GamepadState.html#Dalamud_Game_ClientState_GamePad_GamepadState_Enable @@ -2861,6 +3143,23 @@ references: isSpec: "True" fullName: Dalamud.Game.ClientState.GamePad.GamepadState.RightStickUp nameWithType: GamepadState.RightStickUp +- uid: Dalamud.Game.ClientState.GamePad.GamepadState.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Game.ClientState.GamePad.GamepadState.html#Dalamud_Game_ClientState_GamePad_GamepadState_System_IDisposable_Dispose + commentId: M:Dalamud.Game.ClientState.GamePad.GamepadState.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Game.ClientState.GamePad.GamepadState.System.IDisposable.Dispose() + nameWithType: GamepadState.IDisposable.Dispose() + nameWithType.vb: GamepadState.System.IDisposable.Dispose() +- uid: Dalamud.Game.ClientState.GamePad.GamepadState.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Game.ClientState.GamePad.GamepadState.html#Dalamud_Game_ClientState_GamePad_GamepadState_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Game.ClientState.GamePad.GamepadState.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Game.ClientState.GamePad.GamepadState.System.IDisposable.Dispose + nameWithType: GamepadState.IDisposable.Dispose + nameWithType.vb: GamepadState.System.IDisposable.Dispose - uid: Dalamud.Game.ClientState.JobGauge name: Dalamud.Game.ClientState.JobGauge href: api/Dalamud.Game.ClientState.JobGauge.html @@ -2873,30 +3172,36 @@ references: commentId: N:Dalamud.Game.ClientState.JobGauge.Enums fullName: Dalamud.Game.ClientState.JobGauge.Enums nameWithType: Dalamud.Game.ClientState.JobGauge.Enums -- uid: Dalamud.Game.ClientState.JobGauge.Enums.BOTDState - name: BOTDState - href: api/Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.html - commentId: T:Dalamud.Game.ClientState.JobGauge.Enums.BOTDState - fullName: Dalamud.Game.ClientState.JobGauge.Enums.BOTDState - nameWithType: BOTDState -- uid: Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.BOTD - name: BOTD - href: api/Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.html#Dalamud_Game_ClientState_JobGauge_Enums_BOTDState_BOTD - commentId: F:Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.BOTD - fullName: Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.BOTD - nameWithType: BOTDState.BOTD -- uid: Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.LOTD - name: LOTD - href: api/Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.html#Dalamud_Game_ClientState_JobGauge_Enums_BOTDState_LOTD - commentId: F:Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.LOTD - fullName: Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.LOTD - nameWithType: BOTDState.LOTD -- uid: Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.NONE +- uid: Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra + name: BeastChakra + href: api/Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.html + commentId: T:Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra + fullName: Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra + nameWithType: BeastChakra +- uid: Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.COEURL + name: COEURL + href: api/Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.html#Dalamud_Game_ClientState_JobGauge_Enums_BeastChakra_COEURL + commentId: F:Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.COEURL + fullName: Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.COEURL + nameWithType: BeastChakra.COEURL +- uid: Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.NONE name: NONE - href: api/Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.html#Dalamud_Game_ClientState_JobGauge_Enums_BOTDState_NONE - commentId: F:Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.NONE - fullName: Dalamud.Game.ClientState.JobGauge.Enums.BOTDState.NONE - nameWithType: BOTDState.NONE + href: api/Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.html#Dalamud_Game_ClientState_JobGauge_Enums_BeastChakra_NONE + commentId: F:Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.NONE + fullName: Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.NONE + nameWithType: BeastChakra.NONE +- uid: Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.OPOOPO + name: OPOOPO + href: api/Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.html#Dalamud_Game_ClientState_JobGauge_Enums_BeastChakra_OPOOPO + commentId: F:Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.OPOOPO + fullName: Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.OPOOPO + nameWithType: BeastChakra.OPOOPO +- uid: Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.RAPTOR + name: RAPTOR + href: api/Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.html#Dalamud_Game_ClientState_JobGauge_Enums_BeastChakra_RAPTOR + commentId: F:Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.RAPTOR + fullName: Dalamud.Game.ClientState.JobGauge.Enums.BeastChakra.RAPTOR + nameWithType: BeastChakra.RAPTOR - uid: Dalamud.Game.ClientState.JobGauge.Enums.CardType name: CardType href: api/Dalamud.Game.ClientState.JobGauge.Enums.CardType.html @@ -3035,6 +3340,30 @@ references: commentId: F:Dalamud.Game.ClientState.JobGauge.Enums.Mudras.TEN fullName: Dalamud.Game.ClientState.JobGauge.Enums.Mudras.TEN nameWithType: Mudras.TEN +- uid: Dalamud.Game.ClientState.JobGauge.Enums.Nadi + name: Nadi + href: api/Dalamud.Game.ClientState.JobGauge.Enums.Nadi.html + commentId: T:Dalamud.Game.ClientState.JobGauge.Enums.Nadi + fullName: Dalamud.Game.ClientState.JobGauge.Enums.Nadi + nameWithType: Nadi +- uid: Dalamud.Game.ClientState.JobGauge.Enums.Nadi.LUNAR + name: LUNAR + href: api/Dalamud.Game.ClientState.JobGauge.Enums.Nadi.html#Dalamud_Game_ClientState_JobGauge_Enums_Nadi_LUNAR + commentId: F:Dalamud.Game.ClientState.JobGauge.Enums.Nadi.LUNAR + fullName: Dalamud.Game.ClientState.JobGauge.Enums.Nadi.LUNAR + nameWithType: Nadi.LUNAR +- uid: Dalamud.Game.ClientState.JobGauge.Enums.Nadi.NONE + name: NONE + href: api/Dalamud.Game.ClientState.JobGauge.Enums.Nadi.html#Dalamud_Game_ClientState_JobGauge_Enums_Nadi_NONE + commentId: F:Dalamud.Game.ClientState.JobGauge.Enums.Nadi.NONE + fullName: Dalamud.Game.ClientState.JobGauge.Enums.Nadi.NONE + nameWithType: Nadi.NONE +- uid: Dalamud.Game.ClientState.JobGauge.Enums.Nadi.SOLAR + name: SOLAR + href: api/Dalamud.Game.ClientState.JobGauge.Enums.Nadi.html#Dalamud_Game_ClientState_JobGauge_Enums_Nadi_SOLAR + commentId: F:Dalamud.Game.ClientState.JobGauge.Enums.Nadi.SOLAR + fullName: Dalamud.Game.ClientState.JobGauge.Enums.Nadi.SOLAR + nameWithType: Nadi.SOLAR - uid: Dalamud.Game.ClientState.JobGauge.Enums.PetGlam name: PetGlam href: api/Dalamud.Game.ClientState.JobGauge.Enums.PetGlam.html @@ -3393,6 +3722,19 @@ references: isSpec: "True" fullName: Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.IsEnochianActive nameWithType: BLMGauge.IsEnochianActive +- uid: Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.IsParadoxActive + name: IsParadoxActive + href: api/Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.html#Dalamud_Game_ClientState_JobGauge_Types_BLMGauge_IsParadoxActive + commentId: P:Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.IsParadoxActive + fullName: Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.IsParadoxActive + nameWithType: BLMGauge.IsParadoxActive +- uid: Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.IsParadoxActive* + name: IsParadoxActive + href: api/Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.html#Dalamud_Game_ClientState_JobGauge_Types_BLMGauge_IsParadoxActive_ + commentId: Overload:Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.IsParadoxActive + isSpec: "True" + fullName: Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.IsParadoxActive + nameWithType: BLMGauge.IsParadoxActive - uid: Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.PolyglotStacks name: PolyglotStacks href: api/Dalamud.Game.ClientState.JobGauge.Types.BLMGauge.html#Dalamud_Game_ClientState_JobGauge_Types_BLMGauge_PolyglotStacks @@ -3606,32 +3948,6 @@ references: commentId: T:Dalamud.Game.ClientState.JobGauge.Types.DRGGauge fullName: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge nameWithType: DRGGauge -- uid: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.BOTDState - name: BOTDState - href: api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html#Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_BOTDState - commentId: P:Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.BOTDState - fullName: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.BOTDState - nameWithType: DRGGauge.BOTDState -- uid: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.BOTDState* - name: BOTDState - href: api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html#Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_BOTDState_ - commentId: Overload:Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.BOTDState - isSpec: "True" - fullName: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.BOTDState - nameWithType: DRGGauge.BOTDState -- uid: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.BOTDTimer - name: BOTDTimer - href: api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html#Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_BOTDTimer - commentId: P:Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.BOTDTimer - fullName: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.BOTDTimer - nameWithType: DRGGauge.BOTDTimer -- uid: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.BOTDTimer* - name: BOTDTimer - href: api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html#Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_BOTDTimer_ - commentId: Overload:Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.BOTDTimer - isSpec: "True" - fullName: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.BOTDTimer - nameWithType: DRGGauge.BOTDTimer - uid: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.EyeCount name: EyeCount href: api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html#Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_EyeCount @@ -3645,6 +3961,45 @@ references: isSpec: "True" fullName: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.EyeCount nameWithType: DRGGauge.EyeCount +- uid: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.FirstmindsFocusCount + name: FirstmindsFocusCount + href: api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html#Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_FirstmindsFocusCount + commentId: P:Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.FirstmindsFocusCount + fullName: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.FirstmindsFocusCount + nameWithType: DRGGauge.FirstmindsFocusCount +- uid: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.FirstmindsFocusCount* + name: FirstmindsFocusCount + href: api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html#Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_FirstmindsFocusCount_ + commentId: Overload:Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.FirstmindsFocusCount + isSpec: "True" + fullName: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.FirstmindsFocusCount + nameWithType: DRGGauge.FirstmindsFocusCount +- uid: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.IsLOTDActive + name: IsLOTDActive + href: api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html#Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_IsLOTDActive + commentId: P:Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.IsLOTDActive + fullName: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.IsLOTDActive + nameWithType: DRGGauge.IsLOTDActive +- uid: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.IsLOTDActive* + name: IsLOTDActive + href: api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html#Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_IsLOTDActive_ + commentId: Overload:Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.IsLOTDActive + isSpec: "True" + fullName: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.IsLOTDActive + nameWithType: DRGGauge.IsLOTDActive +- uid: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.LOTDTimer + name: LOTDTimer + href: api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html#Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_LOTDTimer + commentId: P:Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.LOTDTimer + fullName: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.LOTDTimer + nameWithType: DRGGauge.LOTDTimer +- uid: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.LOTDTimer* + name: LOTDTimer + href: api/Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.html#Dalamud_Game_ClientState_JobGauge_Types_DRGGauge_LOTDTimer_ + commentId: Overload:Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.LOTDTimer + isSpec: "True" + fullName: Dalamud.Game.ClientState.JobGauge.Types.DRGGauge.LOTDTimer + nameWithType: DRGGauge.LOTDTimer - uid: Dalamud.Game.ClientState.JobGauge.Types.DRKGauge name: DRKGauge href: api/Dalamud.Game.ClientState.JobGauge.Types.DRKGauge.html @@ -3879,6 +4234,32 @@ references: commentId: T:Dalamud.Game.ClientState.JobGauge.Types.MNKGauge fullName: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge nameWithType: MNKGauge +- uid: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BeastChakra + name: BeastChakra + href: api/Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.html#Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_BeastChakra + commentId: P:Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BeastChakra + fullName: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BeastChakra + nameWithType: MNKGauge.BeastChakra +- uid: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BeastChakra* + name: BeastChakra + href: api/Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.html#Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_BeastChakra_ + commentId: Overload:Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BeastChakra + isSpec: "True" + fullName: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BeastChakra + nameWithType: MNKGauge.BeastChakra +- uid: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BlitzTimeRemaining + name: BlitzTimeRemaining + href: api/Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.html#Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_BlitzTimeRemaining + commentId: P:Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BlitzTimeRemaining + fullName: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BlitzTimeRemaining + nameWithType: MNKGauge.BlitzTimeRemaining +- uid: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BlitzTimeRemaining* + name: BlitzTimeRemaining + href: api/Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.html#Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_BlitzTimeRemaining_ + commentId: Overload:Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BlitzTimeRemaining + isSpec: "True" + fullName: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.BlitzTimeRemaining + nameWithType: MNKGauge.BlitzTimeRemaining - uid: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Chakra name: Chakra href: api/Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.html#Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_Chakra @@ -3892,6 +4273,19 @@ references: isSpec: "True" fullName: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Chakra nameWithType: MNKGauge.Chakra +- uid: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Nadi + name: Nadi + href: api/Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.html#Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_Nadi + commentId: P:Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Nadi + fullName: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Nadi + nameWithType: MNKGauge.Nadi +- uid: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Nadi* + name: Nadi + href: api/Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.html#Dalamud_Game_ClientState_JobGauge_Types_MNKGauge_Nadi_ + commentId: Overload:Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Nadi + isSpec: "True" + fullName: Dalamud.Game.ClientState.JobGauge.Types.MNKGauge.Nadi + nameWithType: MNKGauge.Nadi - uid: Dalamud.Game.ClientState.JobGauge.Types.NINGauge name: NINGauge href: api/Dalamud.Game.ClientState.JobGauge.Types.NINGauge.html @@ -4007,6 +4401,45 @@ references: commentId: T:Dalamud.Game.ClientState.JobGauge.Types.RPRGauge fullName: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge nameWithType: RPRGauge +- uid: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.EnshroudedTimeRemaining + name: EnshroudedTimeRemaining + href: api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html#Dalamud_Game_ClientState_JobGauge_Types_RPRGauge_EnshroudedTimeRemaining + commentId: P:Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.EnshroudedTimeRemaining + fullName: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.EnshroudedTimeRemaining + nameWithType: RPRGauge.EnshroudedTimeRemaining +- uid: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.EnshroudedTimeRemaining* + name: EnshroudedTimeRemaining + href: api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html#Dalamud_Game_ClientState_JobGauge_Types_RPRGauge_EnshroudedTimeRemaining_ + commentId: Overload:Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.EnshroudedTimeRemaining + isSpec: "True" + fullName: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.EnshroudedTimeRemaining + nameWithType: RPRGauge.EnshroudedTimeRemaining +- uid: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.LemureShroud + name: LemureShroud + href: api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html#Dalamud_Game_ClientState_JobGauge_Types_RPRGauge_LemureShroud + commentId: P:Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.LemureShroud + fullName: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.LemureShroud + nameWithType: RPRGauge.LemureShroud +- uid: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.LemureShroud* + name: LemureShroud + href: api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html#Dalamud_Game_ClientState_JobGauge_Types_RPRGauge_LemureShroud_ + commentId: Overload:Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.LemureShroud + isSpec: "True" + fullName: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.LemureShroud + nameWithType: RPRGauge.LemureShroud +- uid: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.Shroud + name: Shroud + href: api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html#Dalamud_Game_ClientState_JobGauge_Types_RPRGauge_Shroud + commentId: P:Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.Shroud + fullName: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.Shroud + nameWithType: RPRGauge.Shroud +- uid: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.Shroud* + name: Shroud + href: api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html#Dalamud_Game_ClientState_JobGauge_Types_RPRGauge_Shroud_ + commentId: Overload:Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.Shroud + isSpec: "True" + fullName: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.Shroud + nameWithType: RPRGauge.Shroud - uid: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.Soul name: Soul href: api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html#Dalamud_Game_ClientState_JobGauge_Types_RPRGauge_Soul @@ -4020,6 +4453,19 @@ references: isSpec: "True" fullName: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.Soul nameWithType: RPRGauge.Soul +- uid: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.VoidShroud + name: VoidShroud + href: api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html#Dalamud_Game_ClientState_JobGauge_Types_RPRGauge_VoidShroud + commentId: P:Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.VoidShroud + fullName: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.VoidShroud + nameWithType: RPRGauge.VoidShroud +- uid: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.VoidShroud* + name: VoidShroud + href: api/Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.html#Dalamud_Game_ClientState_JobGauge_Types_RPRGauge_VoidShroud_ + commentId: Overload:Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.VoidShroud + isSpec: "True" + fullName: Dalamud.Game.ClientState.JobGauge.Types.RPRGauge.VoidShroud + nameWithType: RPRGauge.VoidShroud - uid: Dalamud.Game.ClientState.JobGauge.Types.SAMGauge name: SAMGauge href: api/Dalamud.Game.ClientState.JobGauge.Types.SAMGauge.html @@ -5832,6 +6278,25 @@ references: commentId: F:Dalamud.Game.ClientState.Keys.VirtualKey.ZOOM fullName: Dalamud.Game.ClientState.Keys.VirtualKey.ZOOM nameWithType: VirtualKey.ZOOM +- uid: Dalamud.Game.ClientState.Keys.VirtualKeyExtensions + name: VirtualKeyExtensions + href: api/Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.html + commentId: T:Dalamud.Game.ClientState.Keys.VirtualKeyExtensions + fullName: Dalamud.Game.ClientState.Keys.VirtualKeyExtensions + nameWithType: VirtualKeyExtensions +- uid: Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.GetFancyName(Dalamud.Game.ClientState.Keys.VirtualKey) + name: GetFancyName(VirtualKey) + href: api/Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.html#Dalamud_Game_ClientState_Keys_VirtualKeyExtensions_GetFancyName_Dalamud_Game_ClientState_Keys_VirtualKey_ + commentId: M:Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.GetFancyName(Dalamud.Game.ClientState.Keys.VirtualKey) + fullName: Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.GetFancyName(Dalamud.Game.ClientState.Keys.VirtualKey) + nameWithType: VirtualKeyExtensions.GetFancyName(VirtualKey) +- uid: Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.GetFancyName* + name: GetFancyName + href: api/Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.html#Dalamud_Game_ClientState_Keys_VirtualKeyExtensions_GetFancyName_ + commentId: Overload:Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.GetFancyName + isSpec: "True" + fullName: Dalamud.Game.ClientState.Keys.VirtualKeyExtensions.GetFancyName + nameWithType: VirtualKeyExtensions.GetFancyName - uid: Dalamud.Game.ClientState.Objects name: Dalamud.Game.ClientState.Objects href: api/Dalamud.Game.ClientState.Objects.html @@ -6969,6 +7434,19 @@ references: isSpec: "True" fullName: Dalamud.Game.ClientState.Objects.Types.Character.NameId nameWithType: Character.NameId +- uid: Dalamud.Game.ClientState.Objects.Types.Character.OnlineStatus + name: OnlineStatus + href: api/Dalamud.Game.ClientState.Objects.Types.Character.html#Dalamud_Game_ClientState_Objects_Types_Character_OnlineStatus + commentId: P:Dalamud.Game.ClientState.Objects.Types.Character.OnlineStatus + fullName: Dalamud.Game.ClientState.Objects.Types.Character.OnlineStatus + nameWithType: Character.OnlineStatus +- uid: Dalamud.Game.ClientState.Objects.Types.Character.OnlineStatus* + name: OnlineStatus + href: api/Dalamud.Game.ClientState.Objects.Types.Character.html#Dalamud_Game_ClientState_Objects_Types_Character_OnlineStatus_ + commentId: Overload:Dalamud.Game.ClientState.Objects.Types.Character.OnlineStatus + isSpec: "True" + fullName: Dalamud.Game.ClientState.Objects.Types.Character.OnlineStatus + nameWithType: Character.OnlineStatus - uid: Dalamud.Game.ClientState.Objects.Types.Character.StatusFlags name: StatusFlags href: api/Dalamud.Game.ClientState.Objects.Types.Character.html#Dalamud_Game_ClientState_Objects_Types_Character_StatusFlags @@ -7493,6 +7971,19 @@ references: isSpec: "True" fullName: Dalamud.Game.ClientState.Party.PartyList.Length nameWithType: PartyList.Length +- uid: Dalamud.Game.ClientState.Party.PartyList.PartyId + name: PartyId + href: api/Dalamud.Game.ClientState.Party.PartyList.html#Dalamud_Game_ClientState_Party_PartyList_PartyId + commentId: P:Dalamud.Game.ClientState.Party.PartyList.PartyId + fullName: Dalamud.Game.ClientState.Party.PartyList.PartyId + nameWithType: PartyList.PartyId +- uid: Dalamud.Game.ClientState.Party.PartyList.PartyId* + name: PartyId + href: api/Dalamud.Game.ClientState.Party.PartyList.html#Dalamud_Game_ClientState_Party_PartyList_PartyId_ + commentId: Overload:Dalamud.Game.ClientState.Party.PartyList.PartyId + isSpec: "True" + fullName: Dalamud.Game.ClientState.Party.PartyList.PartyId + nameWithType: PartyList.PartyId - uid: Dalamud.Game.ClientState.Party.PartyList.PartyLeaderIndex name: PartyLeaderIndex href: api/Dalamud.Game.ClientState.Party.PartyList.html#Dalamud_Game_ClientState_Party_PartyList_PartyLeaderIndex @@ -7786,6 +8277,23 @@ references: fullName.vb: Dalamud.Game.ClientState.Resolvers.ExcelResolver(Of T).GameData nameWithType: ExcelResolver.GameData nameWithType.vb: ExcelResolver(Of T).GameData +- uid: Dalamud.Game.ClientState.Resolvers.ExcelResolver`1.GetWithLanguage(Dalamud.ClientLanguage) + name: GetWithLanguage(ClientLanguage) + href: api/Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html#Dalamud_Game_ClientState_Resolvers_ExcelResolver_1_GetWithLanguage_Dalamud_ClientLanguage_ + commentId: M:Dalamud.Game.ClientState.Resolvers.ExcelResolver`1.GetWithLanguage(Dalamud.ClientLanguage) + fullName: Dalamud.Game.ClientState.Resolvers.ExcelResolver.GetWithLanguage(Dalamud.ClientLanguage) + fullName.vb: Dalamud.Game.ClientState.Resolvers.ExcelResolver(Of T).GetWithLanguage(Dalamud.ClientLanguage) + nameWithType: ExcelResolver.GetWithLanguage(ClientLanguage) + nameWithType.vb: ExcelResolver(Of T).GetWithLanguage(ClientLanguage) +- uid: Dalamud.Game.ClientState.Resolvers.ExcelResolver`1.GetWithLanguage* + name: GetWithLanguage + href: api/Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html#Dalamud_Game_ClientState_Resolvers_ExcelResolver_1_GetWithLanguage_ + commentId: Overload:Dalamud.Game.ClientState.Resolvers.ExcelResolver`1.GetWithLanguage + isSpec: "True" + fullName: Dalamud.Game.ClientState.Resolvers.ExcelResolver.GetWithLanguage + fullName.vb: Dalamud.Game.ClientState.Resolvers.ExcelResolver(Of T).GetWithLanguage + nameWithType: ExcelResolver.GetWithLanguage + nameWithType.vb: ExcelResolver(Of T).GetWithLanguage - uid: Dalamud.Game.ClientState.Resolvers.ExcelResolver`1.Id name: Id href: api/Dalamud.Game.ClientState.Resolvers.ExcelResolver-1.html#Dalamud_Game_ClientState_Resolvers_ExcelResolver_1_Id @@ -8323,19 +8831,6 @@ references: isSpec: "True" fullName: Dalamud.Game.Framework.Address nameWithType: Framework.Address -- uid: Dalamud.Game.Framework.Dispose - name: Dispose() - href: api/Dalamud.Game.Framework.html#Dalamud_Game_Framework_Dispose - commentId: M:Dalamud.Game.Framework.Dispose - fullName: Dalamud.Game.Framework.Dispose() - nameWithType: Framework.Dispose() -- uid: Dalamud.Game.Framework.Dispose* - name: Dispose - href: api/Dalamud.Game.Framework.html#Dalamud_Game_Framework_Dispose_ - commentId: Overload:Dalamud.Game.Framework.Dispose - isSpec: "True" - fullName: Dalamud.Game.Framework.Dispose - nameWithType: Framework.Dispose - uid: Dalamud.Game.Framework.Enable name: Enable() href: api/Dalamud.Game.Framework.html#Dalamud_Game_Framework_Enable @@ -8419,6 +8914,23 @@ references: isSpec: "True" fullName: Dalamud.Game.Framework.StatsHistory nameWithType: Framework.StatsHistory +- uid: Dalamud.Game.Framework.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Game.Framework.html#Dalamud_Game_Framework_System_IDisposable_Dispose + commentId: M:Dalamud.Game.Framework.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Game.Framework.System.IDisposable.Dispose() + nameWithType: Framework.IDisposable.Dispose() + nameWithType.vb: Framework.System.IDisposable.Dispose() +- uid: Dalamud.Game.Framework.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Game.Framework.html#Dalamud_Game_Framework_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Game.Framework.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Game.Framework.System.IDisposable.Dispose + nameWithType: Framework.IDisposable.Dispose + nameWithType.vb: Framework.System.IDisposable.Dispose - uid: Dalamud.Game.Framework.Update name: Update href: api/Dalamud.Game.Framework.html#Dalamud_Game_Framework_Update @@ -8939,19 +9451,6 @@ references: commentId: E:Dalamud.Game.Gui.ChatGui.CheckMessageHandled fullName: Dalamud.Game.Gui.ChatGui.CheckMessageHandled nameWithType: ChatGui.CheckMessageHandled -- uid: Dalamud.Game.Gui.ChatGui.Dispose - name: Dispose() - href: api/Dalamud.Game.Gui.ChatGui.html#Dalamud_Game_Gui_ChatGui_Dispose - commentId: M:Dalamud.Game.Gui.ChatGui.Dispose - fullName: Dalamud.Game.Gui.ChatGui.Dispose() - nameWithType: ChatGui.Dispose() -- uid: Dalamud.Game.Gui.ChatGui.Dispose* - name: Dispose - href: api/Dalamud.Game.Gui.ChatGui.html#Dalamud_Game_Gui_ChatGui_Dispose_ - commentId: Overload:Dalamud.Game.Gui.ChatGui.Dispose - isSpec: "True" - fullName: Dalamud.Game.Gui.ChatGui.Dispose - nameWithType: ChatGui.Dispose - uid: Dalamud.Game.Gui.ChatGui.Enable name: Enable() href: api/Dalamud.Game.Gui.ChatGui.html#Dalamud_Game_Gui_ChatGui_Enable @@ -9066,6 +9565,23 @@ references: isSpec: "True" fullName: Dalamud.Game.Gui.ChatGui.PrintError nameWithType: ChatGui.PrintError +- uid: Dalamud.Game.Gui.ChatGui.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Game.Gui.ChatGui.html#Dalamud_Game_Gui_ChatGui_System_IDisposable_Dispose + commentId: M:Dalamud.Game.Gui.ChatGui.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Game.Gui.ChatGui.System.IDisposable.Dispose() + nameWithType: ChatGui.IDisposable.Dispose() + nameWithType.vb: ChatGui.System.IDisposable.Dispose() +- uid: Dalamud.Game.Gui.ChatGui.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Game.Gui.ChatGui.html#Dalamud_Game_Gui_ChatGui_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Game.Gui.ChatGui.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Game.Gui.ChatGui.System.IDisposable.Dispose + nameWithType: ChatGui.IDisposable.Dispose + nameWithType.vb: ChatGui.System.IDisposable.Dispose - uid: Dalamud.Game.Gui.ChatGui.UpdateQueue name: UpdateQueue() href: api/Dalamud.Game.Gui.ChatGui.html#Dalamud_Game_Gui_ChatGui_UpdateQueue @@ -9163,6 +9679,796 @@ references: isSpec: "True" fullName: Dalamud.Game.Gui.ChatGuiAddressResolver.Setup64Bit nameWithType: ChatGuiAddressResolver.Setup64Bit +- uid: Dalamud.Game.Gui.ContextMenus + name: Dalamud.Game.Gui.ContextMenus + href: api/Dalamud.Game.Gui.ContextMenus.html + commentId: N:Dalamud.Game.Gui.ContextMenus + fullName: Dalamud.Game.Gui.ContextMenus + nameWithType: Dalamud.Game.Gui.ContextMenus +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenu + name: ContextMenu + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenu.html + commentId: T:Dalamud.Game.Gui.ContextMenus.ContextMenu + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenu + nameWithType: ContextMenu +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenu.#ctor + name: ContextMenu() + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenu.html#Dalamud_Game_Gui_ContextMenus_ContextMenu__ctor + commentId: M:Dalamud.Game.Gui.ContextMenus.ContextMenu.#ctor + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenu.ContextMenu() + nameWithType: ContextMenu.ContextMenu() +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenu.#ctor* + name: ContextMenu + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenu.html#Dalamud_Game_Gui_ContextMenus_ContextMenu__ctor_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenu.#ctor + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenu.ContextMenu + nameWithType: ContextMenu.ContextMenu +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenu.ContextMenuOpened + name: ContextMenuOpened + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenu.html#Dalamud_Game_Gui_ContextMenus_ContextMenu_ContextMenuOpened + commentId: E:Dalamud.Game.Gui.ContextMenus.ContextMenu.ContextMenuOpened + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenu.ContextMenuOpened + nameWithType: ContextMenu.ContextMenuOpened +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenu.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenu.html#Dalamud_Game_Gui_ContextMenus_ContextMenu_System_IDisposable_Dispose + commentId: M:Dalamud.Game.Gui.ContextMenus.ContextMenu.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenu.System.IDisposable.Dispose() + nameWithType: ContextMenu.IDisposable.Dispose() + nameWithType.vb: ContextMenu.System.IDisposable.Dispose() +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenu.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenu.html#Dalamud_Game_Gui_ContextMenus_ContextMenu_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenu.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenu.System.IDisposable.Dispose + nameWithType: ContextMenu.IDisposable.Dispose + nameWithType.vb: ContextMenu.System.IDisposable.Dispose +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver + name: ContextMenuAddressResolver + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html + commentId: T:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver + nameWithType: ContextMenuAddressResolver +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuItemSelectedPtr + name: ContextMenuItemSelectedPtr + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_ContextMenuItemSelectedPtr + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuItemSelectedPtr + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuItemSelectedPtr + nameWithType: ContextMenuAddressResolver.ContextMenuItemSelectedPtr +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuItemSelectedPtr* + name: ContextMenuItemSelectedPtr + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_ContextMenuItemSelectedPtr_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuItemSelectedPtr + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuItemSelectedPtr + nameWithType: ContextMenuAddressResolver.ContextMenuItemSelectedPtr +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuOpenedPtr + name: ContextMenuOpenedPtr + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_ContextMenuOpenedPtr + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuOpenedPtr + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuOpenedPtr + nameWithType: ContextMenuAddressResolver.ContextMenuOpenedPtr +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuOpenedPtr* + name: ContextMenuOpenedPtr + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_ContextMenuOpenedPtr_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuOpenedPtr + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuOpenedPtr + nameWithType: ContextMenuAddressResolver.ContextMenuOpenedPtr +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuOpeningPtr + name: ContextMenuOpeningPtr + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_ContextMenuOpeningPtr + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuOpeningPtr + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuOpeningPtr + nameWithType: ContextMenuAddressResolver.ContextMenuOpeningPtr +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuOpeningPtr* + name: ContextMenuOpeningPtr + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_ContextMenuOpeningPtr_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuOpeningPtr + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.ContextMenuOpeningPtr + nameWithType: ContextMenuAddressResolver.ContextMenuOpeningPtr +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.OpenSubContextMenuPtr + name: OpenSubContextMenuPtr + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_OpenSubContextMenuPtr + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.OpenSubContextMenuPtr + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.OpenSubContextMenuPtr + nameWithType: ContextMenuAddressResolver.OpenSubContextMenuPtr +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.OpenSubContextMenuPtr* + name: OpenSubContextMenuPtr + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_OpenSubContextMenuPtr_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.OpenSubContextMenuPtr + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.OpenSubContextMenuPtr + nameWithType: ContextMenuAddressResolver.OpenSubContextMenuPtr +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.Setup64Bit(Dalamud.Game.SigScanner) + name: Setup64Bit(SigScanner) + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_Setup64Bit_Dalamud_Game_SigScanner_ + commentId: M:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.Setup64Bit(Dalamud.Game.SigScanner) + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.Setup64Bit(Dalamud.Game.SigScanner) + nameWithType: ContextMenuAddressResolver.Setup64Bit(SigScanner) +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.Setup64Bit* + name: Setup64Bit + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_Setup64Bit_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.Setup64Bit + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.Setup64Bit + nameWithType: ContextMenuAddressResolver.Setup64Bit +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.SubContextMenuOpenedPtr + name: SubContextMenuOpenedPtr + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_SubContextMenuOpenedPtr + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.SubContextMenuOpenedPtr + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.SubContextMenuOpenedPtr + nameWithType: ContextMenuAddressResolver.SubContextMenuOpenedPtr +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.SubContextMenuOpenedPtr* + name: SubContextMenuOpenedPtr + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_SubContextMenuOpenedPtr_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.SubContextMenuOpenedPtr + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.SubContextMenuOpenedPtr + nameWithType: ContextMenuAddressResolver.SubContextMenuOpenedPtr +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.SubContextMenuOpeningPtr + name: SubContextMenuOpeningPtr + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_SubContextMenuOpeningPtr + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.SubContextMenuOpeningPtr + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.SubContextMenuOpeningPtr + nameWithType: ContextMenuAddressResolver.SubContextMenuOpeningPtr +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.SubContextMenuOpeningPtr* + name: SubContextMenuOpeningPtr + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.html#Dalamud_Game_Gui_ContextMenus_ContextMenuAddressResolver_SubContextMenuOpeningPtr_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.SubContextMenuOpeningPtr + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuAddressResolver.SubContextMenuOpeningPtr + nameWithType: ContextMenuAddressResolver.SubContextMenuOpeningPtr +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItem + name: ContextMenuItem + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html + commentId: T:Dalamud.Game.Gui.ContextMenus.ContextMenuItem + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItem + nameWithType: ContextMenuItem +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.#ctor(Dalamud.Game.Text.SeStringHandling.SeString) + name: ContextMenuItem(SeString) + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItem__ctor_Dalamud_Game_Text_SeStringHandling_SeString_ + commentId: M:Dalamud.Game.Gui.ContextMenus.ContextMenuItem.#ctor(Dalamud.Game.Text.SeStringHandling.SeString) + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.ContextMenuItem(Dalamud.Game.Text.SeStringHandling.SeString) + nameWithType: ContextMenuItem.ContextMenuItem(SeString) +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.#ctor* + name: ContextMenuItem + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItem__ctor_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuItem.#ctor + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.ContextMenuItem + nameWithType: ContextMenuItem.ContextMenuItem +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.GetHashCode + name: GetHashCode() + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItem_GetHashCode + commentId: M:Dalamud.Game.Gui.ContextMenus.ContextMenuItem.GetHashCode + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.GetHashCode() + nameWithType: ContextMenuItem.GetHashCode() +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.GetHashCode* + name: GetHashCode + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItem_GetHashCode_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuItem.GetHashCode + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.GetHashCode + nameWithType: ContextMenuItem.GetHashCode +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Indicator + name: Indicator + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItem_Indicator + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Indicator + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Indicator + nameWithType: ContextMenuItem.Indicator +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Indicator* + name: Indicator + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItem_Indicator_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Indicator + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Indicator + nameWithType: ContextMenuItem.Indicator +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.IsEnabled + name: IsEnabled + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItem_IsEnabled + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuItem.IsEnabled + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.IsEnabled + nameWithType: ContextMenuItem.IsEnabled +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.IsEnabled* + name: IsEnabled + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItem_IsEnabled_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuItem.IsEnabled + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.IsEnabled + nameWithType: ContextMenuItem.IsEnabled +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Name + name: Name + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItem_Name + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Name + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Name + nameWithType: ContextMenuItem.Name +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Name* + name: Name + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItem_Name_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Name + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Name + nameWithType: ContextMenuItem.Name +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.ToString + name: ToString() + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItem_ToString + commentId: M:Dalamud.Game.Gui.ContextMenus.ContextMenuItem.ToString + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.ToString() + nameWithType: ContextMenuItem.ToString() +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.ToString* + name: ToString + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItem_ToString_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuItem.ToString + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItem.ToString + nameWithType: ContextMenuItem.ToString +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator + name: ContextMenuItemIndicator + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.html + commentId: T:Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator + nameWithType: ContextMenuItemIndicator +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.Next + name: Next + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItemIndicator_Next + commentId: F:Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.Next + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.Next + nameWithType: ContextMenuItemIndicator.Next +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.None + name: None + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItemIndicator_None + commentId: F:Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.None + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.None + nameWithType: ContextMenuItemIndicator.None +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.Previous + name: Previous + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.html#Dalamud_Game_Gui_ContextMenus_ContextMenuItemIndicator_Previous + commentId: F:Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.Previous + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuItemIndicator.Previous + nameWithType: ContextMenuItemIndicator.Previous +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs + name: ContextMenuOpenedArgs + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html + commentId: T:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs + nameWithType: ContextMenuOpenedArgs +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.#ctor(FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu*,FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface*,System.String,System.Collections.Generic.IEnumerable{Dalamud.Game.Gui.ContextMenus.ContextMenuItem}) + name: ContextMenuOpenedArgs(AddonContextMenu*, AgentContextInterface*, String, IEnumerable) + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs__ctor_FFXIVClientStructs_FFXIV_Client_UI_AddonContextMenu__FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContextInterface__System_String_System_Collections_Generic_IEnumerable_Dalamud_Game_Gui_ContextMenus_ContextMenuItem__ + commentId: M:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.#ctor(FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu*,FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface*,System.String,System.Collections.Generic.IEnumerable{Dalamud.Game.Gui.ContextMenus.ContextMenuItem}) + name.vb: ContextMenuOpenedArgs(AddonContextMenu*, AgentContextInterface*, String, IEnumerable(Of ContextMenuItem)) + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.ContextMenuOpenedArgs(FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu*, FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface*, System.String, System.Collections.Generic.IEnumerable) + fullName.vb: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.ContextMenuOpenedArgs(FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu*, FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface*, System.String, System.Collections.Generic.IEnumerable(Of Dalamud.Game.Gui.ContextMenus.ContextMenuItem)) + nameWithType: ContextMenuOpenedArgs.ContextMenuOpenedArgs(AddonContextMenu*, AgentContextInterface*, String, IEnumerable) + nameWithType.vb: ContextMenuOpenedArgs.ContextMenuOpenedArgs(AddonContextMenu*, AgentContextInterface*, String, IEnumerable(Of ContextMenuItem)) +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.#ctor* + name: ContextMenuOpenedArgs + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs__ctor_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.#ctor + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.ContextMenuOpenedArgs + nameWithType: ContextMenuOpenedArgs.ContextMenuOpenedArgs +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Addon + name: Addon + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_Addon + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Addon + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Addon + nameWithType: ContextMenuOpenedArgs.Addon +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Addon* + name: Addon + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_Addon_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Addon + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Addon + nameWithType: ContextMenuOpenedArgs.Addon +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Agent + name: Agent + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_Agent + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Agent + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Agent + nameWithType: ContextMenuOpenedArgs.Agent +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Agent* + name: Agent + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_Agent_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Agent + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Agent + nameWithType: ContextMenuOpenedArgs.Agent +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.GameObjectContext + name: GameObjectContext + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_GameObjectContext + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.GameObjectContext + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.GameObjectContext + nameWithType: ContextMenuOpenedArgs.GameObjectContext +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.GameObjectContext* + name: GameObjectContext + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_GameObjectContext_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.GameObjectContext + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.GameObjectContext + nameWithType: ContextMenuOpenedArgs.GameObjectContext +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.InventoryItemContext + name: InventoryItemContext + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_InventoryItemContext + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.InventoryItemContext + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.InventoryItemContext + nameWithType: ContextMenuOpenedArgs.InventoryItemContext +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.InventoryItemContext* + name: InventoryItemContext + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_InventoryItemContext_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.InventoryItemContext + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.InventoryItemContext + nameWithType: ContextMenuOpenedArgs.InventoryItemContext +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Items + name: Items + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_Items + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Items + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Items + nameWithType: ContextMenuOpenedArgs.Items +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Items* + name: Items + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_Items_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Items + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Items + nameWithType: ContextMenuOpenedArgs.Items +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.ParentAddonName + name: ParentAddonName + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_ParentAddonName + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.ParentAddonName + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.ParentAddonName + nameWithType: ContextMenuOpenedArgs.ParentAddonName +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.ParentAddonName* + name: ParentAddonName + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_ParentAddonName_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.ParentAddonName + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.ParentAddonName + nameWithType: ContextMenuOpenedArgs.ParentAddonName +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Title + name: Title + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_Title + commentId: P:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Title + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Title + nameWithType: ContextMenuOpenedArgs.Title +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Title* + name: Title + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.html#Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_Title_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Title + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs.Title + nameWithType: ContextMenuOpenedArgs.Title +- uid: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedDelegate + name: ContextMenuOpenedDelegate + href: api/Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedDelegate.html + commentId: T:Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedDelegate + fullName: Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedDelegate + nameWithType: ContextMenuOpenedDelegate +- uid: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem + name: CustomContextMenuItem + href: api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.html + commentId: T:Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem + fullName: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem + nameWithType: CustomContextMenuItem +- uid: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.GetHashCode + name: GetHashCode() + href: api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_CustomContextMenuItem_GetHashCode + commentId: M:Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.GetHashCode + fullName: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.GetHashCode() + nameWithType: CustomContextMenuItem.GetHashCode() +- uid: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.GetHashCode* + name: GetHashCode + href: api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_CustomContextMenuItem_GetHashCode_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.GetHashCode + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.GetHashCode + nameWithType: CustomContextMenuItem.GetHashCode +- uid: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.ItemSelected + name: ItemSelected + href: api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_CustomContextMenuItem_ItemSelected + commentId: P:Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.ItemSelected + fullName: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.ItemSelected + nameWithType: CustomContextMenuItem.ItemSelected +- uid: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.ItemSelected* + name: ItemSelected + href: api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_CustomContextMenuItem_ItemSelected_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.ItemSelected + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem.ItemSelected + nameWithType: CustomContextMenuItem.ItemSelected +- uid: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs + name: CustomContextMenuItemSelectedArgs + href: api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.html + commentId: T:Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs + fullName: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs + nameWithType: CustomContextMenuItemSelectedArgs +- uid: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.#ctor(Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs,Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem) + name: CustomContextMenuItemSelectedArgs(ContextMenuOpenedArgs, CustomContextMenuItem) + href: api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.html#Dalamud_Game_Gui_ContextMenus_CustomContextMenuItemSelectedArgs__ctor_Dalamud_Game_Gui_ContextMenus_ContextMenuOpenedArgs_Dalamud_Game_Gui_ContextMenus_CustomContextMenuItem_ + commentId: M:Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.#ctor(Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs,Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem) + fullName: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.CustomContextMenuItemSelectedArgs(Dalamud.Game.Gui.ContextMenus.ContextMenuOpenedArgs, Dalamud.Game.Gui.ContextMenus.CustomContextMenuItem) + nameWithType: CustomContextMenuItemSelectedArgs.CustomContextMenuItemSelectedArgs(ContextMenuOpenedArgs, CustomContextMenuItem) +- uid: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.#ctor* + name: CustomContextMenuItemSelectedArgs + href: api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.html#Dalamud_Game_Gui_ContextMenus_CustomContextMenuItemSelectedArgs__ctor_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.#ctor + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.CustomContextMenuItemSelectedArgs + nameWithType: CustomContextMenuItemSelectedArgs.CustomContextMenuItemSelectedArgs +- uid: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.ContextMenuOpenedArgs + name: ContextMenuOpenedArgs + href: api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.html#Dalamud_Game_Gui_ContextMenus_CustomContextMenuItemSelectedArgs_ContextMenuOpenedArgs + commentId: P:Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.ContextMenuOpenedArgs + fullName: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.ContextMenuOpenedArgs + nameWithType: CustomContextMenuItemSelectedArgs.ContextMenuOpenedArgs +- uid: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.ContextMenuOpenedArgs* + name: ContextMenuOpenedArgs + href: api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.html#Dalamud_Game_Gui_ContextMenus_CustomContextMenuItemSelectedArgs_ContextMenuOpenedArgs_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.ContextMenuOpenedArgs + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.ContextMenuOpenedArgs + nameWithType: CustomContextMenuItemSelectedArgs.ContextMenuOpenedArgs +- uid: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.SelectedItem + name: SelectedItem + href: api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.html#Dalamud_Game_Gui_ContextMenus_CustomContextMenuItemSelectedArgs_SelectedItem + commentId: P:Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.SelectedItem + fullName: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.SelectedItem + nameWithType: CustomContextMenuItemSelectedArgs.SelectedItem +- uid: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.SelectedItem* + name: SelectedItem + href: api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.html#Dalamud_Game_Gui_ContextMenus_CustomContextMenuItemSelectedArgs_SelectedItem_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.SelectedItem + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedArgs.SelectedItem + nameWithType: CustomContextMenuItemSelectedArgs.SelectedItem +- uid: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedDelegate + name: CustomContextMenuItemSelectedDelegate + href: api/Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedDelegate.html + commentId: T:Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedDelegate + fullName: Dalamud.Game.Gui.ContextMenus.CustomContextMenuItemSelectedDelegate + nameWithType: CustomContextMenuItemSelectedDelegate +- uid: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem + name: GameContextMenuItem + href: api/Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.html + commentId: T:Dalamud.Game.Gui.ContextMenus.GameContextMenuItem + fullName: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem + nameWithType: GameContextMenuItem +- uid: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.#ctor(Dalamud.Game.Text.SeStringHandling.SeString,System.Byte) + name: GameContextMenuItem(SeString, Byte) + href: api/Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_GameContextMenuItem__ctor_Dalamud_Game_Text_SeStringHandling_SeString_System_Byte_ + commentId: M:Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.#ctor(Dalamud.Game.Text.SeStringHandling.SeString,System.Byte) + fullName: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.GameContextMenuItem(Dalamud.Game.Text.SeStringHandling.SeString, System.Byte) + nameWithType: GameContextMenuItem.GameContextMenuItem(SeString, Byte) +- uid: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.#ctor* + name: GameContextMenuItem + href: api/Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_GameContextMenuItem__ctor_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.#ctor + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.GameContextMenuItem + nameWithType: GameContextMenuItem.GameContextMenuItem +- uid: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.GetHashCode + name: GetHashCode() + href: api/Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_GameContextMenuItem_GetHashCode + commentId: M:Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.GetHashCode + fullName: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.GetHashCode() + nameWithType: GameContextMenuItem.GetHashCode() +- uid: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.GetHashCode* + name: GetHashCode + href: api/Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_GameContextMenuItem_GetHashCode_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.GetHashCode + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.GetHashCode + nameWithType: GameContextMenuItem.GetHashCode +- uid: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.SelectedAction + name: SelectedAction + href: api/Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_GameContextMenuItem_SelectedAction + commentId: P:Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.SelectedAction + fullName: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.SelectedAction + nameWithType: GameContextMenuItem.SelectedAction +- uid: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.SelectedAction* + name: SelectedAction + href: api/Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_GameContextMenuItem_SelectedAction_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.SelectedAction + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.GameContextMenuItem.SelectedAction + nameWithType: GameContextMenuItem.SelectedAction +- uid: Dalamud.Game.Gui.ContextMenus.GameObjectContext + name: GameObjectContext + href: api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html + commentId: T:Dalamud.Game.Gui.ContextMenus.GameObjectContext + fullName: Dalamud.Game.Gui.ContextMenus.GameObjectContext + nameWithType: GameObjectContext +- uid: Dalamud.Game.Gui.ContextMenus.GameObjectContext.#ctor(System.Nullable{System.UInt32},System.Nullable{System.UInt64},System.String,System.Nullable{System.UInt16}) + name: GameObjectContext(Nullable, Nullable, String, Nullable) + href: api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html#Dalamud_Game_Gui_ContextMenus_GameObjectContext__ctor_System_Nullable_System_UInt32__System_Nullable_System_UInt64__System_String_System_Nullable_System_UInt16__ + commentId: M:Dalamud.Game.Gui.ContextMenus.GameObjectContext.#ctor(System.Nullable{System.UInt32},System.Nullable{System.UInt64},System.String,System.Nullable{System.UInt16}) + name.vb: GameObjectContext(Nullable(Of UInt32), Nullable(Of UInt64), String, Nullable(Of UInt16)) + fullName: Dalamud.Game.Gui.ContextMenus.GameObjectContext.GameObjectContext(System.Nullable, System.Nullable, System.String, System.Nullable) + fullName.vb: Dalamud.Game.Gui.ContextMenus.GameObjectContext.GameObjectContext(System.Nullable(Of System.UInt32), System.Nullable(Of System.UInt64), System.String, System.Nullable(Of System.UInt16)) + nameWithType: GameObjectContext.GameObjectContext(Nullable, Nullable, String, Nullable) + nameWithType.vb: GameObjectContext.GameObjectContext(Nullable(Of UInt32), Nullable(Of UInt64), String, Nullable(Of UInt16)) +- uid: Dalamud.Game.Gui.ContextMenus.GameObjectContext.#ctor* + name: GameObjectContext + href: api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html#Dalamud_Game_Gui_ContextMenus_GameObjectContext__ctor_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.GameObjectContext.#ctor + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.GameObjectContext.GameObjectContext + nameWithType: GameObjectContext.GameObjectContext +- uid: Dalamud.Game.Gui.ContextMenus.GameObjectContext.ContentId + name: ContentId + href: api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html#Dalamud_Game_Gui_ContextMenus_GameObjectContext_ContentId + commentId: P:Dalamud.Game.Gui.ContextMenus.GameObjectContext.ContentId + fullName: Dalamud.Game.Gui.ContextMenus.GameObjectContext.ContentId + nameWithType: GameObjectContext.ContentId +- uid: Dalamud.Game.Gui.ContextMenus.GameObjectContext.ContentId* + name: ContentId + href: api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html#Dalamud_Game_Gui_ContextMenus_GameObjectContext_ContentId_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.GameObjectContext.ContentId + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.GameObjectContext.ContentId + nameWithType: GameObjectContext.ContentId +- uid: Dalamud.Game.Gui.ContextMenus.GameObjectContext.Id + name: Id + href: api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html#Dalamud_Game_Gui_ContextMenus_GameObjectContext_Id + commentId: P:Dalamud.Game.Gui.ContextMenus.GameObjectContext.Id + fullName: Dalamud.Game.Gui.ContextMenus.GameObjectContext.Id + nameWithType: GameObjectContext.Id +- uid: Dalamud.Game.Gui.ContextMenus.GameObjectContext.Id* + name: Id + href: api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html#Dalamud_Game_Gui_ContextMenus_GameObjectContext_Id_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.GameObjectContext.Id + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.GameObjectContext.Id + nameWithType: GameObjectContext.Id +- uid: Dalamud.Game.Gui.ContextMenus.GameObjectContext.Name + name: Name + href: api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html#Dalamud_Game_Gui_ContextMenus_GameObjectContext_Name + commentId: P:Dalamud.Game.Gui.ContextMenus.GameObjectContext.Name + fullName: Dalamud.Game.Gui.ContextMenus.GameObjectContext.Name + nameWithType: GameObjectContext.Name +- uid: Dalamud.Game.Gui.ContextMenus.GameObjectContext.Name* + name: Name + href: api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html#Dalamud_Game_Gui_ContextMenus_GameObjectContext_Name_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.GameObjectContext.Name + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.GameObjectContext.Name + nameWithType: GameObjectContext.Name +- uid: Dalamud.Game.Gui.ContextMenus.GameObjectContext.WorldId + name: WorldId + href: api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html#Dalamud_Game_Gui_ContextMenus_GameObjectContext_WorldId + commentId: P:Dalamud.Game.Gui.ContextMenus.GameObjectContext.WorldId + fullName: Dalamud.Game.Gui.ContextMenus.GameObjectContext.WorldId + nameWithType: GameObjectContext.WorldId +- uid: Dalamud.Game.Gui.ContextMenus.GameObjectContext.WorldId* + name: WorldId + href: api/Dalamud.Game.Gui.ContextMenus.GameObjectContext.html#Dalamud_Game_Gui_ContextMenus_GameObjectContext_WorldId_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.GameObjectContext.WorldId + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.GameObjectContext.WorldId + nameWithType: GameObjectContext.WorldId +- uid: Dalamud.Game.Gui.ContextMenus.InventoryItemContext + name: InventoryItemContext + href: api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.html + commentId: T:Dalamud.Game.Gui.ContextMenus.InventoryItemContext + fullName: Dalamud.Game.Gui.ContextMenus.InventoryItemContext + nameWithType: InventoryItemContext +- uid: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.#ctor(System.UInt32,System.UInt32,System.Boolean) + name: InventoryItemContext(UInt32, UInt32, Boolean) + href: api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.html#Dalamud_Game_Gui_ContextMenus_InventoryItemContext__ctor_System_UInt32_System_UInt32_System_Boolean_ + commentId: M:Dalamud.Game.Gui.ContextMenus.InventoryItemContext.#ctor(System.UInt32,System.UInt32,System.Boolean) + fullName: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.InventoryItemContext(System.UInt32, System.UInt32, System.Boolean) + nameWithType: InventoryItemContext.InventoryItemContext(UInt32, UInt32, Boolean) +- uid: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.#ctor* + name: InventoryItemContext + href: api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.html#Dalamud_Game_Gui_ContextMenus_InventoryItemContext__ctor_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.InventoryItemContext.#ctor + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.InventoryItemContext + nameWithType: InventoryItemContext.InventoryItemContext +- uid: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.Count + name: Count + href: api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.html#Dalamud_Game_Gui_ContextMenus_InventoryItemContext_Count + commentId: P:Dalamud.Game.Gui.ContextMenus.InventoryItemContext.Count + fullName: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.Count + nameWithType: InventoryItemContext.Count +- uid: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.Count* + name: Count + href: api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.html#Dalamud_Game_Gui_ContextMenus_InventoryItemContext_Count_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.InventoryItemContext.Count + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.Count + nameWithType: InventoryItemContext.Count +- uid: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.Id + name: Id + href: api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.html#Dalamud_Game_Gui_ContextMenus_InventoryItemContext_Id + commentId: P:Dalamud.Game.Gui.ContextMenus.InventoryItemContext.Id + fullName: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.Id + nameWithType: InventoryItemContext.Id +- uid: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.Id* + name: Id + href: api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.html#Dalamud_Game_Gui_ContextMenus_InventoryItemContext_Id_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.InventoryItemContext.Id + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.Id + nameWithType: InventoryItemContext.Id +- uid: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.IsHighQuality + name: IsHighQuality + href: api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.html#Dalamud_Game_Gui_ContextMenus_InventoryItemContext_IsHighQuality + commentId: P:Dalamud.Game.Gui.ContextMenus.InventoryItemContext.IsHighQuality + fullName: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.IsHighQuality + nameWithType: InventoryItemContext.IsHighQuality +- uid: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.IsHighQuality* + name: IsHighQuality + href: api/Dalamud.Game.Gui.ContextMenus.InventoryItemContext.html#Dalamud_Game_Gui_ContextMenus_InventoryItemContext_IsHighQuality_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.InventoryItemContext.IsHighQuality + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.InventoryItemContext.IsHighQuality + nameWithType: InventoryItemContext.IsHighQuality +- uid: Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem + name: OpenSubContextMenuItem + href: api/Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.html + commentId: T:Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem + fullName: Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem + nameWithType: OpenSubContextMenuItem +- uid: Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.GetHashCode + name: GetHashCode() + href: api/Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_OpenSubContextMenuItem_GetHashCode + commentId: M:Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.GetHashCode + fullName: Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.GetHashCode() + nameWithType: OpenSubContextMenuItem.GetHashCode() +- uid: Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.GetHashCode* + name: GetHashCode + href: api/Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_OpenSubContextMenuItem_GetHashCode_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.GetHashCode + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.GetHashCode + nameWithType: OpenSubContextMenuItem.GetHashCode +- uid: Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.Opened + name: Opened + href: api/Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_OpenSubContextMenuItem_Opened + commentId: P:Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.Opened + fullName: Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.Opened + nameWithType: OpenSubContextMenuItem.Opened +- uid: Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.Opened* + name: Opened + href: api/Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.html#Dalamud_Game_Gui_ContextMenus_OpenSubContextMenuItem_Opened_ + commentId: Overload:Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.Opened + isSpec: "True" + fullName: Dalamud.Game.Gui.ContextMenus.OpenSubContextMenuItem.Opened + nameWithType: OpenSubContextMenuItem.Opened +- uid: Dalamud.Game.Gui.Dtr + name: Dalamud.Game.Gui.Dtr + href: api/Dalamud.Game.Gui.Dtr.html + commentId: N:Dalamud.Game.Gui.Dtr + fullName: Dalamud.Game.Gui.Dtr + nameWithType: Dalamud.Game.Gui.Dtr +- uid: Dalamud.Game.Gui.Dtr.DtrBar + name: DtrBar + href: api/Dalamud.Game.Gui.Dtr.DtrBar.html + commentId: T:Dalamud.Game.Gui.Dtr.DtrBar + fullName: Dalamud.Game.Gui.Dtr.DtrBar + nameWithType: DtrBar +- uid: Dalamud.Game.Gui.Dtr.DtrBar.#ctor + name: DtrBar() + href: api/Dalamud.Game.Gui.Dtr.DtrBar.html#Dalamud_Game_Gui_Dtr_DtrBar__ctor + commentId: M:Dalamud.Game.Gui.Dtr.DtrBar.#ctor + fullName: Dalamud.Game.Gui.Dtr.DtrBar.DtrBar() + nameWithType: DtrBar.DtrBar() +- uid: Dalamud.Game.Gui.Dtr.DtrBar.#ctor* + name: DtrBar + href: api/Dalamud.Game.Gui.Dtr.DtrBar.html#Dalamud_Game_Gui_Dtr_DtrBar__ctor_ + commentId: Overload:Dalamud.Game.Gui.Dtr.DtrBar.#ctor + isSpec: "True" + fullName: Dalamud.Game.Gui.Dtr.DtrBar.DtrBar + nameWithType: DtrBar.DtrBar +- uid: Dalamud.Game.Gui.Dtr.DtrBar.Get(System.String,Dalamud.Game.Text.SeStringHandling.SeString) + name: Get(String, SeString) + href: api/Dalamud.Game.Gui.Dtr.DtrBar.html#Dalamud_Game_Gui_Dtr_DtrBar_Get_System_String_Dalamud_Game_Text_SeStringHandling_SeString_ + commentId: M:Dalamud.Game.Gui.Dtr.DtrBar.Get(System.String,Dalamud.Game.Text.SeStringHandling.SeString) + fullName: Dalamud.Game.Gui.Dtr.DtrBar.Get(System.String, Dalamud.Game.Text.SeStringHandling.SeString) + nameWithType: DtrBar.Get(String, SeString) +- uid: Dalamud.Game.Gui.Dtr.DtrBar.Get* + name: Get + href: api/Dalamud.Game.Gui.Dtr.DtrBar.html#Dalamud_Game_Gui_Dtr_DtrBar_Get_ + commentId: Overload:Dalamud.Game.Gui.Dtr.DtrBar.Get + isSpec: "True" + fullName: Dalamud.Game.Gui.Dtr.DtrBar.Get + nameWithType: DtrBar.Get +- uid: Dalamud.Game.Gui.Dtr.DtrBar.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Game.Gui.Dtr.DtrBar.html#Dalamud_Game_Gui_Dtr_DtrBar_System_IDisposable_Dispose + commentId: M:Dalamud.Game.Gui.Dtr.DtrBar.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Game.Gui.Dtr.DtrBar.System.IDisposable.Dispose() + nameWithType: DtrBar.IDisposable.Dispose() + nameWithType.vb: DtrBar.System.IDisposable.Dispose() +- uid: Dalamud.Game.Gui.Dtr.DtrBar.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Game.Gui.Dtr.DtrBar.html#Dalamud_Game_Gui_Dtr_DtrBar_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Game.Gui.Dtr.DtrBar.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Game.Gui.Dtr.DtrBar.System.IDisposable.Dispose + nameWithType: DtrBar.IDisposable.Dispose + nameWithType.vb: DtrBar.System.IDisposable.Dispose +- uid: Dalamud.Game.Gui.Dtr.DtrBarEntry + name: DtrBarEntry + href: api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html + commentId: T:Dalamud.Game.Gui.Dtr.DtrBarEntry + fullName: Dalamud.Game.Gui.Dtr.DtrBarEntry + nameWithType: DtrBarEntry +- uid: Dalamud.Game.Gui.Dtr.DtrBarEntry.Dispose + name: Dispose() + href: api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html#Dalamud_Game_Gui_Dtr_DtrBarEntry_Dispose + commentId: M:Dalamud.Game.Gui.Dtr.DtrBarEntry.Dispose + fullName: Dalamud.Game.Gui.Dtr.DtrBarEntry.Dispose() + nameWithType: DtrBarEntry.Dispose() +- uid: Dalamud.Game.Gui.Dtr.DtrBarEntry.Dispose* + name: Dispose + href: api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html#Dalamud_Game_Gui_Dtr_DtrBarEntry_Dispose_ + commentId: Overload:Dalamud.Game.Gui.Dtr.DtrBarEntry.Dispose + isSpec: "True" + fullName: Dalamud.Game.Gui.Dtr.DtrBarEntry.Dispose + nameWithType: DtrBarEntry.Dispose +- uid: Dalamud.Game.Gui.Dtr.DtrBarEntry.Remove + name: Remove() + href: api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html#Dalamud_Game_Gui_Dtr_DtrBarEntry_Remove + commentId: M:Dalamud.Game.Gui.Dtr.DtrBarEntry.Remove + fullName: Dalamud.Game.Gui.Dtr.DtrBarEntry.Remove() + nameWithType: DtrBarEntry.Remove() +- uid: Dalamud.Game.Gui.Dtr.DtrBarEntry.Remove* + name: Remove + href: api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html#Dalamud_Game_Gui_Dtr_DtrBarEntry_Remove_ + commentId: Overload:Dalamud.Game.Gui.Dtr.DtrBarEntry.Remove + isSpec: "True" + fullName: Dalamud.Game.Gui.Dtr.DtrBarEntry.Remove + nameWithType: DtrBarEntry.Remove +- uid: Dalamud.Game.Gui.Dtr.DtrBarEntry.Shown + name: Shown + href: api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html#Dalamud_Game_Gui_Dtr_DtrBarEntry_Shown + commentId: P:Dalamud.Game.Gui.Dtr.DtrBarEntry.Shown + fullName: Dalamud.Game.Gui.Dtr.DtrBarEntry.Shown + nameWithType: DtrBarEntry.Shown +- uid: Dalamud.Game.Gui.Dtr.DtrBarEntry.Shown* + name: Shown + href: api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html#Dalamud_Game_Gui_Dtr_DtrBarEntry_Shown_ + commentId: Overload:Dalamud.Game.Gui.Dtr.DtrBarEntry.Shown + isSpec: "True" + fullName: Dalamud.Game.Gui.Dtr.DtrBarEntry.Shown + nameWithType: DtrBarEntry.Shown +- uid: Dalamud.Game.Gui.Dtr.DtrBarEntry.Text + name: Text + href: api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html#Dalamud_Game_Gui_Dtr_DtrBarEntry_Text + commentId: P:Dalamud.Game.Gui.Dtr.DtrBarEntry.Text + fullName: Dalamud.Game.Gui.Dtr.DtrBarEntry.Text + nameWithType: DtrBarEntry.Text +- uid: Dalamud.Game.Gui.Dtr.DtrBarEntry.Text* + name: Text + href: api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html#Dalamud_Game_Gui_Dtr_DtrBarEntry_Text_ + commentId: Overload:Dalamud.Game.Gui.Dtr.DtrBarEntry.Text + isSpec: "True" + fullName: Dalamud.Game.Gui.Dtr.DtrBarEntry.Text + nameWithType: DtrBarEntry.Text +- uid: Dalamud.Game.Gui.Dtr.DtrBarEntry.Title + name: Title + href: api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html#Dalamud_Game_Gui_Dtr_DtrBarEntry_Title + commentId: P:Dalamud.Game.Gui.Dtr.DtrBarEntry.Title + fullName: Dalamud.Game.Gui.Dtr.DtrBarEntry.Title + nameWithType: DtrBarEntry.Title +- uid: Dalamud.Game.Gui.Dtr.DtrBarEntry.Title* + name: Title + href: api/Dalamud.Game.Gui.Dtr.DtrBarEntry.html#Dalamud_Game_Gui_Dtr_DtrBarEntry_Title_ + commentId: Overload:Dalamud.Game.Gui.Dtr.DtrBarEntry.Title + isSpec: "True" + fullName: Dalamud.Game.Gui.Dtr.DtrBarEntry.Title + nameWithType: DtrBarEntry.Title - uid: Dalamud.Game.Gui.FlyText name: Dalamud.Game.Gui.FlyText href: api/Dalamud.Game.Gui.FlyText.html @@ -9402,6 +10708,12 @@ references: commentId: F:Dalamud.Game.Gui.FlyText.FlyTextKind.NamedAttack3 fullName: Dalamud.Game.Gui.FlyText.FlyTextKind.NamedAttack3 nameWithType: FlyTextKind.NamedAttack3 +- uid: Dalamud.Game.Gui.FlyText.FlyTextKind.NamedCp + name: NamedCp + href: api/Dalamud.Game.Gui.FlyText.FlyTextKind.html#Dalamud_Game_Gui_FlyText_FlyTextKind_NamedCp + commentId: F:Dalamud.Game.Gui.FlyText.FlyTextKind.NamedCp + fullName: Dalamud.Game.Gui.FlyText.FlyTextKind.NamedCp + nameWithType: FlyTextKind.NamedCp - uid: Dalamud.Game.Gui.FlyText.FlyTextKind.NamedCriticalDirectHit name: NamedCriticalDirectHit href: api/Dalamud.Game.Gui.FlyText.FlyTextKind.html#Dalamud_Game_Gui_FlyText_FlyTextKind_NamedCriticalDirectHit @@ -9456,6 +10768,12 @@ references: commentId: F:Dalamud.Game.Gui.FlyText.FlyTextKind.NamedFullyResisted fullName: Dalamud.Game.Gui.FlyText.FlyTextKind.NamedFullyResisted nameWithType: FlyTextKind.NamedFullyResisted +- uid: Dalamud.Game.Gui.FlyText.FlyTextKind.NamedGp + name: NamedGp + href: api/Dalamud.Game.Gui.FlyText.FlyTextKind.html#Dalamud_Game_Gui_FlyText_FlyTextKind_NamedGp + commentId: F:Dalamud.Game.Gui.FlyText.FlyTextKind.NamedGp + fullName: Dalamud.Game.Gui.FlyText.FlyTextKind.NamedGp + nameWithType: FlyTextKind.NamedGp - uid: Dalamud.Game.Gui.FlyText.FlyTextKind.NamedHasNoEffect name: NamedHasNoEffect href: api/Dalamud.Game.Gui.FlyText.FlyTextKind.html#Dalamud_Game_Gui_FlyText_FlyTextKind_NamedHasNoEffect @@ -9582,19 +10900,6 @@ references: commentId: T:Dalamud.Game.Gui.GameGui fullName: Dalamud.Game.Gui.GameGui nameWithType: GameGui -- uid: Dalamud.Game.Gui.GameGui.Dispose - name: Dispose() - href: api/Dalamud.Game.Gui.GameGui.html#Dalamud_Game_Gui_GameGui_Dispose - commentId: M:Dalamud.Game.Gui.GameGui.Dispose - fullName: Dalamud.Game.Gui.GameGui.Dispose() - nameWithType: GameGui.Dispose() -- uid: Dalamud.Game.Gui.GameGui.Dispose* - name: Dispose - href: api/Dalamud.Game.Gui.GameGui.html#Dalamud_Game_Gui_GameGui_Dispose_ - commentId: Overload:Dalamud.Game.Gui.GameGui.Dispose - isSpec: "True" - fullName: Dalamud.Game.Gui.GameGui.Dispose - nameWithType: GameGui.Dispose - uid: Dalamud.Game.Gui.GameGui.Enable name: Enable() href: api/Dalamud.Game.Gui.GameGui.html#Dalamud_Game_Gui_GameGui_Enable @@ -9752,6 +11057,23 @@ references: isSpec: "True" fullName: Dalamud.Game.Gui.GameGui.SetBgm nameWithType: GameGui.SetBgm +- uid: Dalamud.Game.Gui.GameGui.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Game.Gui.GameGui.html#Dalamud_Game_Gui_GameGui_System_IDisposable_Dispose + commentId: M:Dalamud.Game.Gui.GameGui.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Game.Gui.GameGui.System.IDisposable.Dispose() + nameWithType: GameGui.IDisposable.Dispose() + nameWithType.vb: GameGui.System.IDisposable.Dispose() +- uid: Dalamud.Game.Gui.GameGui.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Game.Gui.GameGui.html#Dalamud_Game_Gui_GameGui_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Game.Gui.GameGui.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Game.Gui.GameGui.System.IDisposable.Dispose + nameWithType: GameGui.IDisposable.Dispose + nameWithType.vb: GameGui.System.IDisposable.Dispose - uid: Dalamud.Game.Gui.GameGui.UiHideToggled name: UiHideToggled href: api/Dalamud.Game.Gui.GameGui.html#Dalamud_Game_Gui_GameGui_UiHideToggled @@ -9917,19 +11239,6 @@ references: commentId: T:Dalamud.Game.Gui.PartyFinder.PartyFinderGui fullName: Dalamud.Game.Gui.PartyFinder.PartyFinderGui nameWithType: PartyFinderGui -- uid: Dalamud.Game.Gui.PartyFinder.PartyFinderGui.Dispose - name: Dispose() - href: api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html#Dalamud_Game_Gui_PartyFinder_PartyFinderGui_Dispose - commentId: M:Dalamud.Game.Gui.PartyFinder.PartyFinderGui.Dispose - fullName: Dalamud.Game.Gui.PartyFinder.PartyFinderGui.Dispose() - nameWithType: PartyFinderGui.Dispose() -- uid: Dalamud.Game.Gui.PartyFinder.PartyFinderGui.Dispose* - name: Dispose - href: api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html#Dalamud_Game_Gui_PartyFinder_PartyFinderGui_Dispose_ - commentId: Overload:Dalamud.Game.Gui.PartyFinder.PartyFinderGui.Dispose - isSpec: "True" - fullName: Dalamud.Game.Gui.PartyFinder.PartyFinderGui.Dispose - nameWithType: PartyFinderGui.Dispose - uid: Dalamud.Game.Gui.PartyFinder.PartyFinderGui.Enable name: Enable() href: api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html#Dalamud_Game_Gui_PartyFinder_PartyFinderGui_Enable @@ -9955,6 +11264,23 @@ references: commentId: E:Dalamud.Game.Gui.PartyFinder.PartyFinderGui.ReceiveListing fullName: Dalamud.Game.Gui.PartyFinder.PartyFinderGui.ReceiveListing nameWithType: PartyFinderGui.ReceiveListing +- uid: Dalamud.Game.Gui.PartyFinder.PartyFinderGui.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html#Dalamud_Game_Gui_PartyFinder_PartyFinderGui_System_IDisposable_Dispose + commentId: M:Dalamud.Game.Gui.PartyFinder.PartyFinderGui.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Game.Gui.PartyFinder.PartyFinderGui.System.IDisposable.Dispose() + nameWithType: PartyFinderGui.IDisposable.Dispose() + nameWithType.vb: PartyFinderGui.System.IDisposable.Dispose() +- uid: Dalamud.Game.Gui.PartyFinder.PartyFinderGui.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Game.Gui.PartyFinder.PartyFinderGui.html#Dalamud_Game_Gui_PartyFinder_PartyFinderGui_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Game.Gui.PartyFinder.PartyFinderGui.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Game.Gui.PartyFinder.PartyFinderGui.System.IDisposable.Dispose + nameWithType: PartyFinderGui.IDisposable.Dispose + nameWithType.vb: PartyFinderGui.System.IDisposable.Dispose - uid: Dalamud.Game.Gui.PartyFinder.Types name: Dalamud.Game.Gui.PartyFinder.Types href: api/Dalamud.Game.Gui.PartyFinder.Types.html @@ -10926,19 +12252,6 @@ references: commentId: T:Dalamud.Game.Gui.Toast.ToastGui fullName: Dalamud.Game.Gui.Toast.ToastGui nameWithType: ToastGui -- uid: Dalamud.Game.Gui.Toast.ToastGui.Dispose - name: Dispose() - href: api/Dalamud.Game.Gui.Toast.ToastGui.html#Dalamud_Game_Gui_Toast_ToastGui_Dispose - commentId: M:Dalamud.Game.Gui.Toast.ToastGui.Dispose - fullName: Dalamud.Game.Gui.Toast.ToastGui.Dispose() - nameWithType: ToastGui.Dispose() -- uid: Dalamud.Game.Gui.Toast.ToastGui.Dispose* - name: Dispose - href: api/Dalamud.Game.Gui.Toast.ToastGui.html#Dalamud_Game_Gui_Toast_ToastGui_Dispose_ - commentId: Overload:Dalamud.Game.Gui.Toast.ToastGui.Dispose - isSpec: "True" - fullName: Dalamud.Game.Gui.Toast.ToastGui.Dispose - nameWithType: ToastGui.Dispose - uid: Dalamud.Game.Gui.Toast.ToastGui.Enable name: Enable() href: api/Dalamud.Game.Gui.Toast.ToastGui.html#Dalamud_Game_Gui_Toast_ToastGui_Enable @@ -11039,6 +12352,23 @@ references: isSpec: "True" fullName: Dalamud.Game.Gui.Toast.ToastGui.ShowQuest nameWithType: ToastGui.ShowQuest +- uid: Dalamud.Game.Gui.Toast.ToastGui.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Game.Gui.Toast.ToastGui.html#Dalamud_Game_Gui_Toast_ToastGui_System_IDisposable_Dispose + commentId: M:Dalamud.Game.Gui.Toast.ToastGui.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Game.Gui.Toast.ToastGui.System.IDisposable.Dispose() + nameWithType: ToastGui.IDisposable.Dispose() + nameWithType.vb: ToastGui.System.IDisposable.Dispose() +- uid: Dalamud.Game.Gui.Toast.ToastGui.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Game.Gui.Toast.ToastGui.html#Dalamud_Game_Gui_Toast_ToastGui_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Game.Gui.Toast.ToastGui.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Game.Gui.Toast.ToastGui.System.IDisposable.Dispose + nameWithType: ToastGui.IDisposable.Dispose + nameWithType.vb: ToastGui.System.IDisposable.Dispose - uid: Dalamud.Game.Gui.Toast.ToastGui.Toast name: Toast href: api/Dalamud.Game.Gui.Toast.ToastGui.html#Dalamud_Game_Gui_Toast_ToastGui_Toast @@ -11384,19 +12714,6 @@ references: commentId: T:Dalamud.Game.Network.GameNetwork fullName: Dalamud.Game.Network.GameNetwork nameWithType: GameNetwork -- uid: Dalamud.Game.Network.GameNetwork.Dispose - name: Dispose() - href: api/Dalamud.Game.Network.GameNetwork.html#Dalamud_Game_Network_GameNetwork_Dispose - commentId: M:Dalamud.Game.Network.GameNetwork.Dispose - fullName: Dalamud.Game.Network.GameNetwork.Dispose() - nameWithType: GameNetwork.Dispose() -- uid: Dalamud.Game.Network.GameNetwork.Dispose* - name: Dispose - href: api/Dalamud.Game.Network.GameNetwork.html#Dalamud_Game_Network_GameNetwork_Dispose_ - commentId: Overload:Dalamud.Game.Network.GameNetwork.Dispose - isSpec: "True" - fullName: Dalamud.Game.Network.GameNetwork.Dispose - nameWithType: GameNetwork.Dispose - uid: Dalamud.Game.Network.GameNetwork.Enable name: Enable() href: api/Dalamud.Game.Network.GameNetwork.html#Dalamud_Game_Network_GameNetwork_Enable @@ -11422,6 +12739,23 @@ references: commentId: T:Dalamud.Game.Network.GameNetwork.OnNetworkMessageDelegate fullName: Dalamud.Game.Network.GameNetwork.OnNetworkMessageDelegate nameWithType: GameNetwork.OnNetworkMessageDelegate +- uid: Dalamud.Game.Network.GameNetwork.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Game.Network.GameNetwork.html#Dalamud_Game_Network_GameNetwork_System_IDisposable_Dispose + commentId: M:Dalamud.Game.Network.GameNetwork.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Game.Network.GameNetwork.System.IDisposable.Dispose() + nameWithType: GameNetwork.IDisposable.Dispose() + nameWithType.vb: GameNetwork.System.IDisposable.Dispose() +- uid: Dalamud.Game.Network.GameNetwork.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Game.Network.GameNetwork.html#Dalamud_Game_Network_GameNetwork_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Game.Network.GameNetwork.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Game.Network.GameNetwork.System.IDisposable.Dispose + nameWithType: GameNetwork.IDisposable.Dispose + nameWithType.vb: GameNetwork.System.IDisposable.Dispose - uid: Dalamud.Game.Network.GameNetworkAddressResolver name: GameNetworkAddressResolver href: api/Dalamud.Game.Network.GameNetworkAddressResolver.html @@ -13031,6 +14365,12 @@ references: commentId: F:Dalamud.Game.Text.SeIconChar.Clock fullName: Dalamud.Game.Text.SeIconChar.Clock nameWithType: SeIconChar.Clock +- uid: Dalamud.Game.Text.SeIconChar.Collectible + name: Collectible + href: api/Dalamud.Game.Text.SeIconChar.html#Dalamud_Game_Text_SeIconChar_Collectible + commentId: F:Dalamud.Game.Text.SeIconChar.Collectible + fullName: Dalamud.Game.Text.SeIconChar.Collectible + nameWithType: SeIconChar.Collectible - uid: Dalamud.Game.Text.SeIconChar.Cross name: Cross href: api/Dalamud.Game.Text.SeIconChar.html#Dalamud_Game_Text_SeIconChar_Cross @@ -13463,6 +14803,38 @@ references: commentId: F:Dalamud.Game.Text.SeIconChar.Triangle fullName: Dalamud.Game.Text.SeIconChar.Triangle nameWithType: SeIconChar.Triangle +- uid: Dalamud.Game.Text.SeIconCharExtensions + name: SeIconCharExtensions + href: api/Dalamud.Game.Text.SeIconCharExtensions.html + commentId: T:Dalamud.Game.Text.SeIconCharExtensions + fullName: Dalamud.Game.Text.SeIconCharExtensions + nameWithType: SeIconCharExtensions +- uid: Dalamud.Game.Text.SeIconCharExtensions.ToIconChar(Dalamud.Game.Text.SeIconChar) + name: ToIconChar(SeIconChar) + href: api/Dalamud.Game.Text.SeIconCharExtensions.html#Dalamud_Game_Text_SeIconCharExtensions_ToIconChar_Dalamud_Game_Text_SeIconChar_ + commentId: M:Dalamud.Game.Text.SeIconCharExtensions.ToIconChar(Dalamud.Game.Text.SeIconChar) + fullName: Dalamud.Game.Text.SeIconCharExtensions.ToIconChar(Dalamud.Game.Text.SeIconChar) + nameWithType: SeIconCharExtensions.ToIconChar(SeIconChar) +- uid: Dalamud.Game.Text.SeIconCharExtensions.ToIconChar* + name: ToIconChar + href: api/Dalamud.Game.Text.SeIconCharExtensions.html#Dalamud_Game_Text_SeIconCharExtensions_ToIconChar_ + commentId: Overload:Dalamud.Game.Text.SeIconCharExtensions.ToIconChar + isSpec: "True" + fullName: Dalamud.Game.Text.SeIconCharExtensions.ToIconChar + nameWithType: SeIconCharExtensions.ToIconChar +- uid: Dalamud.Game.Text.SeIconCharExtensions.ToIconString(Dalamud.Game.Text.SeIconChar) + name: ToIconString(SeIconChar) + href: api/Dalamud.Game.Text.SeIconCharExtensions.html#Dalamud_Game_Text_SeIconCharExtensions_ToIconString_Dalamud_Game_Text_SeIconChar_ + commentId: M:Dalamud.Game.Text.SeIconCharExtensions.ToIconString(Dalamud.Game.Text.SeIconChar) + fullName: Dalamud.Game.Text.SeIconCharExtensions.ToIconString(Dalamud.Game.Text.SeIconChar) + nameWithType: SeIconCharExtensions.ToIconString(SeIconChar) +- uid: Dalamud.Game.Text.SeIconCharExtensions.ToIconString* + name: ToIconString + href: api/Dalamud.Game.Text.SeIconCharExtensions.html#Dalamud_Game_Text_SeIconCharExtensions_ToIconString_ + commentId: Overload:Dalamud.Game.Text.SeIconCharExtensions.ToIconString + isSpec: "True" + fullName: Dalamud.Game.Text.SeIconCharExtensions.ToIconString + nameWithType: SeIconCharExtensions.ToIconString - uid: Dalamud.Game.Text.SeStringHandling name: Dalamud.Game.Text.SeStringHandling href: api/Dalamud.Game.Text.SeStringHandling.html @@ -13757,6 +15129,12 @@ references: commentId: F:Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.ExclamationRectangle fullName: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.ExclamationRectangle nameWithType: BitmapFontIcon.ExclamationRectangle +- uid: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.FanFestival + name: FanFestival + href: api/Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.html#Dalamud_Game_Text_SeStringHandling_BitmapFontIcon_FanFestival + commentId: F:Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.FanFestival + fullName: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.FanFestival + nameWithType: BitmapFontIcon.FanFestival - uid: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.FarEast name: FarEast href: api/Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.html#Dalamud_Game_Text_SeStringHandling_BitmapFontIcon_FarEast @@ -13829,6 +15207,12 @@ references: commentId: F:Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.FlyZoneLocked fullName: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.FlyZoneLocked nameWithType: BitmapFontIcon.FlyZoneLocked +- uid: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Garlemald + name: Garlemald + href: api/Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.html#Dalamud_Game_Text_SeStringHandling_BitmapFontIcon_Garlemald + commentId: F:Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Garlemald + fullName: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Garlemald + nameWithType: BitmapFontIcon.Garlemald - uid: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Gatherer name: Gatherer href: api/Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.html#Dalamud_Game_Text_SeStringHandling_BitmapFontIcon_Gatherer @@ -13859,6 +15243,12 @@ references: commentId: F:Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Healer fullName: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Healer nameWithType: BitmapFontIcon.Healer +- uid: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Ilsabard + name: Ilsabard + href: api/Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.html#Dalamud_Game_Text_SeStringHandling_BitmapFontIcon_Ilsabard + commentId: F:Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Ilsabard + fullName: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Ilsabard + nameWithType: BitmapFontIcon.Ilsabard - uid: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Ishgard name: Ishgard href: api/Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.html#Dalamud_Game_Text_SeStringHandling_BitmapFontIcon_Ishgard @@ -13955,6 +15345,12 @@ references: commentId: F:Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Returner fullName: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Returner nameWithType: BitmapFontIcon.Returner +- uid: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Sharlayan + name: Sharlayan + href: api/Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.html#Dalamud_Game_Text_SeStringHandling_BitmapFontIcon_Sharlayan + commentId: F:Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Sharlayan + fullName: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.Sharlayan + nameWithType: BitmapFontIcon.Sharlayan - uid: Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.SilverStar name: SilverStar href: api/Dalamud.Game.Text.SeStringHandling.BitmapFontIcon.html#Dalamud_Game_Text_SeStringHandling_BitmapFontIcon_SilverStar @@ -14647,6 +16043,12 @@ references: commentId: T:Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload nameWithType: ItemPayload +- uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.#ctor(System.UInt32,Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind,System.String) + name: ItemPayload(UInt32, ItemPayload.ItemKind, String) + href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload__ctor_System_UInt32_Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_ItemKind_System_String_ + commentId: M:Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.#ctor(System.UInt32,Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind,System.String) + fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemPayload(System.UInt32, Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind, System.String) + nameWithType: ItemPayload.ItemPayload(UInt32, ItemPayload.ItemKind, String) - uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.#ctor(System.UInt32,System.Boolean,System.String) name: ItemPayload(UInt32, Boolean, String) href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload__ctor_System_UInt32_System_Boolean_System_String_ @@ -14699,6 +16101,19 @@ references: isSpec: "True" fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.EncodeImpl nameWithType: ItemPayload.EncodeImpl +- uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.FromRaw(System.UInt32,System.String) + name: FromRaw(UInt32, String) + href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_FromRaw_System_UInt32_System_String_ + commentId: M:Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.FromRaw(System.UInt32,System.String) + fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.FromRaw(System.UInt32, System.String) + nameWithType: ItemPayload.FromRaw(UInt32, String) +- uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.FromRaw* + name: FromRaw + href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_FromRaw_ + commentId: Overload:Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.FromRaw + isSpec: "True" + fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.FromRaw + nameWithType: ItemPayload.FromRaw - uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.IsHQ name: IsHQ href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_IsHQ @@ -14738,6 +16153,62 @@ references: isSpec: "True" fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemId nameWithType: ItemPayload.ItemId +- uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind + name: ItemPayload.ItemKind + href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.html + commentId: T:Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind + fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind + nameWithType: ItemPayload.ItemKind +- uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.Collectible + name: Collectible + href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_ItemKind_Collectible + commentId: F:Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.Collectible + fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.Collectible + nameWithType: ItemPayload.ItemKind.Collectible +- uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.EventItem + name: EventItem + href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_ItemKind_EventItem + commentId: F:Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.EventItem + fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.EventItem + nameWithType: ItemPayload.ItemKind.EventItem +- uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.Hq + name: Hq + href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_ItemKind_Hq + commentId: F:Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.Hq + fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.Hq + nameWithType: ItemPayload.ItemKind.Hq +- uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.Normal + name: Normal + href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_ItemKind_Normal + commentId: F:Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.Normal + fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind.Normal + nameWithType: ItemPayload.ItemKind.Normal +- uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.Kind + name: Kind + href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_Kind + commentId: P:Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.Kind + fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.Kind + nameWithType: ItemPayload.Kind +- uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.Kind* + name: Kind + href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_Kind_ + commentId: Overload:Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.Kind + isSpec: "True" + fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.Kind + nameWithType: ItemPayload.Kind +- uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.RawItemId + name: RawItemId + href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_RawItemId + commentId: P:Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.RawItemId + fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.RawItemId + nameWithType: ItemPayload.RawItemId +- uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.RawItemId* + name: RawItemId + href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_RawItemId_ + commentId: Overload:Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.RawItemId + isSpec: "True" + fullName: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.RawItemId + nameWithType: ItemPayload.RawItemId - uid: Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ToString name: ToString() href: api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_ToString @@ -16040,6 +17511,12 @@ references: commentId: M:Dalamud.Game.Text.SeStringHandling.SeString.CreateItemLink(Lumina.Excel.GeneratedSheets.Item,System.Boolean,System.String) fullName: Dalamud.Game.Text.SeStringHandling.SeString.CreateItemLink(Lumina.Excel.GeneratedSheets.Item, System.Boolean, System.String) nameWithType: SeString.CreateItemLink(Item, Boolean, String) +- uid: Dalamud.Game.Text.SeStringHandling.SeString.CreateItemLink(System.UInt32,Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind,System.String) + name: CreateItemLink(UInt32, ItemPayload.ItemKind, String) + href: api/Dalamud.Game.Text.SeStringHandling.SeString.html#Dalamud_Game_Text_SeStringHandling_SeString_CreateItemLink_System_UInt32_Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_ItemKind_System_String_ + commentId: M:Dalamud.Game.Text.SeStringHandling.SeString.CreateItemLink(System.UInt32,Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind,System.String) + fullName: Dalamud.Game.Text.SeStringHandling.SeString.CreateItemLink(System.UInt32, Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind, System.String) + nameWithType: SeString.CreateItemLink(UInt32, ItemPayload.ItemKind, String) - uid: Dalamud.Game.Text.SeStringHandling.SeString.CreateItemLink(System.UInt32,System.Boolean,System.String) name: CreateItemLink(UInt32, Boolean, String) href: api/Dalamud.Game.Text.SeStringHandling.SeString.html#Dalamud_Game_Text_SeStringHandling_SeString_CreateItemLink_System_UInt32_System_Boolean_System_String_ @@ -16322,6 +17799,12 @@ references: isSpec: "True" fullName: Dalamud.Game.Text.SeStringHandling.SeStringBuilder.AddItalicsOn nameWithType: SeStringBuilder.AddItalicsOn +- uid: Dalamud.Game.Text.SeStringHandling.SeStringBuilder.AddItemLink(System.UInt32,Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind,System.String) + name: AddItemLink(UInt32, ItemPayload.ItemKind, String) + href: api/Dalamud.Game.Text.SeStringHandling.SeStringBuilder.html#Dalamud_Game_Text_SeStringHandling_SeStringBuilder_AddItemLink_System_UInt32_Dalamud_Game_Text_SeStringHandling_Payloads_ItemPayload_ItemKind_System_String_ + commentId: M:Dalamud.Game.Text.SeStringHandling.SeStringBuilder.AddItemLink(System.UInt32,Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind,System.String) + fullName: Dalamud.Game.Text.SeStringHandling.SeStringBuilder.AddItemLink(System.UInt32, Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.ItemKind, System.String) + nameWithType: SeStringBuilder.AddItemLink(UInt32, ItemPayload.ItemKind, String) - uid: Dalamud.Game.Text.SeStringHandling.SeStringBuilder.AddItemLink(System.UInt32,System.Boolean,System.String) name: AddItemLink(UInt32, Boolean, String) href: api/Dalamud.Game.Text.SeStringHandling.SeStringBuilder.html#Dalamud_Game_Text_SeStringHandling_SeStringBuilder_AddItemLink_System_UInt32_System_Boolean_System_String_ @@ -16335,6 +17818,19 @@ references: isSpec: "True" fullName: Dalamud.Game.Text.SeStringHandling.SeStringBuilder.AddItemLink nameWithType: SeStringBuilder.AddItemLink +- uid: Dalamud.Game.Text.SeStringHandling.SeStringBuilder.AddItemLinkRaw(System.UInt32) + name: AddItemLinkRaw(UInt32) + href: api/Dalamud.Game.Text.SeStringHandling.SeStringBuilder.html#Dalamud_Game_Text_SeStringHandling_SeStringBuilder_AddItemLinkRaw_System_UInt32_ + commentId: M:Dalamud.Game.Text.SeStringHandling.SeStringBuilder.AddItemLinkRaw(System.UInt32) + fullName: Dalamud.Game.Text.SeStringHandling.SeStringBuilder.AddItemLinkRaw(System.UInt32) + nameWithType: SeStringBuilder.AddItemLinkRaw(UInt32) +- uid: Dalamud.Game.Text.SeStringHandling.SeStringBuilder.AddItemLinkRaw* + name: AddItemLinkRaw + href: api/Dalamud.Game.Text.SeStringHandling.SeStringBuilder.html#Dalamud_Game_Text_SeStringHandling_SeStringBuilder_AddItemLinkRaw_ + commentId: Overload:Dalamud.Game.Text.SeStringHandling.SeStringBuilder.AddItemLinkRaw + isSpec: "True" + fullName: Dalamud.Game.Text.SeStringHandling.SeStringBuilder.AddItemLinkRaw + nameWithType: SeStringBuilder.AddItemLinkRaw - uid: Dalamud.Game.Text.SeStringHandling.SeStringBuilder.AddMapLink(System.UInt32,System.UInt32,System.Int32,System.Int32) name: AddMapLink(UInt32, UInt32, Int32, Int32) href: api/Dalamud.Game.Text.SeStringHandling.SeStringBuilder.html#Dalamud_Game_Text_SeStringHandling_SeStringBuilder_AddMapLink_System_UInt32_System_UInt32_System_Int32_System_Int32_ @@ -28084,6 +29580,19 @@ references: isSpec: "True" fullName: Dalamud.Interface.Style.StyleModelV1.Pop nameWithType: StyleModelV1.Pop +- uid: Dalamud.Interface.Style.StyleModelV1.PopupBorderSize + name: PopupBorderSize + href: api/Dalamud.Interface.Style.StyleModelV1.html#Dalamud_Interface_Style_StyleModelV1_PopupBorderSize + commentId: P:Dalamud.Interface.Style.StyleModelV1.PopupBorderSize + fullName: Dalamud.Interface.Style.StyleModelV1.PopupBorderSize + nameWithType: StyleModelV1.PopupBorderSize +- uid: Dalamud.Interface.Style.StyleModelV1.PopupBorderSize* + name: PopupBorderSize + href: api/Dalamud.Interface.Style.StyleModelV1.html#Dalamud_Interface_Style_StyleModelV1_PopupBorderSize_ + commentId: Overload:Dalamud.Interface.Style.StyleModelV1.PopupBorderSize + isSpec: "True" + fullName: Dalamud.Interface.Style.StyleModelV1.PopupBorderSize + nameWithType: StyleModelV1.PopupBorderSize - uid: Dalamud.Interface.Style.StyleModelV1.PopupRounding name: PopupRounding href: api/Dalamud.Interface.Style.StyleModelV1.html#Dalamud_Interface_Style_StyleModelV1_PopupRounding @@ -28369,19 +29878,6 @@ references: isSpec: "True" fullName: Dalamud.Interface.UiBuilder.DisableUserUiHide nameWithType: UiBuilder.DisableUserUiHide -- uid: Dalamud.Interface.UiBuilder.Dispose - name: Dispose() - href: api/Dalamud.Interface.UiBuilder.html#Dalamud_Interface_UiBuilder_Dispose - commentId: M:Dalamud.Interface.UiBuilder.Dispose - fullName: Dalamud.Interface.UiBuilder.Dispose() - nameWithType: UiBuilder.Dispose() -- uid: Dalamud.Interface.UiBuilder.Dispose* - name: Dispose - href: api/Dalamud.Interface.UiBuilder.html#Dalamud_Interface_UiBuilder_Dispose_ - commentId: Overload:Dalamud.Interface.UiBuilder.Dispose - isSpec: "True" - fullName: Dalamud.Interface.UiBuilder.Dispose - nameWithType: UiBuilder.Dispose - uid: Dalamud.Interface.UiBuilder.Draw name: Draw href: api/Dalamud.Interface.UiBuilder.html#Dalamud_Interface_UiBuilder_Draw @@ -28503,6 +29999,23 @@ references: commentId: E:Dalamud.Interface.UiBuilder.ResizeBuffers fullName: Dalamud.Interface.UiBuilder.ResizeBuffers nameWithType: UiBuilder.ResizeBuffers +- uid: Dalamud.Interface.UiBuilder.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Interface.UiBuilder.html#Dalamud_Interface_UiBuilder_System_IDisposable_Dispose + commentId: M:Dalamud.Interface.UiBuilder.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Interface.UiBuilder.System.IDisposable.Dispose() + nameWithType: UiBuilder.IDisposable.Dispose() + nameWithType.vb: UiBuilder.System.IDisposable.Dispose() +- uid: Dalamud.Interface.UiBuilder.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Interface.UiBuilder.html#Dalamud_Interface_UiBuilder_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Interface.UiBuilder.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Interface.UiBuilder.System.IDisposable.Dispose + nameWithType: UiBuilder.IDisposable.Dispose + nameWithType.vb: UiBuilder.System.IDisposable.Dispose - uid: Dalamud.Interface.UiBuilder.WindowHandlePtr name: WindowHandlePtr href: api/Dalamud.Interface.UiBuilder.html#Dalamud_Interface_UiBuilder_WindowHandlePtr @@ -28801,6 +30314,19 @@ references: isSpec: "True" fullName: Dalamud.Interface.Windowing.Window.Toggle nameWithType: Window.Toggle +- uid: Dalamud.Interface.Windowing.Window.Update + name: Update() + href: api/Dalamud.Interface.Windowing.Window.html#Dalamud_Interface_Windowing_Window_Update + commentId: M:Dalamud.Interface.Windowing.Window.Update + fullName: Dalamud.Interface.Windowing.Window.Update() + nameWithType: Window.Update() +- uid: Dalamud.Interface.Windowing.Window.Update* + name: Update + href: api/Dalamud.Interface.Windowing.Window.html#Dalamud_Interface_Windowing_Window_Update_ + commentId: Overload:Dalamud.Interface.Windowing.Window.Update + isSpec: "True" + fullName: Dalamud.Interface.Windowing.Window.Update + nameWithType: Window.Update - uid: Dalamud.Interface.Windowing.Window.WindowName name: WindowName href: api/Dalamud.Interface.Windowing.Window.html#Dalamud_Interface_Windowing_Window_WindowName @@ -29740,6 +31266,103 @@ references: isSpec: "True" fullName: Dalamud.Memory.MemoryHelper.Free nameWithType: MemoryHelper.Free +- uid: Dalamud.Memory.MemoryHelper.GameAllocateAnimation(System.UInt64,System.UInt64) + name: GameAllocateAnimation(UInt64, UInt64) + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_GameAllocateAnimation_System_UInt64_System_UInt64_ + commentId: M:Dalamud.Memory.MemoryHelper.GameAllocateAnimation(System.UInt64,System.UInt64) + fullName: Dalamud.Memory.MemoryHelper.GameAllocateAnimation(System.UInt64, System.UInt64) + nameWithType: MemoryHelper.GameAllocateAnimation(UInt64, UInt64) +- uid: Dalamud.Memory.MemoryHelper.GameAllocateAnimation* + name: GameAllocateAnimation + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_GameAllocateAnimation_ + commentId: Overload:Dalamud.Memory.MemoryHelper.GameAllocateAnimation + isSpec: "True" + fullName: Dalamud.Memory.MemoryHelper.GameAllocateAnimation + nameWithType: MemoryHelper.GameAllocateAnimation +- uid: Dalamud.Memory.MemoryHelper.GameAllocateApricot(System.UInt64,System.UInt64) + name: GameAllocateApricot(UInt64, UInt64) + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_GameAllocateApricot_System_UInt64_System_UInt64_ + commentId: M:Dalamud.Memory.MemoryHelper.GameAllocateApricot(System.UInt64,System.UInt64) + fullName: Dalamud.Memory.MemoryHelper.GameAllocateApricot(System.UInt64, System.UInt64) + nameWithType: MemoryHelper.GameAllocateApricot(UInt64, UInt64) +- uid: Dalamud.Memory.MemoryHelper.GameAllocateApricot* + name: GameAllocateApricot + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_GameAllocateApricot_ + commentId: Overload:Dalamud.Memory.MemoryHelper.GameAllocateApricot + isSpec: "True" + fullName: Dalamud.Memory.MemoryHelper.GameAllocateApricot + nameWithType: MemoryHelper.GameAllocateApricot +- uid: Dalamud.Memory.MemoryHelper.GameAllocateDefault(System.UInt64,System.UInt64) + name: GameAllocateDefault(UInt64, UInt64) + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_GameAllocateDefault_System_UInt64_System_UInt64_ + commentId: M:Dalamud.Memory.MemoryHelper.GameAllocateDefault(System.UInt64,System.UInt64) + fullName: Dalamud.Memory.MemoryHelper.GameAllocateDefault(System.UInt64, System.UInt64) + nameWithType: MemoryHelper.GameAllocateDefault(UInt64, UInt64) +- uid: Dalamud.Memory.MemoryHelper.GameAllocateDefault* + name: GameAllocateDefault + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_GameAllocateDefault_ + commentId: Overload:Dalamud.Memory.MemoryHelper.GameAllocateDefault + isSpec: "True" + fullName: Dalamud.Memory.MemoryHelper.GameAllocateDefault + nameWithType: MemoryHelper.GameAllocateDefault +- uid: Dalamud.Memory.MemoryHelper.GameAllocateSound(System.UInt64,System.UInt64) + name: GameAllocateSound(UInt64, UInt64) + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_GameAllocateSound_System_UInt64_System_UInt64_ + commentId: M:Dalamud.Memory.MemoryHelper.GameAllocateSound(System.UInt64,System.UInt64) + fullName: Dalamud.Memory.MemoryHelper.GameAllocateSound(System.UInt64, System.UInt64) + nameWithType: MemoryHelper.GameAllocateSound(UInt64, UInt64) +- uid: Dalamud.Memory.MemoryHelper.GameAllocateSound* + name: GameAllocateSound + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_GameAllocateSound_ + commentId: Overload:Dalamud.Memory.MemoryHelper.GameAllocateSound + isSpec: "True" + fullName: Dalamud.Memory.MemoryHelper.GameAllocateSound + nameWithType: MemoryHelper.GameAllocateSound +- uid: Dalamud.Memory.MemoryHelper.GameAllocateUi(System.UInt64,System.UInt64) + name: GameAllocateUi(UInt64, UInt64) + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_GameAllocateUi_System_UInt64_System_UInt64_ + commentId: M:Dalamud.Memory.MemoryHelper.GameAllocateUi(System.UInt64,System.UInt64) + fullName: Dalamud.Memory.MemoryHelper.GameAllocateUi(System.UInt64, System.UInt64) + nameWithType: MemoryHelper.GameAllocateUi(UInt64, UInt64) +- uid: Dalamud.Memory.MemoryHelper.GameAllocateUi* + name: GameAllocateUi + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_GameAllocateUi_ + commentId: Overload:Dalamud.Memory.MemoryHelper.GameAllocateUi + isSpec: "True" + fullName: Dalamud.Memory.MemoryHelper.GameAllocateUi + nameWithType: MemoryHelper.GameAllocateUi +- uid: Dalamud.Memory.MemoryHelper.GameFree(System.IntPtr@,System.UInt64) + name: GameFree(ref IntPtr, UInt64) + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_GameFree_System_IntPtr__System_UInt64_ + commentId: M:Dalamud.Memory.MemoryHelper.GameFree(System.IntPtr@,System.UInt64) + name.vb: GameFree(ByRef IntPtr, UInt64) + fullName: Dalamud.Memory.MemoryHelper.GameFree(ref System.IntPtr, System.UInt64) + fullName.vb: Dalamud.Memory.MemoryHelper.GameFree(ByRef System.IntPtr, System.UInt64) + nameWithType: MemoryHelper.GameFree(ref IntPtr, UInt64) + nameWithType.vb: MemoryHelper.GameFree(ByRef IntPtr, UInt64) +- uid: Dalamud.Memory.MemoryHelper.GameFree* + name: GameFree + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_GameFree_ + commentId: Overload:Dalamud.Memory.MemoryHelper.GameFree + isSpec: "True" + fullName: Dalamud.Memory.MemoryHelper.GameFree + nameWithType: MemoryHelper.GameFree +- uid: Dalamud.Memory.MemoryHelper.NullTerminate(System.Byte[]) + name: NullTerminate(Byte[]) + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_NullTerminate_System_Byte___ + commentId: M:Dalamud.Memory.MemoryHelper.NullTerminate(System.Byte[]) + name.vb: NullTerminate(Byte()) + fullName: Dalamud.Memory.MemoryHelper.NullTerminate(System.Byte[]) + fullName.vb: Dalamud.Memory.MemoryHelper.NullTerminate(System.Byte()) + nameWithType: MemoryHelper.NullTerminate(Byte[]) + nameWithType.vb: MemoryHelper.NullTerminate(Byte()) +- uid: Dalamud.Memory.MemoryHelper.NullTerminate* + name: NullTerminate + href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_NullTerminate_ + commentId: Overload:Dalamud.Memory.MemoryHelper.NullTerminate + isSpec: "True" + fullName: Dalamud.Memory.MemoryHelper.NullTerminate + nameWithType: MemoryHelper.NullTerminate - uid: Dalamud.Memory.MemoryHelper.Read* name: Read href: api/Dalamud.Memory.MemoryHelper.html#Dalamud_Memory_MemoryHelper_Read_ @@ -30766,6 +32389,23 @@ references: isSpec: "True" fullName: Dalamud.Plugin.DalamudPluginInterface.SavePluginConfig nameWithType: DalamudPluginInterface.SavePluginConfig +- uid: Dalamud.Plugin.DalamudPluginInterface.System#IDisposable#Dispose + name: IDisposable.Dispose() + href: api/Dalamud.Plugin.DalamudPluginInterface.html#Dalamud_Plugin_DalamudPluginInterface_System_IDisposable_Dispose + commentId: M:Dalamud.Plugin.DalamudPluginInterface.System#IDisposable#Dispose + name.vb: System.IDisposable.Dispose() + fullName: Dalamud.Plugin.DalamudPluginInterface.System.IDisposable.Dispose() + nameWithType: DalamudPluginInterface.IDisposable.Dispose() + nameWithType.vb: DalamudPluginInterface.System.IDisposable.Dispose() +- uid: Dalamud.Plugin.DalamudPluginInterface.System#IDisposable#Dispose* + name: IDisposable.Dispose + href: api/Dalamud.Plugin.DalamudPluginInterface.html#Dalamud_Plugin_DalamudPluginInterface_System_IDisposable_Dispose_ + commentId: Overload:Dalamud.Plugin.DalamudPluginInterface.System#IDisposable#Dispose + isSpec: "True" + name.vb: System.IDisposable.Dispose + fullName: Dalamud.Plugin.DalamudPluginInterface.System.IDisposable.Dispose + nameWithType: DalamudPluginInterface.IDisposable.Dispose + nameWithType.vb: DalamudPluginInterface.System.IDisposable.Dispose - uid: Dalamud.Plugin.DalamudPluginInterface.UiBuilder name: UiBuilder href: api/Dalamud.Plugin.DalamudPluginInterface.html#Dalamud_Plugin_DalamudPluginInterface_UiBuilder @@ -32749,6 +34389,12 @@ references: fullName.vb: Dalamud.Utility.EnumExtensions.GetAttribute(Of TAttribute)(System.Enum) nameWithType: EnumExtensions.GetAttribute(Enum) nameWithType.vb: EnumExtensions.GetAttribute(Of TAttribute)(Enum) +- uid: Dalamud.Utility.Hash + name: Hash + href: api/Dalamud.Utility.Hash.html + commentId: T:Dalamud.Utility.Hash + fullName: Dalamud.Utility.Hash + nameWithType: Hash - uid: Dalamud.Utility.SeStringExtensions name: SeStringExtensions href: api/Dalamud.Utility.SeStringExtensions.html @@ -32768,6 +34414,206 @@ references: isSpec: "True" fullName: Dalamud.Utility.SeStringExtensions.ToDalamudString nameWithType: SeStringExtensions.ToDalamudString +- uid: Dalamud.Utility.Signatures + name: Dalamud.Utility.Signatures + href: api/Dalamud.Utility.Signatures.html + commentId: N:Dalamud.Utility.Signatures + fullName: Dalamud.Utility.Signatures + nameWithType: Dalamud.Utility.Signatures +- uid: Dalamud.Utility.Signatures.Fallibility + name: Fallibility + href: api/Dalamud.Utility.Signatures.Fallibility.html + commentId: T:Dalamud.Utility.Signatures.Fallibility + fullName: Dalamud.Utility.Signatures.Fallibility + nameWithType: Fallibility +- uid: Dalamud.Utility.Signatures.Fallibility.Auto + name: Auto + href: api/Dalamud.Utility.Signatures.Fallibility.html#Dalamud_Utility_Signatures_Fallibility_Auto + commentId: F:Dalamud.Utility.Signatures.Fallibility.Auto + fullName: Dalamud.Utility.Signatures.Fallibility.Auto + nameWithType: Fallibility.Auto +- uid: Dalamud.Utility.Signatures.Fallibility.Fallible + name: Fallible + href: api/Dalamud.Utility.Signatures.Fallibility.html#Dalamud_Utility_Signatures_Fallibility_Fallible + commentId: F:Dalamud.Utility.Signatures.Fallibility.Fallible + fullName: Dalamud.Utility.Signatures.Fallibility.Fallible + nameWithType: Fallibility.Fallible +- uid: Dalamud.Utility.Signatures.Fallibility.Infallible + name: Infallible + href: api/Dalamud.Utility.Signatures.Fallibility.html#Dalamud_Utility_Signatures_Fallibility_Infallible + commentId: F:Dalamud.Utility.Signatures.Fallibility.Infallible + fullName: Dalamud.Utility.Signatures.Fallibility.Infallible + nameWithType: Fallibility.Infallible +- uid: Dalamud.Utility.Signatures.ScanType + name: ScanType + href: api/Dalamud.Utility.Signatures.ScanType.html + commentId: T:Dalamud.Utility.Signatures.ScanType + fullName: Dalamud.Utility.Signatures.ScanType + nameWithType: ScanType +- uid: Dalamud.Utility.Signatures.ScanType.StaticAddress + name: StaticAddress + href: api/Dalamud.Utility.Signatures.ScanType.html#Dalamud_Utility_Signatures_ScanType_StaticAddress + commentId: F:Dalamud.Utility.Signatures.ScanType.StaticAddress + fullName: Dalamud.Utility.Signatures.ScanType.StaticAddress + nameWithType: ScanType.StaticAddress +- uid: Dalamud.Utility.Signatures.ScanType.Text + name: Text + href: api/Dalamud.Utility.Signatures.ScanType.html#Dalamud_Utility_Signatures_ScanType_Text + commentId: F:Dalamud.Utility.Signatures.ScanType.Text + fullName: Dalamud.Utility.Signatures.ScanType.Text + nameWithType: ScanType.Text +- uid: Dalamud.Utility.Signatures.SignatureAttribute + name: SignatureAttribute + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html + commentId: T:Dalamud.Utility.Signatures.SignatureAttribute + fullName: Dalamud.Utility.Signatures.SignatureAttribute + nameWithType: SignatureAttribute +- uid: Dalamud.Utility.Signatures.SignatureAttribute.#ctor(System.String) + name: SignatureAttribute(String) + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute__ctor_System_String_ + commentId: M:Dalamud.Utility.Signatures.SignatureAttribute.#ctor(System.String) + fullName: Dalamud.Utility.Signatures.SignatureAttribute.SignatureAttribute(System.String) + nameWithType: SignatureAttribute.SignatureAttribute(String) +- uid: Dalamud.Utility.Signatures.SignatureAttribute.#ctor* + name: SignatureAttribute + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute__ctor_ + commentId: Overload:Dalamud.Utility.Signatures.SignatureAttribute.#ctor + isSpec: "True" + fullName: Dalamud.Utility.Signatures.SignatureAttribute.SignatureAttribute + nameWithType: SignatureAttribute.SignatureAttribute +- uid: Dalamud.Utility.Signatures.SignatureAttribute.DetourName + name: DetourName + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute_DetourName + commentId: P:Dalamud.Utility.Signatures.SignatureAttribute.DetourName + fullName: Dalamud.Utility.Signatures.SignatureAttribute.DetourName + nameWithType: SignatureAttribute.DetourName +- uid: Dalamud.Utility.Signatures.SignatureAttribute.DetourName* + name: DetourName + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute_DetourName_ + commentId: Overload:Dalamud.Utility.Signatures.SignatureAttribute.DetourName + isSpec: "True" + fullName: Dalamud.Utility.Signatures.SignatureAttribute.DetourName + nameWithType: SignatureAttribute.DetourName +- uid: Dalamud.Utility.Signatures.SignatureAttribute.Fallibility + name: Fallibility + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute_Fallibility + commentId: P:Dalamud.Utility.Signatures.SignatureAttribute.Fallibility + fullName: Dalamud.Utility.Signatures.SignatureAttribute.Fallibility + nameWithType: SignatureAttribute.Fallibility +- uid: Dalamud.Utility.Signatures.SignatureAttribute.Fallibility* + name: Fallibility + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute_Fallibility_ + commentId: Overload:Dalamud.Utility.Signatures.SignatureAttribute.Fallibility + isSpec: "True" + fullName: Dalamud.Utility.Signatures.SignatureAttribute.Fallibility + nameWithType: SignatureAttribute.Fallibility +- uid: Dalamud.Utility.Signatures.SignatureAttribute.Offset + name: Offset + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute_Offset + commentId: P:Dalamud.Utility.Signatures.SignatureAttribute.Offset + fullName: Dalamud.Utility.Signatures.SignatureAttribute.Offset + nameWithType: SignatureAttribute.Offset +- uid: Dalamud.Utility.Signatures.SignatureAttribute.Offset* + name: Offset + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute_Offset_ + commentId: Overload:Dalamud.Utility.Signatures.SignatureAttribute.Offset + isSpec: "True" + fullName: Dalamud.Utility.Signatures.SignatureAttribute.Offset + nameWithType: SignatureAttribute.Offset +- uid: Dalamud.Utility.Signatures.SignatureAttribute.ScanType + name: ScanType + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute_ScanType + commentId: P:Dalamud.Utility.Signatures.SignatureAttribute.ScanType + fullName: Dalamud.Utility.Signatures.SignatureAttribute.ScanType + nameWithType: SignatureAttribute.ScanType +- uid: Dalamud.Utility.Signatures.SignatureAttribute.ScanType* + name: ScanType + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute_ScanType_ + commentId: Overload:Dalamud.Utility.Signatures.SignatureAttribute.ScanType + isSpec: "True" + fullName: Dalamud.Utility.Signatures.SignatureAttribute.ScanType + nameWithType: SignatureAttribute.ScanType +- uid: Dalamud.Utility.Signatures.SignatureAttribute.Signature + name: Signature + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute_Signature + commentId: P:Dalamud.Utility.Signatures.SignatureAttribute.Signature + fullName: Dalamud.Utility.Signatures.SignatureAttribute.Signature + nameWithType: SignatureAttribute.Signature +- uid: Dalamud.Utility.Signatures.SignatureAttribute.Signature* + name: Signature + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute_Signature_ + commentId: Overload:Dalamud.Utility.Signatures.SignatureAttribute.Signature + isSpec: "True" + fullName: Dalamud.Utility.Signatures.SignatureAttribute.Signature + nameWithType: SignatureAttribute.Signature +- uid: Dalamud.Utility.Signatures.SignatureAttribute.UseFlags + name: UseFlags + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute_UseFlags + commentId: P:Dalamud.Utility.Signatures.SignatureAttribute.UseFlags + fullName: Dalamud.Utility.Signatures.SignatureAttribute.UseFlags + nameWithType: SignatureAttribute.UseFlags +- uid: Dalamud.Utility.Signatures.SignatureAttribute.UseFlags* + name: UseFlags + href: api/Dalamud.Utility.Signatures.SignatureAttribute.html#Dalamud_Utility_Signatures_SignatureAttribute_UseFlags_ + commentId: Overload:Dalamud.Utility.Signatures.SignatureAttribute.UseFlags + isSpec: "True" + fullName: Dalamud.Utility.Signatures.SignatureAttribute.UseFlags + nameWithType: SignatureAttribute.UseFlags +- uid: Dalamud.Utility.Signatures.SignatureException + name: SignatureException + href: api/Dalamud.Utility.Signatures.SignatureException.html + commentId: T:Dalamud.Utility.Signatures.SignatureException + fullName: Dalamud.Utility.Signatures.SignatureException + nameWithType: SignatureException +- uid: Dalamud.Utility.Signatures.SignatureHelper + name: SignatureHelper + href: api/Dalamud.Utility.Signatures.SignatureHelper.html + commentId: T:Dalamud.Utility.Signatures.SignatureHelper + fullName: Dalamud.Utility.Signatures.SignatureHelper + nameWithType: SignatureHelper +- uid: Dalamud.Utility.Signatures.SignatureHelper.Initialise(System.Object,System.Boolean) + name: Initialise(Object, Boolean) + href: api/Dalamud.Utility.Signatures.SignatureHelper.html#Dalamud_Utility_Signatures_SignatureHelper_Initialise_System_Object_System_Boolean_ + commentId: M:Dalamud.Utility.Signatures.SignatureHelper.Initialise(System.Object,System.Boolean) + fullName: Dalamud.Utility.Signatures.SignatureHelper.Initialise(System.Object, System.Boolean) + nameWithType: SignatureHelper.Initialise(Object, Boolean) +- uid: Dalamud.Utility.Signatures.SignatureHelper.Initialise* + name: Initialise + href: api/Dalamud.Utility.Signatures.SignatureHelper.html#Dalamud_Utility_Signatures_SignatureHelper_Initialise_ + commentId: Overload:Dalamud.Utility.Signatures.SignatureHelper.Initialise + isSpec: "True" + fullName: Dalamud.Utility.Signatures.SignatureHelper.Initialise + nameWithType: SignatureHelper.Initialise +- uid: Dalamud.Utility.Signatures.SignatureUseFlags + name: SignatureUseFlags + href: api/Dalamud.Utility.Signatures.SignatureUseFlags.html + commentId: T:Dalamud.Utility.Signatures.SignatureUseFlags + fullName: Dalamud.Utility.Signatures.SignatureUseFlags + nameWithType: SignatureUseFlags +- uid: Dalamud.Utility.Signatures.SignatureUseFlags.Auto + name: Auto + href: api/Dalamud.Utility.Signatures.SignatureUseFlags.html#Dalamud_Utility_Signatures_SignatureUseFlags_Auto + commentId: F:Dalamud.Utility.Signatures.SignatureUseFlags.Auto + fullName: Dalamud.Utility.Signatures.SignatureUseFlags.Auto + nameWithType: SignatureUseFlags.Auto +- uid: Dalamud.Utility.Signatures.SignatureUseFlags.Hook + name: Hook + href: api/Dalamud.Utility.Signatures.SignatureUseFlags.html#Dalamud_Utility_Signatures_SignatureUseFlags_Hook + commentId: F:Dalamud.Utility.Signatures.SignatureUseFlags.Hook + fullName: Dalamud.Utility.Signatures.SignatureUseFlags.Hook + nameWithType: SignatureUseFlags.Hook +- uid: Dalamud.Utility.Signatures.SignatureUseFlags.Offset + name: Offset + href: api/Dalamud.Utility.Signatures.SignatureUseFlags.html#Dalamud_Utility_Signatures_SignatureUseFlags_Offset + commentId: F:Dalamud.Utility.Signatures.SignatureUseFlags.Offset + fullName: Dalamud.Utility.Signatures.SignatureUseFlags.Offset + nameWithType: SignatureUseFlags.Offset +- uid: Dalamud.Utility.Signatures.SignatureUseFlags.Pointer + name: Pointer + href: api/Dalamud.Utility.Signatures.SignatureUseFlags.html#Dalamud_Utility_Signatures_SignatureUseFlags_Pointer + commentId: F:Dalamud.Utility.Signatures.SignatureUseFlags.Pointer + fullName: Dalamud.Utility.Signatures.SignatureUseFlags.Pointer + nameWithType: SignatureUseFlags.Pointer - uid: Dalamud.Utility.StringExtensions name: StringExtensions href: api/Dalamud.Utility.StringExtensions.html @@ -32925,12 +34771,28 @@ references: isSpec: "True" fullName: Dalamud.Utility.Util.DumpMemory nameWithType: Util.DumpMemory -- uid: Dalamud.Utility.Util.Fatal(System.String,System.String) - name: Fatal(String, String) - href: api/Dalamud.Utility.Util.html#Dalamud_Utility_Util_Fatal_System_String_System_String_ - commentId: M:Dalamud.Utility.Util.Fatal(System.String,System.String) - fullName: Dalamud.Utility.Util.Fatal(System.String, System.String) - nameWithType: Util.Fatal(String, String) +- uid: Dalamud.Utility.Util.FastByteArrayCompare(System.Byte[],System.Byte[]) + name: FastByteArrayCompare(Byte[], Byte[]) + href: api/Dalamud.Utility.Util.html#Dalamud_Utility_Util_FastByteArrayCompare_System_Byte___System_Byte___ + commentId: M:Dalamud.Utility.Util.FastByteArrayCompare(System.Byte[],System.Byte[]) + name.vb: FastByteArrayCompare(Byte(), Byte()) + fullName: Dalamud.Utility.Util.FastByteArrayCompare(System.Byte[], System.Byte[]) + fullName.vb: Dalamud.Utility.Util.FastByteArrayCompare(System.Byte(), System.Byte()) + nameWithType: Util.FastByteArrayCompare(Byte[], Byte[]) + nameWithType.vb: Util.FastByteArrayCompare(Byte(), Byte()) +- uid: Dalamud.Utility.Util.FastByteArrayCompare* + name: FastByteArrayCompare + href: api/Dalamud.Utility.Util.html#Dalamud_Utility_Util_FastByteArrayCompare_ + commentId: Overload:Dalamud.Utility.Util.FastByteArrayCompare + isSpec: "True" + fullName: Dalamud.Utility.Util.FastByteArrayCompare + nameWithType: Util.FastByteArrayCompare +- uid: Dalamud.Utility.Util.Fatal(System.String,System.String,System.Boolean) + name: Fatal(String, String, Boolean) + href: api/Dalamud.Utility.Util.html#Dalamud_Utility_Util_Fatal_System_String_System_String_System_Boolean_ + commentId: M:Dalamud.Utility.Util.Fatal(System.String,System.String,System.Boolean) + fullName: Dalamud.Utility.Util.Fatal(System.String, System.String, System.Boolean) + nameWithType: Util.Fatal(String, String, Boolean) - uid: Dalamud.Utility.Util.Fatal* name: Fatal href: api/Dalamud.Utility.Util.html#Dalamud_Utility_Util_Fatal_ @@ -32938,6 +34800,19 @@ references: isSpec: "True" fullName: Dalamud.Utility.Util.Fatal nameWithType: Util.Fatal +- uid: Dalamud.Utility.Util.FormatBytes(System.Int64) + name: FormatBytes(Int64) + href: api/Dalamud.Utility.Util.html#Dalamud_Utility_Util_FormatBytes_System_Int64_ + commentId: M:Dalamud.Utility.Util.FormatBytes(System.Int64) + fullName: Dalamud.Utility.Util.FormatBytes(System.Int64) + nameWithType: Util.FormatBytes(Int64) +- uid: Dalamud.Utility.Util.FormatBytes* + name: FormatBytes + href: api/Dalamud.Utility.Util.html#Dalamud_Utility_Util_FormatBytes_ + commentId: Overload:Dalamud.Utility.Util.FormatBytes + isSpec: "True" + fullName: Dalamud.Utility.Util.FormatBytes + nameWithType: Util.FormatBytes - uid: Dalamud.Utility.Util.GetGitHash name: GetGitHash() href: api/Dalamud.Utility.Util.html#Dalamud_Utility_Util_GetGitHash @@ -33173,6 +35048,38 @@ references: isSpec: "True" fullName: FFXIVClientStructs.Attributes.Addon.AddonIdentifiers nameWithType: Addon.AddonIdentifiers +- uid: FFXIVClientStructs.Attributes.AgentAttribute + name: AgentAttribute + href: api/FFXIVClientStructs.Attributes.AgentAttribute.html + commentId: T:FFXIVClientStructs.Attributes.AgentAttribute + fullName: FFXIVClientStructs.Attributes.AgentAttribute + nameWithType: AgentAttribute +- uid: FFXIVClientStructs.Attributes.AgentAttribute.#ctor(FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId) + name: AgentAttribute(AgentId) + href: api/FFXIVClientStructs.Attributes.AgentAttribute.html#FFXIVClientStructs_Attributes_AgentAttribute__ctor_FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ + commentId: M:FFXIVClientStructs.Attributes.AgentAttribute.#ctor(FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId) + fullName: FFXIVClientStructs.Attributes.AgentAttribute.AgentAttribute(FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId) + nameWithType: AgentAttribute.AgentAttribute(AgentId) +- uid: FFXIVClientStructs.Attributes.AgentAttribute.#ctor* + name: AgentAttribute + href: api/FFXIVClientStructs.Attributes.AgentAttribute.html#FFXIVClientStructs_Attributes_AgentAttribute__ctor_ + commentId: Overload:FFXIVClientStructs.Attributes.AgentAttribute.#ctor + isSpec: "True" + fullName: FFXIVClientStructs.Attributes.AgentAttribute.AgentAttribute + nameWithType: AgentAttribute.AgentAttribute +- uid: FFXIVClientStructs.Attributes.AgentAttribute.ID + name: ID + href: api/FFXIVClientStructs.Attributes.AgentAttribute.html#FFXIVClientStructs_Attributes_AgentAttribute_ID + commentId: P:FFXIVClientStructs.Attributes.AgentAttribute.ID + fullName: FFXIVClientStructs.Attributes.AgentAttribute.ID + nameWithType: AgentAttribute.ID +- uid: FFXIVClientStructs.Attributes.AgentAttribute.ID* + name: ID + href: api/FFXIVClientStructs.Attributes.AgentAttribute.html#FFXIVClientStructs_Attributes_AgentAttribute_ID_ + commentId: Overload:FFXIVClientStructs.Attributes.AgentAttribute.ID + isSpec: "True" + fullName: FFXIVClientStructs.Attributes.AgentAttribute.ID + nameWithType: AgentAttribute.ID - uid: FFXIVClientStructs.Attributes.MemberFunctionAttribute name: MemberFunctionAttribute href: api/FFXIVClientStructs.Attributes.MemberFunctionAttribute.html @@ -33437,6 +35344,32 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetMaxCharges nameWithType: ActionManager.GetMaxCharges +- uid: FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastGroup(System.Int32,System.UInt32) + name: GetRecastGroup(Int32, UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html#FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetRecastGroup_System_Int32_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastGroup(System.Int32,System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastGroup(System.Int32, System.UInt32) + nameWithType: ActionManager.GetRecastGroup(Int32, UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastGroup* + name: GetRecastGroup + href: api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html#FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetRecastGroup_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastGroup + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastGroup + nameWithType: ActionManager.GetRecastGroup +- uid: FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastGroupDetail(System.Int32) + name: GetRecastGroupDetail(Int32) + href: api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html#FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetRecastGroupDetail_System_Int32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastGroupDetail(System.Int32) + fullName: FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastGroupDetail(System.Int32) + nameWithType: ActionManager.GetRecastGroupDetail(Int32) +- uid: FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastGroupDetail* + name: GetRecastGroupDetail + href: api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html#FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetRecastGroupDetail_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastGroupDetail + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastGroupDetail + nameWithType: ActionManager.GetRecastGroupDetail - uid: FFXIVClientStructs.FFXIV.Client.Game.ActionManager.GetRecastTime(FFXIVClientStructs.FFXIV.Client.Game.ActionType,System.UInt32) name: GetRecastTime(ActionType, UInt32) href: api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html#FFXIVClientStructs_FFXIV_Client_Game_ActionManager_GetRecastTime_FFXIVClientStructs_FFXIV_Client_Game_ActionType_System_UInt32_ @@ -33647,6 +35580,102 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.ActionType.Waymark fullName: FFXIVClientStructs.FFXIV.Client.Game.ActionType.Waymark nameWithType: ActionType.Waymark +- uid: FFXIVClientStructs.FFXIV.Client.Game.Balloon + name: Balloon + href: api/FFXIVClientStructs.FFXIV.Client.Game.Balloon.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Balloon + fullName: FFXIVClientStructs.FFXIV.Client.Game.Balloon + nameWithType: Balloon +- uid: FFXIVClientStructs.FFXIV.Client.Game.Balloon.DefaultBalloonId + name: DefaultBalloonId + href: api/FFXIVClientStructs.FFXIV.Client.Game.Balloon.html#FFXIVClientStructs_FFXIV_Client_Game_Balloon_DefaultBalloonId + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Balloon.DefaultBalloonId + fullName: FFXIVClientStructs.FFXIV.Client.Game.Balloon.DefaultBalloonId + nameWithType: Balloon.DefaultBalloonId +- uid: FFXIVClientStructs.FFXIV.Client.Game.Balloon.NowPlayingBalloonId + name: NowPlayingBalloonId + href: api/FFXIVClientStructs.FFXIV.Client.Game.Balloon.html#FFXIVClientStructs_FFXIV_Client_Game_Balloon_NowPlayingBalloonId + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Balloon.NowPlayingBalloonId + fullName: FFXIVClientStructs.FFXIV.Client.Game.Balloon.NowPlayingBalloonId + nameWithType: Balloon.NowPlayingBalloonId +- uid: FFXIVClientStructs.FFXIV.Client.Game.Balloon.PlayTimer + name: PlayTimer + href: api/FFXIVClientStructs.FFXIV.Client.Game.Balloon.html#FFXIVClientStructs_FFXIV_Client_Game_Balloon_PlayTimer + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Balloon.PlayTimer + fullName: FFXIVClientStructs.FFXIV.Client.Game.Balloon.PlayTimer + nameWithType: Balloon.PlayTimer +- uid: FFXIVClientStructs.FFXIV.Client.Game.Balloon.State + name: State + href: api/FFXIVClientStructs.FFXIV.Client.Game.Balloon.html#FFXIVClientStructs_FFXIV_Client_Game_Balloon_State + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Balloon.State + fullName: FFXIVClientStructs.FFXIV.Client.Game.Balloon.State + nameWithType: Balloon.State +- uid: FFXIVClientStructs.FFXIV.Client.Game.Balloon.Text + name: Text + href: api/FFXIVClientStructs.FFXIV.Client.Game.Balloon.html#FFXIVClientStructs_FFXIV_Client_Game_Balloon_Text + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Balloon.Text + fullName: FFXIVClientStructs.FFXIV.Client.Game.Balloon.Text + nameWithType: Balloon.Text +- uid: FFXIVClientStructs.FFXIV.Client.Game.Balloon.Type + name: Type + href: api/FFXIVClientStructs.FFXIV.Client.Game.Balloon.html#FFXIVClientStructs_FFXIV_Client_Game_Balloon_Type + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Balloon.Type + fullName: FFXIVClientStructs.FFXIV.Client.Game.Balloon.Type + nameWithType: Balloon.Type +- uid: FFXIVClientStructs.FFXIV.Client.Game.Balloon.UnkBool + name: UnkBool + href: api/FFXIVClientStructs.FFXIV.Client.Game.Balloon.html#FFXIVClientStructs_FFXIV_Client_Game_Balloon_UnkBool + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Balloon.UnkBool + fullName: FFXIVClientStructs.FFXIV.Client.Game.Balloon.UnkBool + nameWithType: Balloon.UnkBool +- uid: FFXIVClientStructs.FFXIV.Client.Game.BalloonState + name: BalloonState + href: api/FFXIVClientStructs.FFXIV.Client.Game.BalloonState.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.BalloonState + fullName: FFXIVClientStructs.FFXIV.Client.Game.BalloonState + nameWithType: BalloonState +- uid: FFXIVClientStructs.FFXIV.Client.Game.BalloonState.Active + name: Active + href: api/FFXIVClientStructs.FFXIV.Client.Game.BalloonState.html#FFXIVClientStructs_FFXIV_Client_Game_BalloonState_Active + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.BalloonState.Active + fullName: FFXIVClientStructs.FFXIV.Client.Game.BalloonState.Active + nameWithType: BalloonState.Active +- uid: FFXIVClientStructs.FFXIV.Client.Game.BalloonState.Closing + name: Closing + href: api/FFXIVClientStructs.FFXIV.Client.Game.BalloonState.html#FFXIVClientStructs_FFXIV_Client_Game_BalloonState_Closing + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.BalloonState.Closing + fullName: FFXIVClientStructs.FFXIV.Client.Game.BalloonState.Closing + nameWithType: BalloonState.Closing +- uid: FFXIVClientStructs.FFXIV.Client.Game.BalloonState.Inactive + name: Inactive + href: api/FFXIVClientStructs.FFXIV.Client.Game.BalloonState.html#FFXIVClientStructs_FFXIV_Client_Game_BalloonState_Inactive + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.BalloonState.Inactive + fullName: FFXIVClientStructs.FFXIV.Client.Game.BalloonState.Inactive + nameWithType: BalloonState.Inactive +- uid: FFXIVClientStructs.FFXIV.Client.Game.BalloonState.Waiting + name: Waiting + href: api/FFXIVClientStructs.FFXIV.Client.Game.BalloonState.html#FFXIVClientStructs_FFXIV_Client_Game_BalloonState_Waiting + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.BalloonState.Waiting + fullName: FFXIVClientStructs.FFXIV.Client.Game.BalloonState.Waiting + nameWithType: BalloonState.Waiting +- uid: FFXIVClientStructs.FFXIV.Client.Game.BalloonType + name: BalloonType + href: api/FFXIVClientStructs.FFXIV.Client.Game.BalloonType.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.BalloonType + fullName: FFXIVClientStructs.FFXIV.Client.Game.BalloonType + nameWithType: BalloonType +- uid: FFXIVClientStructs.FFXIV.Client.Game.BalloonType.Timer + name: Timer + href: api/FFXIVClientStructs.FFXIV.Client.Game.BalloonType.html#FFXIVClientStructs_FFXIV_Client_Game_BalloonType_Timer + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.BalloonType.Timer + fullName: FFXIVClientStructs.FFXIV.Client.Game.BalloonType.Timer + nameWithType: BalloonType.Timer +- uid: FFXIVClientStructs.FFXIV.Client.Game.BalloonType.Unknown + name: Unknown + href: api/FFXIVClientStructs.FFXIV.Client.Game.BalloonType.html#FFXIVClientStructs_FFXIV_Client_Game_BalloonType_Unknown + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.BalloonType.Unknown + fullName: FFXIVClientStructs.FFXIV.Client.Game.BalloonType.Unknown + nameWithType: BalloonType.Unknown - uid: FFXIVClientStructs.FFXIV.Client.Game.Character name: FFXIVClientStructs.FFXIV.Client.Game.Character href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.html @@ -33671,6 +35700,18 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionID fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionID nameWithType: BattleChara.CastInfo.ActionID +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionRecipientsCount + name: ActionRecipientsCount + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_ActionRecipientsCount + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionRecipientsCount + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionRecipientsCount + nameWithType: BattleChara.CastInfo.ActionRecipientsCount +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionRecipientsObjectIdArray + name: ActionRecipientsObjectIdArray + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_ActionRecipientsObjectIdArray + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionRecipientsObjectIdArray + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionRecipientsObjectIdArray + nameWithType: BattleChara.CastInfo.ActionRecipientsObjectIdArray - uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.ActionType name: ActionType href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_ActionType @@ -33725,24 +35766,54 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.Unk_30 fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.Unk_30 nameWithType: BattleChara.CastInfo.Unk_30 +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.UsedActionId + name: UsedActionId + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_UsedActionId + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.UsedActionId + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.UsedActionId + nameWithType: BattleChara.CastInfo.UsedActionId +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.UsedActionType + name: UsedActionType + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_CastInfo_UsedActionType + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.UsedActionType + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.CastInfo.UsedActionType + nameWithType: BattleChara.CastInfo.UsedActionType - uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.Character name: Character href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_Character commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.Character fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.Character nameWithType: BattleChara.Character -- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.EurekaElement - name: EurekaElement - href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_EurekaElement - commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.EurekaElement - fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.EurekaElement - nameWithType: BattleChara.EurekaElement -- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.EurekaLevel - name: EurekaLevel - href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_EurekaLevel - commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.EurekaLevel - fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.EurekaLevel - nameWithType: BattleChara.EurekaLevel +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.Foray + name: Foray + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_Foray + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.Foray + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.Foray + nameWithType: BattleChara.Foray +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo + name: BattleChara.ForayInfo + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo + nameWithType: BattleChara.ForayInfo +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.Element + name: Element + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_ForayInfo_Element + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.Element + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.Element + nameWithType: BattleChara.ForayInfo.Element +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.ElementalLevel + name: ElementalLevel + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_ForayInfo_ElementalLevel + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.ElementalLevel + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.ElementalLevel + nameWithType: BattleChara.ForayInfo.ElementalLevel +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.ResistanceRank + name: ResistanceRank + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_ForayInfo_ResistanceRank + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.ResistanceRank + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.ForayInfo.ResistanceRank + nameWithType: BattleChara.ForayInfo.ResistanceRank - uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.GetCastInfo name: GetCastInfo() href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_GetCastInfo @@ -33756,6 +35827,19 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.GetCastInfo nameWithType: BattleChara.GetCastInfo +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.GetForayInfo + name: GetForayInfo() + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_GetForayInfo + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.GetForayInfo + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.GetForayInfo() + nameWithType: BattleChara.GetForayInfo() +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.GetForayInfo* + name: GetForayInfo + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_GetForayInfo_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.GetForayInfo + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.GetForayInfo + nameWithType: BattleChara.GetForayInfo - uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.GetStatusManager name: GetStatusManager() href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_GetStatusManager @@ -33787,6 +35871,12 @@ references: commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Character.Character fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character nameWithType: Character +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Balloon + name: Balloon + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Balloon + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Balloon + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Balloon + nameWithType: Character.Balloon - uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ClassJob name: ClassJob href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_ClassJob @@ -33872,12 +35962,19 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.HomeWorld fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.HomeWorld nameWithType: Character.HomeWorld -- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Icon - name: Icon - href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Icon - commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Icon - fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Icon - nameWithType: Character.Icon +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.IsMount + name: IsMount() + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_IsMount + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.IsMount + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.IsMount() + nameWithType: Character.IsMount() +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.IsMount* + name: IsMount + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_IsMount_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.IsMount + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.IsMount + nameWithType: Character.IsMount - uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Level name: Level href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_Level @@ -33914,6 +36011,36 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxMana fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MaxMana nameWithType: Character.MaxMana +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelCharaId + name: ModelCharaId + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_ModelCharaId + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelCharaId + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelCharaId + nameWithType: Character.ModelCharaId +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelCharaId_2 + name: ModelCharaId_2 + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_ModelCharaId_2 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelCharaId_2 + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelCharaId_2 + nameWithType: Character.ModelCharaId_2 +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelScale + name: ModelScale + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_ModelScale + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelScale + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelScale + nameWithType: Character.ModelScale +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelSkeletonId + name: ModelSkeletonId + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_ModelSkeletonId + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelSkeletonId + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelSkeletonId + nameWithType: Character.ModelSkeletonId +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelSkeletonId_2 + name: ModelSkeletonId_2 + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_ModelSkeletonId_2 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelSkeletonId_2 + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ModelSkeletonId_2 + nameWithType: Character.ModelSkeletonId_2 - uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.NameID name: NameID href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_NameID @@ -33926,6 +36053,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Omen fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.Omen nameWithType: Character.Omen +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.OnlineStatus + name: OnlineStatus + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_OnlineStatus + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.OnlineStatus + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.OnlineStatus + nameWithType: Character.OnlineStatus - uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.PlayerTargetObjectID name: PlayerTargetObjectID href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_PlayerTargetObjectID @@ -33950,6 +36083,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.TargetObjectID fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.TargetObjectID nameWithType: Character.TargetObjectID +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.TransformationId + name: TransformationId + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_TransformationId + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.TransformationId + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.TransformationId + nameWithType: Character.TransformationId - uid: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager name: CharacterManager href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html @@ -33969,6 +36108,19 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.Instance nameWithType: CharacterManager.Instance +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBattleCharaByName(System.String,System.Boolean,System.Int16) + name: LookupBattleCharaByName(String, Boolean, Int16) + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html#FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_LookupBattleCharaByName_System_String_System_Boolean_System_Int16_ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBattleCharaByName(System.String,System.Boolean,System.Int16) + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBattleCharaByName(System.String, System.Boolean, System.Int16) + nameWithType: CharacterManager.LookupBattleCharaByName(String, Boolean, Int16) +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBattleCharaByName* + name: LookupBattleCharaByName + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html#FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_LookupBattleCharaByName_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBattleCharaByName + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBattleCharaByName + nameWithType: CharacterManager.LookupBattleCharaByName - uid: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBattleCharaByObjectId(System.Int32) name: LookupBattleCharaByObjectId(Int32) href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html#FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_LookupBattleCharaByObjectId_System_Int32_ @@ -33982,6 +36134,32 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBattleCharaByObjectId nameWithType: CharacterManager.LookupBattleCharaByObjectId +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBuddyByOwnerObject(FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara*) + name: LookupBuddyByOwnerObject(BattleChara*) + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html#FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_LookupBuddyByOwnerObject_FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara__ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBuddyByOwnerObject(FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara*) + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBuddyByOwnerObject(FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara*) + nameWithType: CharacterManager.LookupBuddyByOwnerObject(BattleChara*) +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBuddyByOwnerObject* + name: LookupBuddyByOwnerObject + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html#FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_LookupBuddyByOwnerObject_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBuddyByOwnerObject + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupBuddyByOwnerObject + nameWithType: CharacterManager.LookupBuddyByOwnerObject +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupPetByOwnerObject(FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara*) + name: LookupPetByOwnerObject(BattleChara*) + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html#FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_LookupPetByOwnerObject_FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara__ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupPetByOwnerObject(FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara*) + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupPetByOwnerObject(FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara*) + nameWithType: CharacterManager.LookupPetByOwnerObject(BattleChara*) +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupPetByOwnerObject* + name: LookupPetByOwnerObject + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html#FFXIVClientStructs_FFXIV_Client_Game_Character_CharacterManager_LookupPetByOwnerObject_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupPetByOwnerObject + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.LookupPetByOwnerObject + nameWithType: CharacterManager.LookupPetByOwnerObject - uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Companion name: Companion href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html @@ -34042,6 +36220,24 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.EurekaElement.Wind fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.EurekaElement.Wind nameWithType: EurekaElement.Wind +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament + name: Ornament + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament + nameWithType: Ornament +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.Character + name: Character + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Ornament_Character + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.Character + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.Character + nameWithType: Ornament.Character +- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.OrnamentId + name: OrnamentId + href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Ornament_OrnamentId + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.OrnamentId + fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.OrnamentId + nameWithType: Ornament.OrnamentId - uid: FFXIVClientStructs.FFXIV.Client.Game.Control name: FFXIVClientStructs.FFXIV.Client.Game.Control href: api/FFXIVClientStructs.FFXIV.Client.Game.Control.html @@ -34086,6 +36282,12 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.GetCurrentTargetID nameWithType: TargetSystem.GetCurrentTargetID +- uid: FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.GPoseTarget + name: GPoseTarget + href: api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html#FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_GPoseTarget + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.GPoseTarget + fullName: FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.GPoseTarget + nameWithType: TargetSystem.GPoseTarget - uid: FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.Instance name: Instance() href: api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html#FFXIVClientStructs_FFXIV_Client_Game_Control_TargetSystem_Instance @@ -34178,6 +36380,67 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Event.Director.String2 fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.Director.String2 nameWithType: Director.String2 +- uid: FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule + name: DirectorModule + href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule + fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule + nameWithType: DirectorModule +- uid: FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.ActiveInstanceDirector + name: ActiveInstanceDirector + href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.html#FFXIVClientStructs_FFXIV_Client_Game_Event_DirectorModule_ActiveInstanceDirector + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.ActiveInstanceDirector + fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.ActiveInstanceDirector + nameWithType: DirectorModule.ActiveInstanceDirector +- uid: FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.DirectorList + name: DirectorList + href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.html#FFXIVClientStructs_FFXIV_Client_Game_Event_DirectorModule_DirectorList + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.DirectorList + fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.DirectorList + nameWithType: DirectorModule.DirectorList +- uid: FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.ModuleBase + name: ModuleBase + href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.html#FFXIVClientStructs_FFXIV_Client_Game_Event_DirectorModule_ModuleBase + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.ModuleBase + fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.ModuleBase + nameWithType: DirectorModule.ModuleBase +- uid: FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework + name: EventFramework + href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework + fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework + nameWithType: EventFramework +- uid: FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.DirectorModule + name: DirectorModule + href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html#FFXIVClientStructs_FFXIV_Client_Game_Event_EventFramework_DirectorModule + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.DirectorModule + fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.DirectorModule + nameWithType: EventFramework.DirectorModule +- uid: FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.EventHandlerModule + name: EventHandlerModule + href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html#FFXIVClientStructs_FFXIV_Client_Game_Event_EventFramework_EventHandlerModule + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.EventHandlerModule + fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.EventHandlerModule + nameWithType: EventFramework.EventHandlerModule +- uid: FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.Instance + name: Instance() + href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html#FFXIVClientStructs_FFXIV_Client_Game_Event_EventFramework_Instance + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.Instance + fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.Instance() + nameWithType: EventFramework.Instance() +- uid: FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.Instance* + name: Instance + href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html#FFXIVClientStructs_FFXIV_Client_Game_Event_EventFramework_Instance_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.Instance + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.Instance + nameWithType: EventFramework.Instance +- uid: FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.LuaActorModule + name: LuaActorModule + href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html#FFXIVClientStructs_FFXIV_Client_Game_Event_EventFramework_LuaActorModule + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.LuaActorModule + fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.LuaActorModule + nameWithType: EventFramework.LuaActorModule - uid: FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandler name: EventHandler href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandler.html @@ -34190,6 +36453,18 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandler.EventSceneModule fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandler.EventSceneModule nameWithType: EventHandler.EventSceneModule +- uid: FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule + name: EventHandlerModule + href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule + fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule + nameWithType: EventHandlerModule +- uid: FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.ModuleBase + name: ModuleBase + href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.html#FFXIVClientStructs_FFXIV_Client_Game_Event_EventHandlerModule_ModuleBase + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.ModuleBase + fullName: FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.ModuleBase + nameWithType: EventHandlerModule.ModuleBase - uid: FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor name: LuaActor href: api/FFXIVClientStructs.FFXIV.Client.Game.Event.LuaActor.html @@ -34715,6 +36990,36 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.SoulVoice fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BardGauge.SoulVoice nameWithType: BardGauge.SoulVoice +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType + name: BeastChakraType + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType + nameWithType: BeastChakraType +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.Coeurl + name: Coeurl + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_BeastChakraType_Coeurl + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.Coeurl + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.Coeurl + nameWithType: BeastChakraType.Coeurl +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.None + name: None + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_BeastChakraType_None + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.None + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.None + nameWithType: BeastChakraType.None +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.OpoOpo + name: OpoOpo + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_BeastChakraType_OpoOpo + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.OpoOpo + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.OpoOpo + nameWithType: BeastChakraType.OpoOpo +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.Raptor + name: Raptor + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_BeastChakraType_Raptor + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.Raptor + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.Raptor + nameWithType: BeastChakraType.Raptor - uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge name: BlackMageGauge href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html @@ -34746,12 +37051,6 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ElementTimeRemaining fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ElementTimeRemaining nameWithType: BlackMageGauge.ElementTimeRemaining -- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.Enochian - name: Enochian - href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_Enochian - commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.Enochian - fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.Enochian - nameWithType: BlackMageGauge.Enochian - uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianActive name: EnochianActive href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_EnochianActive @@ -34765,12 +37064,31 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianActive nameWithType: BlackMageGauge.EnochianActive +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianFlags + name: EnochianFlags + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_EnochianFlags + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianFlags + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianFlags + nameWithType: BlackMageGauge.EnochianFlags - uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianTimer name: EnochianTimer href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_EnochianTimer commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianTimer fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.EnochianTimer nameWithType: BlackMageGauge.EnochianTimer +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ParadoxActive + name: ParadoxActive + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_ParadoxActive + commentId: P:FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ParadoxActive + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ParadoxActive + nameWithType: BlackMageGauge.ParadoxActive +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ParadoxActive* + name: ParadoxActive + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_ParadoxActive_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ParadoxActive + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.ParadoxActive + nameWithType: BlackMageGauge.ParadoxActive - uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.PolyglotStacks name: PolyglotStacks href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BlackMageGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_BlackMageGauge_PolyglotStacks @@ -34911,24 +37229,54 @@ references: commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge nameWithType: DragoonGauge -- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.BotdState - name: BotdState - href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_BotdState - commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.BotdState - fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.BotdState - nameWithType: DragoonGauge.BotdState -- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.BotdTimer - name: BotdTimer - href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_BotdTimer - commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.BotdTimer - fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.BotdTimer - nameWithType: DragoonGauge.BotdTimer - uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.EyeCount name: EyeCount href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_EyeCount commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.EyeCount fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.EyeCount nameWithType: DragoonGauge.EyeCount +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.FirstmindsFocusCount + name: FirstmindsFocusCount + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_FirstmindsFocusCount + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.FirstmindsFocusCount + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.FirstmindsFocusCount + nameWithType: DragoonGauge.FirstmindsFocusCount +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.LotdState + name: LotdState + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_LotdState + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.LotdState + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.LotdState + nameWithType: DragoonGauge.LotdState +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.LotdTimer + name: LotdTimer + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_DragoonGauge_LotdTimer + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.LotdTimer + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.DragoonGauge.LotdTimer + nameWithType: DragoonGauge.LotdTimer +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags + name: EnochianFlags + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags + nameWithType: EnochianFlags +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.Enochian + name: Enochian + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_EnochianFlags_Enochian + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.Enochian + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.Enochian + nameWithType: EnochianFlags.Enochian +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.None + name: None + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_EnochianFlags_None + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.None + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.None + nameWithType: EnochianFlags.None +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.Paradox + name: Paradox + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_EnochianFlags_Paradox + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.Paradox + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.Paradox + nameWithType: EnochianFlags.Paradox - uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge name: GunbreakerGauge href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.GunbreakerGauge.html @@ -35037,12 +37385,73 @@ references: commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge nameWithType: MonkGauge +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra + name: BeastChakra + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_MonkGauge_BeastChakra + commentId: P:FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra + nameWithType: MonkGauge.BeastChakra +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra* + name: BeastChakra + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_MonkGauge_BeastChakra_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra + nameWithType: MonkGauge.BeastChakra +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra1 + name: BeastChakra1 + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_MonkGauge_BeastChakra1 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra1 + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra1 + nameWithType: MonkGauge.BeastChakra1 +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra2 + name: BeastChakra2 + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_MonkGauge_BeastChakra2 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra2 + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra2 + nameWithType: MonkGauge.BeastChakra2 +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra3 + name: BeastChakra3 + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_MonkGauge_BeastChakra3 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra3 + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BeastChakra3 + nameWithType: MonkGauge.BeastChakra3 +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BlitzTimeRemaining + name: BlitzTimeRemaining + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_MonkGauge_BlitzTimeRemaining + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BlitzTimeRemaining + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.BlitzTimeRemaining + nameWithType: MonkGauge.BlitzTimeRemaining - uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.Chakra name: Chakra href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_MonkGauge_Chakra commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.Chakra fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.Chakra nameWithType: MonkGauge.Chakra +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.Nadi + name: Nadi + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_MonkGauge_Nadi + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.Nadi + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.MonkGauge.Nadi + nameWithType: MonkGauge.Nadi +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags + name: NadiFlags + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags + nameWithType: NadiFlags +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.Lunar + name: Lunar + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_NadiFlags_Lunar + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.Lunar + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.Lunar + nameWithType: NadiFlags.Lunar +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.Solar + name: Solar + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_NadiFlags_Solar + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.Solar + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.Solar + nameWithType: NadiFlags.Solar - uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge name: NinjaGauge href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NinjaGauge.html @@ -35085,12 +37494,36 @@ references: commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge nameWithType: ReaperGauge +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.EnshroudedTimeRemaining + name: EnshroudedTimeRemaining + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_ReaperGauge_EnshroudedTimeRemaining + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.EnshroudedTimeRemaining + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.EnshroudedTimeRemaining + nameWithType: ReaperGauge.EnshroudedTimeRemaining +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.LemureShroud + name: LemureShroud + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_ReaperGauge_LemureShroud + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.LemureShroud + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.LemureShroud + nameWithType: ReaperGauge.LemureShroud +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.Shroud + name: Shroud + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_ReaperGauge_Shroud + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.Shroud + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.Shroud + nameWithType: ReaperGauge.Shroud - uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.Soul name: Soul href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_ReaperGauge_Soul commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.Soul fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.Soul nameWithType: ReaperGauge.Soul +- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.VoidShroud + name: VoidShroud + href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_ReaperGauge_VoidShroud + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.VoidShroud + fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.ReaperGauge.VoidShroud + nameWithType: ReaperGauge.VoidShroud - uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge name: RedMageGauge href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.RedMageGauge.html @@ -35338,19 +37771,6 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.AttunementTimer fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.AttunementTimer nameWithType: SummonerGauge.AttunementTimer -- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.Flags - name: Flags - href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_Flags - commentId: P:FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.Flags - fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.Flags - nameWithType: SummonerGauge.Flags -- uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.Flags* - name: Flags - href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_Flags_ - commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.Flags - isSpec: "True" - fullName: FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.Flags - nameWithType: SummonerGauge.Flags - uid: FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.ReturnSummon name: ReturnSummon href: api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SummonerGauge.html#FFXIVClientStructs_FFXIV_Client_Game_Gauge_SummonerGauge_ReturnSummon @@ -35449,6 +37869,45 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetAllianceMemberByIndex nameWithType: GroupManager.GetAllianceMemberByIndex +- uid: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByContentId(System.UInt64) + name: GetPartyMemberByContentId(UInt64) + href: api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetPartyMemberByContentId_System_UInt64_ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByContentId(System.UInt64) + fullName: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByContentId(System.UInt64) + nameWithType: GroupManager.GetPartyMemberByContentId(UInt64) +- uid: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByContentId* + name: GetPartyMemberByContentId + href: api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetPartyMemberByContentId_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByContentId + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByContentId + nameWithType: GroupManager.GetPartyMemberByContentId +- uid: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByIndex(System.Int32) + name: GetPartyMemberByIndex(Int32) + href: api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetPartyMemberByIndex_System_Int32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByIndex(System.Int32) + fullName: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByIndex(System.Int32) + nameWithType: GroupManager.GetPartyMemberByIndex(Int32) +- uid: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByIndex* + name: GetPartyMemberByIndex + href: api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetPartyMemberByIndex_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByIndex + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByIndex + nameWithType: GroupManager.GetPartyMemberByIndex +- uid: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByObjectId(System.UInt32) + name: GetPartyMemberByObjectId(UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetPartyMemberByObjectId_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByObjectId(System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByObjectId(System.UInt32) + nameWithType: GroupManager.GetPartyMemberByObjectId(UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByObjectId* + name: GetPartyMemberByObjectId + href: api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_GetPartyMemberByObjectId_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByObjectId + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.GetPartyMemberByObjectId + nameWithType: GroupManager.GetPartyMemberByObjectId - uid: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Instance name: Instance() href: api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Instance @@ -35526,6 +37985,18 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.MemberCount fullName: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.MemberCount nameWithType: GroupManager.MemberCount +- uid: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.PartyId + name: PartyId + href: api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_PartyId + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.PartyId + fullName: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.PartyId + nameWithType: GroupManager.PartyId +- uid: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.PartyId_2 + name: PartyId_2 + href: api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_PartyId_2 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.PartyId_2 + fullName: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.PartyId_2 + nameWithType: GroupManager.PartyId_2 - uid: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.PartyLeaderIndex name: PartyLeaderIndex href: api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_PartyLeaderIndex @@ -35550,18 +38021,6 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D44 fullName: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D44 nameWithType: GroupManager.Unk_3D44 -- uid: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D48 - name: Unk_3D48 - href: api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D48 - commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D48 - fullName: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D48 - nameWithType: GroupManager.Unk_3D48 -- uid: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D50 - name: Unk_3D50 - href: api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D50 - commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D50 - fullName: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D50 - nameWithType: GroupManager.Unk_3D50 - uid: FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.Unk_3D5D name: Unk_3D5D href: api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Client_Game_Group_GroupManager_Unk_3D5D @@ -35951,6 +38410,19 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.Inventories fullName: FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.Inventories nameWithType: InventoryManager.Inventories +- uid: FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.MoveItemSlot(FFXIVClientStructs.FFXIV.Client.Game.InventoryType,System.UInt32,FFXIVClientStructs.FFXIV.Client.Game.InventoryType,System.UInt32,System.Byte) + name: MoveItemSlot(InventoryType, UInt32, InventoryType, UInt32, Byte) + href: api/FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.html#FFXIVClientStructs_FFXIV_Client_Game_InventoryManager_MoveItemSlot_FFXIVClientStructs_FFXIV_Client_Game_InventoryType_System_UInt32_FFXIVClientStructs_FFXIV_Client_Game_InventoryType_System_UInt32_System_Byte_ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.MoveItemSlot(FFXIVClientStructs.FFXIV.Client.Game.InventoryType,System.UInt32,FFXIVClientStructs.FFXIV.Client.Game.InventoryType,System.UInt32,System.Byte) + fullName: FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.MoveItemSlot(FFXIVClientStructs.FFXIV.Client.Game.InventoryType, System.UInt32, FFXIVClientStructs.FFXIV.Client.Game.InventoryType, System.UInt32, System.Byte) + nameWithType: InventoryManager.MoveItemSlot(InventoryType, UInt32, InventoryType, UInt32, Byte) +- uid: FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.MoveItemSlot* + name: MoveItemSlot + href: api/FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.html#FFXIVClientStructs_FFXIV_Client_Game_InventoryManager_MoveItemSlot_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.MoveItemSlot + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.MoveItemSlot + nameWithType: InventoryManager.MoveItemSlot - uid: FFXIVClientStructs.FFXIV.Client.Game.InventoryType name: InventoryType href: api/FFXIVClientStructs.FFXIV.Client.Game.InventoryType.html @@ -36540,6 +39012,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.FateId fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.FateId nameWithType: GameObject.FateId +- uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Gender + name: Gender + href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html#FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_Gender + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Gender + fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Gender + nameWithType: GameObject.Gender - uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetDrawObject name: GetDrawObject() href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html#FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_GetDrawObject @@ -36644,6 +39122,12 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.GetRadius nameWithType: GameObject.GetRadius +- uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Height + name: Height + href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html#FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_Height + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Height + fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Height + nameWithType: GameObject.Height - uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.HitboxRadius name: HitboxRadius href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html#FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_HitboxRadius @@ -36730,6 +39214,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Rotation fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Rotation nameWithType: GameObject.Rotation +- uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Scale + name: Scale + href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html#FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_Scale + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Scale + fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Scale + nameWithType: GameObject.Scale - uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.SubKind name: SubKind href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html#FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_SubKind @@ -36742,6 +39232,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.TargetStatus fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.TargetStatus nameWithType: GameObject.TargetStatus +- uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.VfxScale + name: VfxScale + href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html#FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_VfxScale + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.VfxScale + fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.VfxScale + nameWithType: GameObject.VfxScale - uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.YalmDistanceFromPlayerX name: YalmDistanceFromPlayerX href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html#FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_YalmDistanceFromPlayerX @@ -36918,6 +39414,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.None fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.None nameWithType: ObjectKind.None +- uid: FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.Ornament + name: Ornament + href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.html#FFXIVClientStructs_FFXIV_Client_Game_Object_ObjectKind_Ornament + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.Ornament + fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.Ornament + nameWithType: ObjectKind.Ornament - uid: FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.Pc name: Pc href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.html#FFXIVClientStructs_FFXIV_Client_Game_Object_ObjectKind_Pc @@ -37038,6 +39540,300 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.QuestID fullName: FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.QuestID nameWithType: QuestManager.QuestListArray.Quest.QuestID +- uid: FFXIVClientStructs.FFXIV.Client.Game.RecastDetail + name: RecastDetail + href: api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.RecastDetail + fullName: FFXIVClientStructs.FFXIV.Client.Game.RecastDetail + nameWithType: RecastDetail +- uid: FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.ActionID + name: ActionID + href: api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.html#FFXIVClientStructs_FFXIV_Client_Game_RecastDetail_ActionID + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.ActionID + fullName: FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.ActionID + nameWithType: RecastDetail.ActionID +- uid: FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.Elapsed + name: Elapsed + href: api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.html#FFXIVClientStructs_FFXIV_Client_Game_RecastDetail_Elapsed + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.Elapsed + fullName: FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.Elapsed + nameWithType: RecastDetail.Elapsed +- uid: FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.IsActive + name: IsActive + href: api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.html#FFXIVClientStructs_FFXIV_Client_Game_RecastDetail_IsActive + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.IsActive + fullName: FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.IsActive + nameWithType: RecastDetail.IsActive +- uid: FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.Total + name: Total + href: api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.html#FFXIVClientStructs_FFXIV_Client_Game_RecastDetail_Total + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.Total + fullName: FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.Total + nameWithType: RecastDetail.Total +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager + name: RetainerManager + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager + nameWithType: RetainerManager +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.DisplayOrder + name: DisplayOrder + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_DisplayOrder + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.DisplayOrder + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.DisplayOrder + nameWithType: RetainerManager.DisplayOrder +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.GetRetainerBySortedIndex(System.UInt32) + name: GetRetainerBySortedIndex(UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_GetRetainerBySortedIndex_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.GetRetainerBySortedIndex(System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.GetRetainerBySortedIndex(System.UInt32) + nameWithType: RetainerManager.GetRetainerBySortedIndex(UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.GetRetainerBySortedIndex* + name: GetRetainerBySortedIndex + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_GetRetainerBySortedIndex_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.GetRetainerBySortedIndex + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.GetRetainerBySortedIndex + nameWithType: RetainerManager.GetRetainerBySortedIndex +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.Instance + name: Instance() + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_Instance + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.Instance + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.Instance() + nameWithType: RetainerManager.Instance() +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.Instance* + name: Instance + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_Instance_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.Instance + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.Instance + nameWithType: RetainerManager.Instance +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.Ready + name: Ready + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_Ready + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.Ready + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.Ready + nameWithType: RetainerManager.Ready +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.Retainer + name: Retainer + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_Retainer + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.Retainer + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.Retainer + nameWithType: RetainerManager.Retainer +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerCount + name: RetainerCount + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerCount + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerCount + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerCount + nameWithType: RetainerManager.RetainerCount +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList + name: RetainerManager.RetainerList + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList + nameWithType: RetainerManager.RetainerList +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Item(System.Int32) + name: Item[Int32] + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Item_System_Int32_ + commentId: P:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Item(System.Int32) + name.vb: Item(Int32) + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Item[System.Int32] + fullName.vb: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Item(System.Int32) + nameWithType: RetainerManager.RetainerList.Item[Int32] + nameWithType.vb: RetainerManager.RetainerList.Item(Int32) +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Item* + name: Item + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Item_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Item + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Item + nameWithType: RetainerManager.RetainerList.Item +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer + name: RetainerManager.RetainerList.Retainer + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer + nameWithType: RetainerManager.RetainerList.Retainer +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Available + name: Available + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer_Available + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Available + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Available + nameWithType: RetainerManager.RetainerList.Retainer.Available +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.ClassJob + name: ClassJob + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer_ClassJob + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.ClassJob + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.ClassJob + nameWithType: RetainerManager.RetainerList.Retainer.ClassJob +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Gil + name: Gil + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer_Gil + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Gil + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Gil + nameWithType: RetainerManager.RetainerList.Retainer.Gil +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.ItemCount + name: ItemCount + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer_ItemCount + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.ItemCount + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.ItemCount + nameWithType: RetainerManager.RetainerList.Retainer.ItemCount +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Level + name: Level + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer_Level + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Level + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Level + nameWithType: RetainerManager.RetainerList.Retainer.Level +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.MarkerItemCount + name: MarkerItemCount + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer_MarkerItemCount + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.MarkerItemCount + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.MarkerItemCount + nameWithType: RetainerManager.RetainerList.Retainer.MarkerItemCount +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.MarketExpire + name: MarketExpire + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer_MarketExpire + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.MarketExpire + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.MarketExpire + nameWithType: RetainerManager.RetainerList.Retainer.MarketExpire +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Name + name: Name + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer_Name + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Name + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Name + nameWithType: RetainerManager.RetainerList.Retainer.Name +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.RetainerID + name: RetainerID + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer_RetainerID + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.RetainerID + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.RetainerID + nameWithType: RetainerManager.RetainerList.Retainer.RetainerID +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Town + name: Town + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer_Town + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Town + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.Town + nameWithType: RetainerManager.RetainerList.Retainer.Town +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.VentureComplete + name: VentureComplete + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer_VentureComplete + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.VentureComplete + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.VentureComplete + nameWithType: RetainerManager.RetainerList.Retainer.VentureComplete +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.VentureID + name: VentureID + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer_VentureID + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.VentureID + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.VentureID + nameWithType: RetainerManager.RetainerList.Retainer.VentureID +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer0 + name: Retainer0 + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer0 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer0 + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer0 + nameWithType: RetainerManager.RetainerList.Retainer0 +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer1 + name: Retainer1 + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer1 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer1 + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer1 + nameWithType: RetainerManager.RetainerList.Retainer1 +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer2 + name: Retainer2 + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer2 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer2 + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer2 + nameWithType: RetainerManager.RetainerList.Retainer2 +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer3 + name: Retainer3 + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer3 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer3 + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer3 + nameWithType: RetainerManager.RetainerList.Retainer3 +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer4 + name: Retainer4 + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer4 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer4 + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer4 + nameWithType: RetainerManager.RetainerList.Retainer4 +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer5 + name: Retainer5 + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer5 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer5 + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer5 + nameWithType: RetainerManager.RetainerList.Retainer5 +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer6 + name: Retainer6 + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer6 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer6 + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer6 + nameWithType: RetainerManager.RetainerList.Retainer6 +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer7 + name: Retainer7 + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer7 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer7 + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer7 + nameWithType: RetainerManager.RetainerList.Retainer7 +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer8 + name: Retainer8 + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer8 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer8 + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer8 + nameWithType: RetainerManager.RetainerList.Retainer8 +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer9 + name: Retainer9 + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_Retainer9 + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer9 + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer9 + nameWithType: RetainerManager.RetainerList.Retainer9 +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown + name: RetainerManager.RetainerList.RetainerTown + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown + nameWithType: RetainerManager.RetainerList.RetainerTown +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Crystarium + name: Crystarium + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_RetainerTown_Crystarium + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Crystarium + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Crystarium + nameWithType: RetainerManager.RetainerList.RetainerTown.Crystarium +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Gridania + name: Gridania + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_RetainerTown_Gridania + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Gridania + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Gridania + nameWithType: RetainerManager.RetainerList.RetainerTown.Gridania +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Ishgard + name: Ishgard + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_RetainerTown_Ishgard + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Ishgard + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Ishgard + nameWithType: RetainerManager.RetainerList.RetainerTown.Ishgard +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Kugane + name: Kugane + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_RetainerTown_Kugane + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Kugane + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Kugane + nameWithType: RetainerManager.RetainerList.RetainerTown.Kugane +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.LimsaLominsa + name: LimsaLominsa + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_RetainerTown_LimsaLominsa + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.LimsaLominsa + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.LimsaLominsa + nameWithType: RetainerManager.RetainerList.RetainerTown.LimsaLominsa +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.OldSharlayan + name: OldSharlayan + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_RetainerTown_OldSharlayan + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.OldSharlayan + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.OldSharlayan + nameWithType: RetainerManager.RetainerList.RetainerTown.OldSharlayan +- uid: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Uldah + name: Uldah + href: api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html#FFXIVClientStructs_FFXIV_Client_Game_RetainerManager_RetainerList_RetainerTown_Uldah + commentId: F:FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Uldah + fullName: FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.Uldah + nameWithType: RetainerManager.RetainerList.RetainerTown.Uldah - uid: FFXIVClientStructs.FFXIV.Client.Game.Status name: Status href: api/FFXIVClientStructs.FFXIV.Client.Game.Status.html @@ -37080,6 +39876,71 @@ references: commentId: T:FFXIVClientStructs.FFXIV.Client.Game.StatusManager fullName: FFXIVClientStructs.FFXIV.Client.Game.StatusManager nameWithType: StatusManager +- uid: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetRemainingTime(System.Int32) + name: GetRemainingTime(Int32) + href: api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html#FFXIVClientStructs_FFXIV_Client_Game_StatusManager_GetRemainingTime_System_Int32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetRemainingTime(System.Int32) + fullName: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetRemainingTime(System.Int32) + nameWithType: StatusManager.GetRemainingTime(Int32) +- uid: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetRemainingTime* + name: GetRemainingTime + href: api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html#FFXIVClientStructs_FFXIV_Client_Game_StatusManager_GetRemainingTime_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetRemainingTime + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetRemainingTime + nameWithType: StatusManager.GetRemainingTime +- uid: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetSourceId(System.Int32) + name: GetSourceId(Int32) + href: api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html#FFXIVClientStructs_FFXIV_Client_Game_StatusManager_GetSourceId_System_Int32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetSourceId(System.Int32) + fullName: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetSourceId(System.Int32) + nameWithType: StatusManager.GetSourceId(Int32) +- uid: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetSourceId* + name: GetSourceId + href: api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html#FFXIVClientStructs_FFXIV_Client_Game_StatusManager_GetSourceId_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetSourceId + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetSourceId + nameWithType: StatusManager.GetSourceId +- uid: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetStatusId(System.Int32) + name: GetStatusId(Int32) + href: api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html#FFXIVClientStructs_FFXIV_Client_Game_StatusManager_GetStatusId_System_Int32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetStatusId(System.Int32) + fullName: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetStatusId(System.Int32) + nameWithType: StatusManager.GetStatusId(Int32) +- uid: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetStatusId* + name: GetStatusId + href: api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html#FFXIVClientStructs_FFXIV_Client_Game_StatusManager_GetStatusId_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetStatusId + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetStatusId + nameWithType: StatusManager.GetStatusId +- uid: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetStatusIndex(System.UInt32,System.UInt32) + name: GetStatusIndex(UInt32, UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html#FFXIVClientStructs_FFXIV_Client_Game_StatusManager_GetStatusIndex_System_UInt32_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetStatusIndex(System.UInt32,System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetStatusIndex(System.UInt32, System.UInt32) + nameWithType: StatusManager.GetStatusIndex(UInt32, UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetStatusIndex* + name: GetStatusIndex + href: api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html#FFXIVClientStructs_FFXIV_Client_Game_StatusManager_GetStatusIndex_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetStatusIndex + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.GetStatusIndex + nameWithType: StatusManager.GetStatusIndex +- uid: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.HasStatus(System.UInt32,System.UInt32) + name: HasStatus(UInt32, UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html#FFXIVClientStructs_FFXIV_Client_Game_StatusManager_HasStatus_System_UInt32_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.Game.StatusManager.HasStatus(System.UInt32,System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.HasStatus(System.UInt32, System.UInt32) + nameWithType: StatusManager.HasStatus(UInt32, UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.HasStatus* + name: HasStatus + href: api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html#FFXIVClientStructs_FFXIV_Client_Game_StatusManager_HasStatus_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.StatusManager.HasStatus + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.HasStatus + nameWithType: StatusManager.HasStatus - uid: FFXIVClientStructs.FFXIV.Client.Game.StatusManager.Owner name: Owner href: api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html#FFXIVClientStructs_FFXIV_Client_Game_StatusManager_Owner @@ -39919,6 +42780,146 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.ChildObject fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.ChildObject nameWithType: Object.ChildObject +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.GetObjectType + name: GetObjectType() + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Object_GetObjectType + commentId: M:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.GetObjectType + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.GetObjectType() + nameWithType: Object.GetObjectType() +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.GetObjectType* + name: GetObjectType + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Object_GetObjectType_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.GetObjectType + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.GetObjectType + nameWithType: Object.GetObjectType +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.NextSiblingObject + name: NextSiblingObject + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Object_NextSiblingObject + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.NextSiblingObject + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.NextSiblingObject + nameWithType: Object.NextSiblingObject +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.ParentObject + name: ParentObject + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Object_ParentObject + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.ParentObject + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.ParentObject + nameWithType: Object.ParentObject +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.Position + name: Position + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Object_Position + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.Position + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.Position + nameWithType: Object.Position +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.PreviousSiblingObject + name: PreviousSiblingObject + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Object_PreviousSiblingObject + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.PreviousSiblingObject + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.PreviousSiblingObject + nameWithType: Object.PreviousSiblingObject +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.Rotation + name: Rotation + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Object_Rotation + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.Rotation + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.Rotation + nameWithType: Object.Rotation +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.Scale + name: Scale + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Object_Scale + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.Scale + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.Scale + nameWithType: Object.Scale +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType + name: ObjectType + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType + nameWithType: ObjectType +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.BgObject + name: BgObject + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_ObjectType_BgObject + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.BgObject + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.BgObject + nameWithType: ObjectType.BgObject +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.CharacterBase + name: CharacterBase + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_ObjectType_CharacterBase + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.CharacterBase + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.CharacterBase + nameWithType: ObjectType.CharacterBase +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.EnvLocation + name: EnvLocation + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_ObjectType_EnvLocation + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.EnvLocation + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.EnvLocation + nameWithType: ObjectType.EnvLocation +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.EnvSpace + name: EnvSpace + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_ObjectType_EnvSpace + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.EnvSpace + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.EnvSpace + nameWithType: ObjectType.EnvSpace +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Light + name: Light + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_ObjectType_Light + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Light + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Light + nameWithType: ObjectType.Light +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Object + name: Object + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_ObjectType_Object + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Object + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Object + nameWithType: ObjectType.Object +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Terrain + name: Terrain + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_ObjectType_Terrain + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Terrain + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Terrain + nameWithType: ObjectType.Terrain +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Unk_Type6 + name: Unk_Type6 + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_ObjectType_Unk_Type6 + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Unk_Type6 + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Unk_Type6 + nameWithType: ObjectType.Unk_Type6 +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Unk_Type9 + name: Unk_Type9 + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_ObjectType_Unk_Type9 + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Unk_Type9 + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.Unk_Type9 + nameWithType: ObjectType.Unk_Type9 +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.VfxObject + name: VfxObject + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_ObjectType_VfxObject + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.VfxObject + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.VfxObject + nameWithType: ObjectType.VfxObject +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World + name: World + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.html + commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World + nameWithType: World +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.Instance + name: Instance() + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_World_Instance + commentId: M:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.Instance + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.Instance() + nameWithType: World.Instance() +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.Instance* + name: Instance + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_World_Instance_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.Instance + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.Instance + nameWithType: World.Instance +- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.Object + name: Object + href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_World_Object + commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.Object + fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.World.Object + nameWithType: World.Object - uid: FFXIVClientStructs.FFXIV.Client.Graphics.Transform name: Transform href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html @@ -40130,6 +43131,25 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.ExdModule fullName: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.ExdModule nameWithType: Framework.ExdModule +- uid: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.FrameDeltaTime + name: FrameDeltaTime + href: api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html#FFXIVClientStructs_FFXIV_Client_System_Framework_Framework_FrameDeltaTime + commentId: F:FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.FrameDeltaTime + fullName: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.FrameDeltaTime + nameWithType: Framework.FrameDeltaTime +- uid: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.GetServerTime + name: GetServerTime() + href: api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html#FFXIVClientStructs_FFXIV_Client_System_Framework_Framework_GetServerTime + commentId: M:FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.GetServerTime + fullName: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.GetServerTime() + nameWithType: Framework.GetServerTime() +- uid: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.GetServerTime* + name: GetServerTime + href: api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html#FFXIVClientStructs_FFXIV_Client_System_Framework_Framework_GetServerTime_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.GetServerTime + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.GetServerTime + nameWithType: Framework.GetServerTime - uid: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.GetUiModule name: GetUiModule() href: api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html#FFXIVClientStructs_FFXIV_Client_System_Framework_Framework_GetUiModule @@ -40732,6 +43752,51 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.BufUsed fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.BufUsed nameWithType: Utf8String.BufUsed +- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Ctor + name: Ctor() + href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_Ctor + commentId: M:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Ctor + fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Ctor() + nameWithType: Utf8String.Ctor() +- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Ctor* + name: Ctor + href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_Ctor_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Ctor + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Ctor + nameWithType: Utf8String.Ctor +- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Dtor + name: Dtor() + href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_Dtor + commentId: M:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Dtor + fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Dtor() + nameWithType: Utf8String.Dtor() +- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Dtor* + name: Dtor + href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_Dtor_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Dtor + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Dtor + nameWithType: Utf8String.Dtor +- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.FromString(System.String) + name: FromString(String) + href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_FromString_System_String_ + commentId: M:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.FromString(System.String) + fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.FromString(System.String) + nameWithType: Utf8String.FromString(String) +- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.FromString(System.String,FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace*) + name: FromString(String, IMemorySpace*) + href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_FromString_System_String_FFXIVClientStructs_FFXIV_Client_System_Memory_IMemorySpace__ + commentId: M:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.FromString(System.String,FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace*) + fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.FromString(System.String, FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace*) + nameWithType: Utf8String.FromString(String, IMemorySpace*) +- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.FromString* + name: FromString + href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_FromString_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.FromString + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.FromString + nameWithType: Utf8String.FromString - uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.InlineBuffer name: InlineBuffer href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_InlineBuffer @@ -40750,6 +43815,19 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.IsUsingInlineBuffer fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.IsUsingInlineBuffer nameWithType: Utf8String.IsUsingInlineBuffer +- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.SetString(System.Byte*) + name: SetString(Byte*) + href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_SetString_System_Byte__ + commentId: M:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.SetString(System.Byte*) + fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.SetString(System.Byte*) + nameWithType: Utf8String.SetString(Byte*) +- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.SetString* + name: SetString + href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_SetString_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.SetString + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.SetString + nameWithType: Utf8String.SetString - uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.StringLength name: StringLength href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_StringLength @@ -41341,6 +44419,30 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.unk248 fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.unk248 nameWithType: AddonContextIconMenu.unk248 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu + name: AddonContextMenu + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu + nameWithType: AddonContextMenu +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.AtkUnitBase + name: AtkUnitBase + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextMenu_AtkUnitBase + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.AtkUnitBase + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.AtkUnitBase + nameWithType: AddonContextMenu.AtkUnitBase +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.AtkValues + name: AtkValues + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextMenu_AtkValues + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.AtkValues + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.AtkValues + nameWithType: AddonContextMenu.AtkValues +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.AtkValuesCount + name: AtkValuesCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextMenu_AtkValuesCount + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.AtkValuesCount + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextMenu.AtkValuesCount + nameWithType: AddonContextMenu.AtkValuesCount - uid: FFXIVClientStructs.FFXIV.Client.UI.AddonEnemyList name: AddonEnemyList href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonEnemyList.html @@ -43526,24 +46628,48 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust2 fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust2 nameWithType: AddonPartyList.TrustMembers.Trust2 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.UnknownFE8 - name: UnknownFE8 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html#FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_UnknownFE8 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.UnknownFE8 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.UnknownFE8 - nameWithType: AddonPartyList.UnknownFE8 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.UnknownFEC - name: UnknownFEC - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html#FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_UnknownFEC - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.UnknownFEC - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.UnknownFEC - nameWithType: AddonPartyList.UnknownFEC -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.UnknownFF0 - name: UnknownFF0 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html#FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_UnknownFF0 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.UnknownFF0 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.UnknownFF0 - nameWithType: AddonPartyList.UnknownFF0 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust3 + name: Trust3 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html#FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_TrustMembers_Trust3 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust3 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust3 + nameWithType: AddonPartyList.TrustMembers.Trust3 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust4 + name: Trust4 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html#FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_TrustMembers_Trust4 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust4 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust4 + nameWithType: AddonPartyList.TrustMembers.Trust4 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust5 + name: Trust5 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html#FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_TrustMembers_Trust5 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust5 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust5 + nameWithType: AddonPartyList.TrustMembers.Trust5 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust6 + name: Trust6 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html#FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_TrustMembers_Trust6 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust6 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.Trust6 + nameWithType: AddonPartyList.TrustMembers.Trust6 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.Unknown1410 + name: Unknown1410 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html#FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_Unknown1410 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.Unknown1410 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.Unknown1410 + nameWithType: AddonPartyList.Unknown1410 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.Unknown1414 + name: Unknown1414 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html#FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_Unknown1414 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.Unknown1414 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.Unknown1414 + nameWithType: AddonPartyList.Unknown1414 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.Unknown1418 + name: Unknown1418 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html#FFXIVClientStructs_FFXIV_Client_UI_AddonPartyList_Unknown1418 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.Unknown1418 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.Unknown1418 + nameWithType: AddonPartyList.Unknown1418 - uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote name: AddonRecipeNote href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html @@ -44906,6 +48032,84 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRelicNoteBook.WeaponText fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRelicNoteBook.WeaponText nameWithType: AddonRelicNoteBook.WeaponText +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair + name: AddonRepair + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonRepair + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair + nameWithType: AddonRepair +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.AtkUnitBase + name: AtkUnitBase + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRepair_AtkUnitBase + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.AtkUnitBase + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.AtkUnitBase + nameWithType: AddonRepair.AtkUnitBase +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.Dropdown + name: Dropdown + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRepair_Dropdown + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.Dropdown + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.Dropdown + nameWithType: AddonRepair.Dropdown +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.HeaderContainer + name: HeaderContainer + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRepair_HeaderContainer + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.HeaderContainer + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.HeaderContainer + nameWithType: AddonRepair.HeaderContainer +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.ItemList + name: ItemList + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRepair_ItemList + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.ItemList + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.ItemList + nameWithType: AddonRepair.ItemList +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.JobIcon + name: JobIcon + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRepair_JobIcon + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.JobIcon + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.JobIcon + nameWithType: AddonRepair.JobIcon +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.JobLevel + name: JobLevel + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRepair_JobLevel + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.JobLevel + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.JobLevel + nameWithType: AddonRepair.JobLevel +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.JobName + name: JobName + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRepair_JobName + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.JobName + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.JobName + nameWithType: AddonRepair.JobName +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.NothingToRepairText + name: NothingToRepairText + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRepair_NothingToRepairText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.NothingToRepairText + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.NothingToRepairText + nameWithType: AddonRepair.NothingToRepairText +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.RepairAllButton + name: RepairAllButton + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRepair_RepairAllButton + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.RepairAllButton + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.RepairAllButton + nameWithType: AddonRepair.RepairAllButton +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.UnusedText1 + name: UnusedText1 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRepair_UnusedText1 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.UnusedText1 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.UnusedText1 + nameWithType: AddonRepair.UnusedText1 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.UnusedText2 + name: UnusedText2 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRepair_UnusedText2 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.UnusedText2 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.UnusedText2 + nameWithType: AddonRepair.UnusedText2 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.UnusedText3 + name: UnusedText3 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRepair_UnusedText3 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.UnusedText3 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRepair.UnusedText3 + nameWithType: AddonRepair.UnusedText3 - uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest name: AddonRequest href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html @@ -45392,384 +48596,384 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonShopCardDialog.CardQuantityInput fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonShopCardDialog.CardQuantityInput nameWithType: AddonShopCardDialog.CardQuantityInput -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize - name: AddonSynthesize - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html - commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize - nameWithType: AddonSynthesize -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkCollisionNode240 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis + name: AddonSynthesis + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis + nameWithType: AddonSynthesis +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkCollisionNode240 name: AtkCollisionNode240 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkCollisionNode240 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkCollisionNode240 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkCollisionNode240 - nameWithType: AddonSynthesize.AtkCollisionNode240 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase258 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkCollisionNode240 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkCollisionNode240 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkCollisionNode240 + nameWithType: AddonSynthesis.AtkCollisionNode240 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase258 name: AtkComponentBase258 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase258 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase258 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase258 - nameWithType: AddonSynthesize.AtkComponentBase258 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2D8 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkComponentBase258 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase258 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase258 + nameWithType: AddonSynthesis.AtkComponentBase258 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2D8 name: AtkComponentBase2D8 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase2D8 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2D8 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2D8 - nameWithType: AddonSynthesize.AtkComponentBase2D8 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2E0 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkComponentBase2D8 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2D8 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2D8 + nameWithType: AddonSynthesis.AtkComponentBase2D8 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2E0 name: AtkComponentBase2E0 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase2E0 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2E0 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2E0 - nameWithType: AddonSynthesize.AtkComponentBase2E0 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2E8 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkComponentBase2E0 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2E0 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2E0 + nameWithType: AddonSynthesis.AtkComponentBase2E0 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2E8 name: AtkComponentBase2E8 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase2E8 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2E8 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2E8 - nameWithType: AddonSynthesize.AtkComponentBase2E8 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2F0 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkComponentBase2E8 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2E8 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2E8 + nameWithType: AddonSynthesis.AtkComponentBase2E8 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2F0 name: AtkComponentBase2F0 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase2F0 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2F0 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2F0 - nameWithType: AddonSynthesize.AtkComponentBase2F0 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2F8 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkComponentBase2F0 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2F0 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2F0 + nameWithType: AddonSynthesis.AtkComponentBase2F0 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2F8 name: AtkComponentBase2F8 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase2F8 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2F8 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2F8 - nameWithType: AddonSynthesize.AtkComponentBase2F8 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase300 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkComponentBase2F8 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2F8 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase2F8 + nameWithType: AddonSynthesis.AtkComponentBase2F8 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase300 name: AtkComponentBase300 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase300 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase300 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase300 - nameWithType: AddonSynthesize.AtkComponentBase300 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase308 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkComponentBase300 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase300 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase300 + nameWithType: AddonSynthesis.AtkComponentBase300 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase308 name: AtkComponentBase308 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase308 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase308 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase308 - nameWithType: AddonSynthesize.AtkComponentBase308 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase310 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkComponentBase308 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase308 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase308 + nameWithType: AddonSynthesis.AtkComponentBase308 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase310 name: AtkComponentBase310 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase310 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase310 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase310 - nameWithType: AddonSynthesize.AtkComponentBase310 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentCheckBox318 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkComponentBase310 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase310 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentBase310 + nameWithType: AddonSynthesis.AtkComponentBase310 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentCheckBox318 name: AtkComponentCheckBox318 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentCheckBox318 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentCheckBox318 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentCheckBox318 - nameWithType: AddonSynthesize.AtkComponentCheckBox318 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentIcon238 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkComponentCheckBox318 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentCheckBox318 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentCheckBox318 + nameWithType: AddonSynthesis.AtkComponentCheckBox318 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentIcon238 name: AtkComponentIcon238 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentIcon238 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentIcon238 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentIcon238 - nameWithType: AddonSynthesize.AtkComponentIcon238 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentTextNineGrid478 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkComponentIcon238 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentIcon238 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentIcon238 + nameWithType: AddonSynthesis.AtkComponentIcon238 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentTextNineGrid478 name: AtkComponentTextNineGrid478 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentTextNineGrid478 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentTextNineGrid478 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentTextNineGrid478 - nameWithType: AddonSynthesize.AtkComponentTextNineGrid478 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode250 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkComponentTextNineGrid478 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentTextNineGrid478 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkComponentTextNineGrid478 + nameWithType: AddonSynthesis.AtkComponentTextNineGrid478 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode250 name: AtkResNode250 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode250 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode250 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode250 - nameWithType: AddonSynthesize.AtkResNode250 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode280 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkResNode250 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode250 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode250 + nameWithType: AddonSynthesis.AtkResNode250 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode280 name: AtkResNode280 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode280 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode280 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode280 - nameWithType: AddonSynthesize.AtkResNode280 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode2C0 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkResNode280 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode280 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode280 + nameWithType: AddonSynthesis.AtkResNode280 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode2C0 name: AtkResNode2C0 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode2C0 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode2C0 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode2C0 - nameWithType: AddonSynthesize.AtkResNode2C0 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode320 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkResNode2C0 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode2C0 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode2C0 + nameWithType: AddonSynthesis.AtkResNode2C0 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode320 name: AtkResNode320 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode320 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode320 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode320 - nameWithType: AddonSynthesize.AtkResNode320 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode328 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkResNode320 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode320 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode320 + nameWithType: AddonSynthesis.AtkResNode320 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode328 name: AtkResNode328 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode328 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode328 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode328 - nameWithType: AddonSynthesize.AtkResNode328 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode330 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkResNode328 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode328 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode328 + nameWithType: AddonSynthesis.AtkResNode328 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode330 name: AtkResNode330 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode330 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode330 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode330 - nameWithType: AddonSynthesize.AtkResNode330 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode480 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkResNode330 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode330 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode330 + nameWithType: AddonSynthesis.AtkResNode330 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode480 name: AtkResNode480 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode480 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode480 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode480 - nameWithType: AddonSynthesize.AtkResNode480 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkTextNode338 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkResNode480 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode480 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkResNode480 + nameWithType: AddonSynthesis.AtkResNode480 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkTextNode338 name: AtkTextNode338 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkTextNode338 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkTextNode338 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkTextNode338 - nameWithType: AddonSynthesize.AtkTextNode338 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkUnitBase + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkTextNode338 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkTextNode338 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkTextNode338 + nameWithType: AddonSynthesis.AtkTextNode338 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkUnitBase name: AtkUnitBase - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkUnitBase - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkUnitBase - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkUnitBase - nameWithType: AddonSynthesize.AtkUnitBase -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CalculationsButton + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_AtkUnitBase + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkUnitBase + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.AtkUnitBase + nameWithType: AddonSynthesis.AtkUnitBase +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CalculationsButton name: CalculationsButton - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CalculationsButton - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CalculationsButton - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CalculationsButton - nameWithType: AddonSynthesize.CalculationsButton -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.Condition + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CalculationsButton + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CalculationsButton + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CalculationsButton + nameWithType: AddonSynthesis.CalculationsButton +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.Condition name: Condition - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_Condition - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.Condition - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.Condition - nameWithType: AddonSynthesize.Condition -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.ConditionResNode + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_Condition + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.Condition + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.Condition + nameWithType: AddonSynthesis.Condition +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.ConditionResNode name: ConditionResNode - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_ConditionResNode - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.ConditionResNode - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.ConditionResNode - nameWithType: AddonSynthesize.ConditionResNode -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftedItemName + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_ConditionResNode + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.ConditionResNode + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.ConditionResNode + nameWithType: AddonSynthesis.ConditionResNode +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftedItemName name: CraftedItemName - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftedItemName - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftedItemName - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftedItemName - nameWithType: AddonSynthesize.CraftedItemName -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect - name: AddonSynthesize.CraftEffect - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html - commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect - nameWithType: AddonSynthesize.CraftEffect -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Container + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftedItemName + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftedItemName + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftedItemName + nameWithType: AddonSynthesis.CraftedItemName +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect + name: AddonSynthesis.CraftEffect + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect + nameWithType: AddonSynthesis.CraftEffect +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.Container name: Container - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect_Container - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Container - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Container - nameWithType: AddonSynthesize.CraftEffect.Container -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Image + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect_Container + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.Container + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.Container + nameWithType: AddonSynthesis.CraftEffect.Container +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.Image name: Image - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect_Image - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Image - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Image - nameWithType: AddonSynthesize.CraftEffect.Image -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Name + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect_Image + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.Image + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.Image + nameWithType: AddonSynthesis.CraftEffect.Image +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.Name name: Name - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect_Name - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Name - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Name - nameWithType: AddonSynthesize.CraftEffect.Name -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.StepsRemaining + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect_Name + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.Name + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.Name + nameWithType: AddonSynthesis.CraftEffect.Name +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.StepsRemaining name: StepsRemaining - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect_StepsRemaining - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.StepsRemaining - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.StepsRemaining - nameWithType: AddonSynthesize.CraftEffect.StepsRemaining -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect1 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect_StepsRemaining + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.StepsRemaining + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect.StepsRemaining + nameWithType: AddonSynthesis.CraftEffect.StepsRemaining +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect1 name: CraftEffect1 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect1 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect1 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect1 - nameWithType: AddonSynthesize.CraftEffect1 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect1HoverText + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect1 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect1 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect1 + nameWithType: AddonSynthesis.CraftEffect1 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect1HoverText name: CraftEffect1HoverText - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect1HoverText - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect1HoverText - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect1HoverText - nameWithType: AddonSynthesize.CraftEffect1HoverText -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect2 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect1HoverText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect1HoverText + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect1HoverText + nameWithType: AddonSynthesis.CraftEffect1HoverText +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect2 name: CraftEffect2 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect2 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect2 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect2 - nameWithType: AddonSynthesize.CraftEffect2 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect2HoverText + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect2 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect2 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect2 + nameWithType: AddonSynthesis.CraftEffect2 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect2HoverText name: CraftEffect2HoverText - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect2HoverText - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect2HoverText - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect2HoverText - nameWithType: AddonSynthesize.CraftEffect2HoverText -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect3 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect2HoverText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect2HoverText + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect2HoverText + nameWithType: AddonSynthesis.CraftEffect2HoverText +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect3 name: CraftEffect3 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect3 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect3 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect3 - nameWithType: AddonSynthesize.CraftEffect3 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect3HoverText + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect3 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect3 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect3 + nameWithType: AddonSynthesis.CraftEffect3 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect3HoverText name: CraftEffect3HoverText - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect3HoverText - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect3HoverText - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect3HoverText - nameWithType: AddonSynthesize.CraftEffect3HoverText -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect4 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect3HoverText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect3HoverText + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect3HoverText + nameWithType: AddonSynthesis.CraftEffect3HoverText +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect4 name: CraftEffect4 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect4 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect4 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect4 - nameWithType: AddonSynthesize.CraftEffect4 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect4HoverText + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect4 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect4 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect4 + nameWithType: AddonSynthesis.CraftEffect4 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect4HoverText name: CraftEffect4HoverText - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect4HoverText - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect4HoverText - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect4HoverText - nameWithType: AddonSynthesize.CraftEffect4HoverText -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect5 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect4HoverText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect4HoverText + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect4HoverText + nameWithType: AddonSynthesis.CraftEffect4HoverText +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect5 name: CraftEffect5 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect5 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect5 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect5 - nameWithType: AddonSynthesize.CraftEffect5 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect5HoverText + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect5 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect5 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect5 + nameWithType: AddonSynthesis.CraftEffect5 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect5HoverText name: CraftEffect5HoverText - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect5HoverText - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect5HoverText - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect5HoverText - nameWithType: AddonSynthesize.CraftEffect5HoverText -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect6 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect5HoverText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect5HoverText + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect5HoverText + nameWithType: AddonSynthesis.CraftEffect5HoverText +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect6 name: CraftEffect6 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect6 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect6 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect6 - nameWithType: AddonSynthesize.CraftEffect6 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect6HoverText + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect6 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect6 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect6 + nameWithType: AddonSynthesis.CraftEffect6 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect6HoverText name: CraftEffect6HoverText - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect6HoverText - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect6HoverText - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect6HoverText - nameWithType: AddonSynthesize.CraftEffect6HoverText -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect7 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect6HoverText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect6HoverText + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect6HoverText + nameWithType: AddonSynthesis.CraftEffect6HoverText +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect7 name: CraftEffect7 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect7 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect7 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect7 - nameWithType: AddonSynthesize.CraftEffect7 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect7HoverText + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect7 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect7 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect7 + nameWithType: AddonSynthesis.CraftEffect7 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect7HoverText name: CraftEffect7HoverText - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect7HoverText - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect7HoverText - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect7HoverText - nameWithType: AddonSynthesize.CraftEffect7HoverText -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect8 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect7HoverText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect7HoverText + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect7HoverText + nameWithType: AddonSynthesis.CraftEffect7HoverText +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect8 name: CraftEffect8 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect8 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect8 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect8 - nameWithType: AddonSynthesize.CraftEffect8 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect8HoverText + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect8 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect8 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect8 + nameWithType: AddonSynthesis.CraftEffect8 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect8HoverText name: CraftEffect8HoverText - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect8HoverText - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect8HoverText - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect8HoverText - nameWithType: AddonSynthesize.CraftEffect8HoverText -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect9 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect8HoverText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect8HoverText + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect8HoverText + nameWithType: AddonSynthesis.CraftEffect8HoverText +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect9 name: CraftEffect9 - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect9 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect9 - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect9 - nameWithType: AddonSynthesize.CraftEffect9 -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect9HoverText + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect9 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect9 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect9 + nameWithType: AddonSynthesis.CraftEffect9 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect9HoverText name: CraftEffect9HoverText - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect9HoverText - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect9HoverText - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect9HoverText - nameWithType: AddonSynthesize.CraftEffect9HoverText -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentDurability + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CraftEffect9HoverText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect9HoverText + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CraftEffect9HoverText + nameWithType: AddonSynthesis.CraftEffect9HoverText +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CurrentDurability name: CurrentDurability - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CurrentDurability - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentDurability - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentDurability - nameWithType: AddonSynthesize.CurrentDurability -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentProgress + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CurrentDurability + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CurrentDurability + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CurrentDurability + nameWithType: AddonSynthesis.CurrentDurability +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CurrentProgress name: CurrentProgress - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CurrentProgress - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentProgress - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentProgress - nameWithType: AddonSynthesize.CurrentProgress -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentQuality + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CurrentProgress + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CurrentProgress + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CurrentProgress + nameWithType: AddonSynthesis.CurrentProgress +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CurrentQuality name: CurrentQuality - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CurrentQuality - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentQuality - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentQuality - nameWithType: AddonSynthesize.CurrentQuality -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.HQLiteral + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_CurrentQuality + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CurrentQuality + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.CurrentQuality + nameWithType: AddonSynthesis.CurrentQuality +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.HQLiteral name: HQLiteral - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_HQLiteral - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.HQLiteral - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.HQLiteral - nameWithType: AddonSynthesize.HQLiteral -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.HQPercentage + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_HQLiteral + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.HQLiteral + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.HQLiteral + nameWithType: AddonSynthesis.HQLiteral +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.HQPercentage name: HQPercentage - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_HQPercentage - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.HQPercentage - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.HQPercentage - nameWithType: AddonSynthesize.HQPercentage -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.MaxProgress + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_HQPercentage + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.HQPercentage + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.HQPercentage + nameWithType: AddonSynthesis.HQPercentage +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.MaxProgress name: MaxProgress - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_MaxProgress - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.MaxProgress - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.MaxProgress - nameWithType: AddonSynthesize.MaxProgress -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.MaxQuality + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_MaxProgress + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.MaxProgress + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.MaxProgress + nameWithType: AddonSynthesis.MaxProgress +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.MaxQuality name: MaxQuality - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_MaxQuality - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.MaxQuality - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.MaxQuality - nameWithType: AddonSynthesize.MaxQuality -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.ProgressGauge + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_MaxQuality + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.MaxQuality + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.MaxQuality + nameWithType: AddonSynthesis.MaxQuality +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.ProgressGauge name: ProgressGauge - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_ProgressGauge - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.ProgressGauge - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.ProgressGauge - nameWithType: AddonSynthesize.ProgressGauge -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.QualityGauge + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_ProgressGauge + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.ProgressGauge + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.ProgressGauge + nameWithType: AddonSynthesis.ProgressGauge +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.QualityGauge name: QualityGauge - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_QualityGauge - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.QualityGauge - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.QualityGauge - nameWithType: AddonSynthesize.QualityGauge -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.QuitButton + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_QualityGauge + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.QualityGauge + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.QualityGauge + nameWithType: AddonSynthesis.QualityGauge +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.QuitButton name: QuitButton - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_QuitButton - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.QuitButton - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.QuitButton - nameWithType: AddonSynthesize.QuitButton -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.RootCollisionNode + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_QuitButton + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.QuitButton + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.QuitButton + nameWithType: AddonSynthesis.QuitButton +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.RootCollisionNode name: RootCollisionNode - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_RootCollisionNode - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.RootCollisionNode - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.RootCollisionNode - nameWithType: AddonSynthesize.RootCollisionNode -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.StartingDurability + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_RootCollisionNode + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.RootCollisionNode + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.RootCollisionNode + nameWithType: AddonSynthesis.RootCollisionNode +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.StartingDurability name: StartingDurability - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_StartingDurability - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.StartingDurability - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.StartingDurability - nameWithType: AddonSynthesize.StartingDurability -- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.StepNumber + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_StartingDurability + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.StartingDurability + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.StartingDurability + nameWithType: AddonSynthesis.StartingDurability +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.StepNumber name: StepNumber - href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_StepNumber - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.StepNumber - fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.StepNumber - nameWithType: AddonSynthesize.StepNumber + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesis_StepNumber + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.StepNumber + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesis.StepNumber + nameWithType: AddonSynthesis.StepNumber - uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk name: AddonTalk href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html @@ -45872,6 +49076,181 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String540 fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String540 nameWithType: AddonTalk.String540 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport + name: AddonTeleport + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport + nameWithType: AddonTeleport +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.Addon + name: Addon + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_Addon + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.Addon + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.Addon + nameWithType: AddonTeleport.Addon +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.AetheryteTicketsText + name: AetheryteTicketsText + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_AetheryteTicketsText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.AetheryteTicketsText + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.AetheryteTicketsText + nameWithType: AddonTeleport.AetheryteTicketsText +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.AtkUnitBase + name: AtkUnitBase + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_AtkUnitBase + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.AtkUnitBase + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.AtkUnitBase + nameWithType: AddonTeleport.AtkUnitBase +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.ChangeTab(System.UInt32) + name: ChangeTab(UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_ChangeTab_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.ChangeTab(System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.ChangeTab(System.UInt32) + nameWithType: AddonTeleport.ChangeTab(UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.ChangeTab* + name: ChangeTab + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_ChangeTab_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.ChangeTab + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.ChangeTab + nameWithType: AddonTeleport.ChangeTab +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.GilCountText + name: GilCountText + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_GilCountText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.GilCountText + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.GilCountText + nameWithType: AddonTeleport.GilCountText +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.ListTotalCount + name: ListTotalCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_ListTotalCount + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.ListTotalCount + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.ListTotalCount + nameWithType: AddonTeleport.ListTotalCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.SelectedTab + name: SelectedTab + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_SelectedTab + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.SelectedTab + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.SelectedTab + nameWithType: AddonTeleport.SelectedTab +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.SelectedTabItemCount + name: SelectedTabItemCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_SelectedTabItemCount + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.SelectedTabItemCount + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.SelectedTabItemCount + nameWithType: AddonTeleport.SelectedTabItemCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.SettingsButton + name: SettingsButton + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_SettingsButton + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.SettingsButton + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.SettingsButton + nameWithType: AddonTeleport.SettingsButton +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderAll + name: TabHeaderAll + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TabHeaderAll + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderAll + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderAll + nameWithType: AddonTeleport.TabHeaderAll +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderBlackShroud + name: TabHeaderBlackShroud + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TabHeaderBlackShroud + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderBlackShroud + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderBlackShroud + nameWithType: AddonTeleport.TabHeaderBlackShroud +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderFarEast + name: TabHeaderFarEast + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TabHeaderFarEast + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderFarEast + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderFarEast + nameWithType: AddonTeleport.TabHeaderFarEast +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderFavourite + name: TabHeaderFavourite + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TabHeaderFavourite + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderFavourite + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderFavourite + nameWithType: AddonTeleport.TabHeaderFavourite +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderGyrAbania + name: TabHeaderGyrAbania + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TabHeaderGyrAbania + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderGyrAbania + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderGyrAbania + nameWithType: AddonTeleport.TabHeaderGyrAbania +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderHistory + name: TabHeaderHistory + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TabHeaderHistory + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderHistory + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderHistory + nameWithType: AddonTeleport.TabHeaderHistory +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderIlsabard + name: TabHeaderIlsabard + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TabHeaderIlsabard + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderIlsabard + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderIlsabard + nameWithType: AddonTeleport.TabHeaderIlsabard +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderIshgard + name: TabHeaderIshgard + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TabHeaderIshgard + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderIshgard + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderIshgard + nameWithType: AddonTeleport.TabHeaderIshgard +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderLaNoscea + name: TabHeaderLaNoscea + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TabHeaderLaNoscea + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderLaNoscea + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderLaNoscea + nameWithType: AddonTeleport.TabHeaderLaNoscea +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderNorvandt + name: TabHeaderNorvandt + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TabHeaderNorvandt + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderNorvandt + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderNorvandt + nameWithType: AddonTeleport.TabHeaderNorvandt +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderOther + name: TabHeaderOther + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TabHeaderOther + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderOther + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderOther + nameWithType: AddonTeleport.TabHeaderOther +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderThanalan + name: TabHeaderThanalan + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TabHeaderThanalan + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderThanalan + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TabHeaderThanalan + nameWithType: AddonTeleport.TabHeaderThanalan +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TeleportTreeList + name: TeleportTreeList + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TeleportTreeList + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TeleportTreeList + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TeleportTreeList + nameWithType: AddonTeleport.TeleportTreeList +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TeleportTreeListFirstHeader + name: TeleportTreeListFirstHeader + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TeleportTreeListFirstHeader + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TeleportTreeListFirstHeader + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TeleportTreeListFirstHeader + nameWithType: AddonTeleport.TeleportTreeListFirstHeader +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TeleportTreeListFirstItem + name: TeleportTreeListFirstItem + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_TeleportTreeListFirstItem + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TeleportTreeListFirstItem + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.TeleportTreeListFirstItem + nameWithType: AddonTeleport.TeleportTreeListFirstItem +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.Unknown2D4 + name: Unknown2D4 + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_Unknown2D4 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.Unknown2D4 + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.Unknown2D4 + nameWithType: AddonTeleport.Unknown2D4 +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.UnknownFunction + name: UnknownFunction + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_UnknownFunction + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.UnknownFunction + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.UnknownFunction + nameWithType: AddonTeleport.UnknownFunction +- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.UnknownVtbl + name: UnknownVtbl + href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTeleport_UnknownVtbl + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.UnknownVtbl + fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTeleport.UnknownVtbl + nameWithType: AddonTeleport.UnknownVtbl - uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo name: AddonWeeklyBingo href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html @@ -46216,6 +49595,139 @@ references: commentId: N:FFXIVClientStructs.FFXIV.Client.UI.Agent fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent nameWithType: FFXIVClientStructs.FFXIV.Client.UI.Agent +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext + name: AgentContext + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext + nameWithType: AgentContext +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.AgentContextInterface + name: AgentContextInterface + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContext_AgentContextInterface + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.AgentContextInterface + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.AgentContextInterface + nameWithType: AgentContext.AgentContextInterface +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.AgentInterface + name: AgentInterface + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContext_AgentInterface + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.AgentInterface + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.AgentInterface + nameWithType: AgentContext.AgentInterface +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.GameObjectContentId + name: GameObjectContentId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContext_GameObjectContentId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.GameObjectContentId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.GameObjectContentId + nameWithType: AgentContext.GameObjectContentId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.GameObjectId + name: GameObjectId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContext_GameObjectId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.GameObjectId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.GameObjectId + nameWithType: AgentContext.GameObjectId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.GameObjectName + name: GameObjectName + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContext_GameObjectName + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.GameObjectName + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.GameObjectName + nameWithType: AgentContext.GameObjectName +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.GameObjectWorldId + name: GameObjectWorldId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContext_GameObjectWorldId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.GameObjectWorldId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.GameObjectWorldId + nameWithType: AgentContext.GameObjectWorldId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.Instance + name: Instance() + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContext_Instance + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.Instance + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.Instance() + nameWithType: AgentContext.Instance() +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.Instance* + name: Instance + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContext_Instance_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.Instance + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.Instance + nameWithType: AgentContext.Instance +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.Items + name: Items + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContext_Items + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.Items + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.Items + nameWithType: AgentContext.Items +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface + name: AgentContextInterface + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface + nameWithType: AgentContextInterface +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.AgentInterface + name: AgentInterface + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContextInterface_AgentInterface + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.AgentInterface + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.AgentInterface + nameWithType: AgentContextInterface.AgentInterface +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.IsSubContextMenu + name: IsSubContextMenu + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContextInterface_IsSubContextMenu + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.IsSubContextMenu + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.IsSubContextMenu + nameWithType: AgentContextInterface.IsSubContextMenu +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.SelectedIndex + name: SelectedIndex + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContextInterface_SelectedIndex + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.SelectedIndex + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.SelectedIndex + nameWithType: AgentContextInterface.SelectedIndex +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.SubContextMenuTitle + name: SubContextMenuTitle + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContextInterface_SubContextMenuTitle + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.SubContextMenuTitle + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.SubContextMenuTitle + nameWithType: AgentContextInterface.SubContextMenuTitle +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.Unk1 + name: Unk1 + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContextInterface_Unk1 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.Unk1 + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextInterface.Unk1 + nameWithType: AgentContextInterface.Unk1 +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems + name: AgentContextMenuItems + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems + nameWithType: AgentContextMenuItems +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.Actions + name: Actions + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContextMenuItems_Actions + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.Actions + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.Actions + nameWithType: AgentContextMenuItems.Actions +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.AtkValueCount + name: AtkValueCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContextMenuItems_AtkValueCount + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.AtkValueCount + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.AtkValueCount + nameWithType: AgentContextMenuItems.AtkValueCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.AtkValues + name: AtkValues + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContextMenuItems_AtkValues + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.AtkValues + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.AtkValues + nameWithType: AgentContextMenuItems.AtkValues +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.RedButtonActions + name: RedButtonActions + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContextMenuItems_RedButtonActions + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.RedButtonActions + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.RedButtonActions + nameWithType: AgentContextMenuItems.RedButtonActions +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.UnkFunctionPointers + name: UnkFunctionPointers + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentContextMenuItems_UnkFunctionPointers + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.UnkFunctionPointers + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContextMenuItems.UnkFunctionPointers + nameWithType: AgentContextMenuItems.UnkFunctionPointers - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD name: AgentHUD href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html @@ -46319,30 +49831,48 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AetherCurrent fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AetherCurrent nameWithType: AgentId.AetherCurrent -- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AOZNotebook - name: AOZNotebook - href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_AOZNotebook - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AOZNotebook - fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AOZNotebook - nameWithType: AgentId.AOZNotebook +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AirShipExploration + name: AirShipExploration + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_AirShipExploration + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AirShipExploration + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AirShipExploration + nameWithType: AgentId.AirShipExploration +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AirShipExplorationDetail + name: AirShipExplorationDetail + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_AirShipExplorationDetail + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AirShipExplorationDetail + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AirShipExplorationDetail + nameWithType: AgentId.AirShipExplorationDetail +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AozNotebook + name: AozNotebook + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_AozNotebook + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AozNotebook + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AozNotebook + nameWithType: AgentId.AozNotebook +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AquariumSetting + name: AquariumSetting + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_AquariumSetting + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AquariumSetting + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.AquariumSetting + nameWithType: AgentId.AquariumSetting - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ArmouryBoard name: ArmouryBoard href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ArmouryBoard commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ArmouryBoard fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ArmouryBoard nameWithType: AgentId.ArmouryBoard +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Bait + name: Bait + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Bait + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Bait + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Bait + nameWithType: AgentId.Bait - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.BeginnersMansionProblem name: BeginnersMansionProblem href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_BeginnersMansionProblem commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.BeginnersMansionProblem fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.BeginnersMansionProblem nameWithType: AgentId.BeginnersMansionProblem -- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Blacklist - name: Blacklist - href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Blacklist - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Blacklist - fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Blacklist - nameWithType: AgentId.Blacklist - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Buddy name: Buddy href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Buddy @@ -46355,30 +49885,66 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Cabinet fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Cabinet nameWithType: AgentId.Cabinet +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Catch + name: Catch + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Catch + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Catch + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Catch + nameWithType: AgentId.Catch - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CharaMake name: CharaMake href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_CharaMake commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CharaMake fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CharaMake nameWithType: AgentId.CharaMake +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ChatConfig + name: ChatConfig + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ChatConfig + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ChatConfig + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ChatConfig + nameWithType: AgentId.ChatConfig - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ChatLog name: ChatLog href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ChatLog commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ChatLog fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ChatLog nameWithType: AgentId.ChatLog +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CircleBook + name: CircleBook + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_CircleBook + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CircleBook + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CircleBook + nameWithType: AgentId.CircleBook - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CircleList name: CircleList href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_CircleList commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CircleList fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CircleList nameWithType: AgentId.CircleList +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CloseMessage + name: CloseMessage + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_CloseMessage + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CloseMessage + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CloseMessage + nameWithType: AgentId.CloseMessage - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Colorant name: Colorant href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Colorant commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Colorant fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Colorant nameWithType: AgentId.Colorant +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CompanyCraftMaterial + name: CompanyCraftMaterial + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_CompanyCraftMaterial + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CompanyCraftMaterial + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CompanyCraftMaterial + nameWithType: AgentId.CompanyCraftMaterial +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CompanyCraftRecipeNoteBook + name: CompanyCraftRecipeNoteBook + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_CompanyCraftRecipeNoteBook + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CompanyCraftRecipeNoteBook + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CompanyCraftRecipeNoteBook + nameWithType: AgentId.CompanyCraftRecipeNoteBook - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Config name: Config href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Config @@ -46397,18 +49963,60 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Configkey fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Configkey nameWithType: AgentId.Configkey +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ConfigLogColor + name: ConfigLogColor + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ConfigLogColor + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ConfigLogColor + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ConfigLogColor + nameWithType: AgentId.ConfigLogColor +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ConfigPadcustomize + name: ConfigPadcustomize + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ConfigPadcustomize + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ConfigPadcustomize + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ConfigPadcustomize + nameWithType: AgentId.ConfigPadcustomize +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContactList + name: ContactList + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ContactList + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContactList + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContactList + nameWithType: AgentId.ContactList - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsFinder name: ContentsFinder href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ContentsFinder commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsFinder fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsFinder nameWithType: AgentId.ContentsFinder +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsFinderMenu + name: ContentsFinderMenu + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ContentsFinderMenu + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsFinderMenu + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsFinderMenu + nameWithType: AgentId.ContentsFinderMenu +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsFinderSetting + name: ContentsFinderSetting + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ContentsFinderSetting + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsFinderSetting + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsFinderSetting + nameWithType: AgentId.ContentsFinderSetting +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsMvp + name: ContentsMvp + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ContentsMvp + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsMvp + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsMvp + nameWithType: AgentId.ContentsMvp - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsNote name: ContentsNote href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ContentsNote commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsNote fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsNote nameWithType: AgentId.ContentsNote +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsReplayPlayer + name: ContentsReplayPlayer + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ContentsReplayPlayer + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsReplayPlayer + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsReplayPlayer + nameWithType: AgentId.ContentsReplayPlayer - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ContentsReplaySetting name: ContentsReplaySetting href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ContentsReplaySetting @@ -46433,6 +50041,30 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CountDownSettingDialog fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CountDownSettingDialog nameWithType: AgentId.CountDownSettingDialog +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CraftActionSimulator + name: CraftActionSimulator + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_CraftActionSimulator + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CraftActionSimulator + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CraftActionSimulator + nameWithType: AgentId.CraftActionSimulator +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Credit + name: Credit + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Credit + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Credit + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Credit + nameWithType: AgentId.Credit +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CreditCast + name: CreditCast + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_CreditCast + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CreditCast + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CreditCast + nameWithType: AgentId.CreditCast +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CrossWorldLinkShell + name: CrossWorldLinkShell + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_CrossWorldLinkShell + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CrossWorldLinkShell + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CrossWorldLinkShell + nameWithType: AgentId.CrossWorldLinkShell - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Currency name: Currency href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Currency @@ -46445,6 +50077,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Cursor fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Cursor nameWithType: AgentId.Cursor +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CursorLocation + name: CursorLocation + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_CursorLocation + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CursorLocation + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CursorLocation + nameWithType: AgentId.CursorLocation - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.CutsceneReplay name: CutsceneReplay href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_CutsceneReplay @@ -46457,24 +50095,78 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Dawn fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Dawn nameWithType: AgentId.Dawn -- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Detail - name: Detail - href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Detail - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Detail - fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Detail - nameWithType: AgentId.Detail +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonMap + name: DeepDungeonMap + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_DeepDungeonMap + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonMap + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonMap + nameWithType: AgentId.DeepDungeonMap +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonMenu + name: DeepDungeonMenu + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_DeepDungeonMenu + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonMenu + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonMenu + nameWithType: AgentId.DeepDungeonMenu +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonSaveData + name: DeepDungeonSaveData + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_DeepDungeonSaveData + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonSaveData + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonSaveData + nameWithType: AgentId.DeepDungeonSaveData +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonScore + name: DeepDungeonScore + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_DeepDungeonScore + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonScore + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonScore + nameWithType: AgentId.DeepDungeonScore +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonStatus + name: DeepDungeonStatus + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_DeepDungeonStatus + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonStatus + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DeepDungeonStatus + nameWithType: AgentId.DeepDungeonStatus +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Description + name: Description + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Description + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Description + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Description + nameWithType: AgentId.Description +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DpsChallenge + name: DpsChallenge + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_DpsChallenge + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DpsChallenge + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.DpsChallenge + nameWithType: AgentId.DpsChallenge +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Emj + name: Emj + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Emj + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Emj + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Emj + nameWithType: AgentId.Emj +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.EmjSetting + name: EmjSetting + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_EmjSetting + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.EmjSetting + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.EmjSetting + nameWithType: AgentId.EmjSetting - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Emote name: Emote href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Emote commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Emote fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Emote nameWithType: AgentId.Emote -- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FateReward - name: FateReward - href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_FateReward - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FateReward - fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FateReward - nameWithType: AgentId.FateReward +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Fashion + name: Fashion + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Fashion + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Fashion + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Fashion + nameWithType: AgentId.Fashion +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FateProgress + name: FateProgress + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_FateProgress + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FateProgress + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FateProgress + nameWithType: AgentId.FateProgress - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FieldMarker name: FieldMarker href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_FieldMarker @@ -46505,6 +50197,36 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompany fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompany nameWithType: AgentId.FreeCompany +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyChest + name: FreeCompanyChest + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_FreeCompanyChest + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyChest + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyChest + nameWithType: AgentId.FreeCompanyChest +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyCreditShop + name: FreeCompanyCreditShop + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_FreeCompanyCreditShop + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyCreditShop + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyCreditShop + nameWithType: AgentId.FreeCompanyCreditShop +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyCrestDecal + name: FreeCompanyCrestDecal + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_FreeCompanyCrestDecal + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyCrestDecal + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyCrestDecal + nameWithType: AgentId.FreeCompanyCrestDecal +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyCrestEditor + name: FreeCompanyCrestEditor + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_FreeCompanyCrestEditor + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyCrestEditor + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyCrestEditor + nameWithType: AgentId.FreeCompanyCrestEditor +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyExchange + name: FreeCompanyExchange + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_FreeCompanyExchange + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyExchange + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyExchange + nameWithType: AgentId.FreeCompanyExchange - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyInputString name: FreeCompanyInputString href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_FreeCompanyInputString @@ -46517,48 +50239,150 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyProfile fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FreeCompanyProfile nameWithType: AgentId.FreeCompanyProfile -- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FriendList - name: FriendList - href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_FriendList - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FriendList - fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.FriendList - nameWithType: AgentId.FriendList - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GatheringNote name: GatheringNote href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GatheringNote commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GatheringNote fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GatheringNote nameWithType: AgentId.GatheringNote -- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GatherNote - name: GatherNote - href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GatherNote - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GatherNote - fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GatherNote - nameWithType: AgentId.GatherNote +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyCapture + name: GcArmyCapture + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GcArmyCapture + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyCapture + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyCapture + nameWithType: AgentId.GcArmyCapture +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyExpedition + name: GcArmyExpedition + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GcArmyExpedition + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyExpedition + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyExpedition + nameWithType: AgentId.GcArmyExpedition +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyMemberList + name: GcArmyMemberList + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GcArmyMemberList + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyMemberList + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyMemberList + nameWithType: AgentId.GcArmyMemberList +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyMenberProfile + name: GcArmyMenberProfile + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GcArmyMenberProfile + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyMenberProfile + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyMenberProfile + nameWithType: AgentId.GcArmyMenberProfile +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyOrder + name: GcArmyOrder + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GcArmyOrder + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyOrder + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyOrder + nameWithType: AgentId.GcArmyOrder +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyTraining + name: GcArmyTraining + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GcArmyTraining + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyTraining + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GcArmyTraining + nameWithType: AgentId.GcArmyTraining +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Gearset + name: Gearset + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Gearset + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Gearset + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Gearset + nameWithType: AgentId.Gearset - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GoldSaucer name: GoldSaucer href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GoldSaucer commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GoldSaucer fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GoldSaucer nameWithType: AgentId.GoldSaucer +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GoldSaucerMiniGame + name: GoldSaucerMiniGame + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GoldSaucerMiniGame + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GoldSaucerMiniGame + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GoldSaucerMiniGame + nameWithType: AgentId.GoldSaucerMiniGame +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GoldSaucerReward + name: GoldSaucerReward + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GoldSaucerReward + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GoldSaucerReward + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GoldSaucerReward + nameWithType: AgentId.GoldSaucerReward +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GrandCompanyExchange + name: GrandCompanyExchange + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GrandCompanyExchange + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GrandCompanyExchange + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GrandCompanyExchange + nameWithType: AgentId.GrandCompanyExchange +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GrandCompanyRank + name: GrandCompanyRank + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GrandCompanyRank + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GrandCompanyRank + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GrandCompanyRank + nameWithType: AgentId.GrandCompanyRank +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GrandCompanySupply + name: GrandCompanySupply + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_GrandCompanySupply + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GrandCompanySupply + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.GrandCompanySupply + nameWithType: AgentId.GrandCompanySupply - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Housing name: Housing href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Housing commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Housing fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Housing nameWithType: AgentId.Housing +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingBuddyList + name: HousingBuddyList + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_HousingBuddyList + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingBuddyList + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingBuddyList + nameWithType: AgentId.HousingBuddyList +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingEditContainer + name: HousingEditContainer + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_HousingEditContainer + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingEditContainer + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingEditContainer + nameWithType: AgentId.HousingEditContainer +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingGuestBook + name: HousingGuestBook + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_HousingGuestBook + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingGuestBook + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingGuestBook + nameWithType: AgentId.HousingGuestBook +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingPlant + name: HousingPlant + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_HousingPlant + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingPlant + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingPlant + nameWithType: AgentId.HousingPlant +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingPortal + name: HousingPortal + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_HousingPortal + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingPortal + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingPortal + nameWithType: AgentId.HousingPortal - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingSignboard name: HousingSignboard href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_HousingSignboard commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingSignboard fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HousingSignboard nameWithType: AgentId.HousingSignboard +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Howto + name: Howto + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Howto + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Howto + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Howto + nameWithType: AgentId.Howto - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HowtoList name: HowtoList href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_HowtoList commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HowtoList fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HowtoList nameWithType: AgentId.HowtoList +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HowtoNotice + name: HowtoNotice + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_HowtoNotice + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HowtoNotice + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.HowtoNotice + nameWithType: AgentId.HowtoNotice - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Hud name: Hud href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Hud @@ -46595,6 +50419,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.InventoryContext fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.InventoryContext nameWithType: AgentId.InventoryContext +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ItemAppraisal + name: ItemAppraisal + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ItemAppraisal + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ItemAppraisal + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ItemAppraisal + nameWithType: AgentId.ItemAppraisal - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ItemCompare name: ItemCompare href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ItemCompare @@ -46607,6 +50437,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ItemDetail fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ItemDetail nameWithType: AgentId.ItemDetail +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ItemInspection + name: ItemInspection + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ItemInspection + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ItemInspection + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ItemInspection + nameWithType: AgentId.ItemInspection - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ItemSearch name: ItemSearch href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ItemSearch @@ -46619,24 +50455,42 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Journal fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Journal nameWithType: AgentId.Journal -- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Letter - name: Letter - href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Letter - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Letter - fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Letter - nameWithType: AgentId.Letter +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.JournalAccept + name: JournalAccept + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_JournalAccept + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.JournalAccept + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.JournalAccept + nameWithType: AgentId.JournalAccept +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.JournalResult + name: JournalResult + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_JournalResult + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.JournalResult + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.JournalResult + nameWithType: AgentId.JournalResult - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LetterEdit name: LetterEdit href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_LetterEdit commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LetterEdit fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LetterEdit nameWithType: AgentId.LetterEdit +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LetterList + name: LetterList + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_LetterList + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LetterList + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LetterList + nameWithType: AgentId.LetterList - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LetterView name: LetterView href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_LetterView commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LetterView fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LetterView nameWithType: AgentId.LetterView +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LeveQuest + name: LeveQuest + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_LeveQuest + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LeveQuest + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LeveQuest + nameWithType: AgentId.LeveQuest - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LicenseViewer name: LicenseViewer href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_LicenseViewer @@ -46661,6 +50515,54 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LookingForGroup fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LookingForGroup nameWithType: AgentId.LookingForGroup +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Loot + name: Loot + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Loot + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Loot + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Loot + nameWithType: AgentId.Loot +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LotteryDaily + name: LotteryDaily + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_LotteryDaily + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LotteryDaily + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LotteryDaily + nameWithType: AgentId.LotteryDaily +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LotteryWeekly + name: LotteryWeekly + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_LotteryWeekly + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LotteryWeekly + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LotteryWeekly + nameWithType: AgentId.LotteryWeekly +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmNamePlate + name: LovmNamePlate + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_LovmNamePlate + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmNamePlate + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmNamePlate + nameWithType: AgentId.LovmNamePlate +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmPaletteEdit + name: LovmPaletteEdit + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_LovmPaletteEdit + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmPaletteEdit + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmPaletteEdit + nameWithType: AgentId.LovmPaletteEdit +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmParty + name: LovmParty + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_LovmParty + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmParty + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmParty + nameWithType: AgentId.LovmParty +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmRanking + name: LovmRanking + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_LovmRanking + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmRanking + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmRanking + nameWithType: AgentId.LovmRanking +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmResult + name: LovmResult + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_LovmResult + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmResult + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.LovmResult + nameWithType: AgentId.LovmResult - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Macro name: Macro href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Macro @@ -46679,12 +50581,18 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Marker fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Marker nameWithType: AgentId.Marker -- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Market - name: Market - href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Market - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Market - fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Market - nameWithType: AgentId.Market +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MateriaAttach + name: MateriaAttach + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_MateriaAttach + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MateriaAttach + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MateriaAttach + nameWithType: AgentId.MateriaAttach +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Materialize + name: Materialize + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Materialize + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Materialize + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Materialize + nameWithType: AgentId.Materialize - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.McGuffin name: McGuffin href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_McGuffin @@ -46703,6 +50611,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MinionNotebook fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MinionNotebook nameWithType: AgentId.MinionNotebook +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MiragePrism + name: MiragePrism + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_MiragePrism + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MiragePrism + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MiragePrism + nameWithType: AgentId.MiragePrism - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MiragePrismMiragePlate name: MiragePrismMiragePlate href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_MiragePrismMiragePlate @@ -46715,6 +50629,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MiragePrismPrismBox fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MiragePrismPrismBox nameWithType: AgentId.MiragePrismPrismBox +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MiragePrismPrismItemDetail + name: MiragePrismPrismItemDetail + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_MiragePrismPrismItemDetail + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MiragePrismPrismItemDetail + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MiragePrismPrismItemDetail + nameWithType: AgentId.MiragePrismPrismItemDetail - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MobHunt name: MobHunt href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_MobHunt @@ -46739,24 +50659,72 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MountSpeed fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MountSpeed nameWithType: AgentId.MountSpeed +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MovieSubtitle + name: MovieSubtitle + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_MovieSubtitle + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MovieSubtitle + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MovieSubtitle + nameWithType: AgentId.MovieSubtitle +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MycBattleAreaInfo + name: MycBattleAreaInfo + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_MycBattleAreaInfo + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MycBattleAreaInfo + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MycBattleAreaInfo + nameWithType: AgentId.MycBattleAreaInfo +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MycInfo + name: MycInfo + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_MycInfo + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MycInfo + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MycInfo + nameWithType: AgentId.MycInfo +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MycItemBag + name: MycItemBag + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_MycItemBag + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MycItemBag + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MycItemBag + nameWithType: AgentId.MycItemBag +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MycItemBox + name: MycItemBox + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_MycItemBox + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MycItemBox + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.MycItemBox + nameWithType: AgentId.MycItemBox - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Orchestrion name: Orchestrion href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Orchestrion commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Orchestrion fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Orchestrion nameWithType: AgentId.Orchestrion +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.OrchestrionInn + name: OrchestrionInn + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_OrchestrionInn + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.OrchestrionInn + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.OrchestrionInn + nameWithType: AgentId.OrchestrionInn +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.OrchestrionPlayList + name: OrchestrionPlayList + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_OrchestrionPlayList + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.OrchestrionPlayList + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.OrchestrionPlayList + nameWithType: AgentId.OrchestrionPlayList - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.OrnamentNoteBook name: OrnamentNoteBook href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_OrnamentNoteBook commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.OrnamentNoteBook fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.OrnamentNoteBook nameWithType: AgentId.OrnamentNoteBook -- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PartyMember - name: PartyMember - href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_PartyMember - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PartyMember - fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PartyMember - nameWithType: AgentId.PartyMember +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PadMouseMode + name: PadMouseMode + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_PadMouseMode + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PadMouseMode + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PadMouseMode + nameWithType: AgentId.PadMouseMode +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PersonalRoomPortal + name: PersonalRoomPortal + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_PersonalRoomPortal + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PersonalRoomPortal + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PersonalRoomPortal + nameWithType: AgentId.PersonalRoomPortal - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PlayGuide name: PlayGuide href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_PlayGuide @@ -46769,12 +50737,30 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PvpProfile fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PvpProfile nameWithType: AgentId.PvpProfile +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PvpTeam + name: PvpTeam + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_PvpTeam + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PvpTeam + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.PvpTeam + nameWithType: AgentId.PvpTeam - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.QuestRedo name: QuestRedo href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_QuestRedo commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.QuestRedo fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.QuestRedo nameWithType: AgentId.QuestRedo +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.QuestRedoHud + name: QuestRedoHud + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_QuestRedoHud + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.QuestRedoHud + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.QuestRedoHud + nameWithType: AgentId.QuestRedoHud +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RaidFinder + name: RaidFinder + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_RaidFinder + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RaidFinder + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RaidFinder + nameWithType: AgentId.RaidFinder - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RecipeNote name: RecipeNote href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_RecipeNote @@ -46787,12 +50773,36 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RecommendList fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RecommendList nameWithType: AgentId.RecommendList +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ReconstructionBox + name: ReconstructionBox + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ReconstructionBox + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ReconstructionBox + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ReconstructionBox + nameWithType: AgentId.ReconstructionBox +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ReconstructionBuyback + name: ReconstructionBuyback + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ReconstructionBuyback + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ReconstructionBuyback + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ReconstructionBuyback + nameWithType: AgentId.ReconstructionBuyback - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RelicNotebook name: RelicNotebook href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_RelicNotebook commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RelicNotebook fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RelicNotebook nameWithType: AgentId.RelicNotebook +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Repair + name: Repair + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Repair + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Repair + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Repair + nameWithType: AgentId.Repair +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Retainer + name: Retainer + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Retainer + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Retainer + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Retainer + nameWithType: AgentId.Retainer - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RetainerList name: RetainerList href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_RetainerList @@ -46811,6 +50821,18 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RetainerTask fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RetainerTask nameWithType: AgentId.RetainerTask +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Revive + name: Revive + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Revive + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Revive + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Revive + nameWithType: AgentId.Revive +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RideShooting + name: RideShooting + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_RideShooting + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RideShooting + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.RideShooting + nameWithType: AgentId.RideShooting - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ScenarioTree name: ScenarioTree href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_ScenarioTree @@ -46823,24 +50845,66 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ScreenLog fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.ScreenLog nameWithType: AgentId.ScreenLog -- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Search - name: Search - href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Search - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Search - fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Search - nameWithType: AgentId.Search - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Shop name: Shop href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Shop commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Shop fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Shop nameWithType: AgentId.Shop +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Snipe + name: Snipe + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Snipe + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Snipe + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Snipe + nameWithType: AgentId.Snipe - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Social name: Social href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Social commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Social fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Social nameWithType: AgentId.Social +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialBlacklist + name: SocialBlacklist + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_SocialBlacklist + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialBlacklist + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialBlacklist + nameWithType: AgentId.SocialBlacklist +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialDetail + name: SocialDetail + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_SocialDetail + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialDetail + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialDetail + nameWithType: AgentId.SocialDetail +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialFriendList + name: SocialFriendList + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_SocialFriendList + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialFriendList + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialFriendList + nameWithType: AgentId.SocialFriendList +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialPartyMember + name: SocialPartyMember + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_SocialPartyMember + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialPartyMember + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialPartyMember + nameWithType: AgentId.SocialPartyMember +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialSearch + name: SocialSearch + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_SocialSearch + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialSearch + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SocialSearch + nameWithType: AgentId.SocialSearch +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Status + name: Status + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Status + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Status + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Status + nameWithType: AgentId.Status +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SubmersibleExplorationDetail + name: SubmersibleExplorationDetail + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_SubmersibleExplorationDetail + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SubmersibleExplorationDetail + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SubmersibleExplorationDetail + nameWithType: AgentId.SubmersibleExplorationDetail - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SupportEdit name: SupportEdit href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_SupportEdit @@ -46865,6 +50929,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SupportView fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.SupportView nameWithType: AgentId.SupportView +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.TargetCircle + name: TargetCircle + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_TargetCircle + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.TargetCircle + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.TargetCircle + nameWithType: AgentId.TargetCircle - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Teleport name: Teleport href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Teleport @@ -46877,6 +50947,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.TeleportHousingFriend fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.TeleportHousingFriend nameWithType: AgentId.TeleportHousingFriend +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.TelepotTown + name: TelepotTown + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_TelepotTown + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.TelepotTown + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.TelepotTown + nameWithType: AgentId.TelepotTown - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Trade name: Trade href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Trade @@ -46889,24 +50965,230 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.TreasureHunt fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.TreasureHunt nameWithType: AgentId.TreasureHunt +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.TrippleTriad + name: TrippleTriad + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_TrippleTriad + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.TrippleTriad + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.TrippleTriad + nameWithType: AgentId.TrippleTriad - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Tryon name: Tryon href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_Tryon commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Tryon fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.Tryon nameWithType: AgentId.Tryon +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.VoteGiveUp + name: VoteGiveUp + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_VoteGiveUp + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.VoteGiveUp + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.VoteGiveUp + nameWithType: AgentId.VoteGiveUp +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.VoteKick + name: VoteKick + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_VoteKick + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.VoteKick + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.VoteKick + nameWithType: AgentId.VoteKick +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.VoteTreasure + name: VoteTreasure + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_VoteTreasure + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.VoteTreasure + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.VoteTreasure + nameWithType: AgentId.VoteTreasure +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WeatherReport + name: WeatherReport + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_WeatherReport + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WeatherReport + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WeatherReport + nameWithType: AgentId.WeatherReport - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WebGuidance name: WebGuidance href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_WebGuidance commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WebGuidance fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WebGuidance nameWithType: AgentId.WebGuidance +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WebLauncher + name: WebLauncher + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_WebLauncher + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WebLauncher + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WebLauncher + nameWithType: AgentId.WebLauncher +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WeeklyBingo + name: WeeklyBingo + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_WeeklyBingo + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WeeklyBingo + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WeeklyBingo + nameWithType: AgentId.WeeklyBingo +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WorldTravel + name: WorldTravel + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_WorldTravel + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WorldTravel + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.WorldTravel + nameWithType: AgentId.WorldTravel +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.YkwNote + name: YkwNote + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentId_YkwNote + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.YkwNote + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.YkwNote + nameWithType: AgentId.YkwNote +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext + name: AgentInventoryContext + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext + nameWithType: AgentInventoryContext +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.Actions + name: Actions + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_Actions + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.Actions + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.Actions + nameWithType: AgentInventoryContext.Actions +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.AgentContextInterface + name: AgentContextInterface + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_AgentContextInterface + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.AgentContextInterface + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.AgentContextInterface + nameWithType: AgentInventoryContext.AgentContextInterface +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.AgentInterface + name: AgentInterface + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_AgentInterface + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.AgentInterface + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.AgentInterface + nameWithType: AgentInventoryContext.AgentInterface +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.AtkValues + name: AtkValues + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_AtkValues + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.AtkValues + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.AtkValues + nameWithType: AgentInventoryContext.AtkValues +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.ContextMenuItemCount + name: ContextMenuItemCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_ContextMenuItemCount + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.ContextMenuItemCount + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.ContextMenuItemCount + nameWithType: AgentInventoryContext.ContextMenuItemCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.FirstContextMenuItemAtkValueIndex + name: FirstContextMenuItemAtkValueIndex + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_FirstContextMenuItemAtkValueIndex + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.FirstContextMenuItemAtkValueIndex + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.FirstContextMenuItemAtkValueIndex + nameWithType: AgentInventoryContext.FirstContextMenuItemAtkValueIndex +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.Instance + name: Instance() + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_Instance + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.Instance + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.Instance() + nameWithType: AgentInventoryContext.Instance() +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.Instance* + name: Instance + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_Instance_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.Instance + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.Instance + nameWithType: AgentInventoryContext.Instance +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.InventoryItemCount + name: InventoryItemCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_InventoryItemCount + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.InventoryItemCount + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.InventoryItemCount + nameWithType: AgentInventoryContext.InventoryItemCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.InventoryItemId + name: InventoryItemId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_InventoryItemId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.InventoryItemId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.InventoryItemId + nameWithType: AgentInventoryContext.InventoryItemId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.InventoryItemIsHighQuality + name: InventoryItemIsHighQuality + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_InventoryItemIsHighQuality + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.InventoryItemIsHighQuality + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.InventoryItemIsHighQuality + nameWithType: AgentInventoryContext.InventoryItemIsHighQuality +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.PositionX + name: PositionX + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_PositionX + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.PositionX + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.PositionX + nameWithType: AgentInventoryContext.PositionX +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.PositionY + name: PositionY + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_PositionY + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.PositionY + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.PositionY + nameWithType: AgentInventoryContext.PositionY +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.UnkFlags + name: UnkFlags + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentInventoryContext_UnkFlags + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.UnkFlags + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.UnkFlags + nameWithType: AgentInventoryContext.UnkFlags +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch + name: AgentItemSearch + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch + nameWithType: AgentItemSearch +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.AgentInterface + name: AgentInterface + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentItemSearch_AgentInterface + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.AgentInterface + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.AgentInterface + nameWithType: AgentItemSearch.AgentInterface +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.Instance + name: Instance() + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentItemSearch_Instance + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.Instance + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.Instance() + nameWithType: AgentItemSearch.Instance() +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.Instance* + name: Instance + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentItemSearch_Instance_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.Instance + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.Instance + nameWithType: AgentItemSearch.Instance +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultHoveredCount + name: ResultHoveredCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentItemSearch_ResultHoveredCount + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultHoveredCount + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultHoveredCount + nameWithType: AgentItemSearch.ResultHoveredCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultHoveredHQ + name: ResultHoveredHQ + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentItemSearch_ResultHoveredHQ + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultHoveredHQ + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultHoveredHQ + nameWithType: AgentItemSearch.ResultHoveredHQ +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultHoveredIndex + name: ResultHoveredIndex + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentItemSearch_ResultHoveredIndex + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultHoveredIndex + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultHoveredIndex + nameWithType: AgentItemSearch.ResultHoveredIndex +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultItemID + name: ResultItemID + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentItemSearch_ResultItemID + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultItemID + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultItemID + nameWithType: AgentItemSearch.ResultItemID +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultSelectedIndex + name: ResultSelectedIndex + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentItemSearch_ResultSelectedIndex + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultSelectedIndex + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentItemSearch.ResultSelectedIndex + nameWithType: AgentItemSearch.ResultSelectedIndex - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby name: AgentLobby href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.html commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby nameWithType: AgentLobby +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.AgentInterface + name: AgentInterface + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentLobby_AgentInterface + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.AgentInterface + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.AgentInterface + nameWithType: AgentLobby.AgentInterface - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.DataCenter name: DataCenter href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentLobby_DataCenter @@ -46932,12 +51214,280 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.Instance nameWithType: AgentLobby.Instance -- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.vtbl - name: vtbl - href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentLobby_vtbl - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.vtbl - fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.vtbl - nameWithType: AgentLobby.vtbl +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.SelectedCharacterId + name: SelectedCharacterId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentLobby_SelectedCharacterId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.SelectedCharacterId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.SelectedCharacterId + nameWithType: AgentLobby.SelectedCharacterId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.WorldId + name: WorldId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentLobby_WorldId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.WorldId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentLobby.WorldId + nameWithType: AgentLobby.WorldId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap + name: AgentMap + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap + nameWithType: AgentMap +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.AddGatheringTempMarker(System.Int32,System.Int32,System.Int32,System.UInt32,System.UInt32,System.String) + name: AddGatheringTempMarker(Int32, Int32, Int32, UInt32, UInt32, String) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_AddGatheringTempMarker_System_Int32_System_Int32_System_Int32_System_UInt32_System_UInt32_System_String_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.AddGatheringTempMarker(System.Int32,System.Int32,System.Int32,System.UInt32,System.UInt32,System.String) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.AddGatheringTempMarker(System.Int32, System.Int32, System.Int32, System.UInt32, System.UInt32, System.String) + nameWithType: AgentMap.AddGatheringTempMarker(Int32, Int32, Int32, UInt32, UInt32, String) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.AddGatheringTempMarker(System.UInt32,System.Int32,System.Int32,System.UInt32,System.Int32,FFXIVClientStructs.FFXIV.Client.System.String.Utf8String*) + name: AddGatheringTempMarker(UInt32, Int32, Int32, UInt32, Int32, Utf8String*) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_AddGatheringTempMarker_System_UInt32_System_Int32_System_Int32_System_UInt32_System_Int32_FFXIVClientStructs_FFXIV_Client_System_String_Utf8String__ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.AddGatheringTempMarker(System.UInt32,System.Int32,System.Int32,System.UInt32,System.Int32,FFXIVClientStructs.FFXIV.Client.System.String.Utf8String*) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.AddGatheringTempMarker(System.UInt32, System.Int32, System.Int32, System.UInt32, System.Int32, FFXIVClientStructs.FFXIV.Client.System.String.Utf8String*) + nameWithType: AgentMap.AddGatheringTempMarker(UInt32, Int32, Int32, UInt32, Int32, Utf8String*) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.AddGatheringTempMarker* + name: AddGatheringTempMarker + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_AddGatheringTempMarker_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.AddGatheringTempMarker + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.AddGatheringTempMarker + nameWithType: AgentMap.AddGatheringTempMarker +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.AgentInterface + name: AgentInterface + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_AgentInterface + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.AgentInterface + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.AgentInterface + nameWithType: AgentMap.AgentInterface +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapBgPath + name: CurrentMapBgPath + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_CurrentMapBgPath + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapBgPath + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapBgPath + nameWithType: AgentMap.CurrentMapBgPath +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapDiscoveryFlag + name: CurrentMapDiscoveryFlag + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_CurrentMapDiscoveryFlag + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapDiscoveryFlag + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapDiscoveryFlag + nameWithType: AgentMap.CurrentMapDiscoveryFlag +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapId + name: CurrentMapId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_CurrentMapId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapId + nameWithType: AgentMap.CurrentMapId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapMarkerRange + name: CurrentMapMarkerRange + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_CurrentMapMarkerRange + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapMarkerRange + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapMarkerRange + nameWithType: AgentMap.CurrentMapMarkerRange +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapPath + name: CurrentMapPath + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_CurrentMapPath + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapPath + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapPath + nameWithType: AgentMap.CurrentMapPath +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapSizeFactor + name: CurrentMapSizeFactor + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_CurrentMapSizeFactor + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapSizeFactor + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapSizeFactor + nameWithType: AgentMap.CurrentMapSizeFactor +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapSizeFactorFloat + name: CurrentMapSizeFactorFloat + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_CurrentMapSizeFactorFloat + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapSizeFactorFloat + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentMapSizeFactorFloat + nameWithType: AgentMap.CurrentMapSizeFactorFloat +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentOffsetX + name: CurrentOffsetX + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_CurrentOffsetX + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentOffsetX + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentOffsetX + nameWithType: AgentMap.CurrentOffsetX +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentOffsetY + name: CurrentOffsetY + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_CurrentOffsetY + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentOffsetY + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentOffsetY + nameWithType: AgentMap.CurrentOffsetY +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentTerritoryId + name: CurrentTerritoryId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_CurrentTerritoryId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentTerritoryId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.CurrentTerritoryId + nameWithType: AgentMap.CurrentTerritoryId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.FlagMapMarker + name: FlagMapMarker + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_FlagMapMarker + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.FlagMapMarker + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.FlagMapMarker + nameWithType: AgentMap.FlagMapMarker +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.IsControlKeyPressed + name: IsControlKeyPressed + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_IsControlKeyPressed + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.IsControlKeyPressed + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.IsControlKeyPressed + nameWithType: AgentMap.IsControlKeyPressed +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.IsFlagMarkerSet + name: IsFlagMarkerSet + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_IsFlagMarkerSet + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.IsFlagMarkerSet + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.IsFlagMarkerSet + nameWithType: AgentMap.IsFlagMarkerSet +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.IsPlayerMoving + name: IsPlayerMoving + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_IsPlayerMoving + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.IsPlayerMoving + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.IsPlayerMoving + nameWithType: AgentMap.IsPlayerMoving +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.MapMarkerInfoArray + name: MapMarkerInfoArray + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_MapMarkerInfoArray + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.MapMarkerInfoArray + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.MapMarkerInfoArray + nameWithType: AgentMap.MapMarkerInfoArray +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.MiniMapMarkerArray + name: MiniMapMarkerArray + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_MiniMapMarkerArray + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.MiniMapMarkerArray + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.MiniMapMarkerArray + nameWithType: AgentMap.MiniMapMarkerArray +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMap(FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo*) + name: OpenMap(OpenMapInfo*) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_OpenMap_FFXIVClientStructs_FFXIV_Client_UI_Agent_OpenMapInfo__ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMap(FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo*) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMap(FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo*) + nameWithType: AgentMap.OpenMap(OpenMapInfo*) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMap(System.UInt32,System.UInt32,System.String,FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType) + name: OpenMap(UInt32, UInt32, String, MapType) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_OpenMap_System_UInt32_System_UInt32_System_String_FFXIVClientStructs_FFXIV_Client_UI_Agent_MapType_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMap(System.UInt32,System.UInt32,System.String,FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMap(System.UInt32, System.UInt32, System.String, FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType) + nameWithType: AgentMap.OpenMap(UInt32, UInt32, String, MapType) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMap* + name: OpenMap + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_OpenMap_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMap + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMap + nameWithType: AgentMap.OpenMap +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMapByMapId(System.UInt32) + name: OpenMapByMapId(UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_OpenMapByMapId_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMapByMapId(System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMapByMapId(System.UInt32) + nameWithType: AgentMap.OpenMapByMapId(UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMapByMapId* + name: OpenMapByMapId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_OpenMapByMapId_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMapByMapId + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.OpenMapByMapId + nameWithType: AgentMap.OpenMapByMapId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapBgPath + name: SelectedMapBgPath + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_SelectedMapBgPath + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapBgPath + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapBgPath + nameWithType: AgentMap.SelectedMapBgPath +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapDiscoveryFlag + name: SelectedMapDiscoveryFlag + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_SelectedMapDiscoveryFlag + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapDiscoveryFlag + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapDiscoveryFlag + nameWithType: AgentMap.SelectedMapDiscoveryFlag +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapId + name: SelectedMapId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_SelectedMapId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapId + nameWithType: AgentMap.SelectedMapId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapMarkerRange + name: SelectedMapMarkerRange + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_SelectedMapMarkerRange + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapMarkerRange + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapMarkerRange + nameWithType: AgentMap.SelectedMapMarkerRange +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapPath + name: SelectedMapPath + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_SelectedMapPath + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapPath + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapPath + nameWithType: AgentMap.SelectedMapPath +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapSizeFactor + name: SelectedMapSizeFactor + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_SelectedMapSizeFactor + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapSizeFactor + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapSizeFactor + nameWithType: AgentMap.SelectedMapSizeFactor +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapSizeFactorFloat + name: SelectedMapSizeFactorFloat + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_SelectedMapSizeFactorFloat + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapSizeFactorFloat + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedMapSizeFactorFloat + nameWithType: AgentMap.SelectedMapSizeFactorFloat +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedOffsetX + name: SelectedOffsetX + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_SelectedOffsetX + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedOffsetX + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedOffsetX + nameWithType: AgentMap.SelectedOffsetX +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedOffsetY + name: SelectedOffsetY + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_SelectedOffsetY + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedOffsetY + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedOffsetY + nameWithType: AgentMap.SelectedOffsetY +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedTerritoryId + name: SelectedTerritoryId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_SelectedTerritoryId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedTerritoryId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SelectedTerritoryId + nameWithType: AgentMap.SelectedTerritoryId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SetFlagMapMarker(System.UInt32,System.UInt32,System.Numerics.Vector3,System.UInt32) + name: SetFlagMapMarker(UInt32, UInt32, Vector3, UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_SetFlagMapMarker_System_UInt32_System_UInt32_System_Numerics_Vector3_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SetFlagMapMarker(System.UInt32,System.UInt32,System.Numerics.Vector3,System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SetFlagMapMarker(System.UInt32, System.UInt32, System.Numerics.Vector3, System.UInt32) + nameWithType: AgentMap.SetFlagMapMarker(UInt32, UInt32, Vector3, UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SetFlagMapMarker(System.UInt32,System.UInt32,System.Single,System.Single,System.UInt32) + name: SetFlagMapMarker(UInt32, UInt32, Single, Single, UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_SetFlagMapMarker_System_UInt32_System_UInt32_System_Single_System_Single_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SetFlagMapMarker(System.UInt32,System.UInt32,System.Single,System.Single,System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SetFlagMapMarker(System.UInt32, System.UInt32, System.Single, System.Single, System.UInt32) + nameWithType: AgentMap.SetFlagMapMarker(UInt32, UInt32, Single, Single, UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SetFlagMapMarker* + name: SetFlagMapMarker + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_SetFlagMapMarker_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SetFlagMapMarker + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.SetFlagMapMarker + nameWithType: AgentMap.SetFlagMapMarker +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.TempMapMarkerArray + name: TempMapMarkerArray + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_TempMapMarkerArray + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.TempMapMarkerArray + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.TempMapMarkerArray + nameWithType: AgentMap.TempMapMarkerArray +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.TempMapMarkerCount + name: TempMapMarkerCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_TempMapMarkerCount + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.TempMapMarkerCount + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.TempMapMarkerCount + nameWithType: AgentMap.TempMapMarkerCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.UnkArray1 + name: UnkArray1 + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_UnkArray1 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.UnkArray1 + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.UnkArray1 + nameWithType: AgentMap.UnkArray1 +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.UnkArray2 + name: UnkArray2 + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentMap_UnkArray2 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.UnkArray2 + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.UnkArray2 + nameWithType: AgentMap.UnkArray2 - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule name: AgentModule href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html @@ -47020,6 +51570,19 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentHudLayout nameWithType: AgentModule.GetAgentHudLayout +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentItemSearch + name: GetAgentItemSearch() + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_GetAgentItemSearch + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentItemSearch + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentItemSearch() + nameWithType: AgentModule.GetAgentItemSearch() +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentItemSearch* + name: GetAgentItemSearch + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_GetAgentItemSearch_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentItemSearch + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentItemSearch + nameWithType: AgentModule.GetAgentItemSearch - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentLobby name: GetAgentLobby() href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_GetAgentLobby @@ -47033,6 +51596,58 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentLobby nameWithType: AgentModule.GetAgentLobby +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentMap + name: GetAgentMap() + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_GetAgentMap + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentMap + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentMap() + nameWithType: AgentModule.GetAgentMap() +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentMap* + name: GetAgentMap + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_GetAgentMap_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentMap + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentMap + nameWithType: AgentModule.GetAgentMap +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentRetainerList + name: GetAgentRetainerList() + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_GetAgentRetainerList + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentRetainerList + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentRetainerList() + nameWithType: AgentModule.GetAgentRetainerList() +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentRetainerList* + name: GetAgentRetainerList + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_GetAgentRetainerList_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentRetainerList + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentRetainerList + nameWithType: AgentModule.GetAgentRetainerList +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentRevive + name: GetAgentRevive() + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_GetAgentRevive + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentRevive + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentRevive() + nameWithType: AgentModule.GetAgentRevive() +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentRevive* + name: GetAgentRevive + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_GetAgentRevive_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentRevive + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentRevive + nameWithType: AgentModule.GetAgentRevive +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentScreenLog + name: GetAgentScreenLog() + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_GetAgentScreenLog + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentScreenLog + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentScreenLog() + nameWithType: AgentModule.GetAgentScreenLog() +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentScreenLog* + name: GetAgentScreenLog + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_GetAgentScreenLog_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentScreenLog + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentScreenLog + nameWithType: AgentModule.GetAgentScreenLog - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.GetAgentTeleport name: GetAgentTeleport() href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_GetAgentTeleport @@ -47082,6 +51697,161 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.vtbl fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.vtbl nameWithType: AgentModule.vtbl +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList + name: AgentRetainerList + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList + nameWithType: AgentRetainerList +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.AgentInterface + name: AgentInterface + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_AgentInterface + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.AgentInterface + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.AgentInterface + nameWithType: AgentRetainerList.AgentInterface +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Instance + name: Instance() + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_Instance + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Instance + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Instance() + nameWithType: AgentRetainerList.Instance() +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Instance* + name: Instance + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_Instance_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Instance + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Instance + nameWithType: AgentRetainerList.Instance +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer + name: AgentRetainerList.Retainer + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer + nameWithType: AgentRetainerList.Retainer +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.Index + name: Index + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_Retainer_Index + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.Index + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.Index + nameWithType: AgentRetainerList.Retainer.Index +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.Name + name: Name + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_Retainer_Name + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.Name + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.Name + nameWithType: AgentRetainerList.Retainer.Name +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.SortedIndex + name: SortedIndex + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_Retainer_SortedIndex + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.SortedIndex + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainer.SortedIndex + nameWithType: AgentRetainerList.Retainer.SortedIndex +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerCount + name: RetainerCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerCount + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerCount + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerCount + nameWithType: AgentRetainerList.RetainerCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList + name: AgentRetainerList.RetainerList + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList + nameWithType: AgentRetainerList.RetainerList +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Item(System.Int32) + name: Item[Int32] + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerList_Item_System_Int32_ + commentId: P:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Item(System.Int32) + name.vb: Item(Int32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Item[System.Int32] + fullName.vb: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Item(System.Int32) + nameWithType: AgentRetainerList.RetainerList.Item[Int32] + nameWithType.vb: AgentRetainerList.RetainerList.Item(Int32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Item* + name: Item + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerList_Item_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Item + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Item + nameWithType: AgentRetainerList.RetainerList.Item +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer0 + name: Retainer0 + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerList_Retainer0 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer0 + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer0 + nameWithType: AgentRetainerList.RetainerList.Retainer0 +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer1 + name: Retainer1 + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerList_Retainer1 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer1 + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer1 + nameWithType: AgentRetainerList.RetainerList.Retainer1 +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer2 + name: Retainer2 + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerList_Retainer2 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer2 + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer2 + nameWithType: AgentRetainerList.RetainerList.Retainer2 +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer3 + name: Retainer3 + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerList_Retainer3 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer3 + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer3 + nameWithType: AgentRetainerList.RetainerList.Retainer3 +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer4 + name: Retainer4 + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerList_Retainer4 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer4 + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer4 + nameWithType: AgentRetainerList.RetainerList.Retainer4 +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer5 + name: Retainer5 + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerList_Retainer5 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer5 + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer5 + nameWithType: AgentRetainerList.RetainerList.Retainer5 +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer6 + name: Retainer6 + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerList_Retainer6 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer6 + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer6 + nameWithType: AgentRetainerList.RetainerList.Retainer6 +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer7 + name: Retainer7 + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerList_Retainer7 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer7 + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer7 + nameWithType: AgentRetainerList.RetainerList.Retainer7 +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer8 + name: Retainer8 + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerList_Retainer8 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer8 + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer8 + nameWithType: AgentRetainerList.RetainerList.Retainer8 +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer9 + name: Retainer9 + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerList_Retainer9 + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer9 + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerList.Retainer9 + nameWithType: AgentRetainerList.RetainerList.Retainer9 +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerListOpenedTime + name: RetainerListOpenedTime + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerListOpenedTime + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerListOpenedTime + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerListOpenedTime + nameWithType: AgentRetainerList.RetainerListOpenedTime +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerListSortAddonId + name: RetainerListSortAddonId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_RetainerListSortAddonId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerListSortAddonId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.RetainerListSortAddonId + nameWithType: AgentRetainerList.RetainerListSortAddonId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainers + name: Retainers + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentRetainerList_Retainers + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainers + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRetainerList.Retainers + nameWithType: AgentRetainerList.Retainers - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRevive name: AgentRevive href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRevive.html @@ -47124,6 +51894,42 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRevive.ReviveState fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentRevive.ReviveState nameWithType: AgentRevive.ReviveState +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog + name: AgentScreenLog + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog + nameWithType: AgentScreenLog +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.AgentInterface + name: AgentInterface + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentScreenLog_AgentInterface + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.AgentInterface + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.AgentInterface + nameWithType: AgentScreenLog.AgentInterface +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.BalloonCounter + name: BalloonCounter + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentScreenLog_BalloonCounter + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.BalloonCounter + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.BalloonCounter + nameWithType: AgentScreenLog.BalloonCounter +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.BalloonQueue + name: BalloonQueue + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentScreenLog_BalloonQueue + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.BalloonQueue + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.BalloonQueue + nameWithType: AgentScreenLog.BalloonQueue +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.BalloonsHaveUpdate + name: BalloonsHaveUpdate + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentScreenLog_BalloonsHaveUpdate + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.BalloonsHaveUpdate + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.BalloonsHaveUpdate + nameWithType: AgentScreenLog.BalloonsHaveUpdate +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.BalloonSlots + name: BalloonSlots + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentScreenLog_BalloonSlots + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.BalloonSlots + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentScreenLog.BalloonSlots + nameWithType: AgentScreenLog.BalloonSlots - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentTeleport name: AgentTeleport href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentTeleport.html @@ -47148,6 +51954,120 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentTeleport.AgentInterface fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentTeleport.AgentInterface nameWithType: AgentTeleport.AgentInterface +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo + name: BalloonInfo + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo + nameWithType: BalloonInfo +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.BalloonId + name: BalloonId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_BalloonInfo_BalloonId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.BalloonId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.BalloonId + nameWithType: BalloonInfo.BalloonId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.CameraDistance + name: CameraDistance + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_BalloonInfo_CameraDistance + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.CameraDistance + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.CameraDistance + nameWithType: BalloonInfo.CameraDistance +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.Character + name: Character + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_BalloonInfo_Character + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.Character + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.Character + nameWithType: BalloonInfo.Character +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.FormattedText + name: FormattedText + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_BalloonInfo_FormattedText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.FormattedText + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.FormattedText + nameWithType: BalloonInfo.FormattedText +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.ObjectId + name: ObjectId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_BalloonInfo_ObjectId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.ObjectId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.ObjectId + nameWithType: BalloonInfo.ObjectId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.OriginalText + name: OriginalText + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_BalloonInfo_OriginalText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.OriginalText + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.OriginalText + nameWithType: BalloonInfo.OriginalText +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.Slot + name: Slot + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_BalloonInfo_Slot + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.Slot + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.Slot + nameWithType: BalloonInfo.Slot +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.Type + name: Type + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_BalloonInfo_Type + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.Type + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.Type + nameWithType: BalloonInfo.Type +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.UnknownByteEA + name: UnknownByteEA + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_BalloonInfo_UnknownByteEA + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.UnknownByteEA + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonInfo.UnknownByteEA + nameWithType: BalloonInfo.UnknownByteEA +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot + name: BalloonSlot + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot + nameWithType: BalloonSlot +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.Available + name: Available + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_BalloonSlot_Available + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.Available + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.Available + nameWithType: BalloonSlot.Available +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.Id + name: Id + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_BalloonSlot_Id + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.Id + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.BalloonSlot.Id + nameWithType: BalloonSlot.Id +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker + name: FlagMapMarker + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker + nameWithType: FlagMapMarker +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.MapId + name: MapId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_FlagMapMarker_MapId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.MapId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.MapId + nameWithType: FlagMapMarker.MapId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.MapMarker + name: MapMarker + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_FlagMapMarker_MapMarker + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.MapMarker + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.MapMarker + nameWithType: FlagMapMarker.MapMarker +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.TerritoryId + name: TerritoryId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_FlagMapMarker_TerritoryId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.TerritoryId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.TerritoryId + nameWithType: FlagMapMarker.TerritoryId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.XFloat + name: XFloat + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_FlagMapMarker_XFloat + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.XFloat + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.XFloat + nameWithType: FlagMapMarker.XFloat +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.YFloat + name: YFloat + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_FlagMapMarker_YFloat + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.YFloat + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.YFloat + nameWithType: FlagMapMarker.YFloat - uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMember name: HudPartyMember href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMember.html @@ -47202,42 +52122,534 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMemberEnmity.ObjectId fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.HudPartyMemberEnmity.ObjectId nameWithType: HudPartyMemberEnmity.ObjectId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase + name: MapMarkerBase + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase + nameWithType: MapMarkerBase +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.IconFlags + name: IconFlags + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapMarkerBase_IconFlags + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.IconFlags + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.IconFlags + nameWithType: MapMarkerBase.IconFlags +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.IconId + name: IconId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapMarkerBase_IconId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.IconId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.IconId + nameWithType: MapMarkerBase.IconId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.Scale + name: Scale + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapMarkerBase_Scale + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.Scale + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.Scale + nameWithType: MapMarkerBase.Scale +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.SecondaryIconId + name: SecondaryIconId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapMarkerBase_SecondaryIconId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.SecondaryIconId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.SecondaryIconId + nameWithType: MapMarkerBase.SecondaryIconId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.Subtext + name: Subtext + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapMarkerBase_Subtext + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.Subtext + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.Subtext + nameWithType: MapMarkerBase.Subtext +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.SubtextOrientation + name: SubtextOrientation + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapMarkerBase_SubtextOrientation + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.SubtextOrientation + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.SubtextOrientation + nameWithType: MapMarkerBase.SubtextOrientation +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.SubtextStyle + name: SubtextStyle + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapMarkerBase_SubtextStyle + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.SubtextStyle + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.SubtextStyle + nameWithType: MapMarkerBase.SubtextStyle +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.X + name: X + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapMarkerBase_X + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.X + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.X + nameWithType: MapMarkerBase.X +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.Y + name: Y + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapMarkerBase_Y + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.Y + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.Y + nameWithType: MapMarkerBase.Y +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo + name: MapMarkerInfo + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo + nameWithType: MapMarkerInfo +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.DataKey + name: DataKey + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapMarkerInfo_DataKey + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.DataKey + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.DataKey + nameWithType: MapMarkerInfo.DataKey +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.DataType + name: DataType + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapMarkerInfo_DataType + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.DataType + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.DataType + nameWithType: MapMarkerInfo.DataType +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.MapMarker + name: MapMarker + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapMarkerInfo_MapMarker + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.MapMarker + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.MapMarker + nameWithType: MapMarkerInfo.MapMarker +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.MapMarkerSubKey + name: MapMarkerSubKey + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapMarkerInfo_MapMarkerSubKey + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.MapMarkerSubKey + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.MapMarkerSubKey + nameWithType: MapMarkerInfo.MapMarkerSubKey +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType + name: MapType + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType + nameWithType: MapType +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.AetherCurrent + name: AetherCurrent + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapType_AetherCurrent + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.AetherCurrent + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.AetherCurrent + nameWithType: MapType.AetherCurrent +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.Bozja + name: Bozja + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapType_Bozja + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.Bozja + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.Bozja + nameWithType: MapType.Bozja +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.Centered + name: Centered + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapType_Centered + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.Centered + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.Centered + nameWithType: MapType.Centered +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.FlagMarker + name: FlagMarker + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapType_FlagMarker + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.FlagMarker + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.FlagMarker + nameWithType: MapType.FlagMarker +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.GatheringLog + name: GatheringLog + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapType_GatheringLog + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.GatheringLog + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.GatheringLog + nameWithType: MapType.GatheringLog +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.MobHunt + name: MobHunt + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapType_MobHunt + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.MobHunt + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.MobHunt + nameWithType: MapType.MobHunt +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.QuestLog + name: QuestLog + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapType_QuestLog + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.QuestLog + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.QuestLog + nameWithType: MapType.QuestLog +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.SharedFate + name: SharedFate + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapType_SharedFate + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.SharedFate + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.SharedFate + nameWithType: MapType.SharedFate +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.Teleport + name: Teleport + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapType_Teleport + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.Teleport + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.Teleport + nameWithType: MapType.Teleport +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.Treasure + name: Treasure + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MapType_Treasure + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.Treasure + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.Treasure + nameWithType: MapType.Treasure +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker + name: MiniMapMarker + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker + nameWithType: MiniMapMarker +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.MapMarker + name: MapMarker + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_MiniMapMarker_MapMarker + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.MapMarker + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.MapMarker + nameWithType: MiniMapMarker.MapMarker +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo + name: OpenMapInfo + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo + nameWithType: OpenMapInfo +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.MapId + name: MapId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_OpenMapInfo_MapId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.MapId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.MapId + nameWithType: OpenMapInfo.MapId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.TerritoryId + name: TerritoryId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_OpenMapInfo_TerritoryId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.TerritoryId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.TerritoryId + nameWithType: OpenMapInfo.TerritoryId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.TitleString + name: TitleString + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_OpenMapInfo_TitleString + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.TitleString + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.TitleString + nameWithType: OpenMapInfo.TitleString +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.Type + name: Type + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_OpenMapInfo_Type + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.Type + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.Type + nameWithType: OpenMapInfo.Type +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker + name: TempMapMarker + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker + nameWithType: TempMapMarker +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.MapMarker + name: MapMarker + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_TempMapMarker_MapMarker + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.MapMarker + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.MapMarker + nameWithType: TempMapMarker.MapMarker +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.StyleFlags + name: StyleFlags + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_TempMapMarker_StyleFlags + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.StyleFlags + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.StyleFlags + nameWithType: TempMapMarker.StyleFlags +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.TooltipText + name: TooltipText + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_TempMapMarker_TooltipText + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.TooltipText + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.TooltipText + nameWithType: TempMapMarker.TooltipText +- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.Type + name: Type + href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_TempMapMarker_Type + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.Type + fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.Type + nameWithType: TempMapMarker.Type - uid: FFXIVClientStructs.FFXIV.Client.UI.Info name: FFXIVClientStructs.FFXIV.Client.UI.Info href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.html commentId: N:FFXIVClientStructs.FFXIV.Client.UI.Info fullName: FFXIVClientStructs.FFXIV.Client.UI.Info nameWithType: FFXIVClientStructs.FFXIV.Client.UI.Info +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup + name: CrossRealmGroup + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup + nameWithType: CrossRealmGroup +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.GroupMemberCount + name: GroupMemberCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmGroup_GroupMemberCount + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.GroupMemberCount + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.GroupMemberCount + nameWithType: CrossRealmGroup.GroupMemberCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.GroupMembers + name: GroupMembers + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmGroup_GroupMembers + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.GroupMembers + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.GroupMembers + nameWithType: CrossRealmGroup.GroupMembers +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.GroupMemberSpan + name: GroupMemberSpan + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmGroup_GroupMemberSpan + commentId: P:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.GroupMemberSpan + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.GroupMemberSpan + nameWithType: CrossRealmGroup.GroupMemberSpan +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.GroupMemberSpan* + name: GroupMemberSpan + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmGroup_GroupMemberSpan_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.GroupMemberSpan + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.GroupMemberSpan + nameWithType: CrossRealmGroup.GroupMemberSpan +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember + name: CrossRealmMember + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember + nameWithType: CrossRealmMember +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.ClassJobId + name: ClassJobId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmMember_ClassJobId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.ClassJobId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.ClassJobId + nameWithType: CrossRealmMember.ClassJobId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.ContentId + name: ContentId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmMember_ContentId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.ContentId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.ContentId + nameWithType: CrossRealmMember.ContentId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.CurrentWorld + name: CurrentWorld + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmMember_CurrentWorld + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.CurrentWorld + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.CurrentWorld + nameWithType: CrossRealmMember.CurrentWorld +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.GroupIndex + name: GroupIndex + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmMember_GroupIndex + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.GroupIndex + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.GroupIndex + nameWithType: CrossRealmMember.GroupIndex +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.HomeWorld + name: HomeWorld + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmMember_HomeWorld + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.HomeWorld + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.HomeWorld + nameWithType: CrossRealmMember.HomeWorld +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.IsPartyLeader + name: IsPartyLeader + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmMember_IsPartyLeader + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.IsPartyLeader + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.IsPartyLeader + nameWithType: CrossRealmMember.IsPartyLeader +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.Level + name: Level + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmMember_Level + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.Level + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.Level + nameWithType: CrossRealmMember.Level +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.MemberIndex + name: MemberIndex + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmMember_MemberIndex + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.MemberIndex + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.MemberIndex + nameWithType: CrossRealmMember.MemberIndex +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.Name + name: Name + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmMember_Name + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.Name + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.Name + nameWithType: CrossRealmMember.Name +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.ObjectId + name: ObjectId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html#FFXIVClientStructs_FFXIV_Client_UI_Info_CrossRealmMember_ObjectId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.ObjectId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.ObjectId + nameWithType: CrossRealmMember.ObjectId - uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm name: InfoProxyCrossRealm href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm nameWithType: InfoProxyCrossRealm -- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Unk390 - name: Unk390 - href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_Unk390 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Unk390 - fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Unk390 - nameWithType: InfoProxyCrossRealm.Unk390 -- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Unk391 - name: Unk391 - href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_Unk391 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Unk391 - fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Unk391 - nameWithType: InfoProxyCrossRealm.Unk391 -- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Unk392 - name: Unk392 - href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_Unk392 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Unk392 - fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Unk392 - nameWithType: InfoProxyCrossRealm.Unk392 -- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Unk393 - name: Unk393 - href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_Unk393 - commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Unk393 - fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Unk393 - nameWithType: InfoProxyCrossRealm.Unk393 +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.CrossRealmGroupArray + name: CrossRealmGroupArray + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_CrossRealmGroupArray + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.CrossRealmGroupArray + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.CrossRealmGroupArray + nameWithType: InfoProxyCrossRealm.CrossRealmGroupArray +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.CrossRealmGroupSpan + name: CrossRealmGroupSpan + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_CrossRealmGroupSpan + commentId: P:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.CrossRealmGroupSpan + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.CrossRealmGroupSpan + nameWithType: InfoProxyCrossRealm.CrossRealmGroupSpan +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.CrossRealmGroupSpan* + name: CrossRealmGroupSpan + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_CrossRealmGroupSpan_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.CrossRealmGroupSpan + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.CrossRealmGroupSpan + nameWithType: InfoProxyCrossRealm.CrossRealmGroupSpan +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupIndex(System.Byte) + name: GetGroupIndex(Byte) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_GetGroupIndex_System_Byte_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupIndex(System.Byte) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupIndex(System.Byte) + nameWithType: InfoProxyCrossRealm.GetGroupIndex(Byte) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupIndex* + name: GetGroupIndex + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_GetGroupIndex_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupIndex + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupIndex + nameWithType: InfoProxyCrossRealm.GetGroupIndex +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupMember(System.UInt32,System.Int32) + name: GetGroupMember(UInt32, Int32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_GetGroupMember_System_UInt32_System_Int32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupMember(System.UInt32,System.Int32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupMember(System.UInt32, System.Int32) + nameWithType: InfoProxyCrossRealm.GetGroupMember(UInt32, Int32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupMember* + name: GetGroupMember + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_GetGroupMember_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupMember + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupMember + nameWithType: InfoProxyCrossRealm.GetGroupMember +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupMemberCount(System.Int32) + name: GetGroupMemberCount(Int32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_GetGroupMemberCount_System_Int32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupMemberCount(System.Int32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupMemberCount(System.Int32) + nameWithType: InfoProxyCrossRealm.GetGroupMemberCount(Int32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupMemberCount* + name: GetGroupMemberCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_GetGroupMemberCount_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupMemberCount + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetGroupMemberCount + nameWithType: InfoProxyCrossRealm.GetGroupMemberCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetMemberByContentId(System.UInt64) + name: GetMemberByContentId(UInt64) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_GetMemberByContentId_System_UInt64_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetMemberByContentId(System.UInt64) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetMemberByContentId(System.UInt64) + nameWithType: InfoProxyCrossRealm.GetMemberByContentId(UInt64) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetMemberByContentId* + name: GetMemberByContentId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_GetMemberByContentId_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetMemberByContentId + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetMemberByContentId + nameWithType: InfoProxyCrossRealm.GetMemberByContentId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetMemberByObjectId(System.UInt32) + name: GetMemberByObjectId(UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_GetMemberByObjectId_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetMemberByObjectId(System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetMemberByObjectId(System.UInt32) + nameWithType: InfoProxyCrossRealm.GetMemberByObjectId(UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetMemberByObjectId* + name: GetMemberByObjectId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_GetMemberByObjectId_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetMemberByObjectId + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetMemberByObjectId + nameWithType: InfoProxyCrossRealm.GetMemberByObjectId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetPartyMemberCount + name: GetPartyMemberCount() + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_GetPartyMemberCount + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetPartyMemberCount + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetPartyMemberCount() + nameWithType: InfoProxyCrossRealm.GetPartyMemberCount() +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetPartyMemberCount* + name: GetPartyMemberCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_GetPartyMemberCount_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetPartyMemberCount + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GetPartyMemberCount + nameWithType: InfoProxyCrossRealm.GetPartyMemberCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GroupCount + name: GroupCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_GroupCount + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GroupCount + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.GroupCount + nameWithType: InfoProxyCrossRealm.GroupCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Instance + name: Instance() + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_Instance + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Instance + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Instance() + nameWithType: InfoProxyCrossRealm.Instance() +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Instance* + name: Instance + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_Instance_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Instance + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Instance + nameWithType: InfoProxyCrossRealm.Instance +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsAllianceRaid + name: IsAllianceRaid() + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_IsAllianceRaid + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsAllianceRaid + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsAllianceRaid() + nameWithType: InfoProxyCrossRealm.IsAllianceRaid() +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsAllianceRaid* + name: IsAllianceRaid + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_IsAllianceRaid_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsAllianceRaid + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsAllianceRaid + nameWithType: InfoProxyCrossRealm.IsAllianceRaid +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsContentIdInParty(System.UInt64) + name: IsContentIdInParty(UInt64) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_IsContentIdInParty_System_UInt64_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsContentIdInParty(System.UInt64) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsContentIdInParty(System.UInt64) + nameWithType: InfoProxyCrossRealm.IsContentIdInParty(UInt64) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsContentIdInParty* + name: IsContentIdInParty + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_IsContentIdInParty_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsContentIdInParty + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsContentIdInParty + nameWithType: InfoProxyCrossRealm.IsContentIdInParty +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsCrossRealm + name: IsCrossRealm + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_IsCrossRealm + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsCrossRealm + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsCrossRealm + nameWithType: InfoProxyCrossRealm.IsCrossRealm +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsCrossRealmParty + name: IsCrossRealmParty() + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_IsCrossRealmParty + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsCrossRealmParty + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsCrossRealmParty() + nameWithType: InfoProxyCrossRealm.IsCrossRealmParty() +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsCrossRealmParty* + name: IsCrossRealmParty + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_IsCrossRealmParty_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsCrossRealmParty + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsCrossRealmParty + nameWithType: InfoProxyCrossRealm.IsCrossRealmParty +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsInAllianceRaid + name: IsInAllianceRaid + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_IsInAllianceRaid + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsInAllianceRaid + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsInAllianceRaid + nameWithType: InfoProxyCrossRealm.IsInAllianceRaid +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsInCrossRealmParty + name: IsInCrossRealmParty + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_IsInCrossRealmParty + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsInCrossRealmParty + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsInCrossRealmParty + nameWithType: InfoProxyCrossRealm.IsInCrossRealmParty +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsPartyLeader + name: IsPartyLeader + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_IsPartyLeader + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsPartyLeader + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.IsPartyLeader + nameWithType: InfoProxyCrossRealm.IsPartyLeader +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.LocalPlayerGroupIndex + name: LocalPlayerGroupIndex + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_LocalPlayerGroupIndex + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.LocalPlayerGroupIndex + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.LocalPlayerGroupIndex + nameWithType: InfoProxyCrossRealm.LocalPlayerGroupIndex +- uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.UiModule + name: UiModule + href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_UiModule + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.UiModule + fullName: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.UiModule + nameWithType: InfoProxyCrossRealm.UiModule - uid: FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.Vtbl name: Vtbl href: api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html#FFXIVClientStructs_FFXIV_Client_UI_Info_InfoProxyCrossRealm_Vtbl @@ -47262,6 +52674,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.ConfigOptionCount fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.ConfigOptionCount nameWithType: ConfigModule.ConfigOptionCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.GetOption(FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption) + name: GetOption(ConfigOption) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigModule_GetOption_FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.GetOption(FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.GetOption(FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption) + nameWithType: ConfigModule.GetOption(ConfigOption) - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.GetOption(System.UInt32) name: GetOption(UInt32) href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigModule_GetOption_System_UInt32_ @@ -47288,6 +52706,12 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.GetOptionById nameWithType: ConfigModule.GetOptionById +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.GetValue(FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption) + name: GetValue(ConfigOption) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigModule_GetValue_FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.GetValue(FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.GetValue(FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption) + nameWithType: ConfigModule.GetValue(ConfigOption) - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.GetValue(System.UInt32) name: GetValue(UInt32) href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigModule_GetValue_System_UInt32_ @@ -47375,6 +52799,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.Option.Unk1C fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.Option.Unk1C nameWithType: ConfigModule.Option.Unk1C +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.SetOption(FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption,System.Int32) + name: SetOption(ConfigOption, Int32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigModule_SetOption_FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_System_Int32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.SetOption(FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption,System.Int32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.SetOption(FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption, System.Int32) + nameWithType: ConfigModule.SetOption(ConfigOption, Int32) - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.SetOption(System.UInt32,System.Int32,System.Int32,System.Boolean,System.Boolean) name: SetOption(UInt32, Int32, Int32, Boolean, Boolean) href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigModule_SetOption_System_UInt32_System_Int32_System_Int32_System_Boolean_System_Boolean_ @@ -47407,6 +52837,96 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.UIModule fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigModule.UIModule nameWithType: ConfigModule.UIModule +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption + name: ConfigOption + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption + nameWithType: ConfigOption +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.AllianceDisplayNameSettings + name: AllianceDisplayNameSettings + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_AllianceDisplayNameSettings + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.AllianceDisplayNameSettings + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.AllianceDisplayNameSettings + nameWithType: ConfigOption.AllianceDisplayNameSettings +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.CustomResolutionHeight + name: CustomResolutionHeight + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_CustomResolutionHeight + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.CustomResolutionHeight + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.CustomResolutionHeight + nameWithType: ConfigOption.CustomResolutionHeight +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.CustomResolutionWidth + name: CustomResolutionWidth + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_CustomResolutionWidth + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.CustomResolutionWidth + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.CustomResolutionWidth + nameWithType: ConfigOption.CustomResolutionWidth +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.DisplayActionHelp + name: DisplayActionHelp + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_DisplayActionHelp + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.DisplayActionHelp + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.DisplayActionHelp + nameWithType: ConfigOption.DisplayActionHelp +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.DisplayItemHelp + name: DisplayItemHelp + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_DisplayItemHelp + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.DisplayItemHelp + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.DisplayItemHelp + nameWithType: ConfigOption.DisplayItemHelp +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.FriendsDisplayNameSettings + name: FriendsDisplayNameSettings + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_FriendsDisplayNameSettings + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.FriendsDisplayNameSettings + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.FriendsDisplayNameSettings + nameWithType: ConfigOption.FriendsDisplayNameSettings +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.GamepadMode + name: GamepadMode + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_GamepadMode + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.GamepadMode + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.GamepadMode + nameWithType: ConfigOption.GamepadMode +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.Invalid + name: Invalid + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_Invalid + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.Invalid + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.Invalid + nameWithType: ConfigOption.Invalid +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.LegacyMovement + name: LegacyMovement + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_LegacyMovement + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.LegacyMovement + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.LegacyMovement + nameWithType: ConfigOption.LegacyMovement +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.None + name: None + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_None + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.None + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.None + nameWithType: ConfigOption.None +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.OtherPCsDisplayNameSettings + name: OtherPCsDisplayNameSettings + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_OtherPCsDisplayNameSettings + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.OtherPCsDisplayNameSettings + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.OtherPCsDisplayNameSettings + nameWithType: ConfigOption.OtherPCsDisplayNameSettings +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.OwnDisplayNameSettings + name: OwnDisplayNameSettings + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_OwnDisplayNameSettings + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.OwnDisplayNameSettings + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.OwnDisplayNameSettings + nameWithType: ConfigOption.OwnDisplayNameSettings +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.PartyDisplayNameSettings + name: PartyDisplayNameSettings + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_PartyDisplayNameSettings + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.PartyDisplayNameSettings + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.PartyDisplayNameSettings + nameWithType: ConfigOption.PartyDisplayNameSettings +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.ScreenMode + name: ScreenMode + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_ConfigOption_ScreenMode + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.ScreenMode + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.ScreenMode + nameWithType: ConfigOption.ScreenMode - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBar name: HotBar href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBar.html @@ -47507,6 +53027,25 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.PopUpHelp fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.PopUpHelp nameWithType: HotBarSlot.PopUpHelp +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.Set(FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType,System.UInt32) + name: Set(HotbarSlotType, UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_HotBarSlot_Set_FFXIVClientStructs_FFXIV_Client_UI_Misc_HotbarSlotType_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.Set(FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType,System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.Set(FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType, System.UInt32) + nameWithType: HotBarSlot.Set(HotbarSlotType, UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.Set(FFXIVClientStructs.FFXIV.Client.UI.UIModule*,FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType,System.UInt32) + name: Set(UIModule*, HotbarSlotType, UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_HotBarSlot_Set_FFXIVClientStructs_FFXIV_Client_UI_UIModule__FFXIVClientStructs_FFXIV_Client_UI_Misc_HotbarSlotType_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.Set(FFXIVClientStructs.FFXIV.Client.UI.UIModule*,FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType,System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.Set(FFXIVClientStructs.FFXIV.Client.UI.UIModule*, FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType, System.UInt32) + nameWithType: HotBarSlot.Set(UIModule*, HotbarSlotType, UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.Set* + name: Set + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_HotBarSlot_Set_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.Set + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.Set + nameWithType: HotBarSlot.Set - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.Size name: Size href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_HotBarSlot_Size @@ -47691,6 +53230,36 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType.SquadronOrder fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType.SquadronOrder nameWithType: HotbarSlotType.SquadronOrder +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource + name: LogMessageSource + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource + nameWithType: LogMessageSource +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.ChatType + name: ChatType + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_LogMessageSource_ChatType + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.ChatType + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.ChatType + nameWithType: LogMessageSource.ChatType +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.ContentId + name: ContentId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_LogMessageSource_ContentId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.ContentId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.ContentId + nameWithType: LogMessageSource.ContentId +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.LogMessageIndex + name: LogMessageIndex + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_LogMessageSource_LogMessageIndex + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.LogMessageIndex + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.LogMessageIndex + nameWithType: LogMessageSource.LogMessageIndex +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.World + name: World + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_LogMessageSource_World + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.World + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.World + nameWithType: LogMessageSource.World - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule name: PronounModule href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html @@ -47740,6 +53309,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.Body fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.Body nameWithType: RaptureGearsetModule.GearsetEntry.Body +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.ClassJob + name: ClassJob + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureGearsetModule_GearsetEntry_ClassJob + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.ClassJob + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.ClassJob + nameWithType: RaptureGearsetModule.GearsetEntry.ClassJob - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.Ears name: Ears href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureGearsetModule_GearsetEntry_Ears @@ -47925,12 +53500,73 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.HotBar fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.HotBar nameWithType: RaptureHotbarModule.HotBar +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.SavedClassJob + name: SavedClassJob + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureHotbarModule_SavedClassJob + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.SavedClassJob + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.SavedClassJob + nameWithType: RaptureHotbarModule.SavedClassJob +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.UiModule + name: UiModule + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureHotbarModule_UiModule + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.UiModule + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.UiModule + nameWithType: RaptureHotbarModule.UiModule - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule name: RaptureLogModule href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule nameWithType: RaptureLogModule +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.ChatTabs + name: ChatTabs + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureLogModule_ChatTabs + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.ChatTabs + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.ChatTabs + nameWithType: RaptureLogModule.ChatTabs +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.ExcelModuleInterface + name: ExcelModuleInterface + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureLogModule_ExcelModuleInterface + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.ExcelModuleInterface + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.ExcelModuleInterface + nameWithType: RaptureLogModule.ExcelModuleInterface +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.GetContentIdForLogMessage(System.Int32) + name: GetContentIdForLogMessage(Int32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureLogModule_GetContentIdForLogMessage_System_Int32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.GetContentIdForLogMessage(System.Int32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.GetContentIdForLogMessage(System.Int32) + nameWithType: RaptureLogModule.GetContentIdForLogMessage(Int32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.GetContentIdForLogMessage* + name: GetContentIdForLogMessage + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureLogModule_GetContentIdForLogMessage_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.GetContentIdForLogMessage + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.GetContentIdForLogMessage + nameWithType: RaptureLogModule.GetContentIdForLogMessage +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.LogModule + name: LogModule + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureLogModule_LogModule + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.LogModule + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.LogModule + nameWithType: RaptureLogModule.LogModule +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.MsgSourceArray + name: MsgSourceArray + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureLogModule_MsgSourceArray + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.MsgSourceArray + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.MsgSourceArray + nameWithType: RaptureLogModule.MsgSourceArray +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.MsgSourceArrayLength + name: MsgSourceArrayLength + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureLogModule_MsgSourceArrayLength + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.MsgSourceArrayLength + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.MsgSourceArrayLength + nameWithType: RaptureLogModule.MsgSourceArrayLength +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.RaptureTextModule + name: RaptureTextModule + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureLogModule_RaptureTextModule + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.RaptureTextModule + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.RaptureTextModule + nameWithType: RaptureLogModule.RaptureTextModule - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.ShowLogMessage(System.UInt32) name: ShowLogMessage(UInt32) href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureLogModule_ShowLogMessage_System_UInt32_ @@ -47944,12 +53580,69 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.ShowLogMessage nameWithType: RaptureLogModule.ShowLogMessage +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab + name: RaptureLogModuleTab + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab + nameWithType: RaptureLogModuleTab +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.Name + name: Name + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureLogModuleTab_Name + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.Name + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.Name + nameWithType: RaptureLogModuleTab.Name +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.VisibleLogLines + name: VisibleLogLines + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureLogModuleTab_VisibleLogLines + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.VisibleLogLines + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.VisibleLogLines + nameWithType: RaptureLogModuleTab.VisibleLogLines - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule name: RaptureMacroModule href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule nameWithType: RaptureMacroModule +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.AppendMacroLines(FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro*,FFXIVClientStructs.FFXIV.Client.System.String.Utf8String*) + name: AppendMacroLines(RaptureMacroModule.Macro*, Utf8String*) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_AppendMacroLines_FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_Macro__FFXIVClientStructs_FFXIV_Client_System_String_Utf8String__ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.AppendMacroLines(FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro*,FFXIVClientStructs.FFXIV.Client.System.String.Utf8String*) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.AppendMacroLines(FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro*, FFXIVClientStructs.FFXIV.Client.System.String.Utf8String*) + nameWithType: RaptureMacroModule.AppendMacroLines(RaptureMacroModule.Macro*, Utf8String*) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.AppendMacroLines* + name: AppendMacroLines + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_AppendMacroLines_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.AppendMacroLines + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.AppendMacroLines + nameWithType: RaptureMacroModule.AppendMacroLines +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.GetLineCount(FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro*) + name: GetLineCount(RaptureMacroModule.Macro*) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_GetLineCount_FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_Macro__ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.GetLineCount(FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro*) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.GetLineCount(FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro*) + nameWithType: RaptureMacroModule.GetLineCount(RaptureMacroModule.Macro*) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.GetLineCount* + name: GetLineCount + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_GetLineCount_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.GetLineCount + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.GetLineCount + nameWithType: RaptureMacroModule.GetLineCount +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.GetMacro(System.UInt32,System.UInt32) + name: GetMacro(UInt32, UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_GetMacro_System_UInt32_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.GetMacro(System.UInt32,System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.GetMacro(System.UInt32, System.UInt32) + nameWithType: RaptureMacroModule.GetMacro(UInt32, UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.GetMacro* + name: GetMacro + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_GetMacro_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.GetMacro + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.GetMacro + nameWithType: RaptureMacroModule.GetMacro - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Individual name: Individual href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_Individual @@ -47975,6 +53668,12 @@ references: commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro nameWithType: RaptureMacroModule.Macro +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.IconId + name: IconId + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_Macro_IconId + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.IconId + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.IconId + nameWithType: RaptureMacroModule.Macro.IconId - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.Line name: Line href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_Macro_Line @@ -48009,6 +53708,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.Name fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.Name nameWithType: RaptureMacroModule.Macro.Name +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.Unk + name: Unk + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_Macro_Unk + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.Unk + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro.Unk + nameWithType: RaptureMacroModule.Macro.Unk - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.MacroPage name: RaptureMacroModule.MacroPage href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.MacroPage.html @@ -48031,6 +53736,32 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.MacroPage.Item nameWithType: RaptureMacroModule.MacroPage.Item +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.ReplaceMacroLines(FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro*,FFXIVClientStructs.FFXIV.Client.System.String.Utf8String*) + name: ReplaceMacroLines(RaptureMacroModule.Macro*, Utf8String*) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_ReplaceMacroLines_FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_Macro__FFXIVClientStructs_FFXIV_Client_System_String_Utf8String__ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.ReplaceMacroLines(FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro*,FFXIVClientStructs.FFXIV.Client.System.String.Utf8String*) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.ReplaceMacroLines(FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro*, FFXIVClientStructs.FFXIV.Client.System.String.Utf8String*) + nameWithType: RaptureMacroModule.ReplaceMacroLines(RaptureMacroModule.Macro*, Utf8String*) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.ReplaceMacroLines* + name: ReplaceMacroLines + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_ReplaceMacroLines_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.ReplaceMacroLines + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.ReplaceMacroLines + nameWithType: RaptureMacroModule.ReplaceMacroLines +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.SetMacroLines(FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro*,System.Int32,FFXIVClientStructs.FFXIV.Client.System.String.Utf8String*) + name: SetMacroLines(RaptureMacroModule.Macro*, Int32, Utf8String*) + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_SetMacroLines_FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_Macro__System_Int32_FFXIVClientStructs_FFXIV_Client_System_String_Utf8String__ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.SetMacroLines(FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro*,System.Int32,FFXIVClientStructs.FFXIV.Client.System.String.Utf8String*) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.SetMacroLines(FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Macro*, System.Int32, FFXIVClientStructs.FFXIV.Client.System.String.Utf8String*) + nameWithType: RaptureMacroModule.SetMacroLines(RaptureMacroModule.Macro*, Int32, Utf8String*) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.SetMacroLines* + name: SetMacroLines + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_SetMacroLines_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.SetMacroLines + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.SetMacroLines + nameWithType: RaptureMacroModule.SetMacroLines - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.Shared name: Shared href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureMacroModule.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_RaptureMacroModule_Shared @@ -48082,6 +53813,114 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureTextModule.GetAddonText nameWithType: RaptureTextModule.GetAddonText +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars + name: SavedHotBars + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars + nameWithType: SavedHotBars +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.Item(System.Int32) + name: Item[Int32] + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_SavedHotBars_Item_System_Int32_ + commentId: P:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.Item(System.Int32) + name.vb: Item(Int32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.Item[System.Int32] + fullName.vb: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.Item(System.Int32) + nameWithType: SavedHotBars.Item[Int32] + nameWithType.vb: SavedHotBars.Item(Int32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.Item* + name: Item + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_SavedHotBars_Item_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.Item + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.Item + nameWithType: SavedHotBars.Item +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob + name: SavedHotBars.SavedHotBarClassJob + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob + nameWithType: SavedHotBars.SavedHotBarClassJob +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.Bar + name: Bar + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_SavedHotBars_SavedHotBarClassJob_Bar + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.Bar + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.Bar + nameWithType: SavedHotBars.SavedHotBarClassJob.Bar +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars + name: SavedHotBars.SavedHotBarClassJobBars + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars + nameWithType: SavedHotBars.SavedHotBarClassJobBars +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.Item(System.Int32) + name: Item[Int32] + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_SavedHotBars_SavedHotBarClassJobBars_Item_System_Int32_ + commentId: P:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.Item(System.Int32) + name.vb: Item(Int32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.Item[System.Int32] + fullName.vb: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.Item(System.Int32) + nameWithType: SavedHotBars.SavedHotBarClassJobBars.Item[Int32] + nameWithType.vb: SavedHotBars.SavedHotBarClassJobBars.Item(Int32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.Item* + name: Item + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_SavedHotBars_SavedHotBarClassJobBars_Item_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.Item + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.Item + nameWithType: SavedHotBars.SavedHotBarClassJobBars.Item +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar + name: SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar + nameWithType: SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.Slot + name: Slot + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_SavedHotBars_SavedHotBarClassJobBars_SavedHotBarClassJobBar_Slot + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.Slot + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.Slot + nameWithType: SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.Slot +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots + name: SavedHotBars.SavedHotBarClassJobSlots + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots + nameWithType: SavedHotBars.SavedHotBarClassJobSlots +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.Item(System.Int32) + name: Item[Int32] + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_SavedHotBars_SavedHotBarClassJobSlots_Item_System_Int32_ + commentId: P:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.Item(System.Int32) + name.vb: Item(Int32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.Item[System.Int32] + fullName.vb: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.Item(System.Int32) + nameWithType: SavedHotBars.SavedHotBarClassJobSlots.Item[Int32] + nameWithType.vb: SavedHotBars.SavedHotBarClassJobSlots.Item(Int32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.Item* + name: Item + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_SavedHotBars_SavedHotBarClassJobSlots_Item_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.Item + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.Item + nameWithType: SavedHotBars.SavedHotBarClassJobSlots.Item +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot + name: SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.html + commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot + nameWithType: SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.ID + name: ID + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_SavedHotBars_SavedHotBarClassJobSlots_SavedHotBarClassJobSlot_ID + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.ID + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.ID + nameWithType: SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.ID +- uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.Type + name: Type + href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.html#FFXIVClientStructs_FFXIV_Client_UI_Misc_SavedHotBars_SavedHotBarClassJobSlots_SavedHotBarClassJobSlot_Type + commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.Type + fullName: FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.Type + nameWithType: SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.Type - uid: FFXIVClientStructs.FFXIV.Client.UI.Misc.ScreenLog name: ScreenLog href: api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ScreenLog.html @@ -48313,6 +54152,19 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.AtkUnitManager fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.AtkUnitManager nameWithType: RaptureAtkUnitManager.AtkUnitManager +- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonById(System.UInt16) + name: GetAddonById(UInt16) + href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkUnitManager_GetAddonById_System_UInt16_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonById(System.UInt16) + fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonById(System.UInt16) + nameWithType: RaptureAtkUnitManager.GetAddonById(UInt16) +- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonById* + name: GetAddonById + href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkUnitManager_GetAddonById_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonById + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonById + nameWithType: RaptureAtkUnitManager.GetAddonById - uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.GetAddonByName(System.String,System.Int32) name: GetAddonByName(String, Int32) href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkUnitManager_GetAddonByName_System_String_System_Int32_ @@ -49215,6 +55067,19 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.GetUiSavePackModule nameWithType: UIModule.GetUiSavePackModule +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.HideGoldSaucerReward + name: HideGoldSaucerReward() + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_HideGoldSaucerReward + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.UIModule.HideGoldSaucerReward + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.HideGoldSaucerReward() + nameWithType: UIModule.HideGoldSaucerReward() +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.HideGoldSaucerReward* + name: HideGoldSaucerReward + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_HideGoldSaucerReward_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.UIModule.HideGoldSaucerReward + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.HideGoldSaucerReward + nameWithType: UIModule.HideGoldSaucerReward - uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.RaptureAtkModule name: RaptureAtkModule href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_RaptureAtkModule @@ -49234,6 +55099,58 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowAddonKillStreakForManeuvers nameWithType: UIModule.ShowAddonKillStreakForManeuvers +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBalloonMessage(System.Single*,System.Byte,System.UInt32) + name: ShowBalloonMessage(Single*, Byte, UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowBalloonMessage_System_Single__System_Byte_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBalloonMessage(System.Single*,System.Byte,System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBalloonMessage(System.Single*, System.Byte, System.UInt32) + nameWithType: UIModule.ShowBalloonMessage(Single*, Byte, UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBalloonMessage* + name: ShowBalloonMessage + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowBalloonMessage_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBalloonMessage + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBalloonMessage + nameWithType: UIModule.ShowBalloonMessage +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalk(System.String,System.String,System.Single,System.Byte) + name: ShowBattleTalk(String, String, Single, Byte) + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowBattleTalk_System_String_System_String_System_Single_System_Byte_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalk(System.String,System.String,System.Single,System.Byte) + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalk(System.String, System.String, System.Single, System.Byte) + nameWithType: UIModule.ShowBattleTalk(String, String, Single, Byte) +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalk* + name: ShowBattleTalk + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowBattleTalk_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalk + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalk + nameWithType: UIModule.ShowBattleTalk +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalkImage(System.String,System.String,System.Single,System.UInt32,System.Byte) + name: ShowBattleTalkImage(String, String, Single, UInt32, Byte) + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowBattleTalkImage_System_String_System_String_System_Single_System_UInt32_System_Byte_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalkImage(System.String,System.String,System.Single,System.UInt32,System.Byte) + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalkImage(System.String, System.String, System.Single, System.UInt32, System.Byte) + nameWithType: UIModule.ShowBattleTalkImage(String, String, Single, UInt32, Byte) +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalkImage* + name: ShowBattleTalkImage + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowBattleTalkImage_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalkImage + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalkImage + nameWithType: UIModule.ShowBattleTalkImage +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalkSound(System.String,System.String,System.Single,System.Int32,System.Byte) + name: ShowBattleTalkSound(String, String, Single, Int32, Byte) + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowBattleTalkSound_System_String_System_String_System_Single_System_Int32_System_Byte_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalkSound(System.String,System.String,System.Single,System.Int32,System.Byte) + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalkSound(System.String, System.String, System.Single, System.Int32, System.Byte) + nameWithType: UIModule.ShowBattleTalkSound(String, String, Single, Int32, Byte) +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalkSound* + name: ShowBattleTalkSound + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowBattleTalkSound_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalkSound + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowBattleTalkSound + nameWithType: UIModule.ShowBattleTalkSound - uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowErrorText(System.String,System.Boolean) name: ShowErrorText(String, Boolean) href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowErrorText_System_String_System_Boolean_ @@ -49260,6 +55177,19 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowGetAction nameWithType: UIModule.ShowGetAction +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowGoldSaucerReward(System.Byte,System.UInt32,System.UInt32,System.UInt32) + name: ShowGoldSaucerReward(Byte, UInt32, UInt32, UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowGoldSaucerReward_System_Byte_System_UInt32_System_UInt32_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowGoldSaucerReward(System.Byte,System.UInt32,System.UInt32,System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowGoldSaucerReward(System.Byte, System.UInt32, System.UInt32, System.UInt32) + nameWithType: UIModule.ShowGoldSaucerReward(Byte, UInt32, UInt32, UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowGoldSaucerReward* + name: ShowGoldSaucerReward + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowGoldSaucerReward_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowGoldSaucerReward + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowGoldSaucerReward + nameWithType: UIModule.ShowGoldSaucerReward - uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowGrandCompany1(System.UInt32,System.UInt32,System.Boolean) name: ShowGrandCompany1(UInt32, UInt32, Boolean) href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowGrandCompany1_System_UInt32_System_UInt32_System_Boolean_ @@ -49364,6 +55294,19 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowTextClassChange nameWithType: UIModule.ShowTextClassChange +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowTextRelicAtma(System.UInt32) + name: ShowTextRelicAtma(UInt32) + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowTextRelicAtma_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowTextRelicAtma(System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowTextRelicAtma(System.UInt32) + nameWithType: UIModule.ShowTextRelicAtma(UInt32) +- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowTextRelicAtma* + name: ShowTextRelicAtma + href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowTextRelicAtma_ + commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowTextRelicAtma + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowTextRelicAtma + nameWithType: UIModule.ShowTextRelicAtma - uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.ShowWideText(System.String,System.Int32,System.Boolean,System.Boolean,System.UInt32) name: ShowWideText(String, Int32, Boolean, Boolean, UInt32) href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_ShowWideText_System_String_System_Int32_System_Boolean_System_Boolean_System_UInt32_ @@ -49743,6 +55686,42 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.ConfigBase fullName: FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.ConfigBase nameWithType: SystemConfig.ConfigBase +- uid: FFXIVClientStructs.FFXIV.Common.Log + name: FFXIVClientStructs.FFXIV.Common.Log + href: api/FFXIVClientStructs.FFXIV.Common.Log.html + commentId: N:FFXIVClientStructs.FFXIV.Common.Log + fullName: FFXIVClientStructs.FFXIV.Common.Log + nameWithType: FFXIVClientStructs.FFXIV.Common.Log +- uid: FFXIVClientStructs.FFXIV.Common.Log.LogModule + name: LogModule + href: api/FFXIVClientStructs.FFXIV.Common.Log.LogModule.html + commentId: T:FFXIVClientStructs.FFXIV.Common.Log.LogModule + fullName: FFXIVClientStructs.FFXIV.Common.Log.LogModule + nameWithType: LogModule +- uid: FFXIVClientStructs.FFXIV.Common.Log.LogModule.LocalPlayerContentId + name: LocalPlayerContentId + href: api/FFXIVClientStructs.FFXIV.Common.Log.LogModule.html#FFXIVClientStructs_FFXIV_Common_Log_LogModule_LocalPlayerContentId + commentId: F:FFXIVClientStructs.FFXIV.Common.Log.LogModule.LocalPlayerContentId + fullName: FFXIVClientStructs.FFXIV.Common.Log.LogModule.LocalPlayerContentId + nameWithType: LogModule.LocalPlayerContentId +- uid: FFXIVClientStructs.FFXIV.Common.Log.LogModule.LogMessageCount + name: LogMessageCount + href: api/FFXIVClientStructs.FFXIV.Common.Log.LogModule.html#FFXIVClientStructs_FFXIV_Common_Log_LogModule_LogMessageCount + commentId: F:FFXIVClientStructs.FFXIV.Common.Log.LogModule.LogMessageCount + fullName: FFXIVClientStructs.FFXIV.Common.Log.LogModule.LogMessageCount + nameWithType: LogModule.LogMessageCount +- uid: FFXIVClientStructs.FFXIV.Common.Log.LogModule.LogMessageData + name: LogMessageData + href: api/FFXIVClientStructs.FFXIV.Common.Log.LogModule.html#FFXIVClientStructs_FFXIV_Common_Log_LogModule_LogMessageData + commentId: F:FFXIVClientStructs.FFXIV.Common.Log.LogModule.LogMessageData + fullName: FFXIVClientStructs.FFXIV.Common.Log.LogModule.LogMessageData + nameWithType: LogModule.LogMessageData +- uid: FFXIVClientStructs.FFXIV.Common.Log.LogModule.LogMessageIndex + name: LogMessageIndex + href: api/FFXIVClientStructs.FFXIV.Common.Log.LogModule.html#FFXIVClientStructs_FFXIV_Common_Log_LogModule_LogMessageIndex + commentId: F:FFXIVClientStructs.FFXIV.Common.Log.LogModule.LogMessageIndex + fullName: FFXIVClientStructs.FFXIV.Common.Log.LogModule.LogMessageIndex + nameWithType: LogModule.LogMessageIndex - uid: FFXIVClientStructs.FFXIV.Common.Lua name: FFXIVClientStructs.FFXIV.Common.Lua href: api/FFXIVClientStructs.FFXIV.Common.Lua.html @@ -50551,6 +56530,18 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.AtkComponentBase fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.AtkComponentBase nameWithType: AtkComponentDragDrop.AtkComponentBase +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDropDownList + name: AtkComponentDropDownList + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDropDownList.html + commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDropDownList + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDropDownList + nameWithType: AtkComponentDropDownList +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDropDownList.AtkComponentBase + name: AtkComponentBase + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDropDownList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentDropDownList_AtkComponentBase + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDropDownList.AtkComponentBase + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDropDownList.AtkComponentBase + nameWithType: AtkComponentDropDownList.AtkComponentBase - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar name: AtkComponentGaugeBar href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html @@ -51038,6 +57029,231 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.Width fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.Width nameWithType: AtkCounterNode.Width +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor + name: AtkCursor + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.html + commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor + nameWithType: AtkCursor +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType + name: AtkCursor.CursorType + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html + commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType + nameWithType: AtkCursor.CursorType +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Arrow + name: Arrow + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_Arrow + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Arrow + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Arrow + nameWithType: AtkCursor.CursorType.Arrow +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Attack + name: Attack + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_Attack + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Attack + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Attack + nameWithType: AtkCursor.CursorType.Attack +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Boot + name: Boot + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_Boot + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Boot + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Boot + nameWithType: AtkCursor.CursorType.Boot +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ChatBubble + name: ChatBubble + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_ChatBubble + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ChatBubble + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ChatBubble + nameWithType: AtkCursor.CursorType.ChatBubble +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ChatPointer + name: ChatPointer + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_ChatPointer + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ChatPointer + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ChatPointer + nameWithType: AtkCursor.CursorType.ChatPointer +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Clickable + name: Clickable + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_Clickable + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Clickable + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Clickable + nameWithType: AtkCursor.CursorType.Clickable +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Grab + name: Grab + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_Grab + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Grab + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Grab + nameWithType: AtkCursor.CursorType.Grab +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Hand + name: Hand + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_Hand + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Hand + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Hand + nameWithType: AtkCursor.CursorType.Hand +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Hidden + name: Hidden + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_Hidden + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Hidden + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Hidden + nameWithType: AtkCursor.CursorType.Hidden +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Interact + name: Interact + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_Interact + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Interact + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Interact + nameWithType: AtkCursor.CursorType.Interact +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.NoAccess + name: NoAccess + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_NoAccess + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.NoAccess + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.NoAccess + nameWithType: AtkCursor.CursorType.NoAccess +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ResizeNESW + name: ResizeNESW + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_ResizeNESW + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ResizeNESW + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ResizeNESW + nameWithType: AtkCursor.CursorType.ResizeNESW +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ResizeNS + name: ResizeNS + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_ResizeNS + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ResizeNS + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ResizeNS + nameWithType: AtkCursor.CursorType.ResizeNS +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ResizeNWSR + name: ResizeNWSR + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_ResizeNWSR + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ResizeNWSR + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ResizeNWSR + nameWithType: AtkCursor.CursorType.ResizeNWSR +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ResizeWE + name: ResizeWE + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_ResizeWE + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ResizeWE + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.ResizeWE + nameWithType: AtkCursor.CursorType.ResizeWE +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Search + name: Search + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_Search + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Search + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.Search + nameWithType: AtkCursor.CursorType.Search +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.TextClick + name: TextClick + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_TextClick + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.TextClick + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.TextClick + nameWithType: AtkCursor.CursorType.TextClick +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.TextInput + name: TextInput + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_TextInput + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.TextInput + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType.TextInput + nameWithType: AtkCursor.CursorType.TextInput +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Hide + name: Hide() + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_Hide + commentId: M:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Hide + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Hide() + nameWithType: AtkCursor.Hide() +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Hide* + name: Hide + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_Hide_ + commentId: Overload:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Hide + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Hide + nameWithType: AtkCursor.Hide +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.SetCursorType(FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType,System.Byte) + name: SetCursorType(AtkCursor.CursorType, Byte) + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_SetCursorType_FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_CursorType_System_Byte_ + commentId: M:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.SetCursorType(FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType,System.Byte) + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.SetCursorType(FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.CursorType, System.Byte) + nameWithType: AtkCursor.SetCursorType(AtkCursor.CursorType, Byte) +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.SetCursorType* + name: SetCursorType + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_SetCursorType_ + commentId: Overload:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.SetCursorType + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.SetCursorType + nameWithType: AtkCursor.SetCursorType +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Show + name: Show() + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_Show + commentId: M:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Show + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Show() + nameWithType: AtkCursor.Show() +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Show* + name: Show + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_Show_ + commentId: Overload:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Show + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Show + nameWithType: AtkCursor.Show +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Type + name: Type + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_Type + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Type + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Type + nameWithType: AtkCursor.Type +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Visible + name: Visible + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCursor_Visible + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Visible + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCursor.Visible + nameWithType: AtkCursor.Visible +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent + name: AtkEvent + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html + commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent + nameWithType: AtkEvent +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Flags + name: Flags + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEvent_Flags + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Flags + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Flags + nameWithType: AtkEvent.Flags +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Listener + name: Listener + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEvent_Listener + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Listener + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Listener + nameWithType: AtkEvent.Listener +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.NextEvent + name: NextEvent + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEvent_NextEvent + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.NextEvent + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.NextEvent + nameWithType: AtkEvent.NextEvent +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Node + name: Node + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEvent_Node + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Node + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Node + nameWithType: AtkEvent.Node +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Param + name: Param + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEvent_Param + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Param + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Param + nameWithType: AtkEvent.Param +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Target + name: Target + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEvent_Target + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Target + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Target + nameWithType: AtkEvent.Target +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Type + name: Type + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEvent_Type + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Type + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Type + nameWithType: AtkEvent.Type +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Unk29 + name: Unk29 + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEvent_Unk29 + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Unk29 + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.Unk29 + nameWithType: AtkEvent.Unk29 - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface name: AtkEventInterface href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html @@ -51104,6 +57320,18 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListenerUnk1.vtbl fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListenerUnk1.vtbl nameWithType: AtkEventListenerUnk1.vtbl +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventManager + name: AtkEventManager + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventManager.html + commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventManager + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventManager + nameWithType: AtkEventManager +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventManager.Event + name: Event + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventManager_Event + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventManager.Event + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventManager.Event + nameWithType: AtkEventManager.Event - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget name: AtkEventTarget href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html @@ -51122,6 +57350,126 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.vtbl fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.vtbl nameWithType: AtkEventTarget.vtbl +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType + name: AtkEventType + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html + commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType + nameWithType: AtkEventType +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.ButtonClick + name: ButtonClick + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_ButtonClick + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.ButtonClick + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.ButtonClick + nameWithType: AtkEventType.ButtonClick +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.ButtonPress + name: ButtonPress + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_ButtonPress + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.ButtonPress + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.ButtonPress + nameWithType: AtkEventType.ButtonPress +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.ButtonRelease + name: ButtonRelease + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_ButtonRelease + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.ButtonRelease + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.ButtonRelease + nameWithType: AtkEventType.ButtonRelease +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.DragDropRollOut + name: DragDropRollOut + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_DragDropRollOut + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.DragDropRollOut + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.DragDropRollOut + nameWithType: AtkEventType.DragDropRollOut +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.DragDropRollOver + name: DragDropRollOver + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_DragDropRollOver + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.DragDropRollOver + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.DragDropRollOver + nameWithType: AtkEventType.DragDropRollOver +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.DragDropUnk54 + name: DragDropUnk54 + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_DragDropUnk54 + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.DragDropUnk54 + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.DragDropUnk54 + nameWithType: AtkEventType.DragDropUnk54 +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.DragDropUnk55 + name: DragDropUnk55 + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_DragDropUnk55 + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.DragDropUnk55 + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.DragDropUnk55 + nameWithType: AtkEventType.DragDropUnk55 +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.FocusStart + name: FocusStart + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_FocusStart + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.FocusStart + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.FocusStart + nameWithType: AtkEventType.FocusStart +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.FocusStop + name: FocusStop + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_FocusStop + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.FocusStop + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.FocusStop + nameWithType: AtkEventType.FocusStop +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.IconTextClick + name: IconTextClick + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_IconTextClick + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.IconTextClick + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.IconTextClick + nameWithType: AtkEventType.IconTextClick +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.IconTextRollOut + name: IconTextRollOut + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_IconTextRollOut + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.IconTextRollOut + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.IconTextRollOut + nameWithType: AtkEventType.IconTextRollOut +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.IconTextRollOver + name: IconTextRollOver + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_IconTextRollOver + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.IconTextRollOver + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.IconTextRollOver + nameWithType: AtkEventType.IconTextRollOver +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.InputReceived + name: InputReceived + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_InputReceived + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.InputReceived + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.InputReceived + nameWithType: AtkEventType.InputReceived +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseClick + name: MouseClick + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_MouseClick + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseClick + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseClick + nameWithType: AtkEventType.MouseClick +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseDown + name: MouseDown + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_MouseDown + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseDown + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseDown + nameWithType: AtkEventType.MouseDown +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseMove + name: MouseMove + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_MouseMove + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseMove + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseMove + nameWithType: AtkEventType.MouseMove +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseOut + name: MouseOut + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_MouseOut + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseOut + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseOut + nameWithType: AtkEventType.MouseOut +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseOver + name: MouseOver + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_MouseOver + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseOver + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseOver + nameWithType: AtkEventType.MouseOver +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseUp + name: MouseUp + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_MouseUp + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseUp + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.MouseUp + nameWithType: AtkEventType.MouseUp - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode name: AtkImageNode href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html @@ -51166,6 +57514,25 @@ references: isSpec: "True" fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.LoadIconTexture nameWithType: AtkImageNode.LoadIconTexture +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.LoadTexture(System.Byte*,System.UInt32) + name: LoadTexture(Byte*, UInt32) + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkImageNode_LoadTexture_System_Byte__System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.LoadTexture(System.Byte*,System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.LoadTexture(System.Byte*, System.UInt32) + nameWithType: AtkImageNode.LoadTexture(Byte*, UInt32) +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.LoadTexture(System.String,System.UInt32) + name: LoadTexture(String, UInt32) + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkImageNode_LoadTexture_System_String_System_UInt32_ + commentId: M:FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.LoadTexture(System.String,System.UInt32) + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.LoadTexture(System.String, System.UInt32) + nameWithType: AtkImageNode.LoadTexture(String, UInt32) +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.LoadTexture* + name: LoadTexture + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkImageNode_LoadTexture_ + commentId: Overload:FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.LoadTexture + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.LoadTexture + nameWithType: AtkImageNode.LoadTexture - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.PartId name: PartId href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkImageNode_PartId @@ -51306,6 +57673,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddBlue_2 fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddBlue_2 nameWithType: AtkResNode.AddBlue_2 +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddEvent(FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType,System.UInt32,FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener*,FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode*,System.Boolean) + name: AddEvent(AtkEventType, UInt32, AtkEventListener*, AtkResNode*, Boolean) + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_AddEvent_FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_System_UInt32_FFXIVClientStructs_FFXIV_Component_GUI_AtkEventListener__FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode__System_Boolean_ + commentId: M:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddEvent(FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType,System.UInt32,FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener*,FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode*,System.Boolean) + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddEvent(FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType, System.UInt32, FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener*, FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode*, System.Boolean) + nameWithType: AtkResNode.AddEvent(AtkEventType, UInt32, AtkEventListener*, AtkResNode*, Boolean) - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddEvent(System.UInt16,System.UInt32,FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener*,FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode*,System.Boolean) name: AddEvent(UInt16, UInt32, AtkEventListener*, AtkResNode*, Boolean) href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_AddEvent_System_UInt16_System_UInt32_FFXIVClientStructs_FFXIV_Component_GUI_AtkEventListener__FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode__System_Boolean_ @@ -51349,6 +57722,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Alpha_2 fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Alpha_2 nameWithType: AtkResNode.Alpha_2 +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AtkEventManager + name: AtkEventManager + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_AtkEventManager + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AtkEventManager + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AtkEventManager + nameWithType: AtkResNode.AtkEventManager - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AtkEventTarget name: AtkEventTarget href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_AtkEventTarget @@ -51417,12 +57796,6 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.DrawFlags fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.DrawFlags nameWithType: AtkResNode.DrawFlags -- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.EventObject - name: EventObject - href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_EventObject - commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.EventObject - fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.EventObject - nameWithType: AtkResNode.EventObject - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Flags name: Flags href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_Flags @@ -51727,6 +58100,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Priority fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Priority nameWithType: AtkResNode.Priority +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.RemoveEvent(FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType,System.UInt32,FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener*,System.Boolean) + name: RemoveEvent(AtkEventType, UInt32, AtkEventListener*, Boolean) + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_RemoveEvent_FFXIVClientStructs_FFXIV_Component_GUI_AtkEventType_System_UInt32_FFXIVClientStructs_FFXIV_Component_GUI_AtkEventListener__System_Boolean_ + commentId: M:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.RemoveEvent(FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType,System.UInt32,FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener*,System.Boolean) + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.RemoveEvent(FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType, System.UInt32, FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener*, System.Boolean) + nameWithType: AtkResNode.RemoveEvent(AtkEventType, UInt32, AtkEventListener*, Boolean) - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.RemoveEvent(System.UInt16,System.UInt32,FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener*,System.Boolean) name: RemoveEvent(UInt16, UInt32, AtkEventListener*, Boolean) href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_RemoveEvent_System_UInt16_System_UInt32_FFXIVClientStructs_FFXIV_Component_GUI_AtkEventListener__System_Boolean_ @@ -51910,12 +58289,44 @@ references: commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkStage fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage nameWithType: AtkStage +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.AtkCursor + name: AtkCursor + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkStage_AtkCursor + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.AtkCursor + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.AtkCursor + nameWithType: AtkStage.AtkCursor - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.AtkEventTarget name: AtkEventTarget href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkStage_AtkEventTarget commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.AtkEventTarget fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.AtkEventTarget nameWithType: AtkStage.AtkEventTarget +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.ClearFocus + name: ClearFocus() + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkStage_ClearFocus + commentId: M:FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.ClearFocus + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.ClearFocus() + nameWithType: AtkStage.ClearFocus() +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.ClearFocus* + name: ClearFocus + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkStage_ClearFocus_ + commentId: Overload:FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.ClearFocus + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.ClearFocus + nameWithType: AtkStage.ClearFocus +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.GetFocus + name: GetFocus() + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkStage_GetFocus + commentId: M:FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.GetFocus + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.GetFocus() + nameWithType: AtkStage.GetFocus() +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.GetFocus* + name: GetFocus + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkStage_GetFocus_ + commentId: Overload:FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.GetFocus + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.GetFocus + nameWithType: AtkStage.GetFocus - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.GetSingleton name: GetSingleton() href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkStage_GetSingleton @@ -53497,6 +59908,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.CollisionNodeListCount fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.CollisionNodeListCount nameWithType: AtkUnitBase.CollisionNodeListCount +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.ContextMenuParentID + name: ContextMenuParentID + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_ContextMenuParentID + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.ContextMenuParentID + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.ContextMenuParentID + nameWithType: AtkUnitBase.ContextMenuParentID - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.FireCallback(System.Int32,FFXIVClientStructs.FFXIV.Component.GUI.AtkValue*,System.Void*) name: FireCallback(Int32, AtkValue*, Void*) href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_FireCallback_System_Int32_FFXIVClientStructs_FFXIV_Component_GUI_AtkValue__System_Void__ @@ -53695,6 +60112,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.UldManager fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.UldManager nameWithType: AtkUnitBase.UldManager +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.UnknownID + name: UnknownID + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_UnknownID + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.UnknownID + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.UnknownID + nameWithType: AtkUnitBase.UnknownID - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.WindowNode name: WindowNode href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_WindowNode @@ -53869,6 +60292,32 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Byte fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Byte nameWithType: AtkValue.Byte +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.ChangeType(FFXIVClientStructs.FFXIV.Component.GUI.ValueType) + name: ChangeType(ValueType) + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_ChangeType_FFXIVClientStructs_FFXIV_Component_GUI_ValueType_ + commentId: M:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.ChangeType(FFXIVClientStructs.FFXIV.Component.GUI.ValueType) + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.ChangeType(FFXIVClientStructs.FFXIV.Component.GUI.ValueType) + nameWithType: AtkValue.ChangeType(ValueType) +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.ChangeType* + name: ChangeType + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_ChangeType_ + commentId: Overload:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.ChangeType + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.ChangeType + nameWithType: AtkValue.ChangeType +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.CreateArray(System.Int32) + name: CreateArray(Int32) + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_CreateArray_System_Int32_ + commentId: M:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.CreateArray(System.Int32) + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.CreateArray(System.Int32) + nameWithType: AtkValue.CreateArray(Int32) +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.CreateArray* + name: CreateArray + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_CreateArray_ + commentId: Overload:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.CreateArray + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.CreateArray + nameWithType: AtkValue.CreateArray - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Float name: Float href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_Float @@ -53881,6 +60330,25 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Int fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Int nameWithType: AtkValue.Int +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.SetString(System.Byte*) + name: SetString(Byte*) + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_SetString_System_Byte__ + commentId: M:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.SetString(System.Byte*) + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.SetString(System.Byte*) + nameWithType: AtkValue.SetString(Byte*) +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.SetString(System.String) + name: SetString(String) + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_SetString_System_String_ + commentId: M:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.SetString(System.String) + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.SetString(System.String) + nameWithType: AtkValue.SetString(String) +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.SetString* + name: SetString + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_SetString_ + commentId: Overload:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.SetString + isSpec: "True" + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.SetString + nameWithType: AtkValue.SetString - uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.String name: String href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_String @@ -53899,6 +60367,12 @@ references: commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.UInt fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.UInt nameWithType: AtkValue.UInt +- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Vector + name: Vector + href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_Vector + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Vector + fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Vector + nameWithType: AtkValue.Vector - uid: FFXIVClientStructs.FFXIV.Component.GUI.CollisionType name: CollisionType href: api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html @@ -54618,6 +61092,18 @@ references: commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ValueType fullName: FFXIVClientStructs.FFXIV.Component.GUI.ValueType nameWithType: ValueType +- uid: FFXIVClientStructs.FFXIV.Component.GUI.ValueType.AllocatedString + name: AllocatedString + href: api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html#FFXIVClientStructs_FFXIV_Component_GUI_ValueType_AllocatedString + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ValueType.AllocatedString + fullName: FFXIVClientStructs.FFXIV.Component.GUI.ValueType.AllocatedString + nameWithType: ValueType.AllocatedString +- uid: FFXIVClientStructs.FFXIV.Component.GUI.ValueType.AllocatedVector + name: AllocatedVector + href: api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html#FFXIVClientStructs_FFXIV_Component_GUI_ValueType_AllocatedVector + commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ValueType.AllocatedVector + fullName: FFXIVClientStructs.FFXIV.Component.GUI.ValueType.AllocatedVector + nameWithType: ValueType.AllocatedVector - uid: FFXIVClientStructs.FFXIV.Component.GUI.ValueType.Bool name: Bool href: api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html#FFXIVClientStructs_FFXIV_Component_GUI_ValueType_Bool @@ -55049,6 +61535,72 @@ references: fullName.vb: FFXIVClientStructs.STD.Pointer(Of T).Value nameWithType: Pointer.Value nameWithType.vb: Pointer(Of T).Value +- uid: FFXIVClientStructs.STD.StdDeque`1 + name: StdDeque + href: api/FFXIVClientStructs.STD.StdDeque-1.html + commentId: T:FFXIVClientStructs.STD.StdDeque`1 + name.vb: StdDeque(Of T) + fullName: FFXIVClientStructs.STD.StdDeque + fullName.vb: FFXIVClientStructs.STD.StdDeque(Of T) + nameWithType: StdDeque + nameWithType.vb: StdDeque(Of T) +- uid: FFXIVClientStructs.STD.StdDeque`1.ContainerBase + name: ContainerBase + href: api/FFXIVClientStructs.STD.StdDeque-1.html#FFXIVClientStructs_STD_StdDeque_1_ContainerBase + commentId: F:FFXIVClientStructs.STD.StdDeque`1.ContainerBase + fullName: FFXIVClientStructs.STD.StdDeque.ContainerBase + fullName.vb: FFXIVClientStructs.STD.StdDeque(Of T).ContainerBase + nameWithType: StdDeque.ContainerBase + nameWithType.vb: StdDeque(Of T).ContainerBase +- uid: FFXIVClientStructs.STD.StdDeque`1.Get(System.UInt64) + name: Get(UInt64) + href: api/FFXIVClientStructs.STD.StdDeque-1.html#FFXIVClientStructs_STD_StdDeque_1_Get_System_UInt64_ + commentId: M:FFXIVClientStructs.STD.StdDeque`1.Get(System.UInt64) + fullName: FFXIVClientStructs.STD.StdDeque.Get(System.UInt64) + fullName.vb: FFXIVClientStructs.STD.StdDeque(Of T).Get(System.UInt64) + nameWithType: StdDeque.Get(UInt64) + nameWithType.vb: StdDeque(Of T).Get(UInt64) +- uid: FFXIVClientStructs.STD.StdDeque`1.Get* + name: Get + href: api/FFXIVClientStructs.STD.StdDeque-1.html#FFXIVClientStructs_STD_StdDeque_1_Get_ + commentId: Overload:FFXIVClientStructs.STD.StdDeque`1.Get + isSpec: "True" + fullName: FFXIVClientStructs.STD.StdDeque.Get + fullName.vb: FFXIVClientStructs.STD.StdDeque(Of T).Get + nameWithType: StdDeque.Get + nameWithType.vb: StdDeque(Of T).Get +- uid: FFXIVClientStructs.STD.StdDeque`1.Map + name: Map + href: api/FFXIVClientStructs.STD.StdDeque-1.html#FFXIVClientStructs_STD_StdDeque_1_Map + commentId: F:FFXIVClientStructs.STD.StdDeque`1.Map + fullName: FFXIVClientStructs.STD.StdDeque.Map + fullName.vb: FFXIVClientStructs.STD.StdDeque(Of T).Map + nameWithType: StdDeque.Map + nameWithType.vb: StdDeque(Of T).Map +- uid: FFXIVClientStructs.STD.StdDeque`1.MapSize + name: MapSize + href: api/FFXIVClientStructs.STD.StdDeque-1.html#FFXIVClientStructs_STD_StdDeque_1_MapSize + commentId: F:FFXIVClientStructs.STD.StdDeque`1.MapSize + fullName: FFXIVClientStructs.STD.StdDeque.MapSize + fullName.vb: FFXIVClientStructs.STD.StdDeque(Of T).MapSize + nameWithType: StdDeque.MapSize + nameWithType.vb: StdDeque(Of T).MapSize +- uid: FFXIVClientStructs.STD.StdDeque`1.MyOff + name: MyOff + href: api/FFXIVClientStructs.STD.StdDeque-1.html#FFXIVClientStructs_STD_StdDeque_1_MyOff + commentId: F:FFXIVClientStructs.STD.StdDeque`1.MyOff + fullName: FFXIVClientStructs.STD.StdDeque.MyOff + fullName.vb: FFXIVClientStructs.STD.StdDeque(Of T).MyOff + nameWithType: StdDeque.MyOff + nameWithType.vb: StdDeque(Of T).MyOff +- uid: FFXIVClientStructs.STD.StdDeque`1.MySize + name: MySize + href: api/FFXIVClientStructs.STD.StdDeque-1.html#FFXIVClientStructs_STD_StdDeque_1_MySize + commentId: F:FFXIVClientStructs.STD.StdDeque`1.MySize + fullName: FFXIVClientStructs.STD.StdDeque.MySize + fullName.vb: FFXIVClientStructs.STD.StdDeque(Of T).MySize + nameWithType: StdDeque.MySize + nameWithType.vb: StdDeque(Of T).MySize - uid: FFXIVClientStructs.STD.StdMap`2 name: StdMap href: api/FFXIVClientStructs.STD.StdMap-2.html @@ -55324,6 +61876,23 @@ references: fullName.vb: FFXIVClientStructs.STD.StdVector(Of T).Size nameWithType: StdVector.Size nameWithType.vb: StdVector(Of T).Size +- uid: FFXIVClientStructs.STD.StdVector`1.Span + name: Span + href: api/FFXIVClientStructs.STD.StdVector-1.html#FFXIVClientStructs_STD_StdVector_1_Span + commentId: P:FFXIVClientStructs.STD.StdVector`1.Span + fullName: FFXIVClientStructs.STD.StdVector.Span + fullName.vb: FFXIVClientStructs.STD.StdVector(Of T).Span + nameWithType: StdVector.Span + nameWithType.vb: StdVector(Of T).Span +- uid: FFXIVClientStructs.STD.StdVector`1.Span* + name: Span + href: api/FFXIVClientStructs.STD.StdVector-1.html#FFXIVClientStructs_STD_StdVector_1_Span_ + commentId: Overload:FFXIVClientStructs.STD.StdVector`1.Span + isSpec: "True" + fullName: FFXIVClientStructs.STD.StdVector.Span + fullName.vb: FFXIVClientStructs.STD.StdVector(Of T).Span + nameWithType: StdVector.Span + nameWithType.vb: StdVector(Of T).Span - uid: FFXIVClientStructs.STD.String name: String href: api/FFXIVClientStructs.STD.String.html