From 5bbefd95b5e807b7d78c8caaaca94818afb0e748 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Mon, 23 Aug 2021 08:34:29 +0200 Subject: [PATCH] docs: regenerate --- ...ud.Configuration.PluginConfigurations.html | 19 +- docs/api/Dalamud.Data.DataManager.html | 14 +- docs/api/Dalamud.Game.ChatHandlers.html | 8 +- ...amud.Game.ClientState.Buddy.BuddyList.html | 40 +- ...ud.Game.ClientState.Buddy.BuddyMember.html | 23 +- .../Dalamud.Game.ClientState.ClientState.html | 27 +- ...amud.Game.ClientState.Fates.FateTable.html | 17 +- ....Game.ClientState.Objects.ObjectTable.html | 31 +- ...tate.Objects.SubKinds.PlayerCharacter.html | 3 + ...ame.ClientState.Objects.TargetManager.html | 59 +- ...ClientState.Objects.Types.BattleChara.html | 3 + ...e.ClientState.Objects.Types.BattleNpc.html | 3 + ...e.ClientState.Objects.Types.Character.html | 33 +- ....ClientState.Objects.Types.GameObject.html | 49 +- ...amud.Game.ClientState.Party.PartyList.html | 39 +- ...ud.Game.ClientState.Party.PartyMember.html | 23 +- ...amud.Game.ClientState.Statuses.Status.html | 21 +- ....Game.ClientState.Statuses.StatusList.html | 32 +- ...amud.Game.Framework.OnDestroyDelegate.html | 2 +- ....Game.Framework.OnRealDestroyDelegate.html | 2 +- ...lamud.Game.Framework.OnUpdateDelegate.html | 2 +- docs/api/Dalamud.Game.Framework.html | 14 +- .../Dalamud.Game.Gui.FlyText.FlyTextGui.html | 2 +- docs/api/Dalamud.Game.Gui.GameGui.html | 144 +- ...gHandling.Payloads.DalamudLinkPayload.html | 17 +- ...alization.LocalizationChangedDelegate.html | 2 +- docs/api/Dalamud.Localization.html | 6 +- ...uginInterface.LanguageChangedDelegate.html | 2 +- ...Dalamud.Plugin.DalamudPluginInterface.html | 109 +- docs/api/Dalamud.SafeMemory.html | 33 +- docs/api/Dalamud.html | 2 +- ...FXIV.Client.Graphics.Kernel.CVector-1.html | 1 + ...XIV.Client.System.Memory.IMemorySpace.html | 2 + ...FXIVClientStructs.STD.PointerVector-1.html | 1 + docs/api/FFXIVClientStructs.STD.Vector-1.html | 1 + docs/api/ImGuiNET.RangeAccessor-1.html | 1 + docs/api/ImGuiNET.RangePtrAccessor-1.html | 1 + docs/api/ImGuiScene.MemUtil.html | 1 + docs/manifest.json | 1890 ++++++++--------- docs/xrefmap.yml | 105 +- 40 files changed, 1381 insertions(+), 1403 deletions(-) diff --git a/docs/api/Dalamud.Configuration.PluginConfigurations.html b/docs/api/Dalamud.Configuration.PluginConfigurations.html index 1ce994d7d..b7e32fa94 100644 --- a/docs/api/Dalamud.Configuration.PluginConfigurations.html +++ b/docs/api/Dalamud.Configuration.PluginConfigurations.html @@ -118,7 +118,7 @@ Improve this Doc - View Source + View Source

PluginConfigurations(String)

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

Delete(String)

@@ -189,7 +189,7 @@ This will throw an System.IO.IOException if the plugin Improve this Doc - View Source + View Source

GetConfigFile(String)

@@ -239,7 +239,7 @@ This will throw an System.IO.IOException if the plugin Improve this Doc - View Source + View Source

GetDirectory(String)

@@ -289,7 +289,7 @@ This will throw an System.IO.IOException if the plugin Improve this Doc - View Source + View Source

Load(String)

@@ -298,8 +298,7 @@ This will throw an System.IO.IOException if the plugin
Declaration
-
[CanBeNull]
-public IPluginConfiguration Load(string pluginName)
+
public IPluginConfiguration Load(string pluginName)
Parameters
@@ -340,7 +339,7 @@ public IPluginConfiguration Load(string pluginName)Improve this Doc - View Source + View Source

LoadForType<T>(String)

@@ -410,7 +409,7 @@ without reflection - for now this is in support of the existing plugin api.

Improve this Doc - View Source + View Source

Save(IPluginConfiguration, String)

@@ -460,7 +459,7 @@ and then Load() can probably be removed entirely.

Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Data.DataManager.html b/docs/api/Dalamud.Data.DataManager.html index e002445cb..4d6fd0ae5 100644 --- a/docs/api/Dalamud.Data.DataManager.html +++ b/docs/api/Dalamud.Data.DataManager.html @@ -280,7 +280,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

    Improve this Doc - View Source + View Source

    Dispose()

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

    Improve this Doc - View Source + View Source

    GetImGuiTexture(String)

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

    Improve this Doc - View Source + View Source

    GetImGuiTextureHqIcon(UInt32)

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

    Improve this Doc - View Source + View Source

    GetImGuiTextureIcon(ClientLanguage, UInt32)

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

    Improve this Doc - View Source + View Source

    GetImGuiTextureIcon(Boolean, UInt32)

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

    Improve this Doc - View Source + View Source

    GetImGuiTextureIcon(String, UInt32)

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

    Improve this Doc - View Source + View Source

    GetImGuiTextureIcon(UInt32)

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

    MakeItalics(TextPayload)

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

    MakeItalics(String)

    @@ -257,7 +257,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Buddy.BuddyList.html b/docs/api/Dalamud.Game.ClientState.Buddy.BuddyList.html index a72eef2e0..5e9b56156 100644 --- a/docs/api/Dalamud.Game.ClientState.Buddy.BuddyList.html +++ b/docs/api/Dalamud.Game.ClientState.Buddy.BuddyList.html @@ -125,7 +125,7 @@ It does not include the local player.

    Improve this Doc - View Source + View Source

    CompanionBuddy

    @@ -134,8 +134,7 @@ It does not include the local player.

    Declaration
    -
    [CanBeNull]
    -public BuddyMember CompanionBuddy { get; }
    +
    public BuddyMember CompanionBuddy { get; }
    Property Value
    @@ -157,7 +156,7 @@ public BuddyMember CompanionBuddy { get; }Improve this Doc - View Source + View Source

    CompanionBuddyPresent

    @@ -188,7 +187,7 @@ public BuddyMember CompanionBuddy { get; }Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -197,8 +196,7 @@ public BuddyMember CompanionBuddy { get; }
    Declaration
    -
    [CanBeNull]
    -public BuddyMember this[int index] { get; }
    +
    public BuddyMember this[int index] { get; }
    Parameters
    @@ -239,7 +237,7 @@ public BuddyMember this[int index] { get; }Improve this Doc - View Source + View Source

    Length

    @@ -270,7 +268,7 @@ public BuddyMember this[int index] { get; }Improve this Doc - View Source + View Source

    PetBuddy

    @@ -279,8 +277,7 @@ public BuddyMember this[int index] { get; }
    Declaration
    -
    [CanBeNull]
    -public BuddyMember PetBuddy { get; }
    +
    public BuddyMember PetBuddy { get; }
    Property Value
    @@ -302,7 +299,7 @@ public BuddyMember PetBuddy { get; }Improve this Doc - View Source + View Source

    PetBuddyPresent

    @@ -335,7 +332,7 @@ public BuddyMember PetBuddy { get; }Improve this Doc - View Source + View Source

    CreateBuddyMemberReference(IntPtr)

    @@ -344,8 +341,7 @@ public BuddyMember PetBuddy { get; }
    Declaration
    -
    [CanBeNull]
    -public BuddyMember CreateBuddyMemberReference(IntPtr address)
    +
    public BuddyMember CreateBuddyMemberReference(IntPtr address)
    Parameters
    @@ -386,7 +382,7 @@ public BuddyMember CreateBuddyMemberReference(IntPtr address)Improve this Doc - View Source + View Source

    GetBattleBuddyMemberAddress(Int32)

    @@ -436,7 +432,7 @@ public BuddyMember CreateBuddyMemberReference(IntPtr address)Improve this Doc - View Source + View Source

    GetCompanionBuddyMemberAddress()

    @@ -468,7 +464,7 @@ public BuddyMember CreateBuddyMemberReference(IntPtr address)Improve this Doc - View Source + View Source

    GetEnumerator()

    @@ -498,7 +494,7 @@ public BuddyMember CreateBuddyMemberReference(IntPtr address)Improve this Doc - View Source + View Source

    GetPetBuddyMemberAddress()

    @@ -532,7 +528,7 @@ public BuddyMember CreateBuddyMemberReference(IntPtr address)Improve this Doc - View Source + View Source

    IReadOnlyCollection<BuddyMember>.Count

    @@ -562,7 +558,7 @@ public BuddyMember CreateBuddyMemberReference(IntPtr address)Improve this Doc - View Source + View Source

    IEnumerable.GetEnumerator()

    @@ -608,7 +604,7 @@ public BuddyMember CreateBuddyMemberReference(IntPtr address)Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Buddy.BuddyMember.html b/docs/api/Dalamud.Game.ClientState.Buddy.BuddyMember.html index 60c726b06..f19d01f20 100644 --- a/docs/api/Dalamud.Game.ClientState.Buddy.BuddyMember.html +++ b/docs/api/Dalamud.Game.ClientState.Buddy.BuddyMember.html @@ -118,7 +118,7 @@ Improve this Doc - View Source + View Source

    Address

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

    CurrentHP

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

    DataID

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

    GameObject

    @@ -220,8 +220,7 @@
    Declaration
    -
    [CanBeNull]
    -public GameObject GameObject { get; }
    +
    public GameObject GameObject { get; }
    Property Value
    @@ -246,7 +245,7 @@ public GameObject GameObject { get; }Improve this Doc - View Source + View Source

    MaxHP

    @@ -277,7 +276,7 @@ public GameObject GameObject { get; }Improve this Doc - View Source + View Source

    MountData

    @@ -308,7 +307,7 @@ public GameObject GameObject { get; }Improve this Doc - View Source + View Source

    ObjectId

    @@ -339,7 +338,7 @@ public GameObject GameObject { get; }Improve this Doc - View Source + View Source

    PetData

    @@ -370,7 +369,7 @@ public GameObject GameObject { get; }Improve this Doc - View Source + View Source

    TrustData

    @@ -407,7 +406,7 @@ public GameObject GameObject { get; }Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.ClientState.html b/docs/api/Dalamud.Game.ClientState.ClientState.html index 5afb4e176..db61ea1cb 100644 --- a/docs/api/Dalamud.Game.ClientState.ClientState.html +++ b/docs/api/Dalamud.Game.ClientState.ClientState.html @@ -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

    @@ -224,8 +224,7 @@
    Declaration
    -
    [CanBeNull]
    -public PlayerCharacter LocalPlayer { get; }
    +
    public PlayerCharacter LocalPlayer { get; }
    Property Value
    @@ -247,7 +246,7 @@ public PlayerCharacter LocalPlayer { get; }Improve this Doc - View Source + View Source

    TerritoryType

    @@ -280,7 +279,7 @@ public PlayerCharacter LocalPlayer { get; }Improve this Doc - View Source + View Source

    Dispose()

    @@ -296,7 +295,7 @@ public PlayerCharacter LocalPlayer { get; }Improve this Doc - View Source + View Source

    Enable()

    @@ -314,7 +313,7 @@ public PlayerCharacter LocalPlayer { get; }Improve this Doc - View Source + View Source

    CfPop

    Event that gets fired when a duty is ready.

    @@ -344,7 +343,7 @@ public PlayerCharacter LocalPlayer { get; } Improve this Doc - View Source + View Source

    Login

    Event that fires when a character is logging in.

    @@ -374,7 +373,7 @@ public PlayerCharacter LocalPlayer { get; } Improve this Doc - View Source + View Source

    Logout

    Event that fires when a character is logging out.

    @@ -404,7 +403,7 @@ public PlayerCharacter LocalPlayer { get; } Improve this Doc - View Source + View Source

    TerritoryChanged

    Event that gets fired when the current Territory changes.

    @@ -444,7 +443,7 @@ public PlayerCharacter LocalPlayer { get; } Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Fates.FateTable.html b/docs/api/Dalamud.Game.ClientState.Fates.FateTable.html index b5a2b966a..118bbf8bd 100644 --- a/docs/api/Dalamud.Game.ClientState.Fates.FateTable.html +++ b/docs/api/Dalamud.Game.ClientState.Fates.FateTable.html @@ -124,7 +124,7 @@ Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -133,8 +133,7 @@
    Declaration
    -
    [CanBeNull]
    -public Fate this[int index] { get; }
    +
    public Fate this[int index] { get; }
    Parameters
    @@ -175,7 +174,7 @@ public Fate this[int index] { get; }Improve this Doc - View Source + View Source

    Length

    @@ -208,7 +207,7 @@ public Fate this[int index] { get; }Improve this Doc - View Source + View Source

    GetEnumerator()

    @@ -238,7 +237,7 @@ public Fate this[int index] { get; }Improve this Doc - View Source + View Source

    GetFateAddress(Int32)

    @@ -290,7 +289,7 @@ public Fate this[int index] { get; }Improve this Doc - View Source + View Source

    IReadOnlyCollection<Fate>.Count

    @@ -320,7 +319,7 @@ public Fate this[int index] { get; }Improve this Doc - View Source + View Source

    IEnumerable.GetEnumerator()

    @@ -366,7 +365,7 @@ public Fate this[int index] { get; }Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html b/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html index 26b75668f..53061d2ae 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html @@ -164,8 +164,7 @@
    Declaration
    -
    [CanBeNull]
    -public GameObject this[int index] { get; }
    +
    public GameObject this[int index] { get; }
    Parameters
    @@ -239,7 +238,7 @@ public GameObject this[int index] { get; }Improve this Doc - View Source + View Source

    CreateObjectReference(IntPtr)

    @@ -248,8 +247,7 @@ public GameObject this[int index] { get; }
    Declaration
    -
    [CanBeNull]
    -public GameObject CreateObjectReference(IntPtr address)
    +
    public GameObject CreateObjectReference(IntPtr address)
    Parameters
    @@ -290,7 +288,7 @@ public GameObject CreateObjectReference(IntPtr address)Improve this Doc - View Source + View Source

    GetEnumerator()

    @@ -320,7 +318,7 @@ public GameObject CreateObjectReference(IntPtr address)Improve this Doc - View Source + View Source

    GetObjectAddress(Int32)

    @@ -367,20 +365,19 @@ public GameObject CreateObjectReference(IntPtr address)
    | - Improve this Doc + Improve this Doc - View Source + View Source - -

    SearchByID(UInt32)

    + +

    SearchById(UInt32)

    Search for a game object by their Object ID.

    Declaration
    -
    [CanBeNull]
    -public GameObject SearchByID(uint objectID)
    +
    public GameObject SearchById(uint objectId)
    Parameters
    @@ -394,7 +391,7 @@ public GameObject SearchByID(uint objectID) - + @@ -423,7 +420,7 @@ public GameObject SearchByID(uint objectID)Improve this Doc - View Source + View Source

    IReadOnlyCollection<GameObject>.Count

    @@ -453,7 +450,7 @@ public GameObject SearchByID(uint objectID)Improve this Doc - View Source + View Source

    IEnumerable.GetEnumerator()

    @@ -499,7 +496,7 @@ public GameObject SearchByID(uint objectID)Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html index 910299243..d00a70ccb 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html @@ -150,6 +150,9 @@
    Character.CompanyTag
    +
    + Character.NameId +
    Character.StatusFlags
    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.TargetManager.html b/docs/api/Dalamud.Game.ClientState.Objects.TargetManager.html index 46957f2d5..4ddf6d0d7 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.TargetManager.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.TargetManager.html @@ -118,7 +118,7 @@ Improve this Doc - View Source + View Source

    Address

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

    FocusTarget

    @@ -158,8 +158,7 @@
    Declaration
    -
    [CanBeNull]
    -public GameObject FocusTarget { get; set; }
    +
    public GameObject FocusTarget { get; set; }
    Property Value
    System.UInt32objectIDobjectId

    Object ID to find.

    @@ -181,7 +180,7 @@ public GameObject FocusTarget { get; set; }Improve this Doc - View Source + View Source

    MouseOverTarget

    @@ -190,8 +189,7 @@ public GameObject FocusTarget { get; set; }
    Declaration
    -
    [CanBeNull]
    -public GameObject MouseOverTarget { get; set; }
    +
    public GameObject MouseOverTarget { get; set; }
    Property Value
    @@ -213,7 +211,7 @@ public GameObject MouseOverTarget { get; set; }Improve this Doc - View Source + View Source

    PreviousTarget

    @@ -222,8 +220,7 @@ public GameObject MouseOverTarget { get; set; }
    Declaration
    -
    [CanBeNull]
    -public GameObject PreviousTarget { get; set; }
    +
    public GameObject PreviousTarget { get; set; }
    Property Value
    @@ -245,7 +242,7 @@ public GameObject PreviousTarget { get; set; }Improve this Doc - View Source + View Source

    SoftTarget

    @@ -254,8 +251,7 @@ public GameObject PreviousTarget { get; set; }
    Declaration
    -
    [CanBeNull]
    -public GameObject SoftTarget { get; set; }
    +
    public GameObject SoftTarget { get; set; }
    Property Value
    @@ -277,7 +273,7 @@ public GameObject SoftTarget { get; set; }Improve this Doc - View Source + View Source

    Target

    @@ -286,8 +282,7 @@ public GameObject SoftTarget { get; set; }
    Declaration
    -
    [CanBeNull]
    -public GameObject Target { get; set; }
    +
    public GameObject Target { get; set; }
    Property Value
    @@ -311,7 +306,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    ClearFocusTarget()

    @@ -327,7 +322,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    ClearMouseOverTarget()

    @@ -343,7 +338,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    ClearPreviousTarget()

    @@ -359,7 +354,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    ClearSoftTarget()

    @@ -375,7 +370,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    ClearTarget()

    @@ -391,7 +386,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    SetFocusTarget(GameObject)

    @@ -425,7 +420,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    SetFocusTarget(IntPtr)

    @@ -459,7 +454,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    SetMouseOverTarget(GameObject)

    @@ -493,7 +488,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    SetMouseOverTarget(IntPtr)

    @@ -527,7 +522,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    SetPreviousTarget(GameObject)

    @@ -561,7 +556,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    SetPreviousTarget(IntPtr)

    @@ -595,7 +590,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    SetSoftTarget(GameObject)

    @@ -629,7 +624,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    SetSoftTarget(IntPtr)

    @@ -663,7 +658,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    SetTarget(GameObject)

    @@ -697,7 +692,7 @@ public GameObject Target { get; set; }Improve this Doc - View Source + View Source

    SetTarget(IntPtr)

    @@ -737,7 +732,7 @@ public GameObject Target { get; set; }Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html index 453301c5e..3641a73cf 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html @@ -130,6 +130,9 @@
    Character.TargetObjectId
    +
    + Character.NameId +
    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 7683c3123..bcd16a3ad 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html @@ -153,6 +153,9 @@
    Character.TargetObjectId
    +
    + Character.NameId +
    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 886f3aa5d..99dc4ce5d 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html @@ -543,11 +543,42 @@ Indexed by | - Improve this Doc + Improve this Doc View Source + +

    NameId

    +

    Gets the name ID of the character.

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

    StatusFlags

    Gets the status flags.

    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html index 26066940f..973fb2507 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html @@ -118,7 +118,7 @@ Improve this Doc - View Source + View Source

    Address

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

    DataId

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

    HitboxRadius

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

    Name

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

    ObjectId

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

    ObjectKind

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

    OwnerId

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

    Position

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

    Rotation

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

    Improve this Doc - View Source + View Source

    SubKind

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

    Improve this Doc - View Source + View Source

    TargetObject

    @@ -439,8 +439,7 @@ This ranges from -pi to pi radians.

    Declaration
    -
    [CanBeNull]
    -public virtual GameObject TargetObject { get; }
    +
    public virtual GameObject TargetObject { get; }
    Property Value
    @@ -465,7 +464,7 @@ public virtual GameObject TargetObject { get; }Improve this Doc - View Source + View Source

    TargetObjectId

    @@ -496,7 +495,7 @@ public virtual GameObject TargetObject { get; }Improve this Doc - View Source + View Source

    YalmDistanceX

    @@ -527,7 +526,7 @@ public virtual GameObject TargetObject { get; }Improve this Doc - View Source + View Source

    YalmDistanceZ

    @@ -560,7 +559,7 @@ public virtual GameObject TargetObject { get; }Improve this Doc - View Source + View Source

    Equals(Object)

    @@ -609,7 +608,7 @@ public virtual GameObject TargetObject { get; }Improve this Doc - View Source + View Source

    GetHashCode()

    @@ -641,7 +640,7 @@ public virtual GameObject TargetObject { get; }Improve this Doc - View Source + View Source

    IsValid()

    @@ -673,7 +672,7 @@ public virtual GameObject TargetObject { get; }Improve this Doc - View Source + View Source

    IsValid(GameObject)

    @@ -725,7 +724,7 @@ public virtual GameObject TargetObject { get; }Improve this Doc - View Source + View Source

    Equality(GameObject, GameObject)

    @@ -777,7 +776,7 @@ public virtual GameObject TargetObject { get; }Improve this Doc - View Source + View Source

    Implicit(GameObject to Boolean)

    @@ -827,7 +826,7 @@ public virtual GameObject TargetObject { get; }Improve this Doc - View Source + View Source

    Inequality(GameObject, GameObject)

    @@ -881,7 +880,7 @@ public virtual GameObject TargetObject { get; }Improve this Doc - View Source + View Source

    IEquatable<GameObject>.Equals(GameObject)

    @@ -938,7 +937,7 @@ public virtual GameObject TargetObject { get; }Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Party.PartyList.html b/docs/api/Dalamud.Game.ClientState.Party.PartyList.html index 5fe607b22..50bf2c49d 100644 --- a/docs/api/Dalamud.Game.ClientState.Party.PartyList.html +++ b/docs/api/Dalamud.Game.ClientState.Party.PartyList.html @@ -124,7 +124,7 @@ Improve this Doc - View Source + View Source

    AllianceListAddress

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

    GroupListAddress

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

    GroupManagerAddress

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

    IsAlliance

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

    Item[Int32]

    @@ -257,8 +257,7 @@
    Declaration
    -
    [CanBeNull]
    -public PartyMember this[int index] { get; }
    +
    public PartyMember this[int index] { get; }
    Parameters
    @@ -299,7 +298,7 @@ public PartyMember this[int index] { get; }Improve this Doc - View Source + View Source

    Length

    @@ -330,7 +329,7 @@ public PartyMember this[int index] { get; }Improve this Doc - View Source + View Source

    PartyLeaderIndex

    @@ -363,7 +362,7 @@ public PartyMember this[int index] { get; }Improve this Doc - View Source + View Source

    CreateAllianceMemberReference(IntPtr)

    @@ -372,8 +371,7 @@ public PartyMember this[int index] { get; }
    Declaration
    -
    [CanBeNull]
    -public PartyMember CreateAllianceMemberReference(IntPtr address)
    +
    public PartyMember CreateAllianceMemberReference(IntPtr address)
    Parameters
    @@ -414,7 +412,7 @@ public PartyMember CreateAllianceMemberReference(IntPtr address)Improve this Doc - View Source + View Source

    CreatePartyMemberReference(IntPtr)

    @@ -423,8 +421,7 @@ public PartyMember CreateAllianceMemberReference(IntPtr address)
    Declaration
    -
    [CanBeNull]
    -public PartyMember CreatePartyMemberReference(IntPtr address)
    +
    public PartyMember CreatePartyMemberReference(IntPtr address)
    Parameters
    @@ -465,7 +462,7 @@ public PartyMember CreatePartyMemberReference(IntPtr address)Improve this Doc - View Source + View Source

    GetAllianceMemberAddress(Int32)

    @@ -515,7 +512,7 @@ public PartyMember CreatePartyMemberReference(IntPtr address)Improve this Doc - View Source + View Source

    GetEnumerator()

    @@ -545,7 +542,7 @@ public PartyMember CreatePartyMemberReference(IntPtr address)Improve this Doc - View Source + View Source

    GetPartyMemberAddress(Int32)

    @@ -597,7 +594,7 @@ public PartyMember CreatePartyMemberReference(IntPtr address)Improve this Doc - View Source + View Source

    IReadOnlyCollection<PartyMember>.Count

    @@ -627,7 +624,7 @@ public PartyMember CreatePartyMemberReference(IntPtr address)Improve this Doc - View Source + View Source

    IEnumerable.GetEnumerator()

    @@ -673,7 +670,7 @@ public PartyMember CreatePartyMemberReference(IntPtr address)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 35cfbd8db..279b8652f 100644 --- a/docs/api/Dalamud.Game.ClientState.Party.PartyMember.html +++ b/docs/api/Dalamud.Game.ClientState.Party.PartyMember.html @@ -149,7 +149,7 @@ Improve this Doc - View Source + View Source

    ClassJob

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

    CurrentHP

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

    CurrentMP

    @@ -282,8 +282,7 @@
    Declaration
    -
    [CanBeNull]
    -public GameObject GameObject { get; }
    +
    public GameObject GameObject { get; }
    Property Value
    @@ -308,7 +307,7 @@ public GameObject GameObject { get; }Improve this Doc - View Source + View Source

    Level

    @@ -339,7 +338,7 @@ public GameObject GameObject { get; }Improve this Doc - View Source + View Source

    MaxHP

    @@ -370,7 +369,7 @@ public GameObject GameObject { get; }Improve this Doc - View Source + View Source

    MaxMP

    @@ -401,7 +400,7 @@ public GameObject GameObject { get; }Improve this Doc - View Source + View Source

    Name

    @@ -494,7 +493,7 @@ public GameObject GameObject { get; }Improve this Doc - View Source + View Source

    Sex

    @@ -556,7 +555,7 @@ public GameObject GameObject { get; }Improve this Doc - View Source + View Source

    Territory

    @@ -587,7 +586,7 @@ public GameObject GameObject { get; }Improve this Doc - View Source + View Source

    World

    diff --git a/docs/api/Dalamud.Game.ClientState.Statuses.Status.html b/docs/api/Dalamud.Game.ClientState.Statuses.Status.html index b580b313b..e990eafd7 100644 --- a/docs/api/Dalamud.Game.ClientState.Statuses.Status.html +++ b/docs/api/Dalamud.Game.ClientState.Statuses.Status.html @@ -118,7 +118,7 @@ Improve this Doc - View Source + View Source

    Address

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

    GameData

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

    Param

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

    RemainingTime

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

    SourceID

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

    SourceObject

    @@ -282,8 +282,7 @@
    Declaration
    -
    [CanBeNull]
    -public GameObject SourceObject { get; }
    +
    public GameObject SourceObject { get; }
    Property Value
    @@ -308,7 +307,7 @@ public GameObject SourceObject { get; }Improve this Doc - View Source + View Source

    StackCount

    @@ -339,7 +338,7 @@ public GameObject SourceObject { get; }Improve this Doc - View Source + View Source

    StatusID

    @@ -376,7 +375,7 @@ public GameObject SourceObject { get; }Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Statuses.StatusList.html b/docs/api/Dalamud.Game.ClientState.Statuses.StatusList.html index 558a941a9..e8e597b8c 100644 --- a/docs/api/Dalamud.Game.ClientState.Statuses.StatusList.html +++ b/docs/api/Dalamud.Game.ClientState.Statuses.StatusList.html @@ -125,7 +125,7 @@ Improve this Doc - View Source + View Source

    Address

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

    Item[Int32]

    @@ -165,8 +165,7 @@
    Declaration
    -
    [CanBeNull]
    -public Status this[int index] { get; }
    +
    public Status this[int index] { get; }
    Parameters
    @@ -207,7 +206,7 @@ public Status this[int index] { get; }Improve this Doc - View Source + View Source

    Length

    @@ -240,7 +239,7 @@ public Status this[int index] { get; }Improve this Doc - View Source + View Source

    CreateStatusReference(IntPtr)

    @@ -249,8 +248,7 @@ public Status this[int index] { get; }
    Declaration
    -
    [CanBeNull]
    -public Status CreateStatusReference(IntPtr address)
    +
    public Status CreateStatusReference(IntPtr address)
    Parameters
    @@ -291,7 +289,7 @@ public Status CreateStatusReference(IntPtr address)Improve this Doc - View Source + View Source

    GetEnumerator()

    @@ -321,7 +319,7 @@ public Status CreateStatusReference(IntPtr address)Improve this Doc - View Source + View Source

    GetStatusAddress(Int32)

    @@ -373,7 +371,7 @@ public Status CreateStatusReference(IntPtr address)Improve this Doc - View Source + View Source

    IReadOnlyCollection<Status>.Count

    @@ -403,7 +401,7 @@ public Status CreateStatusReference(IntPtr address)Improve this Doc - View Source + View Source

    ICollection.CopyTo(Array, Int32)

    @@ -440,7 +438,7 @@ public Status CreateStatusReference(IntPtr address)Improve this Doc - View Source + View Source

    ICollection.Count

    @@ -470,7 +468,7 @@ public Status CreateStatusReference(IntPtr address)Improve this Doc - View Source + View Source

    ICollection.IsSynchronized

    @@ -500,7 +498,7 @@ public Status CreateStatusReference(IntPtr address)Improve this Doc - View Source + View Source

    ICollection.SyncRoot

    @@ -530,7 +528,7 @@ public Status CreateStatusReference(IntPtr address)Improve this Doc - View Source + View Source

    IEnumerable.GetEnumerator()

    @@ -579,7 +577,7 @@ public Status CreateStatusReference(IntPtr address)Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Framework.OnDestroyDelegate.html b/docs/api/Dalamud.Game.Framework.OnDestroyDelegate.html index c9d68c423..556707ddf 100644 --- a/docs/api/Dalamud.Game.Framework.OnDestroyDelegate.html +++ b/docs/api/Dalamud.Game.Framework.OnDestroyDelegate.html @@ -109,7 +109,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Framework.OnRealDestroyDelegate.html b/docs/api/Dalamud.Game.Framework.OnRealDestroyDelegate.html index bc1d84825..24e5a38b1 100644 --- a/docs/api/Dalamud.Game.Framework.OnRealDestroyDelegate.html +++ b/docs/api/Dalamud.Game.Framework.OnRealDestroyDelegate.html @@ -127,7 +127,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html b/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html index 9784d4a68..d22e8b262 100644 --- a/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html +++ b/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html @@ -111,7 +111,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Framework.html b/docs/api/Dalamud.Game.Framework.html index 220d2f21b..a6f125746 100644 --- a/docs/api/Dalamud.Game.Framework.html +++ b/docs/api/Dalamud.Game.Framework.html @@ -122,7 +122,7 @@ Improve this Doc - View Source + View Source

    Address

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

    StatsEnabled

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

    StatsHistory

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

    Dispose()

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

    Enable()

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

    OnUpdateEvent

    Event that gets fired every time the game framework updates.

    @@ -291,7 +291,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.html b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.html index 54472c685..372b49e35 100644 --- a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.html +++ b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.html @@ -122,7 +122,7 @@ Improve this Doc - View Source + View Source

    AddFlyText(FlyTextKind, UInt32, UInt32, UInt32, SeString, SeString, UInt32, UInt32)

    diff --git a/docs/api/Dalamud.Game.Gui.GameGui.html b/docs/api/Dalamud.Game.Gui.GameGui.html index dce23bab6..e9d9aa12b 100644 --- a/docs/api/Dalamud.Game.Gui.GameGui.html +++ b/docs/api/Dalamud.Game.Gui.GameGui.html @@ -280,7 +280,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    Dispose()

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

    Improve this Doc - View Source + View Source

    Enable()

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

    Improve this Doc - View Source + View Source

    FindAgentInterface(IntPtr)

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

    Improve this Doc - View Source + View Source

    FindAgentInterface(String)

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

    Improve this Doc - View Source + View Source

    FindAgentInterface(Void*)

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

    Improve this Doc - View Source + View Source

    GetAddonByName(String, Int32)

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

    Improve this Doc - View Source + View Source

    GetUIModule()

    @@ -591,68 +591,6 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    - - -
    System.Boolean

    True if there were no errors and it could open the map.

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

    ScreenToWorld(Vector2, out Vector3, Single)

    -

    Converts screen coordinates to in-world coordinates via raycasting.

    -
    -
    -
    Declaration
    -
    -
    public bool ScreenToWorld(Vector2 screenPos, out Vector3 worldPos, float rayDistance = 100000F)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    SharpDX.Vector2screenPos

    Screen coordinates.

    -
    SharpDX.Vector3worldPos

    Converted coordinates.

    -
    System.SinglerayDistance

    How far to search for a collision.

    -
    -
    Returns
    - - - - - - - - - - - @@ -662,7 +600,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)

    @@ -719,15 +657,12 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    TypeDescription
    System.Boolean

    True if successful. On false, worldPos's contents are undefined.

    -
    Remarks
    -

    This overload requires a conversion to SharpDX vectors, however the penalty should be negligible.

    -
    | Improve this Doc - View Source + View Source

    SetBgm(UInt16)

    @@ -752,62 +687,6 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    System.UInt16 bgmKey

    The background music key.

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

    WorldToScreen(Vector3, out Vector2)

    -

    Converts in-world coordinates to screen coordinates (upper left corner origin).

    -
    -
    -
    Declaration
    -
    -
    public bool WorldToScreen(Vector3 worldPos, out Vector2 screenPos)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - - - - - - -
    TypeNameDescription
    SharpDX.Vector3worldPos

    Coordinates in the world.

    -
    SharpDX.Vector2screenPos

    Converted coordinates.

    -
    -
    Returns
    - - - - - - - - - - - @@ -817,7 +696,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)

    @@ -868,9 +747,6 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    TypeDescription
    System.Boolean

    True if worldPos corresponds to a position in front of the camera.

    -
    Remarks
    -

    This overload requires a conversion to SharpDX vectors, however the penalty should be negligible.

    -

    Events

    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html index 5a8bfeef3..a086b921f 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html @@ -146,7 +146,7 @@ Improve this Doc - View Source + View Source

    CommandId

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

    Plugin

    @@ -186,8 +186,7 @@
    Declaration
    -
    [NotNull]
    -public string Plugin { get; }
    +
    public string Plugin { get; }
    Property Value
    @@ -209,7 +208,7 @@ public string Plugin { get; }Improve this Doc - View Source + View Source

    Type

    @@ -244,7 +243,7 @@ public string Plugin { get; }Improve this Doc - View Source + View Source

    DecodeImpl(BinaryReader, Int64)

    @@ -286,7 +285,7 @@ public string Plugin { get; }Improve this Doc - View Source + View Source

    EncodeImpl()

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

    Improve this Doc - View Source + View Source

    ToString()

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

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Localization.LocalizationChangedDelegate.html b/docs/api/Dalamud.Localization.LocalizationChangedDelegate.html index 745e65785..672a0248e 100644 --- a/docs/api/Dalamud.Localization.LocalizationChangedDelegate.html +++ b/docs/api/Dalamud.Localization.LocalizationChangedDelegate.html @@ -73,7 +73,7 @@

    Delegate Localization.LocalizationChangedDelegate

    -

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

    +

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

    Namespace: Dalamud
    diff --git a/docs/api/Dalamud.Localization.html b/docs/api/Dalamud.Localization.html index 748d32d51..69e3157eb 100644 --- a/docs/api/Dalamud.Localization.html +++ b/docs/api/Dalamud.Localization.html @@ -337,18 +337,18 @@ The fallback is also required to create the string files to be localized.

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

    OnLocalizationChanged

    +

    LocalizationChanged

    Event that occurs when the language is changed.

    Declaration
    -
    public event Localization.LocalizationChangedDelegate OnLocalizationChanged
    +
    public event Localization.LocalizationChangedDelegate LocalizationChanged
    Event Type
    diff --git a/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html b/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html index 91c3bca31..c9243eefb 100644 --- a/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html +++ b/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html @@ -111,7 +111,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Plugin.DalamudPluginInterface.html b/docs/api/Dalamud.Plugin.DalamudPluginInterface.html index da306fd2f..15ae01edf 100644 --- a/docs/api/Dalamud.Plugin.DalamudPluginInterface.html +++ b/docs/api/Dalamud.Plugin.DalamudPluginInterface.html @@ -122,7 +122,7 @@ Improve this Doc - View Source + View Source

    ConfigDirectory

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

    ConfigFile

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

    DalamudAssetDirectory

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

    GeneralChatType

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

    IsDebugging

    @@ -272,12 +272,74 @@
    + + | + Improve this Doc + + + View Source + + +

    PluginInternalNames

    +

    Gets a list of installed plugin internal names.

    +
    +
    +
    Declaration
    +
    +
    public List<string> PluginInternalNames { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Collections.Generic.List<System.String>
    + + | + Improve this Doc + + + View Source + + +

    PluginNames

    +

    Gets a list of installed plugin names.

    +
    +
    +
    Declaration
    +
    +
    public List<string> PluginNames { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Collections.Generic.List<System.String>
    | Improve this Doc - View Source + View Source

    Reason

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

    Sanitizer

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

    UiBuilder

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

    UiLanguage

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

    AddChatLinkHandler(UInt32, Action<UInt32, SeString>)

    @@ -459,11 +521,12 @@ Improve this Doc - View Source + View Source

    Dispose()

    -

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

    +

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

    Declaration
    @@ -475,7 +538,7 @@ Improve this Doc - View Source + View Source

    GetPluginConfig()

    @@ -507,7 +570,7 @@ Improve this Doc - View Source + View Source

    GetPluginConfigDirectory()

    @@ -539,7 +602,7 @@ Improve this Doc - View Source + View Source

    GetPluginLocDirectory()

    @@ -571,7 +634,7 @@ Improve this Doc - View Source + View Source

    RemoveChatLinkHandler()

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

    RemoveChatLinkHandler(UInt32)

    @@ -621,7 +684,7 @@ Improve this Doc - View Source + View Source

    SavePluginConfig(IPluginConfiguration)

    @@ -654,18 +717,18 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

    OnLanguageChanged

    +

    LanguageChanged

    Event that gets fired when loc is changed

    Declaration
    -
    public event DalamudPluginInterface.LanguageChangedDelegate OnLanguageChanged
    +
    public event DalamudPluginInterface.LanguageChangedDelegate LanguageChanged
    Event Type
    @@ -697,7 +760,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.SafeMemory.html b/docs/api/Dalamud.SafeMemory.html index 74f7f5e55..14277cde5 100644 --- a/docs/api/Dalamud.SafeMemory.html +++ b/docs/api/Dalamud.SafeMemory.html @@ -122,7 +122,7 @@ Please consider using those instead in performance-critical code.

    Improve this Doc - View Source + View Source

    Read<T>(IntPtr, out T)

    @@ -195,7 +195,7 @@ Please consider using those instead in performance-critical code.

    Improve this Doc - View Source + View Source

    Read<T>(IntPtr, Int32)

    @@ -204,8 +204,7 @@ Please consider using those instead in performance-critical code.

    Declaration
    -
    [CanBeNull]
    -public static T[] Read<T>(IntPtr address, int count)
    +    
    public static T[] Read<T>(IntPtr address, int count)
         where T : struct
    Parameters
    @@ -269,7 +268,7 @@ public static T[] Read<T>(IntPtr address, int count) Improve this Doc - View Source + View Source

    ReadBytes(IntPtr, Int32, out Byte[])

    @@ -331,7 +330,7 @@ public static T[] Read<T>(IntPtr address, int count) Improve this Doc - View Source + View Source

    ReadString(IntPtr, Int32)

    @@ -340,8 +339,7 @@ public static T[] Read<T>(IntPtr address, int count)
    Declaration
    -
    [CanBeNull]
    -public static string ReadString(IntPtr address, int maxLength = 256)
    +
    public static string ReadString(IntPtr address, int maxLength = 256)
    Parameters
    @@ -393,7 +391,7 @@ since Encoding.UTF8 destroys the FFXIV payload structure.

    Improve this Doc - View Source + View Source

    ReadString(IntPtr, Encoding, Int32)

    @@ -402,8 +400,7 @@ since Encoding.UTF8 destroys the FFXIV payload structure.

    Declaration
    -
    [CanBeNull]
    -public static string ReadString(IntPtr address, Encoding encoding, int maxLength = 256)
    +
    public static string ReadString(IntPtr address, Encoding encoding, int maxLength = 256)
    Parameters
    @@ -461,7 +458,7 @@ since Encoding may destroy the FFXIV payload structure.

    Improve this Doc - View Source + View Source

    SizeOf<T>()

    @@ -510,7 +507,7 @@ since Encoding may destroy the FFXIV payload structure.

    Improve this Doc - View Source + View Source

    Write<T>(IntPtr, T)

    @@ -583,7 +580,7 @@ since Encoding may destroy the FFXIV payload structure.

    Improve this Doc - View Source + View Source

    Write<T>(IntPtr, T[])

    @@ -656,7 +653,7 @@ since Encoding may destroy the FFXIV payload structure.

    Improve this Doc - View Source + View Source

    WriteBytes(IntPtr, Byte[])

    @@ -712,7 +709,7 @@ since Encoding may destroy the FFXIV payload structure.

    Improve this Doc - View Source + View Source

    WriteString(IntPtr, String)

    @@ -773,7 +770,7 @@ since Encoding may destroy the FFXIV payload structure.

    Improve this Doc - View Source + View Source

    WriteString(IntPtr, String, Encoding)

    @@ -846,7 +843,7 @@ since Encoding may destroy the FFXIV payload structure.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.html b/docs/api/Dalamud.html index ef89c24ef..a18032b6b 100644 --- a/docs/api/Dalamud.html +++ b/docs/api/Dalamud.html @@ -106,7 +106,7 @@

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

    Localization.LocalizationChangedDelegate

    -

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

    +

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

    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 811c9bd4d..868b8b577 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html @@ -101,6 +101,7 @@
    Syntax
    public struct CVector<T>
    +
         where T : struct
    Type Parameters
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html index 4eda426b4..507409ff3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html @@ -156,6 +156,7 @@ public static void Free(void *ptr, ulong size)
    Declaration
    public static void Free<T>(T*ptr)
    +
         where T : struct
    Parameters
    @@ -288,6 +289,7 @@ public void *Malloc(ulong size, ulong alignment)
    Declaration
    public void *Malloc<T>(ulong alignment = 8UL)
    +
         where T : struct
    Parameters
    diff --git a/docs/api/FFXIVClientStructs.STD.PointerVector-1.html b/docs/api/FFXIVClientStructs.STD.PointerVector-1.html index 8df14acee..9dd95d9a5 100644 --- a/docs/api/FFXIVClientStructs.STD.PointerVector-1.html +++ b/docs/api/FFXIVClientStructs.STD.PointerVector-1.html @@ -101,6 +101,7 @@
    Syntax
    public struct PointerVector<T>
    +
         where T : struct
    Type Parameters
    diff --git a/docs/api/FFXIVClientStructs.STD.Vector-1.html b/docs/api/FFXIVClientStructs.STD.Vector-1.html index 691c52e40..7938c6b7c 100644 --- a/docs/api/FFXIVClientStructs.STD.Vector-1.html +++ b/docs/api/FFXIVClientStructs.STD.Vector-1.html @@ -101,6 +101,7 @@
    Syntax
    public struct Vector<T>
    +
         where T : struct
    Type Parameters
    diff --git a/docs/api/ImGuiNET.RangeAccessor-1.html b/docs/api/ImGuiNET.RangeAccessor-1.html index bda3e81b9..8fb62466e 100644 --- a/docs/api/ImGuiNET.RangeAccessor-1.html +++ b/docs/api/ImGuiNET.RangeAccessor-1.html @@ -101,6 +101,7 @@
    Syntax
    public struct RangeAccessor<T>
    +
         where T : struct
    Type Parameters
    diff --git a/docs/api/ImGuiNET.RangePtrAccessor-1.html b/docs/api/ImGuiNET.RangePtrAccessor-1.html index 08509103b..9d48c6c80 100644 --- a/docs/api/ImGuiNET.RangePtrAccessor-1.html +++ b/docs/api/ImGuiNET.RangePtrAccessor-1.html @@ -101,6 +101,7 @@
    Syntax
    public struct RangePtrAccessor<T>
    +
         where T : struct
    Type Parameters
    diff --git a/docs/api/ImGuiScene.MemUtil.html b/docs/api/ImGuiScene.MemUtil.html index e822f1fbe..83e2031d8 100644 --- a/docs/api/ImGuiScene.MemUtil.html +++ b/docs/api/ImGuiScene.MemUtil.html @@ -126,6 +126,7 @@
    Declaration
    public static T*Allocate<T>()
    +
         where T : struct
    Returns
    diff --git a/docs/manifest.json b/docs/manifest.json index 848a5d386..364b02856 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -12,7 +12,7 @@ "hash": "hFJQxobal8bKYiUsdYJzXIf4cxMCOtkzxiJApQbkKGU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -24,7 +24,7 @@ "hash": "hOB8TH7nOtSCxfJyBqbymwbC89B22yRFIZsWBrwW03E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -36,7 +36,7 @@ "hash": "R0WnwDPKj8USWHtJC9fON8DesXtu2qvvIotaWZDecmA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -48,7 +48,7 @@ "hash": "oug66AGs/9sFzV1PqxIq4y/C2+FG8grtR0+eBinb1Yg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -57,10 +57,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Configuration.PluginConfigurations.html", - "hash": "C093zh1qz6qupvIeiICsMqNpwnHl3+j4h8Naljz2StM=" + "hash": "/yb8fpch2xdwQ3ce71Qd+1Noo+rJLZKI9JuKi+i1KLY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -72,7 +72,7 @@ "hash": "QqnDk0NEHWqNGCWojkSuVdvY8VV2HNr6MI2zYrUiGes=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -108,7 +108,7 @@ "hash": "czYn+XB+wuPuDMfCXI5MB4tzGh31DtR7voF/P+A++dU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -117,7 +117,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Data.DataManager.html", - "hash": "2sSBxZv2hxleTmd999yqrJwegOigZJCx/09hBsmY1HQ=" + "hash": "EA9EUbrI2A7dNNlzMUnKEOsMI1Vjn47Nce7G90VWpfY=" } }, "is_incremental": false, @@ -144,7 +144,7 @@ "hash": "h0eCoVo4ftL5ne8g0pGz/JfDQnmCrya0S3X3vLMxcxM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -156,7 +156,7 @@ "hash": "8o1l5w/AvD46csgARowGoRcSbPR0HOEtzvdgpByAKOo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -165,10 +165,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ChatHandlers.html", - "hash": "Ck3OY0qgS/v9A9QVR5LMTwG346vjXOFf5X4HedTYeYs=" + "hash": "CY9Lr/TTI19FVN0N+oJ2wTffON2s1qBUodin5SSXswA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -177,10 +177,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Buddy.BuddyList.html", - "hash": "aaRf92wv6l74SqXFusPqBtWz8lhBFsFqj1Yi4Wp/NWM=" + "hash": "YIm4kw2hKB2N6CjPcHBJ+mshwIM8P24Xy0iNri2l1/k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -189,10 +189,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Buddy.BuddyMember.html", - "hash": "qasD8aj1qwtoU/8nmbCeh0QUqcJ9qDvxnFpKfZbpd+A=" + "hash": "zJ1j/zA/zWG7UJrigxeo9NJOp3qJoaoajQv50jRqugQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -204,7 +204,7 @@ "hash": "oFe9SZiV9kx0zXd7S0ms8xwNCcHn/4yZaFyl0H+qLNI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -213,10 +213,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.ClientState.html", - "hash": "q7j37E1dHeUJTAXnS0pW2BSHgP7VeeBr7whEdnW4++0=" + "hash": "6j3HoPcgLBFGFOKolBTtLU++1Lj3R1LrhvkOOzCfVlA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -228,7 +228,7 @@ "hash": "sZGowW0CvGzMu6MG7A48FIwNh084CRKyRhjIf7jnJMA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -240,7 +240,7 @@ "hash": "zI/zdJ1aPy1kzn9HD9hOLhyI2gOXLbJ2mV5tffkTL48=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -252,7 +252,7 @@ "hash": "NKewqlbC8HUb4bD3WJr/OwQkM14R7PvYlBIo5L7hYcc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -264,7 +264,7 @@ "hash": "RSPy7ghyiZl/vjSJTPcBoKtbrAg9bikvNFP5SXLqUB4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -276,7 +276,7 @@ "hash": "JmGW1FIy8JgVbmIeGysnFeWFEJJkbFOK0nZnLEbNpDI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -285,10 +285,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Fates.FateTable.html", - "hash": "AfSn3yaSE/LNuZWTpJ/yplDZlAhU4be3PCSxcTxbpTA=" + "hash": "ekwE6zeEAicMO6mdr+pdDneaWHTAPyanuvIX6Y+CHVM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -300,7 +300,7 @@ "hash": "PRdSIY/5Baxh9U71W6lRgF+PNscggBIqM2eBA5SY+98=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -312,7 +312,7 @@ "hash": "8ojjGbJwTTk+U5srPo6zUSnlnMEzTpSyCmrGLnKdliw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -324,7 +324,7 @@ "hash": "2/wp4Da8PCWG/sYg7CdeGtBYcfQ3Vr0J6ndQqbV6PKU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -336,7 +336,7 @@ "hash": "xnMxwXvZIk49VHU383Eduo//8ORLoSX3m2SD8IGo0Uk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -348,7 +348,7 @@ "hash": "fBXGYDf5virpfyt9LplmsAUFTFEgy10u/Og+4OYiu9s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -360,7 +360,7 @@ "hash": "Jw5iGcLwnMCGlyfznt5ymIThp8uU/OG6+XlqdGzI8bw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -372,7 +372,7 @@ "hash": "okujdh9TYDFWc8YITjePuca4quC5icLLOuJtphgC8Ws=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -384,7 +384,7 @@ "hash": "q/0/1UCDrDZk1h9ul5qMdiNCtX8UPkEF7BsXaNIK2Zo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -396,7 +396,7 @@ "hash": "Jro629Vo7z9StaxXNRaFVeI01qDhRDVsvsiDXrbqoCg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -408,7 +408,7 @@ "hash": "6Ng/ESMUPBzmjtmtLnkwFFXeEVU3NH+nZi9NWS5bAc0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -420,7 +420,7 @@ "hash": "KkIbTUUnpPCKcK1rLfhqfSsjJYhcg6g/GOnzTkk+2CI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -432,7 +432,7 @@ "hash": "SFFhXrJhij5kmHJDIXTJq9bndDg05j0340xnJ3lf+Zg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -444,7 +444,7 @@ "hash": "MoN9Jjn+DxFZVTJ4/DVweWM7yIrIh4YdsEhLRoauMek=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -456,7 +456,7 @@ "hash": "VruE0prw7Io+owv4/w033a76ZSZMjk+Usc8wohNwYmc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -468,7 +468,7 @@ "hash": "iSn9lSn59n7PZfwV/1w64ejcKuWlluBpRwwgpddWFU8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -480,7 +480,7 @@ "hash": "FGhm98fybS2o0zB9Pv75PfnA53fTjnLa1WkNFRN48dE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -492,7 +492,7 @@ "hash": "ylip5nna+Cbjm2U1dF7OPIGtG8XUOCxIabZGkOBV/cc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -504,7 +504,7 @@ "hash": "WneG4XX+NoIGs3Wi2wYQ1LFQQiZg1U/2NLSFcfCWei4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -516,7 +516,7 @@ "hash": "bUWbdt2O4FIRwapbxz3xTnqWw7wqBBdl+gWf9G38MPc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -528,7 +528,7 @@ "hash": "+vvMQlTRwI7wGqw5yYlsQyz+LWU6rKKqE1AZg/Fq9d8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -540,7 +540,7 @@ "hash": "YbhtzPrv61N4w0o9o+lA3IYtQ3JuLhSLXzzl5RMWJEU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -552,7 +552,7 @@ "hash": "MTAC75jh+Sqs/rH+k1BcEDKW1w5bTceAP29f7+bAtRE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -564,7 +564,7 @@ "hash": "A+CTS1FXQuUkwRwwnXmzzNuskC6Xx13xW4GBlCAFA1I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -576,7 +576,7 @@ "hash": "vYG1HmRz+hEq1ddAeMBgBvCJO2PmAPdCt28bGJHwT2w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -588,7 +588,7 @@ "hash": "YzfGqaJ/iGa2jdSjSSNenTBdMUqFN7kHcxorgDRnWRg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -600,7 +600,7 @@ "hash": "EdVsPvNQaVfLOgiW3C10n9Sx0esSpp4t6O+WPYADn3c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -612,7 +612,7 @@ "hash": "V0UdRMUOLq8Z4yC88icWc0/zQTNhQ27tfP/Zzer/q+k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -624,7 +624,7 @@ "hash": "0aWWOKXtdf7Ey0/weGqm8SHSxJ1NLN/b8JADzW1m31k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -636,7 +636,7 @@ "hash": "UFJZ56Il8a+IMwMbPpXl/zWMxjKWzWvpNPgG17OeN9U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -648,7 +648,7 @@ "hash": "KL3XRfof3hF6NFAZ4BBd4lryej8PgXV9RmLF37RjdRg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -660,7 +660,7 @@ "hash": "+IfldgdFcHukrytNZqKvbrFAPNaWXnuxhAFN3ku1fs8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -672,7 +672,7 @@ "hash": "pELlygIsksOav4EOT/9THsxVeHNiqxjyEVQ3w04xID0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -684,7 +684,7 @@ "hash": "y4tsmp8lMCImeoWjSuwlZ6Gxy6JvZcPUG1gk+AKANHM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -696,7 +696,7 @@ "hash": "okvJbCO67i4m+UdH9oYiFzercintEn+RcLHVJEwB/UQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -708,7 +708,7 @@ "hash": "6ygXhmZfp5viY9GjwOPoTI+nPQdcB6rcqTGwuLWN8n8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -720,7 +720,7 @@ "hash": "RlqWXKICwVCO5RhcGmuFy8iYIApTo60xfXQHhM9OUpI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -732,7 +732,7 @@ "hash": "OTIoMlInJ5af4Zcme964a1fTgUfGnqzq/QB4att6EeM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -744,7 +744,7 @@ "hash": "cbBgHCs70dzEp1PIk2cJHz0gK/FzFe+z0elEQrV9+qA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -756,7 +756,7 @@ "hash": "uMfMDDh+rOgWbh2Ksa0UfRutPYAKFr5Ke8vaWuzjs3k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -768,7 +768,7 @@ "hash": "aF3iwwL7J3ZqFLC9LwUi6cwlfOyqccrPsHCSftmAIy8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -780,7 +780,7 @@ "hash": "HtRWtFP57Bis4hKHsHcsNL2/FeGy4hEpZs0qYH3prJY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -792,7 +792,7 @@ "hash": "4Yf1JgMt6yISWZ/KbSImUcElFAgL72UwBQullMvYzR0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -804,7 +804,7 @@ "hash": "i07o2h+3ZpB+Imic4ng8/PdFni9/a3L9/TXMrszN8WU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -816,7 +816,7 @@ "hash": "se78oNAT2YmmmTm+Gz8rS+9nTdOC84YvKvQqtgDoq9I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -828,7 +828,7 @@ "hash": "K7xa/FHDX01xFi2RY3kbEXKWa3IBVEIozy8yWMmnoIA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -837,10 +837,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.ObjectTable.html", - "hash": "bWLGFSlNmXHciW7c65yr/L9eYPaTmV09LjrUISIsAJI=" + "hash": "g2moNh1GOSldcE9Ksyyif8FHftN2WfIY2XjGVGCxcsI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -852,7 +852,7 @@ "hash": "Kh40a1waED3d6nAgU+dCmxkvCssyzj48JDN4qcgRgdc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -864,7 +864,7 @@ "hash": "33qI2U1x0ktS6PSk1iW77mWcFjuQjdhjlWjPODKoLPg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -873,10 +873,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html", - "hash": "lqbWJCo0CdVeAfdEEcse9Jf0PY9RIfrtMXmEOgDff4I=" + "hash": "cpxWzW6HNx1WYvPgYDVgZ6+cVOC3LsjOXZoNOWiL/10=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -888,7 +888,7 @@ "hash": "efNaUiEYVkZ52gKHBHstVoXSOTvyreHrQPzANfbRUGI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -897,10 +897,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.TargetManager.html", - "hash": "y2LzIoD/sQQXtj8EBQr9Gvyjgmp7w8+IX3ecxdGHUnI=" + "hash": "MDkMUUbFa43mjaDY8VShR6iVJH9YOnT6GfMR2trtaP0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -909,10 +909,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html", - "hash": "L/8MxOCC89BEp6WMTUaealjA58A612LUrrhLNpdSvmo=" + "hash": "9yyr4X2zUU2eBC0BKx5nG6IWlhz0xAQKDo+eogbz5cU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -921,10 +921,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html", - "hash": "YR5SfZUwsBhorfu8kjvmQczIwgYrDOcYb4Mpr/zzw0M=" + "hash": "5kA0RLGnq6j70r8itj2HmbxARESP6HHiuB13nUtRGnw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -933,10 +933,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Types.Character.html", - "hash": "oLyWUUNOC06MFdPOVOXjB/EHous6wQD+wKR0fveh0rQ=" + "hash": "rg1aHOIyepdbpjGp1NBNCpeAvXfrfDOhPeap6ph3DKo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -945,10 +945,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Objects.Types.GameObject.html", - "hash": "IH9zQhhQ8cifJ4rJxVYfcVrcfO6CJ3cTDk58npi9fDE=" + "hash": "4l1JrrB5fW8KO7ocEFdvMJgYoU/H2pqE+xPQV1GxDww=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -960,7 +960,7 @@ "hash": "IAN95W3P6C5omcXynL+ogEm6nxRIMOzm1Kg0cAoJ+Bk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -972,7 +972,7 @@ "hash": "IP4utXFYiYMFxUnU4Z94zwqZqSwEk1Jcyc5i0OTn9PA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -981,10 +981,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Party.PartyList.html", - "hash": "CTp8Tq7zF2DeYsG7/ApYilv3BoqKX0E6c6hIPfog5wo=" + "hash": "xI/YMeRzyDV3WcPrkGrMtCJiViQiJHxiAZTfprE0GhE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -993,10 +993,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Party.PartyMember.html", - "hash": "z3EAQZxtsB5OA5ywFg3KxZohOu9eoeES/fMqKKYWA6w=" + "hash": "o0BFpNT39FhJQO7yWwXi4cIFSl0BWZLesFsKOAjQE3o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1008,7 +1008,7 @@ "hash": "bfrRMfqD5vC20VCGDDRYjKQMn3MKjSsobyy+MUDXxJ8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1020,7 +1020,7 @@ "hash": "GTXu4V4Y15zz7VYChlL7gDuhbvRqKbIva0GZMKUEdZc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1032,7 +1032,7 @@ "hash": "ZKbzbHdNRaTxNv/6AMDL/5zjgRZaJrv3GqOZ+3nyFl0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1041,10 +1041,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Statuses.Status.html", - "hash": "Augdff01wD0Lgx/OEgw6FsZx2AMy1J0Fi7YmJLmZ+A4=" + "hash": "yxttMyABZ/KUCiof5H6UrV6087q85SbQQ6lav74KBI8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1053,10 +1053,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Statuses.StatusList.html", - "hash": "mwQU7fmt+KtS+BOsMq2gnq32fDMo9bvbyYs04XIpWAI=" + "hash": "NpB8TTny9lWZ9yYNurAPkPmkhD9dzDytWLsb8L1rdSo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1068,7 +1068,7 @@ "hash": "wLj+jDeGahYJLWg7Oi9SGmPCUDckFwBPoHiWZXYWvuU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1080,7 +1080,7 @@ "hash": "tJJe0DmBM/bBde4xInThuKlZ1lRU177oJwjlu3ZdBio=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1092,7 +1092,7 @@ "hash": "yf0qM1rzNT2wL5ahEYbkny+btWv3SlDq5hg1xYgaKIo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1104,7 +1104,7 @@ "hash": "5Yd7Ob8D/xseju6zixpw6MsHrgmpUppBq6rlQe4EmSI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1116,7 +1116,7 @@ "hash": "7TqtJQx4hOo3XwdrKveWJu2Gr3c0tZ50N0RRLRpDj1c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1128,7 +1128,7 @@ "hash": "fqEXUoJRNcvItWmq2q6qQAerLvF1qYsmWed5OIQCSRo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1140,7 +1140,7 @@ "hash": "VEQAFNN2PIJSZl07Ee7P14m8/NlFZ2p/DqW5edPhJs4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1152,7 +1152,7 @@ "hash": "C+mju0kiARSxoSJE/BA0OvRza2DzwB01zfS+SzWksi4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1161,10 +1161,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Framework.OnDestroyDelegate.html", - "hash": "RB9WsEBIlqZsLEIjBhsar1zhweoxln6jwwMO4P5qIE8=" + "hash": "NgZ47K93C0zHhcwPMl8Dz9ceULE+spXp/2RO8ecW2xY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1173,10 +1173,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Framework.OnRealDestroyDelegate.html", - "hash": "3hhqFrIMgCjEaBKT/3ZOSqPBPwYqXyldcnaiTYufsM4=" + "hash": "fA6+Og4K8YR8Ilz6XLmZPdHxin5JyWHbdlysXBh5B1M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1185,10 +1185,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Framework.OnUpdateDelegate.html", - "hash": "Ww0e9JluBit6E1NwEZEnCwMZ4al2VrxTV5QzxIE0k9M=" + "hash": "02WwRTpOPyETzFefNQ1vomxzsSFH4+NGQMEZP3YvUUY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1197,10 +1197,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Framework.html", - "hash": "J9xFc49zlVCpwOfiJ6Fl7emsscd/Tvvr+Mps3jXJWNA=" + "hash": "DihCkSTE9/ia4MDN2PAEDy71svelhVEq1TCGYbgxFHM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1212,7 +1212,7 @@ "hash": "kp6/+xq14BoN6+zwHYvIH7Lp1x/Sx1UQzwISucRTFUg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1224,7 +1224,7 @@ "hash": "aIn+rwROxVl95+BTqkvQOE3FUPO2XMyxO+s9yVdEJ3Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1236,7 +1236,7 @@ "hash": "xRYdQTb6yxAtrpu0i8/mVXx4Ho8LwenJmI3SkgNI9CY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1248,7 +1248,7 @@ "hash": "ejtATHkje4PO7YaYd8bj0JFa3GdLqdl+2D+L7dxkpOg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1260,7 +1260,7 @@ "hash": "PD6uYLhSDr+HchsLwMeUclNshsg8OaUySiH4uOg0dFg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1272,7 +1272,7 @@ "hash": "Z+ZIHEKZ9qDWrim8Oxsp7vXK1+9zaX6QOpWV+WKeLHA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1284,7 +1284,7 @@ "hash": "gWTNygT0aLKaXCuHKb1BNcBCIHoBAcV+bd8rV6ypE48=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1296,7 +1296,7 @@ "hash": "siXALSC2iIrbOTEeY8VFSj6iPbWGSxUTvv8vrnQTs0A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1305,10 +1305,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.FlyText.FlyTextGui.html", - "hash": "HtitV0CZ/MRR0hdJedVaYfycg6p22ygLHAYJCSkJoC8=" + "hash": "V1oYweRfR1oCM/hKEt+ASL7v2xK3YNGEC2aE+1adNBg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1320,7 +1320,7 @@ "hash": "EKHHcC1y6TgK9j1vT383fCHo7PbAJA2LvwmUAqwzlr0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1332,7 +1332,7 @@ "hash": "yAhDre1N2g1S/Jb16zTK+3gfe3YyPqGVYolwZW+NEaw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1341,10 +1341,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Gui.GameGui.html", - "hash": "qbjtyMtmievVOi+SLFZSHl5HYcSMXbQTUepiPhnH63M=" + "hash": "BwkCHPgR7hpFButKlGv8ha3KstaOJFyb/qMqwYbYaJk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1356,7 +1356,7 @@ "hash": "3I0PAvX9CU1sd9VkNE77Bzg86E9WvL9XyI2g1TnIpBk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1368,7 +1368,7 @@ "hash": "VrtoElZoInXE5SVgehOQ2Jejb37DrZvuMePG76c0eLc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1380,7 +1380,7 @@ "hash": "ZSYvWrMqts18SYK7HneV9BzAd/hbvalYkLeK0WHOg70=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1392,7 +1392,7 @@ "hash": "TAlgfaJrFHz4peLGud/uby1MgfP3RVSD14v2LgkvrjQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1404,7 +1404,7 @@ "hash": "IA/0JyTnXqkz/Jnw8DJsl7ZDXPvww1UPgPs54Z2pp2E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1416,7 +1416,7 @@ "hash": "t6pRyDkhcH1X5dmM5A9W9r4CAZa0aZINmhRmx4fHrko=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1428,7 +1428,7 @@ "hash": "taEG7tabQABSevtCwPfuydQnMGMxUdw3L6M+5aen3NQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1440,7 +1440,7 @@ "hash": "JGR7+0ApoqsqbV4Lspqv6i/0yylWLbBiogx9cOQXkGM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1452,7 +1452,7 @@ "hash": "ai+gXIgPWgVWbuzzSMKml8Uq4hTTS0pNjRmIf67V8os=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1464,7 +1464,7 @@ "hash": "0a51XcP6x6H5xE+hWPoKeXr6V5vCa9O8/DDPBvx7S8g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1476,7 +1476,7 @@ "hash": "ja0iyj3evJ49eJcdMZJht51K2ylNHO+Ukcbw3y0opI8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1488,7 +1488,7 @@ "hash": "4lTUEVCbp8lz6+qLpGFFiUKBzF+S45x3+5EsKCcuo4I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1512,7 +1512,7 @@ "hash": "Y117T/EmpM5BGjGqVD9exfgQH6e5/M++TqEuj6m147s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1524,7 +1524,7 @@ "hash": "K9PrnQp0MqgCZGCRUS/DuN3UFlwOP87BYrPGzzQT52c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1536,7 +1536,7 @@ "hash": "PJfz01YWnyMf4oRDGep9HNOZFldl0EhSIdOPYXMnoxQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1560,7 +1560,7 @@ "hash": "GJQk26jL8l5k4KHufuXzIld77I1jVpph6BD8djliJpk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1572,7 +1572,7 @@ "hash": "8pISm2PdzPSG7EJonV2JHCPX4YWwDJV/cPKRDC5yawc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1584,7 +1584,7 @@ "hash": "xaHWwJjD+izvnlD194CJKfAhVLoEl1o5S+Du3G/5Tqc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1596,7 +1596,7 @@ "hash": "xo0QcWV3eg/cXM98uiG6LKLYXMeH4X9QlYukG099H2I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1608,7 +1608,7 @@ "hash": "9AvfcefloVNYRtRRhoEhdyPv1Gkf531IzQOpOGoovPs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1620,7 +1620,7 @@ "hash": "GrV1WcEcUYxwN1k6vMg4NnN4/CYLkwpHzLqKakFT6gA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1632,7 +1632,7 @@ "hash": "PgalCO85hq7mnoeVUi1vaFX0Sz5XdwPQlKVg/3eo5zU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1644,7 +1644,7 @@ "hash": "T1WS8fap+mR+CBLcYJPeZX0TqBQo68pp/u5mBkYgg/Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1656,7 +1656,7 @@ "hash": "i+dbQ8r+E/5XcXl6f2CyifA9faMElF8d4YgJDocfQ34=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1668,7 +1668,7 @@ "hash": "E2oQ06lx5KF3jBrYh9VJKFj76FJTIpck5Q/kbWSd3n4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1680,7 +1680,7 @@ "hash": "2QD/gKMaJsODbCc1JQyMKls6tlWDNEfo/FF2/cnkPBk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1692,7 +1692,7 @@ "hash": "alzbN+zMFtvlMBPREuM02XO/8sjGheeQ1VJUSbQ1ctI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1704,7 +1704,7 @@ "hash": "6xrOzHAjQxwXiruFuJx/WF0vyX22IgczQEc7qiP6Y2Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1716,7 +1716,7 @@ "hash": "Wik+lYRHF+PDSild2c11oRV/Q7kbBDMU4HXi8hTqvHk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1728,7 +1728,7 @@ "hash": "qroawS4wvN4Nlgh8dhswuwcd+NNkZkwJkr0S4LlgCO0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1740,7 +1740,7 @@ "hash": "pYIfqB/Le6bNS9oOPwDZvou/CfMxEM9Y33l8bUdekAM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1752,7 +1752,7 @@ "hash": "+1lnEoSvVwcZKLeuN9/209WQ/NtxOgBxCM5b9fQpuyo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1764,7 +1764,7 @@ "hash": "tNIaZKiCkV5aKmVxVhOQwzyhwi3h87KgrrD4uPYXcBY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1776,7 +1776,7 @@ "hash": "HvOgCeZ8RXyl/FGAlbPlFyQhgX53Y9NfenHNHdYsooA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1788,7 +1788,7 @@ "hash": "+MfunO1GRjusFGV6WCrcgpCcOxTjBkZHpMFJHZE6zB0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1800,7 +1800,7 @@ "hash": "KleDXb6jqpz1aolshm+PI3e+xzbIODw+Ra7KndAeRn8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1812,7 +1812,7 @@ "hash": "0CsKCv2T31H+K7ARXR6U+ykrhsHhM8W2qW/W1W+mvpA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1824,7 +1824,7 @@ "hash": "wYTQ62IyQqeVtb++l5SVLsnXjnkrOq06AkGM9/Hkra0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1836,7 +1836,7 @@ "hash": "OeKXPayhdQjmCj6QDvTxpAlUvs6cd9RuQmjpJllutnI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1848,7 +1848,7 @@ "hash": "igRzNg63HoMXbMIggIjL7Nx5BGB+71GhxeTGTQZEP3A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1860,7 +1860,7 @@ "hash": "g1wNH+zR+7bn6zbJQAQ+TkkSIl4tUAodaML1Tm9cslk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1872,7 +1872,7 @@ "hash": "vaOe5DYyFFeNCfqvFyM88cSvY9iH9T93Z5A/G999PBI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1884,7 +1884,7 @@ "hash": "hhWUb0iIKcllbRBP1tgCGVdmu2m5ldLpHHFiUlCPk0E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1896,7 +1896,7 @@ "hash": "LV69gEPULM4p3XWbcd0RfYRjNQTR/fZlwUZCp0ElIN8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1908,7 +1908,7 @@ "hash": "9NMdZsvq5CN5leZrvOiT8DTu/CfnO5aoWXsW7rvC1b4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1920,7 +1920,7 @@ "hash": "WMEyvT70EESFHeXsXJ+6OvMoK8DFHqbHpPm4MTK13YI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1932,7 +1932,7 @@ "hash": "EMGdk/fK+BOKY8Wub7nChW8vO2Al2taf6NaBnAWCcFo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1944,7 +1944,7 @@ "hash": "alTXnQfU1lBG9CdYGhYaT6jRZA5wB7JyhMy8HqnT+EA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1956,7 +1956,7 @@ "hash": "0ng1OgkXJJd3213mg0JjS0ESiNefg62BZfhUDl6awhU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1968,7 +1968,7 @@ "hash": "awu+NlEzoNOx8d7/GkDic8kPuWeqfE7QZHiPd8lxd8M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1980,7 +1980,7 @@ "hash": "VERmYKTvc6dXIIGXdLSfjpvcYJbrCQbyo4K7NGLXUtU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -1992,7 +1992,7 @@ "hash": "k31pDdjYiNW9drXBEI9pkcetTl2M0jhXC66or7ko99A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2004,7 +2004,7 @@ "hash": "k5/5t9dC5OICztyCABLmii7Kx9Go1g0eYvjN94b6zsE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2016,7 +2016,7 @@ "hash": "ASYpq75MQr3GUcbiuqUVF+1sjETmqmplb9psu5TikbY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2040,7 +2040,7 @@ "hash": "dqmrZ1S65g52qFYe0KDOrNlIRsmvdfBDl3jroRWwkBk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2061,7 +2061,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html", - "hash": "7CVGCf+6Whjh9F9zJSDoZQOKGWAJ1HaDm2jOU4JjTkQ=" + "hash": "4W1JEBCjOO6xzUUdQz1Dqsk2lVccEceoBcnJwheQHZg=" } }, "is_incremental": false, @@ -2244,7 +2244,7 @@ "hash": "vk4DqPmUeX1WFHaYOtAAmHviBkCFpacLZcr/eKvHvWw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2256,7 +2256,7 @@ "hash": "zPEyir9huMs0/8WPbvJmXhTEuzFWxmjrFPkY69jMHBo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2280,7 +2280,7 @@ "hash": "/YGg+JHc/s+UG6M5h5LkmCjabHET6pOQcvXvhQ5EyBU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2292,7 +2292,7 @@ "hash": "ay50jl3zde+ZXT5uhEyjLuFeL8FCRLCBPODxIPlR1vs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2304,7 +2304,7 @@ "hash": "wLwFnEVNLbhRSdQNMCvyS0npKNsJVC0TstrB/GBq2ds=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2316,7 +2316,7 @@ "hash": "ap6VbsDdJuAR+ySAaNy3Rz15IGFOJU2YflYamH2px6E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2328,7 +2328,7 @@ "hash": "Pqw81dF1n9IF84DVCro1h+ipFXb2np/wRdjDV5c9KNY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2340,7 +2340,7 @@ "hash": "BNq9w6MPwXQRaTwm8tzWQx+qICg9dziQ4cPuyRkTlQo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2352,7 +2352,7 @@ "hash": "TGpIWLT1hDIVGB7CdqOMjzCoTf+5BW0Yrm6M+1lKntU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2364,7 +2364,7 @@ "hash": "NmnZlEm0ZFjbTkpRov37doot/GGsotNcmbwc88zQXcU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2376,7 +2376,7 @@ "hash": "HiC+ADE0/Z30TNhfjYa9/9x3mMPZAwCR++4Ks0HfDGY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2388,7 +2388,7 @@ "hash": "YLQZZyAKvMSbBZQOYvuECs2jDoXU18u+1oT85MrxjNY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2400,7 +2400,7 @@ "hash": "DB6h1R/kPuuQUpxdGgIrCdq0XIciSlqL6ASeJPvMK8U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2412,7 +2412,7 @@ "hash": "O2BTsi2Jhrw4cWjNGGth1qCIDvxunh7uIvxMF+TiR5Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2424,7 +2424,7 @@ "hash": "Stl8BW0ULymjaGRuSxnOitNxnFzAcZqMi2Ak+OEhoDU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2436,7 +2436,7 @@ "hash": "6HH5Dkm5G6drA3R3h658D/aeCfoBHwh962IgvlL0wt8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2448,7 +2448,7 @@ "hash": "iV2QIKsvibpspOsqpt+aEgXgxXHgL+zdyz/4gnUehv4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2460,7 +2460,7 @@ "hash": "YjHyImer36r5JbNw24jhgcxhX3iQWopkDb3dFTqz8Lw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2472,7 +2472,7 @@ "hash": "Z9AEa1nkf4UIPLa2tm9MDe0r7Vi0VpIZksNNWfUeoAI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2484,7 +2484,7 @@ "hash": "GRUDkaeO1Ed7KnVcRxoXc/bkgirHF5GttD9o8bIDLv4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2496,7 +2496,7 @@ "hash": "hpkUqE4bKHIYDMtgo51GCLMs3EaH4Jc0KH7EEdWt3D0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2508,7 +2508,7 @@ "hash": "L9mQQgEAGQ04S6esuL8nWd3fNzB6lkXDJKo4n+4XCXA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2520,7 +2520,7 @@ "hash": "CKJZus4Hyoz0W6Ql2Rc5mAylH+tWzW9sdm3ikYfnjiA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2532,7 +2532,7 @@ "hash": "n7YjpJMs7OC2s/jWrMUof6kvAsqgviXfa9zcYQdwcs0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2544,7 +2544,7 @@ "hash": "+X3kVWg7vSG4Ga/kYng4yx4yqzdDUHcfwPrYoJMqeQs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2556,7 +2556,7 @@ "hash": "WGXyZ31mnof3DZ9RxES6b8uSJu8iL4T0CXWRVQOJSkc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2568,7 +2568,7 @@ "hash": "yZoFtc0fQlxALa9dBQAocKzUOQ67q05rOuz55egjzTM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2580,7 +2580,7 @@ "hash": "DTVTt60z9eQQU37+7mCbu++dpArL/OJrgkY2AcwvU64=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2592,7 +2592,7 @@ "hash": "Cmh9b3X3e4e07Hl+OWeVknrUwsOC5D9r6JZ/0Y/Yzb8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2604,7 +2604,7 @@ "hash": "9pXZ0Ec8CgIliENe7ZRYzuNH8DPBgCq+XTzEruiJkrM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2616,7 +2616,7 @@ "hash": "0fj2T6ForBWE3JOiJMhfXq3uh43LJLtlonU4pncTjA8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2628,7 +2628,7 @@ "hash": "Y769kX6BXEeDQ5la9rzRd3NitmqDMqEf7UU7Ie+afnU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2640,7 +2640,7 @@ "hash": "N7n7msHmJ++VCXhKaflCxfTWkU0yrA3uSt6VIdFBn/E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2652,7 +2652,7 @@ "hash": "4gWXwg2oDHG2ZHu1Qlq2RCkrCHhmg5DWBez5P+e5V5w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2664,7 +2664,7 @@ "hash": "RBqg7n9Iugjq+RR+poSyGCSBik/jghpW8VkUln3dkKw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2676,7 +2676,7 @@ "hash": "YCNIfHwslhILO0b8u1SqwJYvnBbnfWaFv5M5PMeDUr0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2688,7 +2688,7 @@ "hash": "ytI7FQW/2jOuM5kDoaAQ3j/CyoHe4Z6vSqzGguhCTXw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2700,7 +2700,7 @@ "hash": "+luoiqZB7zxisaSMuqwqUsQjPSMBPJuYkQ7Qsl64fQw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2712,7 +2712,7 @@ "hash": "nrPnkjEVbH88D/SbWCts4MGQp2wn00/T4t/rVjPBBHE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2724,7 +2724,7 @@ "hash": "z08HxskNaR4JrXZybBhunv6nDEGAqAJFGPsb/WIiaaE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2736,7 +2736,7 @@ "hash": "o+KZuwhEcrvHRHQzjV2tFedCaYxwo+8jhF5+893gGYw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2748,7 +2748,7 @@ "hash": "dUKhQLCD9/Nn0/qdVEQVsRV44jZ3HeZqVD3ZHqBMo8s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2760,7 +2760,7 @@ "hash": "AZcOOoS7Gfoyb33WXHGuF/6tOD8d+ISS+Q7s6c3pAoU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2772,7 +2772,7 @@ "hash": "6Qxn6vuV+jfU1dnV6EKR5XEnf2n2/4mQRszYR6z27AU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2784,7 +2784,7 @@ "hash": "DDF2dnAWvDIqdQxV4CkW/xPJIerT3miSHw7JXRuL16Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2796,7 +2796,7 @@ "hash": "bVJOHUq7nT1P1pLxgZw/cywQa6CZgK3JWYqm5qdZLv0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2808,7 +2808,7 @@ "hash": "j/BNfVPA6OTfocuWlg32gX2MHRLffIBfGEtS5gdoKPA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2820,7 +2820,7 @@ "hash": "wB/M1FrosweunIlMx2aRt/uohPLg06wZwxAiGSMSNp0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2832,7 +2832,7 @@ "hash": "mjHjp/jh5fU57uDH13UWKWpWaJsGpGM1fNhzQMmCnMQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2844,7 +2844,7 @@ "hash": "yjIsL6x/Fpf93J0qMaaf6nhh9k1160lGjit930yz28A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2856,7 +2856,7 @@ "hash": "ZlJNpMwPccY91ZBDPQ18a5MwEH3puXwl9MCfxeyF5Rc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2868,7 +2868,7 @@ "hash": "cC8qnPB1uABz8imQj7nxKJz6f+nxKmhNT+W2i3OIvsc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2880,7 +2880,7 @@ "hash": "C/MoFLR7uJ0Uw+0HfSYRah0wnoBDtbikuXo7fMEX+60=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2892,7 +2892,7 @@ "hash": "S7lmdLptUPRKuzTtVPv00G5tm6xVTPu22BXsl6DEB88=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2901,7 +2901,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Localization.LocalizationChangedDelegate.html", - "hash": "u+V29M+9qjMBy3Ly43S68fLEWo1pp30dZtHOosjhxYY=" + "hash": "W6eRxM+dqEy8MYm+SqcdwpgOn8XTWbYUpiBli+48YXU=" } }, "is_incremental": false, @@ -2913,7 +2913,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Localization.html", - "hash": "qOp5BTpJCGv1D0hUppqKrQR8hlReomB3Zj9FJan0xyY=" + "hash": "0R8wYRiYuYgNMHtOPUeSBkdHwJuwUsUyKzFs2hb3fB8=" } }, "is_incremental": false, @@ -2928,7 +2928,7 @@ "hash": "pYd+w4mrvIADN7xLcQjWFb0XNhiWeFIqvnf/0wGYEhc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2940,7 +2940,7 @@ "hash": "kswf+hBSGndFie1QxBR5Zey34ip+7G5/rhnUUGZ/kS8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2952,7 +2952,7 @@ "hash": "F6PNCejWT/tn30K4atJZpu0vhZbH/7Jgz1rf0YdKmaM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2964,7 +2964,7 @@ "hash": "PJ6C5reGHsJ9DhHyWL7ER9NUP2SB20ZA84b2phkI5Cs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2976,7 +2976,7 @@ "hash": "c7yEzaXESj1PUp9jOwj/Z5QpEk7J0HEtF6FGqAjt7Vg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -2988,7 +2988,7 @@ "hash": "9ZmqtkMNmz6Afm34OBLy/UQOVrvMQenOfRbvQUvg86E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3000,7 +3000,7 @@ "hash": "xp/D886Knb7KzF5U2deq6Xf/flclDujhPfjYPI+kSI0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3012,7 +3012,7 @@ "hash": "VzSkjE3tuSkFydVbcvqk8DvBBxbqe8eNd74VX8NnvmY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3024,7 +3024,7 @@ "hash": "fzTWkMxQolBUOGFSr/nKbmPSX40MXywYQRQ98NYQ+QY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3036,7 +3036,7 @@ "hash": "zOUSOVGtOhMfLhUQF8hbYb80E1sRkBII3rhW3CNibrE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3048,7 +3048,7 @@ "hash": "Lw6zSWDgxQy2/Q5orF7x9FrtDskeMjjxSt13/tMZFys=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3057,10 +3057,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html", - "hash": "rundc9pfOSHkU6W7MgUnoV//rPoL9X51rFZhkFJn2hU=" + "hash": "DarjqX6Kby0w/bRGq4qMWnOtwNPtp7mVa/4jKVSsOfY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3069,7 +3069,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.DalamudPluginInterface.html", - "hash": "TezH285pI8XLaCghRLdEBKTgTe+mveJ3r2SjPQ9bAJU=" + "hash": "ytwKx1kR19PbBYPAhpTupt3CE9Xbah/h0QRmQctocB8=" } }, "is_incremental": false, @@ -3084,7 +3084,7 @@ "hash": "sUOCZXfztQs+ulEpIThFnIc1UceQOmkEcdrDf5IRcws=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3096,7 +3096,7 @@ "hash": "mbsVdH18vYiBt2h3BhnfHssk999Sm7eQPzvDzIFFhmo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3117,10 +3117,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.SafeMemory.html", - "hash": "wbsP51td3M1M5fy7qQq8BIt8Ui8V/8hjbMgRGMWJcU8=" + "hash": "th0ZQJTtLiWFv1beo7oz1olNzeb8KOc6QcXgdMOmkf0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3132,7 +3132,7 @@ "hash": "NuMo30jijkv5SkXCEvIwQ+P8NFpZeCVSg8RCPJtkKNY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3144,7 +3144,7 @@ "hash": "NkdaMqlYWksk9PFFlcXZFM/PbrfJKMmXIW9dI/7jq9s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3156,7 +3156,7 @@ "hash": "JhlVfeLXcmsS78S26E1PQSe6rErIoDteIR0QoeS/Bqo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3168,7 +3168,7 @@ "hash": "iZlojjAhk154BUb7Q/5gpJpOTArtGhRe3gSHQBieUm0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3180,7 +3180,7 @@ "hash": "Fhl2u3U3nlH4T66wQSI7yShd6wAma+2j3FClexQN51s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3192,7 +3192,7 @@ "hash": "AFYpqiWFb8DZWrTXb9NrMnH+cMuMU6vWmZXsE8invTU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3204,7 +3204,7 @@ "hash": "bmRR0BSChSvarmwtABvmnnGRQ1m9zTOXdSPf/LN+T6Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3216,7 +3216,7 @@ "hash": "WPKwKKbkMRilplo04MoGocidcnQjh62HVcNrTlfumWE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3228,7 +3228,7 @@ "hash": "RQLR1HTrp7djZJRvNaoF4/jeUgy5o0qc21Sb46IVliA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3240,7 +3240,7 @@ "hash": "OVW/rsPp8Qe/og0mkFu2ESP6gH/2NkVzpmHD3LV/wGg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3252,7 +3252,7 @@ "hash": "qhWIU2/FeVMMO6u4tsZ8z5iS4tPLbuRK8CeLsdDp/4A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3264,7 +3264,7 @@ "hash": "O2pkxJG5HtDSlo8CwOlHyMGXcB0sbr6VehNS3ln/rCA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3276,7 +3276,7 @@ "hash": "ksGb2k7ZmsF+tIwD1eL0ZhcRZGc+nTIp99MJba8JNj0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3288,7 +3288,7 @@ "hash": "6iTs5BuQUDUjh5S5s2+eiAwiTsgxP9kd1ti7aJCJwPo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3300,7 +3300,7 @@ "hash": "AjiV8EEFvmvS9Ig8ef1EiF2c7zpSMod9W7Xb00FU8Rk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3309,7 +3309,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.html", - "hash": "IGYA01qWK4DMD/ob69dgnoHkEdsN0V+2b3cxGQ+9IBk=" + "hash": "uQhrp2Rzc+QTq+0IOdk84CB5Dc4Bze+mw7WprVSJwKA=" } }, "is_incremental": false, @@ -3324,7 +3324,7 @@ "hash": "BXMt+ND/bsdKgnJ5AF2TIt5ZyijaaK4rZl53bQOasqw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3336,7 +3336,7 @@ "hash": "KHHZHx5QB3TV//uzZgW9I9StHvylAaRQyTYWxoTR3pQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3348,7 +3348,7 @@ "hash": "PhyfhY8o335jR/iCdiUhdR7TQK+smRHS5F5WAf3uQTM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3360,7 +3360,7 @@ "hash": "nOykfCDW9s4edGcHrkBhjY+GBxN2nG+CReeOi9pk9Ec=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3372,7 +3372,7 @@ "hash": "KBYHEBQhO1bXBIPtYdFSgf/90sryxxo01Lod+7qeC3U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3384,7 +3384,7 @@ "hash": "fMj0L4IgQqicgz0DUeJoQMGIvtPUIns8deFG2ZSsGOg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3396,7 +3396,7 @@ "hash": "izls2TnDnZInqQd45b+s/KY+AioeuSQNG+ZxvW2MS3E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3408,7 +3408,7 @@ "hash": "5U5ni5jW1W40UeeIvWl7k4QI+ezXgxO2s6w/44s0Fz8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3420,7 +3420,7 @@ "hash": "PS9/NInB5A5xn1j9bSBujBOaDoyH/3MSjqGeMhuH2Nk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3432,7 +3432,7 @@ "hash": "B7NFkqTPw/iKJaynbMk9OE/c1tuwTWGdqlUCXYhg5Pk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3444,7 +3444,7 @@ "hash": "dOXVjbeMFjWE/Pse+L8sxhKAtfxAkMQREiYD55uPu7s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3456,7 +3456,7 @@ "hash": "+2P3lKkau65yC56uDc1XJoYxluZ9EOz1Hn163FIZtsU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3468,7 +3468,7 @@ "hash": "F4c2DRxY6yatLmWdfsp6ZaB6BNKVS6nMbbrYEK6H72I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3480,7 +3480,7 @@ "hash": "OV7a2oykkZWNFYpFWRWN/Shz0oKplvZQYXVAMmyl5e4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3492,7 +3492,7 @@ "hash": "hL3I0BFB3Q6CPWAkZlWPjm4JcPbGS+PeSj9g2DvVRmE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3504,7 +3504,7 @@ "hash": "lHJmKj89F8Zi0wvkbnGvkL05ID1RZRWmqZydWzAlln0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3516,7 +3516,7 @@ "hash": "BxsVMiGW1yZKIIBR3ymMGo70VwYj5XBrFSOyCGUk3j4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3528,7 +3528,7 @@ "hash": "U/EbTge4IZtlq5OAHuGK2cgtWS0RU+u7paY+np4QAGc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3540,7 +3540,7 @@ "hash": "XufzUo2mTIEu+CtUPO4r0R3/fJ77TGPstvs/Slb8Cu8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3552,7 +3552,7 @@ "hash": "CIj7QFJqfi3ftIlAEtn4Nu7xAv0n2dWuqzsEFPxKwc8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3564,7 +3564,7 @@ "hash": "SENwF2MaPmAdFHE/fAKXaWyZDptxKhch6pRfP2lwky4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3576,7 +3576,7 @@ "hash": "LKz9/O7v8Ia1NrjrSWqaJHGEx0her8/7lD43MZh+i3E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3588,7 +3588,7 @@ "hash": "iASWQkZYV6hMLaex8/GnExAmAA1IW2ljUkYUvOTBbNs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3600,7 +3600,7 @@ "hash": "XHOJa+uOuE0yIuWVQlS+eQHcAy9F+mndZfRVHmQXX4U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3612,7 +3612,7 @@ "hash": "+EixuqPRnuQTruMPo2WAivqF+msbMQfZT+I+E75AHKc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3624,7 +3624,7 @@ "hash": "KVndWRZIHzA537dPO2PSLAGE0jELL9Za+jYfSQ6r32k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3636,7 +3636,7 @@ "hash": "SEGKpHl5xQFQ4NZSyhHN9i7SW0z7YL8k2omeprWOSk0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3648,7 +3648,7 @@ "hash": "QLsjz4gFmeJTmVTymuf9B0Zs53L8l12ATvTcjXWpKv4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3660,7 +3660,7 @@ "hash": "OmHZPVBNjqdiR/KpAXDErSICiu/GyUGJuMt+oaXwx4g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3672,7 +3672,7 @@ "hash": "m4txWrKI3HNyfPXXtzRm/zInItsM45I0tLWK2OTW1Qc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3684,7 +3684,7 @@ "hash": "iLU+8a4TAwzBVXAvI8ruRoGFiqcMdG13PFkfTjptgvU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3696,7 +3696,7 @@ "hash": "C9pbRNcjf6GspX8qivqzCCmXSCpJ+XKtKI5PIGKmp8M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3708,7 +3708,7 @@ "hash": "0S6UTPTb0B4bEYkimVjP2YPxJcqRfg2NoFYVV1W2WDQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3720,7 +3720,7 @@ "hash": "RmOePAzPiEdKHzd0ZxRzfWxQU46W9Q+mFLv+foDZBSk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3732,7 +3732,7 @@ "hash": "aFl0Uvxttq4wFGaP+A0KIB0EeMIy9xpOKoSdjiIieLc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3744,7 +3744,7 @@ "hash": "hX6WluqjGlNC/88epCdmlhFd0KN3Wn5/wOnQXOkp1lY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3756,7 +3756,7 @@ "hash": "uj+PQJ37FoEDdOLOZNkRLNnh5hbUvaCb/OhAtP60hXI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3768,7 +3768,7 @@ "hash": "kdN/2ChWus3+laumOE+gE1kULxhFTXDRQrXxOjwWrls=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3780,7 +3780,7 @@ "hash": "IMrfMMCgRNAJc9IwbEpzAq9uldmbfPdSpU2qPqeC5o0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3792,7 +3792,7 @@ "hash": "2wTpmEa6DLeJQH+0avBA7Qpi5kHfmsC5vEdb5RTNwJo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3804,7 +3804,7 @@ "hash": "eMH/a8jG1dRObQFAxrdYoU9I1fbwqP6rA19NeOpPi8Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3816,7 +3816,7 @@ "hash": "snArGC8STLDWcNVTDl66164btktIuE4iSNj5rjQEIKo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3828,7 +3828,7 @@ "hash": "Q8oKJEU6O1vf9Me08bjgaRd7/yeovq//Gz1DVXWsy/I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3840,7 +3840,7 @@ "hash": "WOytq+MhC3DRa+ElAvTfxjK5bSBQ3dvKPVTse7cnuyY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3852,7 +3852,7 @@ "hash": "tQk6JaPW9CYNXLmLFOubXKO7bvWzLOV4kElMKAt2cmo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3864,7 +3864,7 @@ "hash": "sUXCcfQf4qQkVRWJ+eHXaN3hL18hJKn59HVPk58pgEw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3876,7 +3876,7 @@ "hash": "sAdQxMnPMhae8ussj8QaSSX8I2PaEsN8ZPPOseYW37o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3888,7 +3888,7 @@ "hash": "6r/6LJo+m7mO7RkA7Kub6wwbVevj67CwX6mnbDx+134=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3900,7 +3900,7 @@ "hash": "Azp33OAi7ke/pQjIEClm4fksYuuD+cWByYbEJzFGFg0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3912,7 +3912,7 @@ "hash": "4YiOdXvZLBfBDU/YNNmH4/+5Z/CJz/vnfJlUUTPPoOo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3924,7 +3924,7 @@ "hash": "OsdirEw3HOZcHVsub9jkps5QAavKK+nO3rWyCMNbguM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3936,7 +3936,7 @@ "hash": "EQgNquJ3lEHdvacLfQ+w9pJ1Jg3/dIPH5uo8uoFxyfI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3948,7 +3948,7 @@ "hash": "l00Z4BG/xxheDqFLrKgZ+f9B+gWcwLTGgGs2B1uxDQs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3960,7 +3960,7 @@ "hash": "P+2u5Hta6pSj5ArBCY3yAdBPE8WIVNnt735JBKbxYPQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3972,7 +3972,7 @@ "hash": "WKcTo9fds24ZVusCO/YwRvO0/VlNuIOFf0atJNlHXC4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3984,7 +3984,7 @@ "hash": "M1+La4W5JtNcjxkBo2rLebe/w5WWMaViBY2ngpSeII8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -3996,7 +3996,7 @@ "hash": "MuVANhYCxEh38hZd7SSKNdI3HPxEDxx5eULvt3HCxgY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4008,7 +4008,7 @@ "hash": "tKrP1aY1l/YdE4AUL+H7rrIo/Fxw3w2cjwJNvHVL4QY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4020,7 +4020,7 @@ "hash": "uxr6eO3Y3BjMdHXZICq0bH0lR26GpjAx3J8Zwfp/GyU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4032,7 +4032,7 @@ "hash": "ERmBpqyvGf9QCznNg/Iqi65xzubVPiGa1wQZ7eyr6h8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4044,7 +4044,7 @@ "hash": "ZJpmuDSfPPBONY/Hw+iZ6OWBF56pX07a/WiimscTAvM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4056,7 +4056,7 @@ "hash": "1SFnSi50AQ9RH/jxNJcpJhlKWQxABU5ZbKM1o5dPA6c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4068,7 +4068,7 @@ "hash": "JM+bHWC13+eSnmpbFkjCKhusoZIxLP6YpYf1SDHxWSQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4080,7 +4080,7 @@ "hash": "23g1drwDUSG6zenbdOuc2MYdrHT6JgqSNMKg/rFc1XY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4092,7 +4092,7 @@ "hash": "KFRvdVTedVUUKJcFJeb5KNlAyAEoGmXp5Hs3pQVc/t0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4104,7 +4104,7 @@ "hash": "lCtJX7xUEIoF3TgnSwDKrDC3YohuT0AaqP5M5AFI1jo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4116,7 +4116,7 @@ "hash": "+ahAkyC5pWJXw8JYcu3CzpYyRNoWW8LM7Rkx3njc2K4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4128,7 +4128,7 @@ "hash": "/HQFnWPdWvJCov7ZTg0zIRcdSGIy2rUi0WHBPJbIshc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4140,7 +4140,7 @@ "hash": "90jb8+TgPN2q0dnUur3CU+UeNKi7bbzvZY7XR0OJd4Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4152,7 +4152,7 @@ "hash": "D/ECZG3hagyftSi4lMjyaE4hesrW+pRqZOsEojHPV80=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4161,10 +4161,10 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html", - "hash": "qeK5ikMj8SNGuVwEuF9y5NTGZXlUvlmQWvCbCpFFtCo=" + "hash": "yLA2PBHs6uCBjdbYo85V+AAz87QcRyGfMCdzJMhLNXc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4176,7 +4176,7 @@ "hash": "i0uWnwTXBie9dYB81tknJbu+BH7UYqCwqGrUwh+I0lY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4188,7 +4188,7 @@ "hash": "09+qEwdNNrg6POLc0imi3KkZRmNsZCcrAxQsBTtHWcs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4200,7 +4200,7 @@ "hash": "aHqEEt747GMXKEwtjB6JW5gfHb6fuFCMUi4b9Q68mnw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4212,7 +4212,7 @@ "hash": "LlU4zM7cbbuhmIf/Bx9ydlTbxU8KnUKsy+RNv/i2izI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4224,7 +4224,7 @@ "hash": "0p/cPS6YijrpimrmP1j5MBV/F6IJNbGXgDh+JuJzDv0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4236,7 +4236,7 @@ "hash": "gMX+WOeinKqXCgidAdtqwJEjZ+5iCdBlbxwmUZ9IyaY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4248,7 +4248,7 @@ "hash": "zYNhcAPGpmFDLm/hnWsg+7yTXqDs5frYCb/Niia5yUg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4260,7 +4260,7 @@ "hash": "kkHYYEBEhS65hfh4MR8KKZKnSHaASHUKFEnWlmNjCaU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4272,7 +4272,7 @@ "hash": "AoThY8ADlLLeGAwjcj/Jzk0wkmhHtiFc++vnA4Pc2pw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4284,7 +4284,7 @@ "hash": "t053u0YB3vg6JydFaEMzj5+DgPV4V4dczfhJVjZ7M/w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4296,7 +4296,7 @@ "hash": "Ta3pnIxkwdnHq0/tr8EdX1XglpOsQ7BsJNGaQpuckI4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4308,7 +4308,7 @@ "hash": "1+sKR0m5F3e03CmH7H1mWA4Y4Bo1LFXprupIcfwChEE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4320,7 +4320,7 @@ "hash": "Tv8RsSO8JgQJQSr7rVif7H8n4UXcLXO7WRgrPolv+lg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4332,7 +4332,7 @@ "hash": "ODeMprQdm+YqeIHTStlbDpSEEsxb/dMA9ItlPTrYdaQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4344,7 +4344,7 @@ "hash": "Dvt34sfcFG9yxfmh6v2n7q+Oai4XR6xknoUYx9B90ZI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4356,7 +4356,7 @@ "hash": "VcruNUEPHqUlq7cDaDKbvJSfQzLM/s4HNDXfApOnock=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4368,7 +4368,7 @@ "hash": "tcNQCEzeC6EZyMStlN6Ky5dgDRtwp5SSeVCehAjA3uk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4380,7 +4380,7 @@ "hash": "3UzhdOTsCYyEi83HwI1wx7882OrF4P5NALItTaQktbE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4392,7 +4392,7 @@ "hash": "m+nkxSjC9loh+vns4Uy4Q6PDH4BJBxUC82SJ9m6O6JY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4404,7 +4404,7 @@ "hash": "q7qHfb+HV1UUNmu6vuQirgQSEQc6DLFswcaf1Wh03zM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4416,7 +4416,7 @@ "hash": "nnW5wnCLTVs3M8VTYdP2ze5J5h6p5Z/lTg+fmqnKS7Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4428,7 +4428,7 @@ "hash": "qCaaqWAuBDMQ0f7bQz7OSqHiN1Jxxd/Dk9yWHzsDWog=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4440,7 +4440,7 @@ "hash": "XHpyL1sEx0k15JvZkx7ubN0jMY5EMclGbyPk+iMf/xM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4452,7 +4452,7 @@ "hash": "aOUJN/EHkDJ5TtxiIE9lPULBYt43AiCp/YwZdgYautQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4464,7 +4464,7 @@ "hash": "W0yz1hZD2Ro6yhehcLyGBaR6Bs4T5mTalUmWW15HLJM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4476,7 +4476,7 @@ "hash": "/KHrrVNjWJyjYjvUWw3rtP6nHthrNhMrZsEV8tzQQF0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4488,7 +4488,7 @@ "hash": "W/+fFbbWlvsyt5aLcasWUV0fXNYMlCqGc+EbHGFB2Nc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4500,7 +4500,7 @@ "hash": "B7z6OWzTde3x7ApMCeSt64lt09Oi+HHjhrMUFfW0BQg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4512,7 +4512,7 @@ "hash": "hfMJ5qoEsm0hGHbJW/sMN2Px8EEvETDd3vbDHTQpRYk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4524,7 +4524,7 @@ "hash": "205E493H9YIAftrEYbQuR9EIJ608X3sKO4V31dGEfVY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4536,7 +4536,7 @@ "hash": "mBna6LbF3/6vYjjyTNNQIeqty1JPbWvGVfDa1XrjU0U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4548,7 +4548,7 @@ "hash": "NuCrcQHnxhHVW+xPLyedp2aGeE1e1h5N1Nh97KVFVeA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4560,7 +4560,7 @@ "hash": "e2G0sWAS6fBzIwd/GQ7taAhorCKO1GlV9zQBcbCLMqo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4572,7 +4572,7 @@ "hash": "FjAhm3GiKeYpVLS9cvlVphUlCf8cnYgfuMS2xztJHO8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4584,7 +4584,7 @@ "hash": "NbPPL7jMMs9jmSMXWdLMEp1K8DKM7tBFJo6CBXhk2Rg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4596,7 +4596,7 @@ "hash": "q1m3ynShGnB09J9kdZwfAwm2Y+DAxn0Ek9M4OvGhQB8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4608,7 +4608,7 @@ "hash": "LnnlCZQSy5uRZWd2xnci4L6zzVg7A//VfMej3yUAEdQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4620,7 +4620,7 @@ "hash": "bY7Oqcuy1J6MDNn+RoID+DSCKuGu3wNYItz5wxNAQRw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4632,7 +4632,7 @@ "hash": "OMU/Urm63mCWLKAOp4nzOo/sx29ALvBBJV3ddKH3jS8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4644,7 +4644,7 @@ "hash": "NWJ2GxkKF8XveIxJ7efw/o6fKnuEKhz0L1sH1jI7dLs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4656,7 +4656,7 @@ "hash": "ZfDYZJlHdqQQJUS6+pjzpTgP5B2615PcY1hm0yk+JjU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4668,7 +4668,7 @@ "hash": "3UV6a3jIyxxMm4+Gz3aqBNYZXtrq0p3t0CxycFB6syk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4677,10 +4677,10 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html", - "hash": "Qol0B7wI7GA5ha4Z9KEZmr/khDxs8CafWxeeTMqnXfM=" + "hash": "gRcTZ/Waoaalh9+hAHP7hxaWyo7OQaCctrT2xuAh9f4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4692,7 +4692,7 @@ "hash": "AMcI5f48ic3V7kZwqGUvOyMAVKAKIpZlj1zUKJVyWCE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4704,7 +4704,7 @@ "hash": "+242c56zM4cltEpdkGmrdXa4xRYmlzvKJXij+IsSjYA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4716,7 +4716,7 @@ "hash": "zYj309VVQ8cHlaHBRPxtTGIm2bW0cwRYjnxYLaZpoCA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4728,7 +4728,7 @@ "hash": "gOTnC8ZqPbGWsQmmR70KdH2EsfiJav4V14VYShqapYI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4740,7 +4740,7 @@ "hash": "Df1hSeljk3fSChy2kLO1mrl3fX7ho7jz+FQcxtmlMCI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4752,7 +4752,7 @@ "hash": "qx1uPxSwr/WLNef0x4xg0g2HzND6pTpUQDFOL4oG7J8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4764,7 +4764,7 @@ "hash": "icr8DphCIqrIGswRaUAzfoZQy7d5b/hr8CkTNxvOJgI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4776,7 +4776,7 @@ "hash": "x8B2rJo932jkl/4lUOSosTPbk5+rWqHcwgxBMxzzK8c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4788,7 +4788,7 @@ "hash": "PsjhDEtDxSPiKUPZU3Nl/UZRyerkJ/mVjwzV9FMO+aE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4800,7 +4800,7 @@ "hash": "R0QaK9CATyQFX8eRE5Dwg+1tpYzF79f1MlKpd3v1zME=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4812,7 +4812,7 @@ "hash": "O422VWWIsOQZcHRyaz2opoby82BWRhxp/FOdcYj9Idk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4824,7 +4824,7 @@ "hash": "lbtCVT4P4bUoArtknitob38ak7+PSsEPeiFbbHqo6VA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4836,7 +4836,7 @@ "hash": "DESnqKiLvOb5RIoP7vrZxecS6lAU2KBHowlE9ykWhS4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4848,7 +4848,7 @@ "hash": "nub2ZAAygvVp4EZDTRx5q/QRdG9/yGS0PbdgMy+oxSE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4860,7 +4860,7 @@ "hash": "DiYeODBuGyQdKrVEiXij7Xx7R3vU3iHf21tgELvxvd4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4872,7 +4872,7 @@ "hash": "K6iXSZk5BROXaSx5eBnU97Avdb1UdVq1o5zw4euiZ1U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4884,7 +4884,7 @@ "hash": "xe02rs70DXzDb8C3Pf0UJp/FicAGndyPQdQtcc/aAkI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4896,7 +4896,7 @@ "hash": "+EmndawX/K9z6BeHCDU02lFERlpl7LxV2XRgp8FSfXk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4908,7 +4908,7 @@ "hash": "kTrpjc/9P5ho9q4VoZ/kQ4SkE2cC47ZieisTUMMfDi8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4920,7 +4920,7 @@ "hash": "hfdJLq5VWsq7DjeeQa3XLYqGmhSnwgwpQtCK6TbOeds=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4932,7 +4932,7 @@ "hash": "0rkgw719zRKaiwRHrEJbuYLO6VIjsDgq0r3+czGSw3Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4944,7 +4944,7 @@ "hash": "fxDy5hzrSz7wK3HJxkMutTKzdKxhCS+IojGSoHOLLrA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4956,7 +4956,7 @@ "hash": "9bd6R0ct8m/eIIkJYd3REBDNjpc0xCZHsLWT3j/QNyQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4968,7 +4968,7 @@ "hash": "OMklb60PS9Qo+pOaKpAWrLALG3PYs2aa1GMsWoNSHyI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4980,7 +4980,7 @@ "hash": "rZNFNeNjIUipgVxMUwLYdefHvX0ChobOA77lqyWN51I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -4992,7 +4992,7 @@ "hash": "o5FjseIhPpKcD5J2IpLAyB7R5dfS8pPHBpV3oPCKUmE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5004,7 +5004,7 @@ "hash": "74W0B8eSknxWDSijTrVqEzsaXS5YLfAOxeaiT9VqCks=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5016,7 +5016,7 @@ "hash": "puThxbNSA444gpGJcliw4fE/wFCuYdTK2O/QEYEbs1E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5028,7 +5028,7 @@ "hash": "oVXPm/cmRrlx3mjXwdDZ2Q6Hcb0nJWvuC2hIgPoOXko=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5040,7 +5040,7 @@ "hash": "9aEoQYv7s9lF/1JfGHkWak5P0RW/qLEHKouFpImZkVY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5052,7 +5052,7 @@ "hash": "Y4tD9FkwqK/FteO88k+QADGoFuq7s5VS2xL5Qu38QPU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5064,7 +5064,7 @@ "hash": "si39eFvlpZX51coGJhKzM2cBNKQn5E4PaBS/j8WmLE0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5076,7 +5076,7 @@ "hash": "nqJl7jptYcLDgoa5KrTwJf19HkgH7M7OF9NO2+oJbuE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5088,7 +5088,7 @@ "hash": "QIE8j4hlRe5I1jR+bOy/EdiavpkKxbCF9OTBKue1eXI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5100,7 +5100,7 @@ "hash": "YfOwaghc3QAYcX0RaQp2J5J9sFVI09TYgeVoXyBBRps=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5112,7 +5112,7 @@ "hash": "Q5yy96s4Xt9g5uin6x29IfNzTegsfXYLk47J0M11N7c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5124,7 +5124,7 @@ "hash": "apPvhIyU6TfI4wNSpsWXSLMotc4f0jdCxrviMmsFsYo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5136,7 +5136,7 @@ "hash": "I4PHxTae93c5bLpj553MjyotMqzmsm4fHORGwGXOmz0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5148,7 +5148,7 @@ "hash": "F5eVSDKUci5wYnViN/+Lfdgc2kbIRyfqwslF+zJ0o64=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5160,7 +5160,7 @@ "hash": "aM6Ex5ZPE/RyFqIV5FnENooUwYNrCrsJyTMHzLy7fYQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5172,7 +5172,7 @@ "hash": "g5XHTnpZO/cvSjg8T+05OiEzzCV1ErHTwf8/THAgCGc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5184,7 +5184,7 @@ "hash": "+Fq34MWmcctikiaR7+pZ11FJk4UzwWb9ZG6CttaM4u8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5196,7 +5196,7 @@ "hash": "uwiwpD3V7Xmc/Sevn/kWU7Qj9Xj+dYaFbAmvnbqowGw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5208,7 +5208,7 @@ "hash": "nl90fSEetzUFa4iw6+jtF39KmpgxfI/nLFnmbc4dd+w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5220,7 +5220,7 @@ "hash": "T5X+4I65lsmlChXYJu5RSV5w5aipY+Tzj79gthSRR2M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5232,7 +5232,7 @@ "hash": "GZh1CKFHXga0cU73dkEc+DW+2k7NNQJIBIvgD4j7vaM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5244,7 +5244,7 @@ "hash": "tkpWwiSM8df6LG23aoGT550Ge7s/53TAxMtQPwYviIA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5256,7 +5256,7 @@ "hash": "FW30043D/ETE90DNVmtxmE+zRcp9AHrFsueTnIgW8FQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5268,7 +5268,7 @@ "hash": "9fc1uoK3MR0g81ugWuit4DslfISEEeYilKgGP7OdQ6U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5280,7 +5280,7 @@ "hash": "iBHTsgk5KH849F3bndIVhVwvN+2SSJwdQVYzZruk5rQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5292,7 +5292,7 @@ "hash": "MIrqQPTTMSh3l+FpQ8Tz9CtVkWa2WOyr1c1jjYwZuwk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5304,7 +5304,7 @@ "hash": "u9kJDYyq+swn/Ve3KAkxHM3O4/+/ihAFZjbDWx3Ax9c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5316,7 +5316,7 @@ "hash": "MQPQL5y3ojfyBhfMZzvB3vpjXb1SxuiSDizYo8yX6Ac=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5328,7 +5328,7 @@ "hash": "ho21cDm0MUJfk902ROKt1kwwQ82VBrS4Y70RrKSDfTs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5340,7 +5340,7 @@ "hash": "9wozJ97fPPoZspb4pejJ1t5tRwdfJHX0HfA1c+hYG74=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5352,7 +5352,7 @@ "hash": "G5ZYRwnYcmcKd+bUU85cfuJv+f4bovxO5/+aXQvcN0Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5364,7 +5364,7 @@ "hash": "uaVwWYhCr1J7JPSbssobZgSsQuIoeSosxLIow1pr4qI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5376,7 +5376,7 @@ "hash": "YuQJdFYHxQCm2oVh3g1D8MPhe4rUp5xwMKtSlMPGmSQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5388,7 +5388,7 @@ "hash": "MS2PHKMUK68U9YjAC3kb4/ivmHYWo61tSgofQqHhVrY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5400,7 +5400,7 @@ "hash": "3FKctj5nwaTjRDWVpBTtRDjqgZkgU5c+JyG8sxNAgFs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5412,7 +5412,7 @@ "hash": "wZZQApwE9U+JCopEddJkmCZpIf8S8Xu+9v9wOFHrGrY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5424,7 +5424,7 @@ "hash": "5h2waGKi98cxWB2Y9OFgI3n/YzNIYzO5pnY5ItpPGB0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5436,7 +5436,7 @@ "hash": "d9YI/haUWjbpTCidzd0+P+YZywBOWJWBTi/IIkiG1tk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5448,7 +5448,7 @@ "hash": "CR7AnQps2a9tmuFNlyApOwnGC9VZ6rfBstNl0yGG/2w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5460,7 +5460,7 @@ "hash": "HJp/H+8pPg9XfbvL3YKf9lVx5rq+tZI16MI6vg6eiq0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5472,7 +5472,7 @@ "hash": "U/01j6mMp2v0U6JHRRdw7I/blf4qv+SH0T0NcMCIX14=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5484,7 +5484,7 @@ "hash": "1qloEtlno6TsU13TR85PS3YtaVpnxfhFC2FD6nGRZ/U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5496,7 +5496,7 @@ "hash": "fLCv0zRabIBcSD44i13RxeB+9n58lba78cSJvgqkTRs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5508,7 +5508,7 @@ "hash": "Eb7RiXbLO6RVhnt0oI3LldtzG4xK/wqymyWzwpJvibg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5520,7 +5520,7 @@ "hash": "uZ9/hrIxo8t35mscxhweQSaD3LGHzLjBDh1xtX6BqPs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5532,7 +5532,7 @@ "hash": "a+oTgo6mtgZ0kvYolyMSquFOWAaF71gP7nyoy08qAsM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5544,7 +5544,7 @@ "hash": "k9G/YTwmkx75da+4OlSY0D6uP4KHk3cEVvbNDWqssLY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5556,7 +5556,7 @@ "hash": "c7L33EEIaNPM6xUXNPvARCSH0qWNx3+BKOKzmd34sk0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5568,7 +5568,7 @@ "hash": "/LyIWRWiJs8bMXbvNSCzIcxB3HeFs4j7v6tQ6vFlV/w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5580,7 +5580,7 @@ "hash": "vIMAnmOUmgbtRo8dvp/aQMjtsZXr9fR98Y50qhepukY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5592,7 +5592,7 @@ "hash": "gjHeMQ4hDP6u4qdB13YTs6mxh6kO1t1W97iqWJEXwXY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5604,7 +5604,7 @@ "hash": "atGrvumdLICSDgNeKqIgeZp6PwITpqQYEYOP9g92aF0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5616,7 +5616,7 @@ "hash": "3Jes3zhZJ7NBnOZZygr/Ar2p9DRWFJnoFzxvttritDE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5628,7 +5628,7 @@ "hash": "m/vah4YOsij9Le7wah6Mm+sJzZwB3Rslg0J77FAi1+g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5640,7 +5640,7 @@ "hash": "ikqj7DTCkwIVj8aiFNT7dEnDQOVurh3vhXXBnUy/3Hs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5652,7 +5652,7 @@ "hash": "PoRAYjq3K/1KJ0xLAdbbcMWrkyETjUCJb2OX3yo9+9E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5664,7 +5664,7 @@ "hash": "w/53AjJ3bpL7615lkw1Lbe+V77w4uiDJnzH/k7i7AVo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5676,7 +5676,7 @@ "hash": "lB0lqkuTAnfaxrXEb8ogGgzDOL+E5r/92oXkdncJWnw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5688,7 +5688,7 @@ "hash": "OVJ/5k2Cg5KKQxgACxFbTiOnE58KFyGS4N03eP24Zhw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5700,7 +5700,7 @@ "hash": "C6Q+EsrD83YQ7MujSuIqNmd3zRGVCU2OF4VG5PE1m4U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5712,7 +5712,7 @@ "hash": "okOfiYesPmp8o7jwkYeIE6W32OuuLcEIJVSb/swKuzM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5724,7 +5724,7 @@ "hash": "6UYOXxaDPe6ApCJxkeCAUTybm9lH2tpi/f7KYaS6b60=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5736,7 +5736,7 @@ "hash": "2nfrQg5B19c6sqBn2c6nDNILGA451z+4QymoDs+xpQU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5748,7 +5748,7 @@ "hash": "Czv47FP8vvrNh+d3H8Jz8uanBJGtdZwIJDmuRteq2P0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5760,7 +5760,7 @@ "hash": "zcmTRGZLO6vCGxpUl7pN4XeC2tShq67Gp+rvXJ3fzn4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5772,7 +5772,7 @@ "hash": "ZfdHBGcAJhY+XggrUgKvRTtVJt/6GfDS+RwHiIxtU2o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5784,7 +5784,7 @@ "hash": "rNOv3SL6vq9zqc0x2EfxYs2vxPdtHrG1pjjz0ENhTPA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5796,7 +5796,7 @@ "hash": "9uqXIN3xja7JtGiK79Wbr1MCNxDIKktrMvRT7s4q8CE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5808,7 +5808,7 @@ "hash": "62H1uQoDQK7GEVJk7cxmdjy4TLxYfM6qxHMDIb/rZDU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5820,7 +5820,7 @@ "hash": "5n+rrRAoDnrqS6JHZ5iQwOqnh4yINAPXdunefRKUasY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5832,7 +5832,7 @@ "hash": "5rR2mJm1IuXT0sEiVFGjKzydwzUVdpIdCik1JHWUQ4U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5844,7 +5844,7 @@ "hash": "oSz2ng0TJJYxYLkaUcGIksqrruy+cBbMirS4YXPrfos=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5856,7 +5856,7 @@ "hash": "g5dFM3fyPEGglzm0Ov6id/mRg7A6PD4xV7nKSOiEaTY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5868,7 +5868,7 @@ "hash": "kDMBsTSXCUgyw5centrx5R0zzVVRWQMDd1khseIng8g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5880,7 +5880,7 @@ "hash": "gvFMpEQdTHvY3AMLcCJYBwRhXJUx7neF8xap0WOeHZA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5892,7 +5892,7 @@ "hash": "F0SPrtYRW4tEbcm/S9lHTufgpObi+EcF7UnZwDQibcU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5904,7 +5904,7 @@ "hash": "8EXFT4bNPGOFZAh1LpwnZlFAhgPgzQKQBYs8+8wZhGs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5916,7 +5916,7 @@ "hash": "TO9r5tzaoG8/oOv89JI9nmxemUIvBlINZXMFhIAHZoU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5928,7 +5928,7 @@ "hash": "8pjDIJGZsQhZkVJ4/hmPULhnI0e5InXBzQcrRyOjzNQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5940,7 +5940,7 @@ "hash": "0AGFjXAPQuDyL0XIxnOpG3R0UEVeF+CCg5jn9I3UYr4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5952,7 +5952,7 @@ "hash": "6VkTq+hK6UST1Cd20f08ARu0+ab2CGUC+4nCf9TIbnw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5964,7 +5964,7 @@ "hash": "lDHMn/QxQMCWdz0HtgcIQoo2yeVIx3Z6Z74NfpEG6Q4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5976,7 +5976,7 @@ "hash": "FH3/Nm4q672I942OXhGAvmOTMYDRe8BdvyuvFdu7PpY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5988,7 +5988,7 @@ "hash": "GylZg5ithiczzKWwMVXyiy6mnjiKprYRrsYwlHpzmVg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6000,7 +6000,7 @@ "hash": "mRbMvam6D/yeegUJBHJ/f5DhMU0JCvwR9YyCj0xbh5I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6012,7 +6012,7 @@ "hash": "sdDHLP+pkeCtQR7Hm/B79rDEWhuitemxZiFkAI29knk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6024,7 +6024,7 @@ "hash": "SVS/RPBlPEJyyS3xYTjVgjsL/9ubZDbxhPkwmgaQuFo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6036,7 +6036,7 @@ "hash": "pCb1Gsmsevp6sThYqEiMBbzMVZXo5sGQkKAowRhXhmQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6048,7 +6048,7 @@ "hash": "8G1PTqbAGz2sB43YyoptmENW6vJAuOw9jnNu5mRvN6s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6060,7 +6060,7 @@ "hash": "tmi9HDI6SypWmTJYjhrpJZfiduom6Sgqu3LgDj+7edU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6072,7 +6072,7 @@ "hash": "8w8CSEOiUTxJfIPoQwAxeeCDmnG9U1zqzHFQI6F2pqI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6084,7 +6084,7 @@ "hash": "EpfGL2rMaQnZpKpOwTsjjbf8zrh74WyhxAWG4lBqBl4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6096,7 +6096,7 @@ "hash": "KgYJfCm3ieyEh/rAf4sQWYbiByTec/7DPGeeC14bqVE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6108,7 +6108,7 @@ "hash": "5BfWhqNUplGYrPj0x0ce+gFUSfLm6w0mr71hYJ9yvK8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6120,7 +6120,7 @@ "hash": "8nb5hBxE4ZrQfVkRSY9w1/aXwM3hs0oIbfHzu/UOwy0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6132,7 +6132,7 @@ "hash": "62irEFvTXOqVQcU0U3DkRI7r3j27kp75mB0ujZJ8d9I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6144,7 +6144,7 @@ "hash": "bNTadjUTHbzy/C40dSJQTXQiTm38JS/jU0kUyEHlp5A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6156,7 +6156,7 @@ "hash": "kFN+fVvVof4ipo1JeASwFTH7vG3N9eLci9XaeoeeAc8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6168,7 +6168,7 @@ "hash": "Ttixeg5eYR8FUVBAEBMlnaaG/pu4YVOHy1JgJNMSyn0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6180,7 +6180,7 @@ "hash": "6FV/JtzQ1zRLUJ8SRxJEjNcWb6VJRCzhRkIJMMlrjJM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6192,7 +6192,7 @@ "hash": "kOn9Jd8lupeNnXx2MvIxa0WP49CxwTSygUcSzYWKB7w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6204,7 +6204,7 @@ "hash": "AqBMnF6+MJnwq/q5SPS1+CKu6zyXOA7fjp3YCmWl6lM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6216,7 +6216,7 @@ "hash": "mHCC7bnsCH8Q5aQ5JttSZOY2FjyPiOl6Uj6fWQHPQQs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6228,7 +6228,7 @@ "hash": "i+uqOF1n4w69zzjQVfp+iCaSF1vthsMQGOZulyqbCO4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6240,7 +6240,7 @@ "hash": "DwshnSYuDGeGLm7HOlyhslF1FzTrNw4yD+FLiR4+pE8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6252,7 +6252,7 @@ "hash": "FuUUYI8T+5FcD54H6aIJpHoHLkotlAByJ4SE3V95tEI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6264,7 +6264,7 @@ "hash": "LVJyjME+AJJUEhsgl2Rx94ItGxFT/peRGMV1QImu29g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6276,7 +6276,7 @@ "hash": "YQpgtZIMCflx9U8+xvaHDubB6jY/Z5dtzvNEdJr0vFw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6288,7 +6288,7 @@ "hash": "QhG/1ysWCSxtQF50ZwqRMhrjr/WP+ljdbHeonlcA7dk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6300,7 +6300,7 @@ "hash": "umbrLvgsTjgW7i9zszEZPOLlzrWbL/PcaGsQMqlCsbk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6312,7 +6312,7 @@ "hash": "8E3/NyjfUJ+oUOnjujWOPXpWMjrDgTqN4vbtJFgjM/0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6324,7 +6324,7 @@ "hash": "H6mnY3UTo7Zu+38wtMovwyswCb1zxizqrsngfoFzsv4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6336,7 +6336,7 @@ "hash": "pDwWIDfhXb8RtwoxQweMxOuArM1Q0W/bp1gdN7noNo8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6348,7 +6348,7 @@ "hash": "Ofbd247RbhVlv8sImZHhNsGzTWtuNGf/YJ8SVt326E4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6360,7 +6360,7 @@ "hash": "/+uK0w63muPWbOTiUGFSnzQyol5OeFwqO7/KiQrhG5M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6372,7 +6372,7 @@ "hash": "zYKSwHPa/nk5F3XbkniSrFmr9YOpm39FEERHierbw4M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6384,7 +6384,7 @@ "hash": "ypm7Rxw2fddoYN5Nnw4YE/N41fnB83PNdYUB0aM78Uw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6396,7 +6396,7 @@ "hash": "vMe1IHqim6kFCFi5vQJ/hh0rQWpOJgRkpjHMwXxrhsg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6408,7 +6408,7 @@ "hash": "uL222F6TMmq4adQtpw5ZrnJntIHL8FjTo4D2hkp/O/s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6420,7 +6420,7 @@ "hash": "IJI//DuScIznrsVUWG45iUHYdSBvlIzzNU9xIyu8OUo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6432,7 +6432,7 @@ "hash": "bfwlZo100XkCOxGJ3QylHMgm9N9rYSyMV4JYdOPqH/g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6444,7 +6444,7 @@ "hash": "m1S5joY93jXRbH4iUCz7RkYLi3mW1jNeuvkmwA572zY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6456,7 +6456,7 @@ "hash": "Sr0tu/hi0j+luf3yVNSE6gWRUVy8q8idmYiycWDy/tA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6468,7 +6468,7 @@ "hash": "60COUJHx8dWez+68c/YueEz3FOZXy/rnC8OShHVXpPc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6480,7 +6480,7 @@ "hash": "x49ApaZzK2Gd0QJpuPnPELFkiE+hUIVQ1EekgKXjifg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6492,7 +6492,7 @@ "hash": "xjGmFyHNihYlNveYX6dW1pnGDpP1vu0y2qz/y0JJxFI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6504,7 +6504,7 @@ "hash": "txKPKflNzWdWS1oh8Fx1h0qqqTxCOnYqfGULzfMPW6w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6516,7 +6516,7 @@ "hash": "0Pi6zb7fYcNFNhkI5oLQ3WiuTWaN7OIiw73JB/LG9Pc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6528,7 +6528,7 @@ "hash": "uVPvtDqyKtREmQZvD20L7P78efbFe0oQvjJvZ8E9dcY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6540,7 +6540,7 @@ "hash": "J+afS4f+wP3Th8OUdXWPIDaFmXtYZdXUqiO1Be/ouqU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6552,7 +6552,7 @@ "hash": "yQ8tc7IAh19iElkU5arF4B9qotrkwVx74zwa0SHYooI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6564,7 +6564,7 @@ "hash": "skZtUJIsyiUwAUEVD2CJhC5UM0nqUtpabhKyJvElIio=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6576,7 +6576,7 @@ "hash": "CV4IbOtc1jrJt58zQsSNemRGSEyIOjIrwSbnb8jWLSc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6588,7 +6588,7 @@ "hash": "oacDAU85cXi+mV8BCIXxRWv5OePVrsM3WCgNCjC/gwA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6600,7 +6600,7 @@ "hash": "Sv4jJTF5s0y2gP9DDNVRoO89OwTSx7AOOdgdWqjxCqo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6612,7 +6612,7 @@ "hash": "Zo22dEDnCJvV6NXRIiHwvjFaEK5NwaRNkBO4fUXYXHw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6624,7 +6624,7 @@ "hash": "hWdHNyLOE0daJCFzRHV2mTvkOnBe2qy+ZMIgyaP17Hs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6636,7 +6636,7 @@ "hash": "5vBUGZjaJaG0zVQSkcH8smoc0RixO1COgXXMp+3z7zk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6648,7 +6648,7 @@ "hash": "IaiTuKAm1PfkW1mk9TakxnOevmXXGAvgsNwpyxllmew=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6660,7 +6660,7 @@ "hash": "wFQFjcg30WTK3M+Bb/Jc1p9lEfSpTzKDIyPoPUQqbfI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6672,7 +6672,7 @@ "hash": "Kf8CHRvNuzfR28ig6WieaZa9YwRORMrF/5rF1fOxxwk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6684,7 +6684,7 @@ "hash": "JOqbuwDKvQWWuhZZNE43lAinePYJeu2DazJjVNxg8bQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6696,7 +6696,7 @@ "hash": "klJByXXuYQnBtVLtF634aGDx9n8HWf3c8RjNYT+gBeI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6708,7 +6708,7 @@ "hash": "L48wFUTT7+wT/4ZTA6u6HDmhZY7UI8+M+EoIw6Iuufo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6720,7 +6720,7 @@ "hash": "9ZxH375qohdvuYjJYqxUJc4wjXGAm8iq12lUNDa/9wc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6732,7 +6732,7 @@ "hash": "TfKkJ4gj8eGEPWOD9IMSOZhVjtV9YvMfildd9O5bYlw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6744,7 +6744,7 @@ "hash": "xXZOpN+BOL9ZMjOlb/SZFSq32QGjZzJhoG0tu1i764I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6756,7 +6756,7 @@ "hash": "F68bnyAgZg1g/DS82S5gxl7rfN1W4DCwhNk8Tv+Jif0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6768,7 +6768,7 @@ "hash": "WyMCOxYAzgDzJ33ECuOABKSk1kVf+1o/7PDBOqBC2t4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6780,7 +6780,7 @@ "hash": "nfAjivLm5Wlggvn1cR+Dtgc29o9EW/eQ5G7fJVzrCs4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6792,7 +6792,7 @@ "hash": "3tCTt8IZW/wsOAr7Bmhk2cSBD8IjAmkTDTbJdy/EzP4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6804,7 +6804,7 @@ "hash": "HQKPJIET/OuNpYVSoytIa1fGS7BxgN9OANSn3mTgYIY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6816,7 +6816,7 @@ "hash": "Yj/0BlJwuA3V4A2tmlxAiNOGrJ5O4YoPMzmSp/+x6P4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6828,7 +6828,7 @@ "hash": "tirjo3avpXQf1+dMssa1D3roAz5WftjIKh6w1gGeGQ8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6840,7 +6840,7 @@ "hash": "bKVE3N04jpAE3rSv/Cl7alObjDsJfdVbi2YS/d9Bi+Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6852,7 +6852,7 @@ "hash": "TIyDQHabxBFyyu712qjr7hkbszjE19aKsOVpBQ6R+oU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6864,7 +6864,7 @@ "hash": "KPwzD1zMmw9md4cWxSKZ0z8qxPGaILolceSHJkoJVMg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6876,7 +6876,7 @@ "hash": "eFZe2i7UKPQJrVeArZzi1/CiNkoECQyBJ/o8hSnpwRo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6888,7 +6888,7 @@ "hash": "nKTEmMbNeS124eCojf+IQfSgCkzeMOZIMNypBFZvpus=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6900,7 +6900,7 @@ "hash": "pjuFi/hCrni//YS3tCou7IZqPY6x27yQbGpsw+Jg/S8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6912,7 +6912,7 @@ "hash": "kUC2ZCOuoNuqeGR+afznJ8IfCjxlbMf4StpiCC/okys=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6924,7 +6924,7 @@ "hash": "S1VmVDocjIW2WtKyi3jmvd3P03omP2yeYQYMC5tAaEM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6936,7 +6936,7 @@ "hash": "/J0JxRvdTfHPkwK+U1Tm1fvFBj/ZjQHks2G3hCykSwY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6948,7 +6948,7 @@ "hash": "tJn84gNOs9tT1p020jbVK+jUcQCbuIJ9K0hJbR5n1+c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6960,7 +6960,7 @@ "hash": "8ma3SEOXrYMbUJ3w8D3ZlUJphDOoF1p2cbl5a92evjM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6972,7 +6972,7 @@ "hash": "ABzQ5kYOq+KSyEa4U5MxIGlvGN57C8DlPeNGoS9XgQ4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6984,7 +6984,7 @@ "hash": "NLSBz6S9ZujuYHfeDSCv7IbId8GFLTWTZCrN+HW5qsQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6996,7 +6996,7 @@ "hash": "1tolt+8DLBXBnrHrLdiE7aqY7IfqX78mKHABzkINYQA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7008,7 +7008,7 @@ "hash": "O5zrQlZqEG35gyOBEuvIjRHe0pUKdFlOsEo4fD3gl48=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7020,7 +7020,7 @@ "hash": "QxmISfrl+EagbqfTQH+gcs3o25utalJxlR85sq2Koos=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7032,7 +7032,7 @@ "hash": "v1V8lbPgsmiVyxe5eVfBM5sWzEIa+gyWDOkti10NV1Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7044,7 +7044,7 @@ "hash": "FzapQPcYP8zMCBYjuGzBE2GEfT2hIOvfmlsQ+KMOJjg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7056,7 +7056,7 @@ "hash": "zJL/CZgHoVJxu5c8tuzqdDiNn/RsWxcF7kKgoQHazI8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7068,7 +7068,7 @@ "hash": "2J/J0brM6hrMxJ+C6j0M2xLGTeKIrrLIqVqOQ/jtdHo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7077,10 +7077,10 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.STD.PointerVector-1.html", - "hash": "5tuHvLKbtnM4icX2MjVzbHY/+0uC84M4yT65Ow6htaU=" + "hash": "taRHYYq8+1bDXMj9K8W5w9BFnhw8MLPd5UZy8FlYh68=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7092,7 +7092,7 @@ "hash": "v+72a3Pnl1ElLLyT4n2bl1Cvl0/l754drtsvf0xQSRM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7101,10 +7101,10 @@ "output": { ".html": { "relative_path": "api/FFXIVClientStructs.STD.Vector-1.html", - "hash": "+DjFqKzqrIH5lpDc7E0KX1cZWmRKlZ8cji7BQ+RNbJs=" + "hash": "kFB3nPbzGqnBn0vmec6E47y/ee7gLuZBXcV72NqiQG4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7116,7 +7116,7 @@ "hash": "VCDP+kPkKNj3dgvv2wpm86pUJ1UJEwbkToOoBnIx+Gw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7128,7 +7128,7 @@ "hash": "FpU7jsVy0h6RLIBKj8eSlE0kpumLScKdin/IUj1DFGQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7140,7 +7140,7 @@ "hash": "aaZ8r6NL9oNrdC5kQpIgQu11zfNtfg6tHqpPAWdMxOw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7152,7 +7152,7 @@ "hash": "QdhpvN7dKFau/5OxC0oTCpjMpVR40GdLcoEhrX8v78E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7164,7 +7164,7 @@ "hash": "SXnJ9rC0JglBgWlKX4CcKz31szaLJY/PtvixV3qq7uo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7176,7 +7176,7 @@ "hash": "Zvf82u9WD0LkLC9L/MyKwPwx6iH+ZxDG73z73KHCRP0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7188,7 +7188,7 @@ "hash": "01djzrCUqe+fGLvpL5zjYaDSC9Rc1UrUYDrCAz6cTt0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7200,7 +7200,7 @@ "hash": "SkDId496F9McNoyUcibK3Uwl7oDXNJidLpLpu2uaaV0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7212,7 +7212,7 @@ "hash": "bg6fXFhpVSyd8F1IuCf7JLUVf5lLIl+6Msi2yEA9c0k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7224,7 +7224,7 @@ "hash": "1W5dcC51olNIKMNNwncKKj1Y0ztV5Y9T4O7lUcDatwI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7236,7 +7236,7 @@ "hash": "oii8Rfecj/logzyXlM4U1n9NJ7RtYI3DXevMxDmqy00=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7248,7 +7248,7 @@ "hash": "hk6kTzv9Evd65JCW7BQhcdS4vEFn/jESqFd/Fa9kloM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7260,7 +7260,7 @@ "hash": "ZqrJYCfh1d8rK2kZBev9p3+PftLIZLzsXB8H2uBFghQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7272,7 +7272,7 @@ "hash": "fF/DmPStkFyEVzkJLjJtJNIWJ7B6T9EqLOIm4Wcm8VY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7284,7 +7284,7 @@ "hash": "RCIiVMnN2BGJOifeq3W8RBJbksBYYTOlG54EqsODcv0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7296,7 +7296,7 @@ "hash": "HfsEAqNcsBV7UezSHTpGnP63159ULpCghf+c8U41Trk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7308,7 +7308,7 @@ "hash": "7s7T4ApBGesz1xEL5D7757qs82R+01QGFsFXFG7Q7ik=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7320,7 +7320,7 @@ "hash": "hMC+iyCuuHL0l2SwQGODqQDPJ3ZiD4uh/C4dscUd0b8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7332,7 +7332,7 @@ "hash": "PTzkNnBDd2iSsTH1qHPIocY/q9+oloRLAUoUSoV3JY8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7344,7 +7344,7 @@ "hash": "pdMXOI4hh5pX2OmJhPDn29j4HSNxdc27lO6EwXKxNTs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7356,7 +7356,7 @@ "hash": "S8zIB4EHqP1KShluGdRUDmRm8l8f19SNJ7LlE9RbXH8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7368,7 +7368,7 @@ "hash": "u4XQUtytyXcMqvvzQePpRlQDeFWO5ftf2ibZD8MUIGU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7380,7 +7380,7 @@ "hash": "r3Ez6j3oliR7xqEDjzzeMhPlji2cCCLNlArB2+J7rGs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7392,7 +7392,7 @@ "hash": "DmxenJ9eWlfDWdZq5Z7pOMwoZQyOKPU4g4oMwGWst5A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7404,7 +7404,7 @@ "hash": "lxQhdlaEViIr+OF14uAUJ43ApubluuMS/JFStBu0N58=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7416,7 +7416,7 @@ "hash": "UWs4O7+mYXdeqhLd2N4mgsHV2ln/x1MxviIg0CPdy7w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7428,7 +7428,7 @@ "hash": "Qj+FwsKHhErxBHrk87eNyrSXLfzJicIhG3OGG3C2ya0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7440,7 +7440,7 @@ "hash": "xniXBixUalAtinDVQv56DHU0YPBnE3vgArxH1o4S6l0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7452,7 +7452,7 @@ "hash": "/HTZfRqtbyG6EHfMImtXXsrNXa3WGZi0syzliJUgWkQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7464,7 +7464,7 @@ "hash": "Yf+ej2dEfrcbHbzkMfWyNhvwiijRftahXfSSMXGUou0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7476,7 +7476,7 @@ "hash": "H1iFO1v35vfo5iVI9wsFFFuNUfzChFYx7atAMIJMt3U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7488,7 +7488,7 @@ "hash": "Nac3KfbEtQ32JIYuyNZr8HxkF0ivCjrE8JJkGi4aIfA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7500,7 +7500,7 @@ "hash": "t+aWdCMgOyp7xSUpvTL21wR1FwW8kaD/MLCrVfcHMGw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7512,7 +7512,7 @@ "hash": "pVOMXoWQb0uor31s8LQb7yBJP9kv/omQKe21cLI6QdE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7524,7 +7524,7 @@ "hash": "qMelEsdg6FwdskFGqV8W8yKzpyss8UDhpkRpDm2Vd8A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7536,7 +7536,7 @@ "hash": "QXN/zfQ8eAHqGkK1/uv6VmpYIRui4xUdbikQQwR4HXo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7548,7 +7548,7 @@ "hash": "vFZGLX+L+dzDZPc1xkFqNNMA+3bXf1Y13elgTyKnx5o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7560,7 +7560,7 @@ "hash": "4GNKEdloVMMpeAZvqbpkW+b1csJWCD4u6336zagUWEs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7572,7 +7572,7 @@ "hash": "0Sip+ShhW0iOab3BSXw0hhSW3Kr350Eat2xNZhhVWkA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7584,7 +7584,7 @@ "hash": "GHlUPdMbhrTLCBtqqGz0MPrp0DiaBFQXI8GxXUGku4k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7596,7 +7596,7 @@ "hash": "uwpBivFtJioquKiVO6k0jB/0mOWiRjqDfN9qsW0dLUk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7608,7 +7608,7 @@ "hash": "DGm7mPlVFMqGSdI5YgD6ipl/jK2BXvruyPc5nwTXtL4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7620,7 +7620,7 @@ "hash": "PWxJORMmcc4ATQZCclBt53/EJraGu9Zw1Gx3N4r/PoI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7632,7 +7632,7 @@ "hash": "dsDYku6MWdmz6e+lobOp1VgxwINWRXVXUTDvVvp44v4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7644,7 +7644,7 @@ "hash": "RQ7/i1bs/Cy94ERWnMGAuqbg4sdWUsHDwG9sYWp0UlE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7656,7 +7656,7 @@ "hash": "lnt3Oxs5Z92poBA0bSgRS478cRdLyZy3XEclEHGMs2c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7668,7 +7668,7 @@ "hash": "GcOJ8pEJo+QjLfwcigSuUE5ow0QReAx0DvuoFbwkUtM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7680,7 +7680,7 @@ "hash": "GLpcZoPgiQLXJRd5PqOqJtR7vnaLHdnmY995dNGCMDg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7692,7 +7692,7 @@ "hash": "WfnLFLgXkrizq/oU8f1vLSYRyDfqIQHPzL5y1Ssk5S8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7704,7 +7704,7 @@ "hash": "CRxFqk2HQW/nz7s928okz5mXDhNHIBNnz7npbabtqX8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7716,7 +7716,7 @@ "hash": "Zydvwzv5nHAcNB1G6iiie63SI9YCG0bAxaKUgNGoRYQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7728,7 +7728,7 @@ "hash": "+tGrLi2mUVKneo4TwIIDbM+cL2K93p258LMSmQyyIgk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7740,7 +7740,7 @@ "hash": "5gJ0yMoWYJRZiCtQAs+MvgYQa6mzUiupxH5wi3QkCR4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7752,7 +7752,7 @@ "hash": "c8mSE36yz84LbbR1UGl9UdZP2citiPnj2WY9Gq01P9U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7764,7 +7764,7 @@ "hash": "EDwbeqYp6FFFZ12xeYL6ahVXVtSrbf/QIVzJe50iZIU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7776,7 +7776,7 @@ "hash": "bRVpjubdxL4WlX/A2FO1GjLW9WOEVsA5CWn/V8mNpOY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7788,7 +7788,7 @@ "hash": "bRUM13HhEM3ZwXZst5mOFIqM4wG83yKbDbVLG45VOIw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7800,7 +7800,7 @@ "hash": "VQMVNv0VHQVGyy2y9ZQkT+E3Wak3+EFICeLtqldYX0s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7812,7 +7812,7 @@ "hash": "gxNrCbkcINELGvctiQdfJhKj4Qq+BPPQl2DZsdtfDao=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7824,7 +7824,7 @@ "hash": "rZl9ZaYQ16AfpxLcT8cWLLzVhkF7ECkDXrlnqchqhOs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7836,7 +7836,7 @@ "hash": "cR+NJcmQMHwjR0pHWDpRSbTEnCfFFxS/Rqdxjpg6Bs0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7848,7 +7848,7 @@ "hash": "ewlyAf4PtCylxIN8eFCICiXHl09Yj8X8yDF/+g1sDwM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7860,7 +7860,7 @@ "hash": "SJxmz0+Ti7ieabNFwOlaOu/j2wxbsseaUo5z6JYuRb0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7872,7 +7872,7 @@ "hash": "f5Vmj95N7/6iUJGx8ZaAchYHBJaSVxVPqEB+6MgLvDU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7884,7 +7884,7 @@ "hash": "jMLZQ8qK2zsi1gpvo65YKMqCI/Y0TfX2muUOd+n8aDc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7896,7 +7896,7 @@ "hash": "X6ROOTraXneLJHZLADYBAN4PUGdAP14r+XKZW1BADS8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7908,7 +7908,7 @@ "hash": "YusXIl26/70k4oxfZJypAnN2s1hsHBJLgApagEoIR+U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7920,7 +7920,7 @@ "hash": "mNRA9+IATjVzNArlF9NkwyX9DbfQACEdUcrMiuj+KAc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7932,7 +7932,7 @@ "hash": "8oOB6d0iBM1TKZdFjVl+ax/5qkh2GPWlyiOKKy59i48=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7944,7 +7944,7 @@ "hash": "FRr78zMjQEs89rOAPembGaibtYeKBkK8sDuAmWz92vg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7956,7 +7956,7 @@ "hash": "2pcxbe6wfhvXolMRn5ouMKH5DzvuvtRc1scox+e7iN0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7968,7 +7968,7 @@ "hash": "b2wJaZSmo6hjNcn5vThf8okSM+oIJ+ZSKawl18HNAdo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7980,7 +7980,7 @@ "hash": "5GoH/hFKk5HmJR10ysRYA7AQVtsZMd0qBn0AbavwQC0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -7992,7 +7992,7 @@ "hash": "lzYUK/g7Zya/Qj4nTJAnpshlpeLP4dw6ApOmnVu2JSM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8004,7 +8004,7 @@ "hash": "ltYLbG4FP0Mw40B7+m9AW+59R0sU2CC9eUE1V3AIvXc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8016,7 +8016,7 @@ "hash": "Z0ZrC4rDotx01dDng2CS5ptgZ0JpNZVDSHonOydxafc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8028,7 +8028,7 @@ "hash": "uwWYYFZBlSl//fHX7CwD3VEwpsU1zMF3iS6D9Mrrt3k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8040,7 +8040,7 @@ "hash": "Cr6DbKazc3UdMwmdm5HrAFFNuZxicSNdNdn8iFv231Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8052,7 +8052,7 @@ "hash": "8J1fQ3Z6isSxFD08QHyUnh64Yae1RvZr4c2VKoRfW7Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8064,7 +8064,7 @@ "hash": "ZwlKbrrhZgr3GaTl2ZEDwBq2se3Bsg3pJHm1h1BUHvY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8076,7 +8076,7 @@ "hash": "mi6z9yuxldFb7GYQoSQksLlAVydFPUUGiyD31yg8pRk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8088,7 +8088,7 @@ "hash": "OrGBN/TgziQCFaHuVQqyl6LGddGDVbsE4pUB5qsslsg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8100,7 +8100,7 @@ "hash": "UFZXPmSrLijVfHklGwgcPDEcVO4+44uEFUQO19QqQMc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8112,7 +8112,7 @@ "hash": "cvID44jFR1YkvJhBM7xZy88SSgGXDjSNnLq9B1zZVkE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8124,7 +8124,7 @@ "hash": "+KbqNWnxc8nQNX7qMz+dd7Fyf0y7zMQG7r5Xr06pc34=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8136,7 +8136,7 @@ "hash": "2EHhwXWSj4L7faRG+NyC7h6zw6MVn2GmeUPiy+4wmrk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8148,7 +8148,7 @@ "hash": "jN4noIRjwIhLQvbgaLnJ8ecl49c+pRAGd7hvrxVBS6w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8160,7 +8160,7 @@ "hash": "zGbOt9eGvvbSaIXqkS8FHFtURvBXcTVN3pzU4d//73E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8172,7 +8172,7 @@ "hash": "0DpVZfRNsQ+BeZI5JHMfZHNFNbn3MHa3Yk8rr61/G5k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8184,7 +8184,7 @@ "hash": "TD9Exo3H/HZBysQBWgusuvNcTZg8owDv9RPauEJL42U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8196,7 +8196,7 @@ "hash": "tfqAQOVkQQBDQtbxxrrjA9x8i4WOJJB5q/1u804R6vw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8208,7 +8208,7 @@ "hash": "mSZBVCZpOydTSvzX7M37almfYV86ceAgLqcIqEAm154=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8220,7 +8220,7 @@ "hash": "z3ywEtY66Ip6EUIPBAS26DZlBi+KvXoMLEOT9D9WKXc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8232,7 +8232,7 @@ "hash": "0xVtjOXagjh5mka9yYY3LynNtw+csri4H1jiOhiB76Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8244,7 +8244,7 @@ "hash": "p7pdlnGMOXfXaKF2E8CWS/U8aiT67DpHnIB8CI+B5UE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8256,7 +8256,7 @@ "hash": "54aEDP0l/QDSkldogDOIbdz6ynf81F31DtQai76neTA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8268,7 +8268,7 @@ "hash": "2CzLLipEUqaI+rAc7vO0mVq+xyZ0ZYQlwTlYuc7ZfHY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8280,7 +8280,7 @@ "hash": "ggKNpWtszn7QQ+6orOntaHcO47rNppN+iGsqZPt9xUU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8292,7 +8292,7 @@ "hash": "hi5+f8rrR91CbQwCIVckmPLh2DP0l/dTG6pxCxdwyDw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8304,7 +8304,7 @@ "hash": "+bmELllEVlqhWTEpiJ5e+ndNguufX0kFTXJqLx7AbbQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8316,7 +8316,7 @@ "hash": "hFXrdX5Q/xyoX6PzGtRUdZunLlBvWmGy317N2tPVckI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8328,7 +8328,7 @@ "hash": "PpTZpCStPk3QRjJZsyg5MRivKMo9GtvJ+UNAMtPbe/4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8340,7 +8340,7 @@ "hash": "cmikVihnn3GvY/ol7YkYu+I7HAj4Yt1xfLruEnAu7G4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8352,7 +8352,7 @@ "hash": "CqNBsvzJqBdx2ARH8SOUo1rfp9vIwux7pk+AqpVNCxI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8364,7 +8364,7 @@ "hash": "mhlszaOzl0wcWY6bvqGREzGksLNojbnhqHWaI3YVRVs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8376,7 +8376,7 @@ "hash": "TBNc/s3dv6qC3g3kSG6cMUhIWM8R0re91Fc9OgwDPz8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8388,7 +8388,7 @@ "hash": "OEMoPWlTwQ7xmQxWlsaoNmsN9n3ixge3R4LmG2oLYcg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8400,7 +8400,7 @@ "hash": "7b3cywdWEyyMN218evq4iUnhQ1beE+ocZ3s12Po+5bo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8412,7 +8412,7 @@ "hash": "qBLJmcZ4ccIkjjJdqxaCcBwDlywyPBc5En1trnJGnQY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8424,7 +8424,7 @@ "hash": "BQvUNSfih9Q1jDPmzJ34YqBEzW7r43lPU7fGCxL2f7s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8436,7 +8436,7 @@ "hash": "1ATfdv4OC8I5Byc63SZJ0PV4H08UISWqRBq8xu1iRh4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8445,10 +8445,10 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.RangeAccessor-1.html", - "hash": "wf5dsokCSo2MxIke8IYML5am6UtrSwMS4PFtnpcvv74=" + "hash": "WT5uZ2bidQ8dMHknlLUbuqT1GRVd/+mQK+vaIcBTU3k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8460,7 +8460,7 @@ "hash": "wL3Wq4vfPI9PtxRP+XIP2zAgwimW7QAI7wRvPbZ4ur8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8469,10 +8469,10 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.RangePtrAccessor-1.html", - "hash": "pHASecPEJB7GIjmxxyKSj+2qYxivNCttn5TLeeRg/vI=" + "hash": "F4joudVSnM2k7Soz1VJoXWhWWYJXwypeh0piA9bqpsg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8484,7 +8484,7 @@ "hash": "PsgKiJMJ6xKCYs4sVZHS0cfMhEBkl729CnpZ4myhMnQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8496,7 +8496,7 @@ "hash": "mctWUIJHmAvjC+XPYwH4BSj6TP3nhKiPPFvibxujDqc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8508,7 +8508,7 @@ "hash": "3fiX5OXvxdbKQ4lfa6lXAnO+SxoKe8fYqzR77ZwEKjY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8520,7 +8520,7 @@ "hash": "dyMWRY48BzCB/ztvvCcsQzGoVbON93lSY1N+OcnkpcU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8532,7 +8532,7 @@ "hash": "jTpzvwSgwSyp6mucoAWF+GsydEFMDwllFuu5d5sBbDo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8544,7 +8544,7 @@ "hash": "F0Bng6t4pCKMyVCt2xTpx7lG7vYDAM/kboUiej8uDyI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8556,7 +8556,7 @@ "hash": "tCcceKLyk5iN2bDSZ3blQmzyi79h6hQuuEBg4WM5eHA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8568,7 +8568,7 @@ "hash": "lkPoNp2Qw/UTClTmpxLOThAd2f5sKENr/8OmKAmvbDk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8580,7 +8580,7 @@ "hash": "ZACrkgjVMaJbHBWSUxB3y5vXiq0a+ORAGeVyH7bYPZM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8592,7 +8592,7 @@ "hash": "bNfsp4ahmOZZqCbNncGWHmMNTH9uRWrD8z7aadQcoik=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8604,7 +8604,7 @@ "hash": "dl9LGhWBhnsEUX4NfHB1aImVhy11GHg0teYIawlnvGU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8616,7 +8616,7 @@ "hash": "J5ZJ5ry3maXBJqXzAopjzXLzXz8QmbNuZAD/Bd5b0zA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8628,7 +8628,7 @@ "hash": "y+qtajg2KuGVNoPcjR7XWFCR0ifgSjahtwVGLi2yfrw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8640,7 +8640,7 @@ "hash": "Da5WeFLE6vyKNgzZXW5Wxq5vgnlqt20YfGODHze66wM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8652,7 +8652,7 @@ "hash": "qRnNnXZ6p8vKiW1XYr3PesBod06mLHLcg5l8oLUq9/0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8664,7 +8664,7 @@ "hash": "0Q92Zp+hRdB4SXcW6lM5sdGTlnVu/wnHFdHk4TJLaeM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8676,7 +8676,7 @@ "hash": "gW2Ebau/kCZozpUdaDvhje+kdHDGs19zGdRuhLY6H1U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8688,7 +8688,7 @@ "hash": "H6AcC1NXg++iBGWScITyd7XnfptxQLkjOqqn1djnHGo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8700,7 +8700,7 @@ "hash": "60Qb5uL1Y8OTMOXZccQpuVkEuNeAiZ8F6Cieez1dVuk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8712,7 +8712,7 @@ "hash": "ewhMZdiJv68BZrP23/JXDsHMtVLh14ECqFic1J1NHTE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8724,7 +8724,7 @@ "hash": "0XCgeAuCo2GeMcaxadHgE44hknZcQgqvDiRg3mORhbU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8736,7 +8736,7 @@ "hash": "s7VZKKecok0GMpxSwDyTh+h9TPSu8lmdhnk323wNmzM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8748,7 +8748,7 @@ "hash": "pUKYflCsr2RM89mdQAfHnmFZK66MPkvfJzRQbH3yeuY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8760,7 +8760,7 @@ "hash": "VfErLGVfusp+RpgOb1CQXs6vlWk4UnUjcuKKCXOmDzw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8769,10 +8769,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.MemUtil.html", - "hash": "2wagG4EKnilz7FYWHe4lqlALAVl/4xhqFFEkaAtMqfw=" + "hash": "8iVGpMheM/crM9WoarxXhusO8C22E5eRPBHG0CPCajI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8784,7 +8784,7 @@ "hash": "BEOBlRMK2ntD9aun5rj/rh0j2KnIR+7Bugz1LL0bTzg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8796,7 +8796,7 @@ "hash": "ivn2Se3eI63jH1L8+3R2nxp2T90F25UOPY8uylrDnFI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8808,7 +8808,7 @@ "hash": "pl9V9VZR4XqIRSAbIOpfhQxddajlWUzsFQ53syO28uo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8820,7 +8820,7 @@ "hash": "me0ntegS6/p4hWKAiqGgtNcKBfnyU6fOO/munBTKNEg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8832,7 +8832,7 @@ "hash": "wDpFn3MapZpxsJZtq5CikS6f9CJlBwK4RgQSVJ7svbU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8844,7 +8844,7 @@ "hash": "sW/Nk4VmGOze7ZsAZ0gh2t6WLaDudGMXoGw8ZGvb2+I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8856,7 +8856,7 @@ "hash": "kTrIgnZkrRbZcRQJmthrt9ka8Xs6TxXYUijWQII9xHY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8868,7 +8868,7 @@ "hash": "l3GoJ8jrqKH5m701ft3CcFV+nie520rLG/rubfPqXi4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8880,7 +8880,7 @@ "hash": "Fr4LlTxx3PArWDctTu/5gRkp7WzqZWdUhLHCiHIao0o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8892,7 +8892,7 @@ "hash": "xuz9bWrUmkhLubMJIGgpn0NCUAPWOL+Q0pE8i4L8hqQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8904,7 +8904,7 @@ "hash": "prsrT9LQhG21WO7/gFsDYc45506T68tw0MXPlUL1QBo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8916,7 +8916,7 @@ "hash": "5O9gqIDxTTlhtYoPH8BF1WZjFQCT0ivtFgSmYBzVZEo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8928,7 +8928,7 @@ "hash": "8COY257a+dPsDUzLAE+rZI8NKQGZS6DklLPsv8UgGJw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8940,7 +8940,7 @@ "hash": "QKMfRbapwPBuRVUMkpX4uhAY5St9C3wGD3ErcWvSVK4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8952,7 +8952,7 @@ "hash": "4zjtPAQuPdLLdBdi0NcQs9bygfeiqy5nN6K/tpu8s/c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8964,7 +8964,7 @@ "hash": "hRM+kEs+bgCer35EH1gK/mYdAShzkvOhlgmJhCNBlfU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8976,7 +8976,7 @@ "hash": "QVIWRXUU28SRIQo+Q/p6aIonWpwVQ6mxLJrzSpecuRo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -8988,7 +8988,7 @@ "hash": "KMh6iBN2LBnMi5wCPnEE40K8zMd6F332XqryW1C++og=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9000,7 +9000,7 @@ "hash": "y/Wxz/y+vTsQDNl1Asn3Ir5YbWhEd1FV8hxHAqQD8Rk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9012,7 +9012,7 @@ "hash": "hWy7Sb7nrDrlLTaGfBO7QFLGse87nFsIGQxGmPWjxgM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9024,7 +9024,7 @@ "hash": "K07VbHPXCt74W4Kdd5pYPqehx5jmVtXPTFvKD84yQVM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9036,7 +9036,7 @@ "hash": "anTvYMuH2IbaUvPE2CWSTWKU7r4lxe+5auxEj0DY0s8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9048,7 +9048,7 @@ "hash": "MfUFAFm4rR9aywFCsOnqmDcw5WIel9diDNA+toKhr3w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9060,7 +9060,7 @@ "hash": "sTs1OQ5a9nYQZjXQuivhW8VFNNCH5vSKogwpSXhsNRg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9072,7 +9072,7 @@ "hash": "ehKD70J1jsj27w/5jBI6BcHsYlTwZ242qsNpfBKD37s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9084,7 +9084,7 @@ "hash": "z7HPCXb0Wcq374EqZefdktJ0ijawzhTB+Vp1bh0yIT8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9096,7 +9096,7 @@ "hash": "49lW4JeRRPmKMHMgQ6gqAjpLkZ9hQppTRTP/JZpyAOQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9108,7 +9108,7 @@ "hash": "k9Zbmxfqkgn2+J63CfmE4vYQwu+DvlH5N4Y1yk5bB64=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9120,7 +9120,7 @@ "hash": "iKr0D99Bi2rLlLrc6M2XXLlxWXNklpLDP9xT1j5V4Zk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9132,7 +9132,7 @@ "hash": "Uvf0zbKvkpvwtcgaqZUm980ExWWeIMFVZgbaaf7Unro=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9144,7 +9144,7 @@ "hash": "mGEiRbSx4oi/yNZenOwHBnuTzvRW8yk9E7LnSNzRrrs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9156,7 +9156,7 @@ "hash": "xxqN+RthFzneKZBMfwFcIfiAC/Q0bAvgn0Uz7rxUniA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9168,7 +9168,7 @@ "hash": "SgglBEIlJF3LMrDBvjqyAJLzfMDZNdQXLQk7pzu03uU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9180,7 +9180,7 @@ "hash": "RrkdTMzdQVNCHAHFvnyIy4SOnkxKkSvN/HSVfCkBicM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9192,7 +9192,7 @@ "hash": "+ZAfI2GVgqh3zYj0hL5hCaxjrF3HAAmucs1j5xzrad0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9204,7 +9204,7 @@ "hash": "IcFy7E3Vge0PYaRGcZY9L0f0pZzsybhbTSw7UD47LM8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9216,7 +9216,7 @@ "hash": "6BVJ09NoN2y4Dag6zj40refDl50p+fT09pRrPy0YzHg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9228,7 +9228,7 @@ "hash": "NiDzUearSMiQv+9Pg0rUh5/dUCmKpq/oq5XA/kjQ0ik=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9240,7 +9240,7 @@ "hash": "3pSnUPCWrRgvCFp2ZEe5gMyiBPeLcGYKbYsnN/JnTNQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9252,7 +9252,7 @@ "hash": "No8eZmDjqbk6hshTGHJ6HXXPKMcPXh8hdhe7Ecbu6NI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9264,7 +9264,7 @@ "hash": "YCuhmA4cu/6FRHha5BKZqQfNDnDCeyFdkHTzCAlzl8I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9276,7 +9276,7 @@ "hash": "TcXWGOrFqecpoQ3aleloVQFG15anII5JWCiu/guGk9s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9288,7 +9288,7 @@ "hash": "/K9dnFkDtuY+aa4fuzaKrRzDJNW9V38wmPM9qNbGnJM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9300,7 +9300,7 @@ "hash": "WnjuBFBpnSBMIfZQvNzJ4jrv2Uxnf4m02FqasT8BaKk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9312,7 +9312,7 @@ "hash": "zk/edDMIjNO1XSeS/u/LZc6Dw8ivbfQIt7O/zDY02zY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9324,7 +9324,7 @@ "hash": "xKykkWOqIUUM0dcmNJHieMch5Lp4dY2Io6Ymp+idTqY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9336,7 +9336,7 @@ "hash": "9koBUWMyPVHPBoH8+yAAHjcji/l5rioL0jrhDWmPNtQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9348,7 +9348,7 @@ "hash": "vz4PyCbdg2JIiOqhx8Mw3FTcUKKIGtPDA8csKRE6kBQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9360,7 +9360,7 @@ "hash": "THgGUOHO/k6h6dfHrK2r5fw139NxX3dRibVtxSvV63U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9372,7 +9372,7 @@ "hash": "thC+JXDm990fSsxdPKfqs8VqD7bJpYxRn7YOzUZ3nI0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9384,7 +9384,7 @@ "hash": "aNEAFcTTTZWnMrxwAdCrwDGWmzkku1yAaWrTY5X0IAY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9396,7 +9396,7 @@ "hash": "pXl7Qx8Wsovs8/4vzMBwg7OJ57iG2ty/Jc3RVmtr/IU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9408,7 +9408,7 @@ "hash": "ZHFQH8GsadAZ75vMU2g3Z34j6kCB1LLHQkh85g9Q4fc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9420,7 +9420,7 @@ "hash": "7j1VoiKHNCADtN6VwG61w04kh2jNaUrQzy2dUyWKDwk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9432,7 +9432,7 @@ "hash": "FQpVCKai9/9lQuNJtOV4W9E7I2HmIA5KF4peh26fvi8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9444,7 +9444,7 @@ "hash": "rr25WKK7aWlmeMw2AiAYuqcSDuae0VGBKU5t4QB7344=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9456,7 +9456,7 @@ "hash": "rRc+flWB2e+Tr6FTBjXS+f+jlodKFCx1kkv50HKfHGU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9468,7 +9468,7 @@ "hash": "ZCrEDQoekW+90S8Il2iLCCvsafyUE4CozBk7VLDXuUU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9480,7 +9480,7 @@ "hash": "vzmcr1P+2N+0UttHx6q1L5UUUvJFX5MQOPZS6rZI2c8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9492,7 +9492,7 @@ "hash": "Cg5jrsLPq15l9HoRnBx8w73UeoZewFcaL0dmIDphAik=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9504,7 +9504,7 @@ "hash": "8jWmb3XazVrATBnnCJE4rBUFHIlrPFoENEzIj6qceIU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9516,7 +9516,7 @@ "hash": "u+DwmTWAZOFwQkdBtuMHrv//+cnBLrUUoGxUacWS2oA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9528,7 +9528,7 @@ "hash": "LqBeP4YBeWEb9/Y3a26JNqcVAol00y2L6mgefHRQaDg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9540,7 +9540,7 @@ "hash": "i2wSm0sHGCu4nwWGDYqE0wUX12iyAk5JfHvjsvGmVNo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9552,7 +9552,7 @@ "hash": "DgbZY3m+H8DIhQI6I5VCsWyKKcI9Ej2NuKwRwq7AoMk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9564,7 +9564,7 @@ "hash": "Y4W3q7WncFkvQ6sjpmmFt/Dd37nITQMnIn6F15RdTpg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9576,7 +9576,7 @@ "hash": "DwEAoZbRSfD03fW2mKyHA1ZWEO/LfACkjNAJ23rJk6c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9588,7 +9588,7 @@ "hash": "Y81nTVa/7Sn+pEPQXeuSU1mu9j9sLkReI5gjYtgH3qE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9600,7 +9600,7 @@ "hash": "ykjrMD7eJENYyI1RRXrbX5qP23SI6/iNkPL4QiG9LdY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9612,7 +9612,7 @@ "hash": "pD5SeLCkUMGGgyJRwSWyICuGZZQjp2ts1UnenipDbzk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9624,7 +9624,7 @@ "hash": "I408Wm4teJmKLqfj2Ul/X/WMZMThflaNyc/pguQINY4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9636,7 +9636,7 @@ "hash": "aKXjLh70Fl/440eQtfTyHcSDOmz39Ra/YctZt75Lm6s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9648,7 +9648,7 @@ "hash": "/7sGK9x3ybHhR3RJQHj4fgQ6EeqXxOb0vRtfZaiKz1Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9660,7 +9660,7 @@ "hash": "OeV93DJtuJn/x/E0GmhzM6yoqe3O3su8ZqRZzmylfng=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9672,7 +9672,7 @@ "hash": "T1h46GenYr/FkDd2KcdHakfFJM4h3eFXBn7YJJT1AzY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9684,7 +9684,7 @@ "hash": "v7GQPZQ5GYhmVJInW7dhEv7Yha+xmCFOQbJIexoBEQw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9696,7 +9696,7 @@ "hash": "+HlBzK7lORHnOntuY2xVf1txIQLtNc4QT0rD8b+c9pk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9708,7 +9708,7 @@ "hash": "OU5LzZ71lz4+PuL86zK0ISRmXH5l4GeXPeuLy0zOAEw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9720,7 +9720,7 @@ "hash": "M5T/U1RS9emfc/wVrp6QpdAzOE4DjDddZq4dzKZ5UVo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9732,7 +9732,7 @@ "hash": "Ienp1f5Fn3gqoHWr2ft1n02tWRQgAh6HbI6eByoEQwI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9744,7 +9744,7 @@ "hash": "chwiDVDsjtXRsQ3W+CaLSvPU/bp5xcwA+sI1TAa1UEo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9756,7 +9756,7 @@ "hash": "kHQUumdCX0j8kgumsFNKTQFHwNG0V9+xQ/vUuCtWIq8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9768,7 +9768,7 @@ "hash": "9T9dhy3sm29++VugrppNLoQnE3v9R9F52T2ROJ2mHNk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9780,7 +9780,7 @@ "hash": "wD0CnsOlG5KqyVJHGlbFUuvnwG1afm9nKwuntbbGQ10=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9792,7 +9792,7 @@ "hash": "vRopMEoot2s2kHrAid2YTCbhfPm3kdkUjDSesYBcKhI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9804,7 +9804,7 @@ "hash": "ySS93fh258VerU+pqmn92kEYnk5yz0WDHTRuzcnurnw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9816,7 +9816,7 @@ "hash": "BgwLpLT+DO5JZqzX/cfhDp638rS+tgwC6nd54Gu5BAY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9828,7 +9828,7 @@ "hash": "P7BqFG0ICw5hLLTj8RKdwIXXRCFgNQiXIB4rgT9G96Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9840,7 +9840,7 @@ "hash": "dedr5gjY1PIPkC/KoEwIxID/k8IjwjeMBWr5HHyNAs0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9852,7 +9852,7 @@ "hash": "p0CvJdbH3CoBy+KjekJXimev6pgt1WmI3Z83tmgBPQM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9864,7 +9864,7 @@ "hash": "10td2E2dPMvTMHjSyf28CbLE/mqGHxeCQ1sdrw1AFas=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9876,7 +9876,7 @@ "hash": "8O76UVpvt6nfuXW1nQRX89CWm7wC4XYkrtBkeWzHOv0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9888,7 +9888,7 @@ "hash": "NaXe3irjzEOzsJlxPQykqwOOL599kp1s3ochbxfNv1A=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9900,7 +9900,7 @@ "hash": "nCqfadqKjgMFj/78gxHiI9m516HTbvaCAAxM6U7unjI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9912,7 +9912,7 @@ "hash": "mEFQNUjsxZaSEsHBzdoU7qIhz6s8rCMp45uhwyf1Sac=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9924,7 +9924,7 @@ "hash": "2ER6fAlIUfXvxdPLbfr9E2mZeTiJ5/2XMatjMCBKmIM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9936,7 +9936,7 @@ "hash": "1aDtJEJMSr6ZaAOzsZgrTQjMXtnYQ/SGlAUsg8Ho+w4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9948,7 +9948,7 @@ "hash": "balUp8sMTp3W+cNIn1PRE1Rq6c3gCyDXwa3BwJ3a6Qc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9960,7 +9960,7 @@ "hash": "MPxGi3JOq4B4h1R/2DUgYhkypYIi/aA1guWlrqcdp4s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9972,7 +9972,7 @@ "hash": "ouSrL/ZqpSglrwE7n+9X7lwjBs4eJHWyOF4/mjqHf6g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9984,7 +9984,7 @@ "hash": "xuU6NNlx0SZs2FDOtb5H8on3VyzjtoKdY5xV2j73wc0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -9996,7 +9996,7 @@ "hash": "QzjZiyP6/Vi87DkwAq0289IPS3xFWgv4ri+7pSwuPxo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10008,7 +10008,7 @@ "hash": "tqmYfVd31K6kBF4HEuy9jB+HCBMLa2gOSFOBuDhVqG4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10020,7 +10020,7 @@ "hash": "F8pVCvZPZUX0ANgZFXjMHSMn5KBOnQBTZX7F4Be0jBo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10032,7 +10032,7 @@ "hash": "Tk3RV9HFV4EMI9bb3W+cBHU2X0T6g/dTZKRt6e7XBAs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10044,7 +10044,7 @@ "hash": "EmUtH5ozVeje5VFNGytQPkcEJOOBl9caFADTSfUKH9k=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10056,7 +10056,7 @@ "hash": "HMQFXBlKW3PRNaoqx2f/XYSyzqGqL5rtbURH7tqQs7o=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10068,7 +10068,7 @@ "hash": "//R5skPxPu/+AFTFTjwOXh/e3uwRLHD/9gcmQRTaJVM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10080,7 +10080,7 @@ "hash": "b61Szs5hQGJGaF9eRKBUa9LupC9ZXR+WnHmqBGIMEmI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10092,7 +10092,7 @@ "hash": "Z4rmE/in3ZnEACLm7JG7mZkZbRgNGJOKitsNmbd5V9g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10104,7 +10104,7 @@ "hash": "bD5W7gQYaefa9NZ9rG9e5i9ulAsq8cSmp0DDAnYTcaM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10116,7 +10116,7 @@ "hash": "dFaFs9xwPHEA1JpDgHEZUTkqgQcNECUxXNPPR4/Ux3I=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10128,7 +10128,7 @@ "hash": "T4ZsgrzCQ302Vr2v4R7Zo5Nmv7ILrtvW9Zl2x+U3cTA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10140,7 +10140,7 @@ "hash": "CvXxTl/Xnv2lGN32bYPK+MIrtQeIwcncjXwMfP7d56w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10152,7 +10152,7 @@ "hash": "nAaJZi5/X1DALqW5nytRFHPX/uSrQ3Zwek376pUePG4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10164,7 +10164,7 @@ "hash": "TVQTpdHQlv8eaTc6bt16+aTtud7VMiROy6SUIjc3ufw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10176,7 +10176,7 @@ "hash": "ZFbT7ph+n7O6HTk6qoHIf8xCBJvZB8c/TauxqXt4CPY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10188,7 +10188,7 @@ "hash": "k9slmhpmyRRylYfbsTf9dmWCAwFQLfAhwSCFdL+AuYo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10200,7 +10200,7 @@ "hash": "k7AlndUHH0aoYoHlZ1mxkf8h6TcF8lpVre8adMAMDps=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10212,7 +10212,7 @@ "hash": "EodNyID04+U/S9jL/4RDe4N7e/kizbz8GNPpOHRh3s8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10224,7 +10224,7 @@ "hash": "ZB9gTH1kaG5oFvmRC+Eu+gnadciG4BsEKDPuBtpsZPU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10236,7 +10236,7 @@ "hash": "IsRm0YKtXc6yK8eZzwqCmzJKPCQ09MtOUf/bjAzdiS0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10248,7 +10248,7 @@ "hash": "LT+E7J+BTzVX26U1Ulg/b+pHe17o+vI/gbdiThyM9uE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10260,7 +10260,7 @@ "hash": "C69aNATg5zCf6qEGjywqVx0+UX9LhvYhUMI50SbnpzI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10272,7 +10272,7 @@ "hash": "pU4Yz+ew0Su5FJ4yCTwwRRpr4SE2nONSrpVMXbPMaq4=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10284,7 +10284,7 @@ "hash": "jwTaZGnpkOuyviUPQnlvWWow7t49IrWUcH98Izgqq/Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10296,7 +10296,7 @@ "hash": "lecZHN9UzKlOaPOzYPz7c52Gqg1mrP/UoDVNfQ6fa4Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10308,7 +10308,7 @@ "hash": "Gev26ecdMK8bPcf3Dji2TdGF4yvlZPyUa6+WThphn8s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10320,7 +10320,7 @@ "hash": "7w1APAOKUv2BOvxXvN7pyF3xNF+uU8X4pX+UE0ErHks=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10332,7 +10332,7 @@ "hash": "LrBw4xsMce8qGi4N+grhFwXxZwgNC23N8+7tpdOX4dI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10344,7 +10344,7 @@ "hash": "owQAzcUF41j88pweGUF0ME96MmFy4fd8OrXDwTqguU0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10356,7 +10356,7 @@ "hash": "IUcDc2/TMF13Q2zyi9ySaBy+n0e7+WyhV0aVSUhhKcE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10368,7 +10368,7 @@ "hash": "zJdgiGSoxRfflzR5brbXfUJRNOpEPSVy1yiSDCfcWuQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10380,7 +10380,7 @@ "hash": "azy/5jVwqSJrHUGRg799hGUZjXbUfC8wBhmw2kMBAhU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10392,7 +10392,7 @@ "hash": "ucNzvh9EnUq9eYBokiDL5oFRqWvizzyqvTL48+VEX/U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10404,7 +10404,7 @@ "hash": "FkIqd8e80sv6iru9IcYY19iiA+kZqJ/R1emWJo974nc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10416,7 +10416,7 @@ "hash": "5xR23ZD3snNi3fyykyr1bzM5kKuAh2hMMvncNG+/4oA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10428,7 +10428,7 @@ "hash": "MwIqKIb7WykjwtamfLmwAPzZiHa5qyPA1dhQNkPf9G0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10440,7 +10440,7 @@ "hash": "uDEqPeJmbzPKj3iWWkbUnYL4fSau8oY1F8rLOJlEEPk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10452,7 +10452,7 @@ "hash": "ARaeUezlElTK8KiOU0E1dsC38ZUoHewtJlS3/gT0d7s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10464,7 +10464,7 @@ "hash": "JXZgjuSNeCACJxQUhhTOw2zZA7JL3m+AhkSEQxYdj0Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10476,7 +10476,7 @@ "hash": "j5Hy658StKWk6nIheKD41Wm57edsdXWpZulJ+Cs60XY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10488,7 +10488,7 @@ "hash": "1bcT+kllhMUpSb40PyAxfe+FsNAA6wIbRJqcIMZU6Jw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10500,7 +10500,7 @@ "hash": "pDf/9vSQIE5eSLMtE0gEv1DVT18aof7RbkRtLH+/A+c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10512,7 +10512,7 @@ "hash": "jGHEajU9udLKdgQEmTNdJLz1jvgbdS0woo+9iIhNLQA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10524,7 +10524,7 @@ "hash": "uw16YROuAiga+BckqCBvmzyILhCSWxTbIZh8ckKMDOA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10536,7 +10536,7 @@ "hash": "L/HqkGQQoTeTZwkDj2o4NUYTDfanbT8nIhWocGGclGU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10548,7 +10548,7 @@ "hash": "4nqRpb78Fhp9wF1FZSq5eRHua2p5D4CQrPsbB51OKJA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10560,7 +10560,7 @@ "hash": "7Ov3EXgAv99tEyT77fC+JjEWlZRhPINhhIognHiwFfU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10572,7 +10572,7 @@ "hash": "gG+amUQDIl5+uNM1hihNVOF0J+loz4E0wRXpL3QWPho=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10584,7 +10584,7 @@ "hash": "nQB7QDLJ0WWxzUfVjis0iBDfpBHNdjwwVaLdh9E59mk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10596,7 +10596,7 @@ "hash": "XXHkic99r5Ss6tXkAG5tA2vmnvxivT7ZMVzYx/KyiVo=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10608,7 +10608,7 @@ "hash": "Tk5Hy887ehlHyQIqOfi/yCyjtlaYVvood7ZQObtlo3M=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10620,7 +10620,7 @@ "hash": "dpkutR9kpc5ayuPMm8Qek2C7pUpBb4aZuFUBI1nEy0w=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10632,7 +10632,7 @@ "hash": "jzzzTJ5gUZ6NEqMpUXi5p+JyjRlqz8LxnHHt6GQps6s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10644,7 +10644,7 @@ "hash": "RgvrilCSU+l46UeWs5fpIIg5/n0hJ57kqBZeYuWE+hg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10656,7 +10656,7 @@ "hash": "OeTNCdZd8qcffmXo13VvLXWoHWfzfUfEYIcIbfEhR24=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10668,7 +10668,7 @@ "hash": "AJOM8mrbnWhdV270k7Ktv4NuMNMkbPeShXEYb80uYsg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10680,7 +10680,7 @@ "hash": "K81ikySgiNvWDM92+yR9v3ViR8YwDPLisjUYG0os1vE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10692,7 +10692,7 @@ "hash": "wqs0A4qZ/NMWx0OcBREY5OQcc3WvzqVRXcSFv2wkugk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10704,7 +10704,7 @@ "hash": "MEsTjPx5ItqNOj5gzsAAvY45fagmY/Se62EoVqkTysY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10716,7 +10716,7 @@ "hash": "tTIkO68EOx8TjvdB/dOld5w5T909M9q2kAkxhgRmgpI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10728,7 +10728,7 @@ "hash": "MwgpET3eZBRFiMTuCbPS7LbdzsBSPUFDrlq8bY9FvUk=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10740,7 +10740,7 @@ "hash": "H3qa85J9++ENn1TABBGEWo0uMTRi5RziL44rfHzzaQs=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10752,7 +10752,7 @@ "hash": "Aaz0wem4QJs5gsTXS3spcWPFtvyhSryc1gmSezgEFkU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10764,7 +10764,7 @@ "hash": "QEe1pNNa9dgeSlpaDqQQC5wxC4YxTiiL9vd+JpXpTcc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10776,7 +10776,7 @@ "hash": "L7XI4JB0DiW+rftiTiVEWJGDPn9m29hlFZb71+4QX3s=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10788,7 +10788,7 @@ "hash": "1F1IjsswNNBgTdd4/RC9rQJziP6YAUA4AsmibMie62c=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10800,7 +10800,7 @@ "hash": "+upVOyKWnU4PI71BjXqBWaAidLo5fn6YHpCY5o/rWds=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10812,7 +10812,7 @@ "hash": "9ggWFknrtXGfgoMf2+4hwu7L2F/QEVt5rPLfLm7q6aM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10824,7 +10824,7 @@ "hash": "FAnIi2aZCtVNJu5T+qbXV7jqkdtpPfbqnhk1gQpt5Yg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10836,7 +10836,7 @@ "hash": "FwjctHV66q14at/TU9HoNpBN5ptel8ofDrOkxyCt78E=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10848,7 +10848,7 @@ "hash": "iPf8IU+NJKhPuk8Hvg+qkLS9IvHGiXC/0FY+eLEYCdc=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10860,7 +10860,7 @@ "hash": "jaNaAEzzx9yFcpsHPPagr9AnWTACzH5DzaIY0N01+Ik=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10872,7 +10872,7 @@ "hash": "qkI+SDiGDvrgc6mWMnyQbXHhRynXaH3MM0narQ0XjAA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10884,7 +10884,7 @@ "hash": "9y2ULosooDQZnJ5Z9exBcxc68ca3hBwbnC2nBUYV1qQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10896,7 +10896,7 @@ "hash": "k6vTgVuueCU63nI/vbRG9QJVZivBKhWM0RdLghz/B64=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10908,7 +10908,7 @@ "hash": "XXLUcGKKKhlyXlOBLys0ubjtkwDkzjG0NcJ2PjgPzPQ=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10920,7 +10920,7 @@ "hash": "cKYodUsQciq6qHyCaSXfrzNVo7sLd5qoqamKeYI8YTE=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10932,7 +10932,7 @@ "hash": "15ifVW187WBFo5vZvmY1NcZ0rVG1yYShRMJUPTARIYM=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10944,7 +10944,7 @@ "hash": "OIkHK6wKE2zx1S927sbD0KjRuWoOzGIzyPPQKsAgRaU=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10956,7 +10956,7 @@ "hash": "LliyM75Vh8WnOj3jZ9dknVd4SjB2txnSZwnjUL18YKg=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10968,7 +10968,7 @@ "hash": "DmMFJnNnljoTEUQ2p0OU2ClURpgPxxRiLqHvmG40MS0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10980,7 +10980,7 @@ "hash": "0u08sD8h34/SKzCsho9gCKULaYIUbeE2yOkZ3gVhVd8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -10992,7 +10992,7 @@ "hash": "zaPg1uxTt1533DUaS4dMtmIPeE2nNRl3emMfLsu1A9Q=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -11004,7 +11004,7 @@ "hash": "htJx5bSsiVeb26uMAgHaMluuzLSjBeOlUWdO+TTbmUI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -11016,7 +11016,7 @@ "hash": "D8ewx4rPeyK9agnNBe/tfh8D9iQ45usG9MLfY863P2g=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -11028,7 +11028,7 @@ "hash": "o5VDhOx5fRFyuH513kSjej9WJHHZ0edvtPyKZ4U5bz8=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -11040,7 +11040,7 @@ "hash": "qxsCUtrkVjvjFKHSKRAqH2smuUufI8TWkJrd3q55U+U=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -11052,7 +11052,7 @@ "hash": "KmluxwCiQhDIxzpZCCEV96sZsM2jk94c8DW2fDDxUOA=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -11064,7 +11064,7 @@ "hash": "XXvx2XxLkCf0AfHUeAhdV+H7FVWdgZdmvit5MzDPKts=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -11076,7 +11076,7 @@ "hash": "kXdAYOweltCjPVZSkba7YlMqVVkzlwHEtex25Gl2UQY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -11088,7 +11088,7 @@ "hash": "0AWao8VzIpJrK6PIvncfFqxvNO5GT5D+HlrkipIjzvw=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -11100,7 +11100,7 @@ "hash": "fbkiRcjNx8LchqAcfgiMbN+0X7KckMcpKR5R78X3HOY=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -11112,7 +11112,7 @@ "hash": "FbNt0V+hBkgA9wZ+zcKKb2xf/Ejy0/Q+gQAyMVW5pN0=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -11124,7 +11124,7 @@ "hash": "llz8YEO6L453WyH4Ly/+1eut6HOUqTzIjztX4C3b6tI=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -11136,7 +11136,7 @@ "hash": "UsrfgYHBkJyAMBBIBjV5Ou+rne1TzISrUyelxReEC14=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -11160,32 +11160,30 @@ "hash": "GBrjZzvkXa5qBatjn1rQr2MTbkgubFDV1RnKygKo58Y=" } }, - "is_incremental": false, + "is_incremental": true, "version": "" } ], "incremental_info": [ { "status": { - "can_incremental": false, - "details": "Cannot build incrementally because docfx version changed from 2.56.6.0 to 2.58.0.0.", + "can_incremental": true, "incrementalPhase": "build", "total_file_count": 0, - "skipped_file_count": 0, - "full_build_reason_code": "DocfxVersionChanged" + "skipped_file_count": 0 }, "processors": { "ConceptualDocumentProcessor": { - "can_incremental": false, + "can_incremental": true, "incrementalPhase": "build", "total_file_count": 3, - "skipped_file_count": 0 + "skipped_file_count": 3 }, "ManagedReferenceDocumentProcessor": { - "can_incremental": false, + "can_incremental": true, "incrementalPhase": "build", "total_file_count": 926, - "skipped_file_count": 0 + "skipped_file_count": 922 }, "TocDocumentProcessor": { "can_incremental": false, diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index 0acf2b42b..a93ae4515 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -5464,19 +5464,19 @@ references: isSpec: "True" fullName: Dalamud.Game.ClientState.Objects.ObjectTable.Length nameWithType: ObjectTable.Length -- uid: Dalamud.Game.ClientState.Objects.ObjectTable.SearchByID(System.UInt32) - name: SearchByID(UInt32) - href: api/Dalamud.Game.ClientState.Objects.ObjectTable.html#Dalamud_Game_ClientState_Objects_ObjectTable_SearchByID_System_UInt32_ - commentId: M:Dalamud.Game.ClientState.Objects.ObjectTable.SearchByID(System.UInt32) - fullName: Dalamud.Game.ClientState.Objects.ObjectTable.SearchByID(System.UInt32) - nameWithType: ObjectTable.SearchByID(UInt32) -- uid: Dalamud.Game.ClientState.Objects.ObjectTable.SearchByID* - name: SearchByID - href: api/Dalamud.Game.ClientState.Objects.ObjectTable.html#Dalamud_Game_ClientState_Objects_ObjectTable_SearchByID_ - commentId: Overload:Dalamud.Game.ClientState.Objects.ObjectTable.SearchByID +- uid: Dalamud.Game.ClientState.Objects.ObjectTable.SearchById(System.UInt32) + name: SearchById(UInt32) + href: api/Dalamud.Game.ClientState.Objects.ObjectTable.html#Dalamud_Game_ClientState_Objects_ObjectTable_SearchById_System_UInt32_ + commentId: M:Dalamud.Game.ClientState.Objects.ObjectTable.SearchById(System.UInt32) + fullName: Dalamud.Game.ClientState.Objects.ObjectTable.SearchById(System.UInt32) + nameWithType: ObjectTable.SearchById(UInt32) +- uid: Dalamud.Game.ClientState.Objects.ObjectTable.SearchById* + name: SearchById + href: api/Dalamud.Game.ClientState.Objects.ObjectTable.html#Dalamud_Game_ClientState_Objects_ObjectTable_SearchById_ + commentId: Overload:Dalamud.Game.ClientState.Objects.ObjectTable.SearchById isSpec: "True" - fullName: Dalamud.Game.ClientState.Objects.ObjectTable.SearchByID - nameWithType: ObjectTable.SearchByID + fullName: Dalamud.Game.ClientState.Objects.ObjectTable.SearchById + nameWithType: ObjectTable.SearchById - uid: Dalamud.Game.ClientState.Objects.ObjectTable.System#Collections#Generic#IReadOnlyCollection{Dalamud#Game#ClientState#Objects#Types#GameObject}#Count name: IReadOnlyCollection.Count href: api/Dalamud.Game.ClientState.Objects.ObjectTable.html#Dalamud_Game_ClientState_Objects_ObjectTable_System_Collections_Generic_IReadOnlyCollection_Dalamud_Game_ClientState_Objects_Types_GameObject__Count @@ -6128,6 +6128,19 @@ references: isSpec: "True" fullName: Dalamud.Game.ClientState.Objects.Types.Character.MaxMp nameWithType: Character.MaxMp +- uid: Dalamud.Game.ClientState.Objects.Types.Character.NameId + name: NameId + href: api/Dalamud.Game.ClientState.Objects.Types.Character.html#Dalamud_Game_ClientState_Objects_Types_Character_NameId + commentId: P:Dalamud.Game.ClientState.Objects.Types.Character.NameId + fullName: Dalamud.Game.ClientState.Objects.Types.Character.NameId + nameWithType: Character.NameId +- uid: Dalamud.Game.ClientState.Objects.Types.Character.NameId* + name: NameId + href: api/Dalamud.Game.ClientState.Objects.Types.Character.html#Dalamud_Game_ClientState_Objects_Types_Character_NameId_ + commentId: Overload:Dalamud.Game.ClientState.Objects.Types.Character.NameId + isSpec: "True" + fullName: Dalamud.Game.ClientState.Objects.Types.Character.NameId + nameWithType: Character.NameId - 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 @@ -8618,15 +8631,6 @@ references: isSpec: "True" fullName: Dalamud.Game.Gui.GameGui.OpenMapWithMapLink nameWithType: GameGui.OpenMapWithMapLink -- uid: Dalamud.Game.Gui.GameGui.ScreenToWorld(SharpDX.Vector2,SharpDX.Vector3@,System.Single) - name: ScreenToWorld(Vector2, out Vector3, Single) - href: api/Dalamud.Game.Gui.GameGui.html#Dalamud_Game_Gui_GameGui_ScreenToWorld_SharpDX_Vector2_SharpDX_Vector3__System_Single_ - commentId: M:Dalamud.Game.Gui.GameGui.ScreenToWorld(SharpDX.Vector2,SharpDX.Vector3@,System.Single) - name.vb: ScreenToWorld(Vector2, ByRef Vector3, Single) - fullName: Dalamud.Game.Gui.GameGui.ScreenToWorld(SharpDX.Vector2, out SharpDX.Vector3, System.Single) - fullName.vb: Dalamud.Game.Gui.GameGui.ScreenToWorld(SharpDX.Vector2, ByRef SharpDX.Vector3, System.Single) - nameWithType: GameGui.ScreenToWorld(Vector2, out Vector3, Single) - nameWithType.vb: GameGui.ScreenToWorld(Vector2, ByRef Vector3, Single) - uid: Dalamud.Game.Gui.GameGui.ScreenToWorld(System.Numerics.Vector2,System.Numerics.Vector3@,System.Single) name: ScreenToWorld(Vector2, out Vector3, Single) href: api/Dalamud.Game.Gui.GameGui.html#Dalamud_Game_Gui_GameGui_ScreenToWorld_System_Numerics_Vector2_System_Numerics_Vector3__System_Single_ @@ -8656,15 +8660,6 @@ references: isSpec: "True" fullName: Dalamud.Game.Gui.GameGui.SetBgm nameWithType: GameGui.SetBgm -- uid: Dalamud.Game.Gui.GameGui.WorldToScreen(SharpDX.Vector3,SharpDX.Vector2@) - name: WorldToScreen(Vector3, out Vector2) - href: api/Dalamud.Game.Gui.GameGui.html#Dalamud_Game_Gui_GameGui_WorldToScreen_SharpDX_Vector3_SharpDX_Vector2__ - commentId: M:Dalamud.Game.Gui.GameGui.WorldToScreen(SharpDX.Vector3,SharpDX.Vector2@) - name.vb: WorldToScreen(Vector3, ByRef Vector2) - fullName: Dalamud.Game.Gui.GameGui.WorldToScreen(SharpDX.Vector3, out SharpDX.Vector2) - fullName.vb: Dalamud.Game.Gui.GameGui.WorldToScreen(SharpDX.Vector3, ByRef SharpDX.Vector2) - nameWithType: GameGui.WorldToScreen(Vector3, out Vector2) - nameWithType.vb: GameGui.WorldToScreen(Vector3, ByRef Vector2) - uid: Dalamud.Game.Gui.GameGui.WorldToScreen(System.Numerics.Vector3,System.Numerics.Vector2@) name: WorldToScreen(Vector3, out Vector2) href: api/Dalamud.Game.Gui.GameGui.html#Dalamud_Game_Gui_GameGui_WorldToScreen_System_Numerics_Vector3_System_Numerics_Vector2__ @@ -26089,6 +26084,12 @@ references: isSpec: "True" fullName: Dalamud.Localization.ExportLocalizable nameWithType: Localization.ExportLocalizable +- uid: Dalamud.Localization.LocalizationChanged + name: LocalizationChanged + href: api/Dalamud.Localization.html#Dalamud_Localization_LocalizationChanged + commentId: E:Dalamud.Localization.LocalizationChanged + fullName: Dalamud.Localization.LocalizationChanged + nameWithType: Localization.LocalizationChanged - uid: Dalamud.Localization.LocalizationChangedDelegate name: Localization.LocalizationChangedDelegate href: api/Dalamud.Localization.LocalizationChangedDelegate.html @@ -26108,12 +26109,6 @@ references: isSpec: "True" fullName: Dalamud.Localization.Localize nameWithType: Localization.Localize -- uid: Dalamud.Localization.OnLocalizationChanged - name: OnLocalizationChanged - href: api/Dalamud.Localization.html#Dalamud_Localization_OnLocalizationChanged - commentId: E:Dalamud.Localization.OnLocalizationChanged - fullName: Dalamud.Localization.OnLocalizationChanged - nameWithType: Localization.OnLocalizationChanged - uid: Dalamud.Localization.SetupWithFallbacks name: SetupWithFallbacks() href: api/Dalamud.Localization.html#Dalamud_Localization_SetupWithFallbacks @@ -27416,18 +27411,44 @@ references: isSpec: "True" fullName: Dalamud.Plugin.DalamudPluginInterface.IsDebugging nameWithType: DalamudPluginInterface.IsDebugging +- uid: Dalamud.Plugin.DalamudPluginInterface.LanguageChanged + name: LanguageChanged + href: api/Dalamud.Plugin.DalamudPluginInterface.html#Dalamud_Plugin_DalamudPluginInterface_LanguageChanged + commentId: E:Dalamud.Plugin.DalamudPluginInterface.LanguageChanged + fullName: Dalamud.Plugin.DalamudPluginInterface.LanguageChanged + nameWithType: DalamudPluginInterface.LanguageChanged - uid: Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate name: DalamudPluginInterface.LanguageChangedDelegate href: api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html commentId: T:Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate fullName: Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate nameWithType: DalamudPluginInterface.LanguageChangedDelegate -- uid: Dalamud.Plugin.DalamudPluginInterface.OnLanguageChanged - name: OnLanguageChanged - href: api/Dalamud.Plugin.DalamudPluginInterface.html#Dalamud_Plugin_DalamudPluginInterface_OnLanguageChanged - commentId: E:Dalamud.Plugin.DalamudPluginInterface.OnLanguageChanged - fullName: Dalamud.Plugin.DalamudPluginInterface.OnLanguageChanged - nameWithType: DalamudPluginInterface.OnLanguageChanged +- uid: Dalamud.Plugin.DalamudPluginInterface.PluginInternalNames + name: PluginInternalNames + href: api/Dalamud.Plugin.DalamudPluginInterface.html#Dalamud_Plugin_DalamudPluginInterface_PluginInternalNames + commentId: P:Dalamud.Plugin.DalamudPluginInterface.PluginInternalNames + fullName: Dalamud.Plugin.DalamudPluginInterface.PluginInternalNames + nameWithType: DalamudPluginInterface.PluginInternalNames +- uid: Dalamud.Plugin.DalamudPluginInterface.PluginInternalNames* + name: PluginInternalNames + href: api/Dalamud.Plugin.DalamudPluginInterface.html#Dalamud_Plugin_DalamudPluginInterface_PluginInternalNames_ + commentId: Overload:Dalamud.Plugin.DalamudPluginInterface.PluginInternalNames + isSpec: "True" + fullName: Dalamud.Plugin.DalamudPluginInterface.PluginInternalNames + nameWithType: DalamudPluginInterface.PluginInternalNames +- uid: Dalamud.Plugin.DalamudPluginInterface.PluginNames + name: PluginNames + href: api/Dalamud.Plugin.DalamudPluginInterface.html#Dalamud_Plugin_DalamudPluginInterface_PluginNames + commentId: P:Dalamud.Plugin.DalamudPluginInterface.PluginNames + fullName: Dalamud.Plugin.DalamudPluginInterface.PluginNames + nameWithType: DalamudPluginInterface.PluginNames +- uid: Dalamud.Plugin.DalamudPluginInterface.PluginNames* + name: PluginNames + href: api/Dalamud.Plugin.DalamudPluginInterface.html#Dalamud_Plugin_DalamudPluginInterface_PluginNames_ + commentId: Overload:Dalamud.Plugin.DalamudPluginInterface.PluginNames + isSpec: "True" + fullName: Dalamud.Plugin.DalamudPluginInterface.PluginNames + nameWithType: DalamudPluginInterface.PluginNames - uid: Dalamud.Plugin.DalamudPluginInterface.Reason name: Reason href: api/Dalamud.Plugin.DalamudPluginInterface.html#Dalamud_Plugin_DalamudPluginInterface_Reason