From ab2a97c2f86d0314747f7d74abe5de58356b0831 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Sat, 28 Aug 2021 19:42:19 +0200 Subject: [PATCH] docs: add new files --- ....Gui.PartyFinder.Types.ConditionFlags.html | 159 +++++ ...me.Gui.PartyFinder.Types.DutyCategory.html | 183 ++++++ ...e.Gui.PartyFinder.Types.LootRuleFlags.html | 159 +++++ ....Gui.PartyFinder.Types.ObjectiveFlags.html | 164 ++++++ ...Gui.PartyFinder.Types.SearchAreaFlags.html | 169 ++++++ ...ternal.Notifications.NotificationType.html | 168 ++++++ ...amud.Interface.Internal.Notifications.html | 119 ++++ .../Dalamud.IoC.PluginServiceAttribute.html | 263 +++++++++ .../Dalamud.Plugin.ICallGateProvider-1.html | 252 ++++++++ .../Dalamud.Plugin.ICallGateProvider-2.html | 273 +++++++++ .../Dalamud.Plugin.ICallGateProvider-3.html | 282 +++++++++ .../Dalamud.Plugin.ICallGateProvider-4.html | 291 +++++++++ .../Dalamud.Plugin.ICallGateProvider-5.html | 300 ++++++++++ .../Dalamud.Plugin.ICallGateProvider-6.html | 309 ++++++++++ .../Dalamud.Plugin.ICallGateProvider-7.html | 318 ++++++++++ .../Dalamud.Plugin.ICallGateProvider-8.html | 327 +++++++++++ .../Dalamud.Plugin.ICallGateProvider-9.html | 336 +++++++++++ .../Dalamud.Plugin.ICallGateSubscriber-1.html | 252 ++++++++ .../Dalamud.Plugin.ICallGateSubscriber-2.html | 290 +++++++++ .../Dalamud.Plugin.ICallGateSubscriber-3.html | 304 ++++++++++ .../Dalamud.Plugin.ICallGateSubscriber-4.html | 318 ++++++++++ .../Dalamud.Plugin.ICallGateSubscriber-5.html | 332 +++++++++++ .../Dalamud.Plugin.ICallGateSubscriber-6.html | 346 +++++++++++ .../Dalamud.Plugin.ICallGateSubscriber-7.html | 360 ++++++++++++ .../Dalamud.Plugin.ICallGateSubscriber-8.html | 374 ++++++++++++ .../Dalamud.Plugin.ICallGateSubscriber-9.html | 388 ++++++++++++ docs/api/Dalamud.Plugin.IpcNotReadyError.html | 296 ++++++++++ .../Dalamud.Plugin.IpcTypeMismatchError.html | 370 ++++++++++++ .../Dalamud.Utility.SeStringExtensions.html | 209 +++++++ ...tructs.FFXIV.Client.Game.UI.RelicNote.html | 486 ++++++++++++++++ ...cts.FFXIV.Client.Game.UI.TeleportInfo.html | 414 +++++++++++++ ...FFXIV.Client.System.Memory.ICreatable.html | 143 +++++ ...tructs.FFXIV.Client.UI.AddonEnemyList.html | 323 ++++++++++ ...Client.UI.AddonPartyList.TrustMembers.html | 285 +++++++++ ...Structs.FFXIV.Client.UI.Agent.AgentId.html | 550 ++++++++++++++++++ ...FXIV.Client.UI.Misc.RaptureTextModule.html | 318 ++++++++++ ...tructs.FFXIV.Client.UI.Misc.ScreenLog.html | 202 +++++++ ...ent.GUI.AtkUldComponentDataHoldButton.html | 236 ++++++++ 38 files changed, 10868 insertions(+) create mode 100644 docs/api/Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags.html create mode 100644 docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyCategory.html create mode 100644 docs/api/Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags.html create mode 100644 docs/api/Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags.html create mode 100644 docs/api/Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags.html create mode 100644 docs/api/Dalamud.Interface.Internal.Notifications.NotificationType.html create mode 100644 docs/api/Dalamud.Interface.Internal.Notifications.html create mode 100644 docs/api/Dalamud.IoC.PluginServiceAttribute.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateProvider-1.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateProvider-2.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateProvider-3.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateProvider-4.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateProvider-5.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateProvider-6.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateProvider-7.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateProvider-8.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateProvider-9.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateSubscriber-1.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateSubscriber-2.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateSubscriber-3.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateSubscriber-4.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateSubscriber-5.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateSubscriber-6.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateSubscriber-7.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateSubscriber-8.html create mode 100644 docs/api/Dalamud.Plugin.ICallGateSubscriber-9.html create mode 100644 docs/api/Dalamud.Plugin.IpcNotReadyError.html create mode 100644 docs/api/Dalamud.Plugin.IpcTypeMismatchError.html create mode 100644 docs/api/Dalamud.Utility.SeStringExtensions.html create mode 100644 docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RelicNote.html create mode 100644 docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.TeleportInfo.html create mode 100644 docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.ICreatable.html create mode 100644 docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonEnemyList.html create mode 100644 docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html create mode 100644 docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html create mode 100644 docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureTextModule.html create mode 100644 docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ScreenLog.html create mode 100644 docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataHoldButton.html diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags.html new file mode 100644 index 000000000..7e7f1f6c1 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ConditionFlags.html @@ -0,0 +1,159 @@ + + + + + + + + Enum ConditionFlags + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyCategory.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyCategory.html new file mode 100644 index 000000000..165d877c5 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.DutyCategory.html @@ -0,0 +1,183 @@ + + + + + + + + Enum DutyCategory + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags.html new file mode 100644 index 000000000..f4a95b9bc --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.LootRuleFlags.html @@ -0,0 +1,159 @@ + + + + + + + + Enum LootRuleFlags + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags.html new file mode 100644 index 000000000..de931c774 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.ObjectiveFlags.html @@ -0,0 +1,164 @@ + + + + + + + + Enum ObjectiveFlags + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags.html new file mode 100644 index 000000000..8a09dbb66 --- /dev/null +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.SearchAreaFlags.html @@ -0,0 +1,169 @@ + + + + + + + + Enum SearchAreaFlags + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Interface.Internal.Notifications.NotificationType.html b/docs/api/Dalamud.Interface.Internal.Notifications.NotificationType.html new file mode 100644 index 000000000..b122468f6 --- /dev/null +++ b/docs/api/Dalamud.Interface.Internal.Notifications.NotificationType.html @@ -0,0 +1,168 @@ + + + + + + + + Enum NotificationType + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Interface.Internal.Notifications.html b/docs/api/Dalamud.Interface.Internal.Notifications.html new file mode 100644 index 000000000..13f091517 --- /dev/null +++ b/docs/api/Dalamud.Interface.Internal.Notifications.html @@ -0,0 +1,119 @@ + + + + + + + + Namespace Dalamud.Interface.Internal.Notifications + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.IoC.PluginServiceAttribute.html b/docs/api/Dalamud.IoC.PluginServiceAttribute.html new file mode 100644 index 000000000..0c0fb111d --- /dev/null +++ b/docs/api/Dalamud.IoC.PluginServiceAttribute.html @@ -0,0 +1,263 @@ + + + + + + + + Class PluginServiceAttribute + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateProvider-1.html b/docs/api/Dalamud.Plugin.ICallGateProvider-1.html new file mode 100644 index 000000000..d6b5247ce --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateProvider-1.html @@ -0,0 +1,252 @@ + + + + + + + + Interface ICallGateProvider<TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateProvider-2.html b/docs/api/Dalamud.Plugin.ICallGateProvider-2.html new file mode 100644 index 000000000..6d02ca2b0 --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateProvider-2.html @@ -0,0 +1,273 @@ + + + + + + + + Interface ICallGateProvider<T1, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateProvider-3.html b/docs/api/Dalamud.Plugin.ICallGateProvider-3.html new file mode 100644 index 000000000..ffa0b55ab --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateProvider-3.html @@ -0,0 +1,282 @@ + + + + + + + + Interface ICallGateProvider<T1, T2, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateProvider-4.html b/docs/api/Dalamud.Plugin.ICallGateProvider-4.html new file mode 100644 index 000000000..bd159d27e --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateProvider-4.html @@ -0,0 +1,291 @@ + + + + + + + + Interface ICallGateProvider<T1, T2, T3, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateProvider-5.html b/docs/api/Dalamud.Plugin.ICallGateProvider-5.html new file mode 100644 index 000000000..ae5567025 --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateProvider-5.html @@ -0,0 +1,300 @@ + + + + + + + + Interface ICallGateProvider<T1, T2, T3, T4, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateProvider-6.html b/docs/api/Dalamud.Plugin.ICallGateProvider-6.html new file mode 100644 index 000000000..934b107d5 --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateProvider-6.html @@ -0,0 +1,309 @@ + + + + + + + + Interface ICallGateProvider<T1, T2, T3, T4, T5, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateProvider-7.html b/docs/api/Dalamud.Plugin.ICallGateProvider-7.html new file mode 100644 index 000000000..6eeba8734 --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateProvider-7.html @@ -0,0 +1,318 @@ + + + + + + + + Interface ICallGateProvider<T1, T2, T3, T4, T5, T6, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateProvider-8.html b/docs/api/Dalamud.Plugin.ICallGateProvider-8.html new file mode 100644 index 000000000..a4d56af52 --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateProvider-8.html @@ -0,0 +1,327 @@ + + + + + + + + Interface ICallGateProvider<T1, T2, T3, T4, T5, T6, T7, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateProvider-9.html b/docs/api/Dalamud.Plugin.ICallGateProvider-9.html new file mode 100644 index 000000000..cb0b79e78 --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateProvider-9.html @@ -0,0 +1,336 @@ + + + + + + + + Interface ICallGateProvider<T1, T2, T3, T4, T5, T6, T7, T8, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateSubscriber-1.html b/docs/api/Dalamud.Plugin.ICallGateSubscriber-1.html new file mode 100644 index 000000000..0760eec59 --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateSubscriber-1.html @@ -0,0 +1,252 @@ + + + + + + + + Interface ICallGateSubscriber<TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateSubscriber-2.html b/docs/api/Dalamud.Plugin.ICallGateSubscriber-2.html new file mode 100644 index 000000000..aeff27fdc --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateSubscriber-2.html @@ -0,0 +1,290 @@ + + + + + + + + Interface ICallGateSubscriber<T1, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateSubscriber-3.html b/docs/api/Dalamud.Plugin.ICallGateSubscriber-3.html new file mode 100644 index 000000000..a13dbcc3a --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateSubscriber-3.html @@ -0,0 +1,304 @@ + + + + + + + + Interface ICallGateSubscriber<T1, T2, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateSubscriber-4.html b/docs/api/Dalamud.Plugin.ICallGateSubscriber-4.html new file mode 100644 index 000000000..d8977ab64 --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateSubscriber-4.html @@ -0,0 +1,318 @@ + + + + + + + + Interface ICallGateSubscriber<T1, T2, T3, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateSubscriber-5.html b/docs/api/Dalamud.Plugin.ICallGateSubscriber-5.html new file mode 100644 index 000000000..915159bb6 --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateSubscriber-5.html @@ -0,0 +1,332 @@ + + + + + + + + Interface ICallGateSubscriber<T1, T2, T3, T4, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateSubscriber-6.html b/docs/api/Dalamud.Plugin.ICallGateSubscriber-6.html new file mode 100644 index 000000000..395f6cb33 --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateSubscriber-6.html @@ -0,0 +1,346 @@ + + + + + + + + Interface ICallGateSubscriber<T1, T2, T3, T4, T5, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateSubscriber-7.html b/docs/api/Dalamud.Plugin.ICallGateSubscriber-7.html new file mode 100644 index 000000000..7d8a595c1 --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateSubscriber-7.html @@ -0,0 +1,360 @@ + + + + + + + + Interface ICallGateSubscriber<T1, T2, T3, T4, T5, T6, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateSubscriber-8.html b/docs/api/Dalamud.Plugin.ICallGateSubscriber-8.html new file mode 100644 index 000000000..18bf92bd3 --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateSubscriber-8.html @@ -0,0 +1,374 @@ + + + + + + + + Interface ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.ICallGateSubscriber-9.html b/docs/api/Dalamud.Plugin.ICallGateSubscriber-9.html new file mode 100644 index 000000000..5d0aa3bdb --- /dev/null +++ b/docs/api/Dalamud.Plugin.ICallGateSubscriber-9.html @@ -0,0 +1,388 @@ + + + + + + + + Interface ICallGateSubscriber<T1, T2, T3, T4, T5, T6, T7, T8, TRet> + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.IpcNotReadyError.html b/docs/api/Dalamud.Plugin.IpcNotReadyError.html new file mode 100644 index 000000000..a953d54fe --- /dev/null +++ b/docs/api/Dalamud.Plugin.IpcNotReadyError.html @@ -0,0 +1,296 @@ + + + + + + + + Class IpcNotReadyError + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Plugin.IpcTypeMismatchError.html b/docs/api/Dalamud.Plugin.IpcTypeMismatchError.html new file mode 100644 index 000000000..f1da33725 --- /dev/null +++ b/docs/api/Dalamud.Plugin.IpcTypeMismatchError.html @@ -0,0 +1,370 @@ + + + + + + + + Class IpcTypeMismatchError + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Dalamud.Utility.SeStringExtensions.html b/docs/api/Dalamud.Utility.SeStringExtensions.html new file mode 100644 index 000000000..a007bc3ed --- /dev/null +++ b/docs/api/Dalamud.Utility.SeStringExtensions.html @@ -0,0 +1,209 @@ + + + + + + + + Class SeStringExtensions + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RelicNote.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RelicNote.html new file mode 100644 index 000000000..5614d717b --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RelicNote.html @@ -0,0 +1,486 @@ + + + + + + + + Struct RelicNote + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.TeleportInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.TeleportInfo.html new file mode 100644 index 000000000..6b71183f8 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.TeleportInfo.html @@ -0,0 +1,414 @@ + + + + + + + + Struct TeleportInfo + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.ICreatable.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.ICreatable.html new file mode 100644 index 000000000..5d935b9f0 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.ICreatable.html @@ -0,0 +1,143 @@ + + + + + + + + Interface ICreatable + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonEnemyList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonEnemyList.html new file mode 100644 index 000000000..285a09a28 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonEnemyList.html @@ -0,0 +1,323 @@ + + + + + + + + Struct AddonEnemyList + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html new file mode 100644 index 000000000..11a10c87b --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html @@ -0,0 +1,285 @@ + + + + + + + + Struct AddonPartyList.TrustMembers + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html new file mode 100644 index 000000000..75a112787 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html @@ -0,0 +1,550 @@ + + + + + + + + Enum AgentId + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureTextModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureTextModule.html new file mode 100644 index 000000000..40dbc2a61 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureTextModule.html @@ -0,0 +1,318 @@ + + + + + + + + Struct RaptureTextModule + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ScreenLog.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ScreenLog.html new file mode 100644 index 000000000..8b0045131 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ScreenLog.html @@ -0,0 +1,202 @@ + + + + + + + + Struct ScreenLog + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataHoldButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataHoldButton.html new file mode 100644 index 000000000..c7fd9f8b1 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataHoldButton.html @@ -0,0 +1,236 @@ + + + + + + + + Struct AtkUldComponentDataHoldButton + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + +