diff --git a/docs/api/Dalamud.Data.DataManager.html b/docs/api/Dalamud.Data.DataManager.html index 56cce47b4..a805f6f37 100644 --- a/docs/api/Dalamud.Data.DataManager.html +++ b/docs/api/Dalamud.Data.DataManager.html @@ -118,7 +118,7 @@ Improve this Doc - View Source + View Source

DataManager(ClientLanguage)

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

Excel

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

IsDataReady

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

ServerOpCodes

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

GetExcelSheet<T>()

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

GetFile(String)

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

GetFile<T>(String)

@@ -403,6 +403,168 @@ T

The type of resource

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

GetIcon(ClientLanguage, Int32)

+

Get a Lumina.Data.Files.TexFile containing the icon with the given ID, of the given language.

+
+
+
Declaration
+
+
public TexFile GetIcon(ClientLanguage iconLanguage, int iconId)
+
+
Parameters
+ + + + + + + + + + + + + + + + + + + + +
TypeNameDescription
Dalamud.ClientLanguageiconLanguage

The requested language.

+
System.Int32iconId

The icon ID.

+
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
Lumina.Data.Files.TexFile

The Lumina.Data.Files.TexFile containing the icon.

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

GetIcon(Int32)

+

Get a Lumina.Data.Files.TexFile containing the icon with the given ID.

+
+
+
Declaration
+
+
public TexFile GetIcon(int iconId)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
System.Int32iconId

The icon ID.

+
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
Lumina.Data.Files.TexFile

The Lumina.Data.Files.TexFile containing the icon.

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

GetIcon(String, Int32)

+

Get a Lumina.Data.Files.TexFile containing the icon with the given ID, of the given type.

+
+
+
Declaration
+
+
public TexFile GetIcon(string type, int iconId)
+
+
Parameters
+ + + + + + + + + + + + + + + + + + + + +
TypeNameDescription
System.Stringtype

The type of the icon (e.g. 'hq' to get the HQ variant of an item icon).

+
System.Int32iconId

The icon ID.

+
+
Returns
+ + + + + + + + + + + @@ -412,7 +574,7 @@ Improve this Doc - View Source + View Source

Initialize()

@@ -448,7 +610,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Data.LuminaExtensions.TexFileExtensions.html b/docs/api/Dalamud.Data.LuminaExtensions.TexFileExtensions.html new file mode 100644 index 000000000..f0716c804 --- /dev/null +++ b/docs/api/Dalamud.Data.LuminaExtensions.TexFileExtensions.html @@ -0,0 +1,207 @@ + + + + + + + + Class TexFileExtensions + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    TypeDescription
    Lumina.Data.Files.TexFile

    The Lumina.Data.Files.TexFile containing the icon.

    + + + + + + + + + + + + + + +
    TypeNameDescription
    Lumina.Data.Files.TexFiletexFile

    The TexFile to format.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte[]

    The formatted image data.

    +
    + + + + + + + + + + + + + + + diff --git a/docs/api/Dalamud.Data.LuminaExtensions.html b/docs/api/Dalamud.Data.LuminaExtensions.html new file mode 100644 index 000000000..5d37b5eee --- /dev/null +++ b/docs/api/Dalamud.Data.LuminaExtensions.html @@ -0,0 +1,118 @@ + + + + + + + + Namespace Dalamud.Data.LuminaExtensions + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Data.TransientSheet.Item.html b/docs/api/Dalamud.Data.TransientSheet.Item.html new file mode 100644 index 000000000..81b2016c0 --- /dev/null +++ b/docs/api/Dalamud.Data.TransientSheet.Item.html @@ -0,0 +1,2627 @@ + + + + + + + + Class Item + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Data.TransientSheet.html b/docs/api/Dalamud.Data.TransientSheet.html index 380047db1..c80364185 100644 --- a/docs/api/Dalamud.Data.TransientSheet.html +++ b/docs/api/Dalamud.Data.TransientSheet.html @@ -79,6 +79,8 @@

    ContentFinderCondition

    +

    Item

    +
    diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.EmbeddedInfoType.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.EmbeddedInfoType.html index 3b15cfba1..b14b3bbe8 100644 --- a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.EmbeddedInfoType.html +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.EmbeddedInfoType.html @@ -99,6 +99,10 @@ LinkTerminator + + MapPositionLink + + PlayerName @@ -124,7 +128,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.html index 86f69a587..d62d69d2e 100644 --- a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.html +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.html @@ -104,17 +104,25 @@ - Int16Plus1Million + Int16Packed Int24 + + Int24Special + + Int32 + + None + +

    Extension Methods

    @@ -132,7 +140,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.html index bad0e268a..b3729888b 100644 --- a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.html +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.html @@ -91,10 +91,22 @@ + + AutoTranslateKey + + Interactable + + UIForeground + + + + UIGlow + +

    Extension Methods

    @@ -112,7 +124,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.html index 1985ba6c8..d183c2e07 100644 --- a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.html +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payload.html @@ -80,11 +80,15 @@
    Inheritance
    System.Object
    Payload
    +
    AutoTranslatePayload
    ItemPayload
    +
    MapLinkPayload
    PlayerPayload
    RawPayload
    StatusPayload
    TextPayload
    +
    UIForegroundPayload
    +
    UIGlowPayload
    Inherited Members
    @@ -123,7 +127,7 @@ Improve this Doc - View Source + View Source

    END_BYTE

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

    START_BYTE

    @@ -183,7 +187,7 @@ Improve this Doc - View Source + View Source

    Type

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

    Encode()

    @@ -245,7 +249,7 @@ Improve this Doc - View Source + View Source

    GetInteger(BinaryReader)

    @@ -253,7 +257,7 @@
    Declaration
    -
    protected static int GetInteger(BinaryReader input)
    +
    protected static uint GetInteger(BinaryReader input)
    Parameters
    @@ -282,25 +286,25 @@ - +
    System.Int32System.UInt32
    | - Improve this Doc + Improve this Doc - View Source + View Source - -

    GetTypeForIntegerBytes(Byte[])

    + +

    GetMarkerForIntegerBytes(Byte[])

    Declaration
    -
    protected static Payload.IntegerType GetTypeForIntegerBytes(byte[] bytes)
    +
    protected virtual byte GetMarkerForIntegerBytes(byte[] bytes)
    Parameters
    @@ -329,25 +333,25 @@ - +
    Payload.IntegerTypeSystem.Byte
    | - Improve this Doc + Improve this Doc - View Source + View Source - -

    MakeInteger(Int32)

    + +

    GetMarkerForPackedIntegerBytes(Byte[])

    Declaration
    -
    protected static byte[] MakeInteger(int value)
    +
    protected virtual byte GetMarkerForPackedIntegerBytes(byte[] bytes)
    Parameters
    @@ -360,10 +364,171 @@ - + + + + + +
    System.Int32System.Byte[]bytes
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + + +

    GetPackedIntegers(BinaryReader)

    +
    +
    +
    Declaration
    +
    +
    protected (uint, uint) GetPackedIntegers(BinaryReader input)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.IO.BinaryReaderinput
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.ValueTuple<System.UInt32, System.UInt32>
    + + | + Improve this Doc + + + View Source + + +

    MakeInteger(UInt32, Boolean, Boolean)

    +
    +
    +
    Declaration
    +
    +
    protected virtual byte[] MakeInteger(uint value, bool withMarker = true, bool incrementSmallInts = true)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32 value
    System.BooleanwithMarker
    System.BooleanincrementSmallInts
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte[]
    + + | + Improve this Doc + + + View Source + + +

    MakePackedInteger(UInt32, UInt32, Boolean)

    +
    +
    +
    Declaration
    +
    +
    protected byte[] MakePackedInteger(uint val1, uint val2, bool withMarker = true)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32val1
    System.UInt32val2
    System.BooleanwithMarker
    Returns
    @@ -386,7 +551,7 @@ Improve this Doc - View Source + View Source

    Process(BinaryReader)

    @@ -433,7 +598,7 @@ Improve this Doc - View Source + View Source

    ProcessChunkImpl(BinaryReader, Int64)

    @@ -470,7 +635,7 @@ Improve this Doc - View Source + View Source

    Resolve()

    @@ -491,7 +656,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.PayloadType.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.PayloadType.html index 3d9cc2a9d..c79769c5a 100644 --- a/docs/api/Dalamud.Game.Chat.SeStringHandling.PayloadType.html +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.PayloadType.html @@ -92,9 +92,19 @@ + + AutoTranslateText +

    An SeString payload representing an auto-translate dictionary entry.

    + + Item

    An SeString payload representing an Item link.

    + + + + MapLink +

    An SeString payload representing a map position link, such as from <flag> or <pos>.

    @@ -110,6 +120,16 @@ Status

    An SeString payload representing an Status Effect link.

    + + + + UIForeground +

    An SeString payload representing a text foreground color.

    + + + + UIGlow +

    An SeString payload representing a text glow color.

    @@ -134,7 +154,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html new file mode 100644 index 000000000..fa9fbf50a --- /dev/null +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html @@ -0,0 +1,425 @@ + + + + + + + + Class AutoTranslatePayload + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.html index f2f412d7b..73caf3f5f 100644 --- a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.html +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.html @@ -96,10 +96,16 @@ Payload.GetInteger(BinaryReader)
    - Payload.MakeInteger(Int32) + Payload.MakeInteger(UInt32, Boolean, Boolean)
    - Payload.GetTypeForIntegerBytes(Byte[]) + Payload.GetMarkerForPackedIntegerBytes(Byte[]) +
    +
    + Payload.GetPackedIntegers(BinaryReader) +
    +
    + Payload.MakePackedInteger(UInt32, UInt32, Boolean)
    System.Object.Equals(System.Object) @@ -145,18 +151,18 @@
    | - Improve this Doc + Improve this Doc View Source -

    ItemPayload(Int32, Boolean)

    +

    ItemPayload(UInt32, Boolean)

    Declaration
    -
    public ItemPayload(int itemId, bool isHQ)
    +
    public ItemPayload(uint itemId, bool isHQ)
    Parameters
    @@ -169,7 +175,7 @@ - + @@ -225,7 +231,7 @@
    Declaration
    -
    public int ItemId { get; }
    +
    public uint ItemId { get; }
    Property Value
    System.Int32System.UInt32 itemId
    @@ -237,7 +243,7 @@ - + @@ -338,12 +344,61 @@
    System.Int32System.UInt32
    Overrides
    Payload.Encode()
    + + | + Improve this Doc + + + View Source + + +

    GetMarkerForIntegerBytes(Byte[])

    +
    +
    +
    Declaration
    +
    +
    protected override byte GetMarkerForIntegerBytes(byte[] bytes)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Byte[]bytes
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    +
    Overrides
    +
    Payload.GetMarkerForIntegerBytes(Byte[])
    | Improve this Doc - View Source + View Source

    ProcessChunkImpl(BinaryReader, Int64)

    @@ -399,7 +454,7 @@ Improve this Doc - View Source + View Source

    ToString()

    diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html new file mode 100644 index 000000000..6691be037 --- /dev/null +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html @@ -0,0 +1,592 @@ + + + + + + + + Class MapLinkPayload + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.html index 12b7f62cc..460e02d2c 100644 --- a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.html +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.html @@ -96,10 +96,19 @@ Payload.GetInteger(BinaryReader)
    - Payload.MakeInteger(Int32) + Payload.MakeInteger(UInt32, Boolean, Boolean)
    - Payload.GetTypeForIntegerBytes(Byte[]) + Payload.GetMarkerForIntegerBytes(Byte[]) +
    +
    + Payload.GetMarkerForPackedIntegerBytes(Byte[]) +
    +
    + Payload.GetPackedIntegers(BinaryReader) +
    +
    + Payload.MakePackedInteger(UInt32, UInt32, Boolean)
    System.Object.Equals(System.Object) @@ -145,18 +154,18 @@
    | - Improve this Doc + Improve this Doc View Source -

    PlayerPayload(String, Int32)

    +

    PlayerPayload(String, UInt32)

    Declaration
    -
    public PlayerPayload(string playerName, int serverId)
    +
    public PlayerPayload(string playerName, uint serverId)
    Parameters
    @@ -174,7 +183,7 @@ - + @@ -225,7 +234,7 @@
    Declaration
    -
    public int ServerId { get; }
    +
    public uint ServerId { get; }
    Property Value
    System.Int32System.UInt32 serverId
    @@ -237,7 +246,7 @@ - + diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.RawPayload.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.RawPayload.html index 1c935aa37..23bd2aac0 100644 --- a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.RawPayload.html +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.RawPayload.html @@ -96,10 +96,19 @@ Payload.GetInteger(BinaryReader)
    - Payload.MakeInteger(Int32) + Payload.MakeInteger(UInt32, Boolean, Boolean)
    - Payload.GetTypeForIntegerBytes(Byte[]) + Payload.GetMarkerForIntegerBytes(Byte[]) +
    +
    + Payload.GetMarkerForPackedIntegerBytes(Byte[]) +
    +
    + Payload.GetPackedIntegers(BinaryReader) +
    +
    + Payload.MakePackedInteger(UInt32, UInt32, Boolean)
    System.Object.Equals(System.Object) diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.html index 71ead8d47..11df58987 100644 --- a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.html +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.html @@ -96,10 +96,19 @@ Payload.GetInteger(BinaryReader)
    - Payload.MakeInteger(Int32) + Payload.MakeInteger(UInt32, Boolean, Boolean)
    - Payload.GetTypeForIntegerBytes(Byte[]) + Payload.GetMarkerForIntegerBytes(Byte[]) +
    +
    + Payload.GetMarkerForPackedIntegerBytes(Byte[]) +
    +
    + Payload.GetPackedIntegers(BinaryReader) +
    +
    + Payload.MakePackedInteger(UInt32, UInt32, Boolean)
    System.Object.Equals(System.Object) @@ -145,18 +154,18 @@
    | - Improve this Doc + Improve this Doc View Source -

    StatusPayload(Int32)

    +

    StatusPayload(UInt32)

    Declaration
    -
    public StatusPayload(int statusId)
    +
    public StatusPayload(uint statusId)
    Parameters
    System.Int32System.UInt32
    @@ -169,7 +178,7 @@ - + @@ -190,7 +199,7 @@
    Declaration
    -
    public int StatusId { get; }
    +
    public uint StatusId { get; }
    Property Value
    System.Int32System.UInt32 statusId
    @@ -202,7 +211,7 @@ - + @@ -308,7 +317,7 @@ Improve this Doc - View Source + View Source

    ProcessChunkImpl(BinaryReader, Int64)

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

    ToString()

    diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.TextPayload.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.TextPayload.html index 76e7e541d..3d3b7eb9b 100644 --- a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.TextPayload.html +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.TextPayload.html @@ -96,10 +96,19 @@ Payload.GetInteger(BinaryReader)
    - Payload.MakeInteger(Int32) + Payload.MakeInteger(UInt32, Boolean, Boolean)
    - Payload.GetTypeForIntegerBytes(Byte[]) + Payload.GetMarkerForIntegerBytes(Byte[]) +
    +
    + Payload.GetMarkerForPackedIntegerBytes(Byte[]) +
    +
    + Payload.GetPackedIntegers(BinaryReader) +
    +
    + Payload.MakePackedInteger(UInt32, UInt32, Boolean)
    System.Object.Equals(System.Object) diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html new file mode 100644 index 000000000..629897566 --- /dev/null +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html @@ -0,0 +1,411 @@ + + + + + + + + Class UIForegroundPayload + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    System.Int32System.UInt32
    + + + + + + + + + + + + +
    TypeDescription
    System.UInt16
    + + | + Improve this Doc + + + View Source + + +

    Type

    +
    +
    +
    Declaration
    +
    +
    public override PayloadType Type { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    PayloadType
    +
    Overrides
    +
    Payload.Type
    +

    Methods +

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

    Encode()

    +
    +
    +
    Declaration
    +
    +
    public override byte[] Encode()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte[]
    +
    Overrides
    +
    Payload.Encode()
    + + | + Improve this Doc + + + View Source + + +

    GetMarkerForIntegerBytes(Byte[])

    +
    +
    +
    Declaration
    +
    +
    protected override byte GetMarkerForIntegerBytes(byte[] bytes)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Byte[]bytes
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    +
    Overrides
    +
    Payload.GetMarkerForIntegerBytes(Byte[])
    + + | + Improve this Doc + + + View Source + + +

    ProcessChunkImpl(BinaryReader, Int64)

    +
    +
    +
    Declaration
    +
    +
    protected override void ProcessChunkImpl(BinaryReader reader, long endOfStream)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.IO.BinaryReaderreader
    System.Int64endOfStream
    +
    Overrides
    +
    Payload.ProcessChunkImpl(BinaryReader, Int64)
    + + | + Improve this Doc + + + View Source + + +

    Resolve()

    +
    +
    +
    Declaration
    +
    +
    public override void Resolve()
    +
    +
    Overrides
    +
    Payload.Resolve()
    + + | + Improve this Doc + + + View Source + + +

    ToString()

    +
    +
    +
    Declaration
    +
    +
    public override string ToString()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.String
    +
    Overrides
    +
    System.Object.ToString()
    + + + + + + + + + + + + + + + diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html new file mode 100644 index 000000000..d4c5d28f6 --- /dev/null +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html @@ -0,0 +1,411 @@ + + + + + + + + Class UIGlowPayload + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.html index ba7ba8d35..8ecf4eee1 100644 --- a/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.html +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.Payloads.html @@ -77,8 +77,12 @@

    Classes

    +

    AutoTranslatePayload

    +

    ItemPayload

    +

    MapLinkPayload

    +

    PlayerPayload

    RawPayload

    @@ -87,6 +91,10 @@

    TextPayload

    +

    UIForegroundPayload

    +
    +

    UIGlowPayload

    +
    diff --git a/docs/api/Dalamud.Game.Chat.SeStringHandling.SeString.html b/docs/api/Dalamud.Game.Chat.SeStringHandling.SeString.html index d017b3cb3..6c08be528 100644 --- a/docs/api/Dalamud.Game.Chat.SeStringHandling.SeString.html +++ b/docs/api/Dalamud.Game.Chat.SeStringHandling.SeString.html @@ -118,7 +118,7 @@ Improve this Doc - View Source + View Source

    SeString(List<Payload>)

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

    Payloads

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

    TextValue

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

    Encode()

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

    Parse(Byte[])

    @@ -302,7 +302,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Actors.ActorTable.html b/docs/api/Dalamud.Game.ClientState.Actors.ActorTable.html index e2ee00b58..be438ccae 100644 --- a/docs/api/Dalamud.Game.ClientState.Actors.ActorTable.html +++ b/docs/api/Dalamud.Game.ClientState.Actors.ActorTable.html @@ -124,7 +124,7 @@ Improve this Doc - View Source + View Source

    ActorTable(Dalamud, ClientStateAddressResolver)

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

    Item[Int32]

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

    Length

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

    Dispose()

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

    Enable()

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

    GetEnumerator()

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

    ICollection.CopyTo(Array, Int32)

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

    ICollection.Count

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

    ICollection.IsSynchronized

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

    ICollection.SyncRoot

    diff --git a/docs/api/Dalamud.Game.Internal.Gui.GameGui.html b/docs/api/Dalamud.Game.Internal.Gui.GameGui.html index 3b2e66652..bb8f8ce12 100644 --- a/docs/api/Dalamud.Game.Internal.Gui.GameGui.html +++ b/docs/api/Dalamud.Game.Internal.Gui.GameGui.html @@ -121,7 +121,7 @@ Improve this Doc - View Source + View Source

    GameGui(IntPtr, SigScanner, Dalamud)

    @@ -190,6 +190,69 @@ + + | + Improve this Doc + + + View Source + + +

    HoveredItem

    +

    The item ID that is currently hovered by the player. 0 when no item is hovered. +If > 1.000.000, subtract 1.000.000 and treat it as HQ

    +
    +
    +
    Declaration
    +
    +
    public ulong HoveredItem { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt64
    + + | + Improve this Doc + + + View Source + + +

    HoveredItemChanged

    +

    Event that is fired when the currently hovered item changes.

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

    Methods

    @@ -197,7 +260,7 @@ Improve this Doc - View Source + View Source

    Dispose()

    @@ -212,7 +275,7 @@ Improve this Doc - View Source + View Source

    Enable()

    @@ -227,7 +290,7 @@ Improve this Doc - View Source + View Source

    SetBgm(UInt16)

    diff --git a/docs/api/Dalamud.Interface.InterfaceManager.html b/docs/api/Dalamud.Interface.InterfaceManager.html index cbc65b80b..be1f8dcb8 100644 --- a/docs/api/Dalamud.Interface.InterfaceManager.html +++ b/docs/api/Dalamud.Interface.InterfaceManager.html @@ -279,6 +279,68 @@ + + | + Improve this Doc + + + View Source + + +

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

    +
    +
    +
    Declaration
    +
    +
    public TextureWrap LoadImageRaw(byte[] imageData, int width, int height, int numChannels)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Byte[]imageData
    System.Int32width
    System.Int32height
    System.Int32numChannels
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    TextureWrap

    Events

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

    Improve this Doc
    - View Source + View Source

    UiBuilder(InterfaceManager, String)

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

    Improve this Doc - View Source + View Source

    OnOpenConfigUi

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

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

    Improve this Doc - View Source + View Source

    Dispose()

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

    Improve this Doc - View Source + View Source

    LoadImage(Byte[])

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

    Improve this Doc - View Source + View Source

    LoadImage(String)

    @@ -304,6 +304,74 @@ It can be used to draw custom windows and overlays.

    TextureWrap

    A TextureWrap object wrapping the created image. Use ImGuiHandle inside ImGui.Image()

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

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

    +

    Loads an image from raw unformatted pixel data, with no type or header information. To load formatted data, use LoadImage(Byte[]).

    +
    +
    +
    Declaration
    +
    +
    public TextureWrap LoadImageRaw(byte[] imageData, int width, int height, int numChannels)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Byte[]imageData

    A byte array containing the raw pixel data.

    +
    System.Int32width

    The width of the image contained in imageData.

    +
    System.Int32height

    The height of the image contained in imageData.

    +
    System.Int32numChannels

    The number of channels (bytes per pixel) of the image contained in imageData. This should usually be 4.

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

    Improve this Doc - View Source + View Source

    OnBuildUi

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

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Plugin.DalamudPluginInterface.html b/docs/api/Dalamud.Plugin.DalamudPluginInterface.html index c196b583f..b42d16b89 100644 --- a/docs/api/Dalamud.Plugin.DalamudPluginInterface.html +++ b/docs/api/Dalamud.Plugin.DalamudPluginInterface.html @@ -406,7 +406,8 @@
    Declaration
    -
    public void Log(string messageTemplate, params object[] values)
    +
    [Obsolete]
    +public void Log(string messageTemplate, params object[] values)
    Parameters
    TypeDescription
    TextureWrap

    A TextureWrap object wrapping the created image. Use ImGuiHandle inside ImGui.Image()

    @@ -437,7 +438,7 @@ Improve this Doc - View Source + View Source

    LogError(Exception, String, Object[])

    @@ -446,7 +447,8 @@
    Declaration
    -
    public void LogError(Exception exception, string messageTemplate, params object[] values)
    +
    [Obsolete]
    +public void LogError(Exception exception, string messageTemplate, params object[] values)
    Parameters
    @@ -483,7 +485,7 @@ Improve this Doc - View Source + View Source

    LogError(String, Object[])

    @@ -492,7 +494,8 @@
    Declaration
    -
    public void LogError(string messageTemplate, params object[] values)
    +
    [Obsolete]
    +public void LogError(string messageTemplate, params object[] values)
    Parameters
    diff --git a/docs/api/Dalamud.Plugin.PluginLog.html b/docs/api/Dalamud.Plugin.PluginLog.html new file mode 100644 index 000000000..f9ef5573d --- /dev/null +++ b/docs/api/Dalamud.Plugin.PluginLog.html @@ -0,0 +1,282 @@ + + + + + + + + Class PluginLog + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.StringmessageTemplate

    The message template.

    +
    System.Object[]values

    Values to log.

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

    LogError(Exception, String, Object[])

    +

    Log a templated error message to the in-game debug log.

    +
    +
    +
    Declaration
    +
    +
    public static void LogError(Exception exception, string messageTemplate, params object[] values)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Exceptionexception

    The exception that caused the error.

    +
    System.StringmessageTemplate

    The message template.

    +
    System.Object[]values

    Values to log.

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

    LogError(String, Object[])

    +

    Log a templated error message to the in-game debug log.

    +
    +
    +
    Declaration
    +
    +
    public static void LogError(string messageTemplate, params object[] values)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.StringmessageTemplate

    The message template.

    +
    System.Object[]values

    Values to log.

    +
    + +
    + + + + + + + + + + + + + diff --git a/docs/api/Dalamud.Plugin.html b/docs/api/Dalamud.Plugin.html index 1a77255c5..62258f453 100644 --- a/docs/api/Dalamud.Plugin.html +++ b/docs/api/Dalamud.Plugin.html @@ -82,6 +82,8 @@

    PluginDefinition

    +

    PluginLog

    +

    PluginRepository

    Interfaces diff --git a/docs/api/Discord.Cacheable-2.html b/docs/api/Discord.Cacheable-2.html index befc69991..7adf24f0d 100644 --- a/docs/api/Discord.Cacheable-2.html +++ b/docs/api/Discord.Cacheable-2.html @@ -269,7 +269,7 @@ entity.

    - HttpException + Discord.Net.HttpException

    Thrown when used from a user account.

    @@ -323,7 +323,7 @@ download the message. The task result contains the downloaded entity.

    - HttpException + Discord.Net.HttpException

    Thrown when used from a user account.

    diff --git a/docs/api/Discord.IUser.html b/docs/api/Discord.IUser.html index 4644701ee..0807c763a 100644 --- a/docs/api/Discord.IUser.html +++ b/docs/api/Discord.IUser.html @@ -464,8 +464,8 @@ contains the DM channel associated with this user.

    warning

    In event that the current user cannot send a message to the target user, a channel can and will still be created by Discord. However, attempting to send a message will yield a -HttpException with a 403 as its -HttpCode. There are currently no official workarounds by +Discord.Net.HttpException with a 403 as its +Discord.Net.HttpException.HttpCode. There are currently no official workarounds by Discord.

    diff --git a/docs/api/Discord.Rest.DiscordRestConfig.html b/docs/api/Discord.Rest.DiscordRestConfig.html index f6bd1bd90..1923f9c35 100644 --- a/docs/api/Discord.Rest.DiscordRestConfig.html +++ b/docs/api/Discord.Rest.DiscordRestConfig.html @@ -195,7 +195,7 @@ - RestClientProvider + Discord.Net.Rest.RestClientProvider diff --git a/docs/api/Discord.Rest.RestUser.html b/docs/api/Discord.Rest.RestUser.html index ea50bb380..c0d3b06b9 100644 --- a/docs/api/Discord.Rest.RestUser.html +++ b/docs/api/Discord.Rest.RestUser.html @@ -767,8 +767,8 @@ contains the DM channel associated with this user.

    warning

    In event that the current user cannot send a message to the target user, a channel can and will still be created by Discord. However, attempting to send a message will yield a -HttpException with a 403 as its -HttpCode. There are currently no official workarounds by +Discord.Net.HttpException with a 403 as its +Discord.Net.HttpException.HttpCode. There are currently no official workarounds by Discord.

    diff --git a/docs/api/Discord.UserExtensions.html b/docs/api/Discord.UserExtensions.html index ac9c34e36..5e29d172e 100644 --- a/docs/api/Discord.UserExtensions.html +++ b/docs/api/Discord.UserExtensions.html @@ -288,11 +288,11 @@ contains the sent message.

    This method attempts to send an attachment as a direct-message to the user.

    warning

    -Please note that this method will throw an HttpException +Please note that this method will throw an Discord.Net.HttpException if the user cannot receive DMs due to privacy reasons or if the user has the sender blocked.

    -You may want to consider catching for DiscordCode +You may want to consider catching for Discord.Net.HttpException.DiscordCode 50007 when using this method.

    @@ -393,11 +393,11 @@ contains the sent message.

    This method attempts to send an attachment as a direct-message to the user.

    warning

    -Please note that this method will throw an HttpException +Please note that this method will throw an Discord.Net.HttpException if the user cannot receive DMs due to privacy reasons or if the user has the sender blocked.

    -You may want to consider catching for DiscordCode +You may want to consider catching for Discord.Net.HttpException.DiscordCode 50007 when using this method.

    @@ -494,11 +494,11 @@ channel.

    This method attempts to send a direct-message to the user.

    warning

    -Please note that this method will throw an HttpException +Please note that this method will throw an Discord.Net.HttpException if the user cannot receive DMs due to privacy reasons or if the user has the sender blocked.

    -You may want to consider catching for DiscordCode +You may want to consider catching for Discord.Net.HttpException.DiscordCode 50007 when using this method.

    diff --git a/docs/api/Discord.WebSocket.DiscordSocketConfig.html b/docs/api/Discord.WebSocket.DiscordSocketConfig.html index db3489020..13d23abd9 100644 --- a/docs/api/Discord.WebSocket.DiscordSocketConfig.html +++ b/docs/api/Discord.WebSocket.DiscordSocketConfig.html @@ -607,7 +607,7 @@ disables the message cache entirely.

    - UdpSocketProvider + Discord.Net.Udp.UdpSocketProvider @@ -638,7 +638,7 @@ disables the message cache entirely.

    - WebSocketProvider + Discord.Net.WebSockets.WebSocketProvider diff --git a/docs/api/Discord.WebSocket.SocketUser.html b/docs/api/Discord.WebSocket.SocketUser.html index 3c26b3d79..74e3eecdc 100644 --- a/docs/api/Discord.WebSocket.SocketUser.html +++ b/docs/api/Discord.WebSocket.SocketUser.html @@ -664,8 +664,8 @@ contains the DM channel associated with this user.

    warning

    In event that the current user cannot send a message to the target user, a channel can and will still be created by Discord. However, attempting to send a message will yield a -HttpException with a 403 as its -HttpCode. There are currently no official workarounds by +Discord.Net.HttpException with a 403 as its +Discord.Net.HttpException.HttpCode. There are currently no official workarounds by Discord.

    diff --git a/docs/api/ImGuiNET.RangeAccessor-1.html b/docs/api/ImGuiNET.RangeAccessor-1.html index f38c70165..3bad91f9c 100644 --- a/docs/api/ImGuiNET.RangeAccessor-1.html +++ b/docs/api/ImGuiNET.RangeAccessor-1.html @@ -101,7 +101,6 @@
    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 99645455e..bfcac7e52 100644 --- a/docs/api/ImGuiNET.RangePtrAccessor-1.html +++ b/docs/api/ImGuiNET.RangePtrAccessor-1.html @@ -101,7 +101,6 @@
    Syntax
    public struct RangePtrAccessor<T>
    -
         where T : struct
    Type Parameters
    diff --git a/docs/api/ImGuiScene.FramerateLimit.LimitType.html b/docs/api/ImGuiScene.FramerateLimit.LimitType.html index 3b099f4a3..6225c1f9e 100644 --- a/docs/api/ImGuiScene.FramerateLimit.LimitType.html +++ b/docs/api/ImGuiScene.FramerateLimit.LimitType.html @@ -122,10 +122,10 @@ This will disable vsync regardless of the fps value.

    diff --git a/docs/api/ImGuiScene.FramerateLimit.html b/docs/api/ImGuiScene.FramerateLimit.html index 5f129a8e2..0983a1221 100644 --- a/docs/api/ImGuiScene.FramerateLimit.html +++ b/docs/api/ImGuiScene.FramerateLimit.html @@ -113,10 +113,10 @@ Vsync-enabled (sync to monitor refresh), or a specified fixed framerate (vsync d

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

    FramerateLimit(FramerateLimit.LimitType, Int32)

    @@ -155,10 +155,10 @@ Vsync-enabled (sync to monitor refresh), or a specified fixed framerate (vsync d | - Improve this Doc + Improve this Doc - View Source + View Source

    FPS

    @@ -186,10 +186,10 @@ Vsync-enabled (sync to monitor refresh), or a specified fixed framerate (vsync d | - Improve this Doc + Improve this Doc - View Source + View Source

    Type

    @@ -219,10 +219,10 @@ Vsync-enabled (sync to monitor refresh), or a specified fixed framerate (vsync d | - Improve this Doc + Improve this Doc - View Source + View Source

    ToString()

    @@ -257,10 +257,10 @@ Vsync-enabled (sync to monitor refresh), or a specified fixed framerate (vsync d
    diff --git a/docs/api/ImGuiScene.GLTextureWrap.html b/docs/api/ImGuiScene.GLTextureWrap.html index 69a5beb26..1eb36fd37 100644 --- a/docs/api/ImGuiScene.GLTextureWrap.html +++ b/docs/api/ImGuiScene.GLTextureWrap.html @@ -121,10 +121,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle | - Improve this Doc + Improve this Doc - View Source + View Source

    GLTextureWrap(UInt32, Int32, Int32)

    @@ -165,10 +165,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle | - Improve this Doc + Improve this Doc - View Source + View Source

    Height

    @@ -195,10 +195,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiHandle

    @@ -225,10 +225,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle | - Improve this Doc + Improve this Doc - View Source + View Source

    Width

    @@ -257,10 +257,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle | - Improve this Doc + Improve this Doc - View Source + View Source

    Dispose()

    @@ -272,10 +272,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle | - Improve this Doc + Improve this Doc - View Source + View Source

    Dispose(Boolean)

    @@ -304,10 +304,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle | - Improve this Doc + Improve this Doc - View Source + View Source

    Finalize()

    @@ -332,10 +332,10 @@ Provides a simple wrapped view of the disposeable resource as well as the handle
    diff --git a/docs/api/ImGuiScene.IImGuiInputHandler.html b/docs/api/ImGuiScene.IImGuiInputHandler.html index e32bb8c67..603216f3d 100644 --- a/docs/api/ImGuiScene.IImGuiInputHandler.html +++ b/docs/api/ImGuiScene.IImGuiInputHandler.html @@ -91,10 +91,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NewFrame(Int32, Int32)

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

    SetIniPath(String)

    @@ -166,10 +166,10 @@
    diff --git a/docs/api/ImGuiScene.IImGuiRenderer.html b/docs/api/ImGuiScene.IImGuiRenderer.html index 865458b50..a1e2ce84c 100644 --- a/docs/api/ImGuiScene.IImGuiRenderer.html +++ b/docs/api/ImGuiScene.IImGuiRenderer.html @@ -86,10 +86,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Init(Object[])

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

    NewFrame()

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

    RenderDrawData(ImDrawDataPtr)

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

    Shutdown()

    @@ -186,10 +186,10 @@
    diff --git a/docs/api/ImGuiScene.IRenderer.html b/docs/api/ImGuiScene.IRenderer.html index 644f7481c..7348cfb37 100644 --- a/docs/api/ImGuiScene.IRenderer.html +++ b/docs/api/ImGuiScene.IRenderer.html @@ -92,10 +92,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClearColor

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

    Debuggable

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

    Type

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

    Vsync

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

    AttachToWindow(SimpleSDLWindow)

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

    Clear()

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

    CreateTexture(Void*, Int32, Int32, Int32)

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

    ImGui_Init()

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

    ImGui_NewFrame()

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

    ImGui_RenderDrawData(ImDrawDataPtr)

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

    ImGui_Shutdown()

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

    Present()

    @@ -441,10 +441,10 @@
    diff --git a/docs/api/ImGuiScene.ImGui_Impl_DX11.html b/docs/api/ImGuiScene.ImGui_Impl_DX11.html index 21c4708a0..d85c975dc 100644 --- a/docs/api/ImGuiScene.ImGui_Impl_DX11.html +++ b/docs/api/ImGuiScene.ImGui_Impl_DX11.html @@ -124,10 +124,10 @@ Would be nice to organize it better, but it seems to work

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

    CreateDeviceObjects()

    @@ -154,10 +154,10 @@ Would be nice to organize it better, but it seems to work

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

    CreateFontsTexture()

    @@ -169,10 +169,10 @@ Would be nice to organize it better, but it seems to work

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

    Init(Object[])

    @@ -201,10 +201,10 @@ Would be nice to organize it better, but it seems to work

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

    InvalidateDeviceObjects()

    @@ -216,10 +216,10 @@ Would be nice to organize it better, but it seems to work

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

    NewFrame()

    @@ -231,10 +231,10 @@ Would be nice to organize it better, but it seems to work

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

    RenderDrawData(ImDrawDataPtr)

    @@ -263,10 +263,10 @@ Would be nice to organize it better, but it seems to work

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

    SetupRenderState(ImDrawDataPtr)

    @@ -295,10 +295,10 @@ Would be nice to organize it better, but it seems to work

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

    Shutdown()

    @@ -320,10 +320,10 @@ Would be nice to organize it better, but it seems to work

    diff --git a/docs/api/ImGuiScene.ImGui_Impl_OpenGL3.html b/docs/api/ImGuiScene.ImGui_Impl_OpenGL3.html index aa3999869..bb93ad0ef 100644 --- a/docs/api/ImGuiScene.ImGui_Impl_OpenGL3.html +++ b/docs/api/ImGuiScene.ImGui_Impl_OpenGL3.html @@ -121,10 +121,10 @@ State backup IS done for this renderer, because SDL does not play nicely when us | - Improve this Doc + Improve this Doc - View Source + View Source

    Init(Object[])

    @@ -153,10 +153,10 @@ State backup IS done for this renderer, because SDL does not play nicely when us | - Improve this Doc + Improve this Doc - View Source + View Source

    NewFrame()

    @@ -168,10 +168,10 @@ State backup IS done for this renderer, because SDL does not play nicely when us | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderDrawData(ImDrawDataPtr)

    @@ -200,10 +200,10 @@ State backup IS done for this renderer, because SDL does not play nicely when us | - Improve this Doc + Improve this Doc - View Source + View Source

    Shutdown()

    @@ -225,10 +225,10 @@ State backup IS done for this renderer, because SDL does not play nicely when us
    diff --git a/docs/api/ImGuiScene.ImGui_Impl_SDL.html b/docs/api/ImGuiScene.ImGui_Impl_SDL.html index d7cafa43b..0515c176a 100644 --- a/docs/api/ImGuiScene.ImGui_Impl_SDL.html +++ b/docs/api/ImGuiScene.ImGui_Impl_SDL.html @@ -121,10 +121,10 @@ A near-direct port of | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGui_Impl_SDL(IntPtr)

    @@ -155,10 +155,10 @@ A near-direct port of | - Improve this Doc + Improve this Doc - View Source + View Source

    Dispose()

    @@ -170,10 +170,10 @@ A near-direct port of | - Improve this Doc + Improve this Doc - View Source + View Source

    Dispose(Boolean)

    @@ -202,10 +202,10 @@ A near-direct port of | - Improve this Doc + Improve this Doc - View Source + View Source

    Finalize()

    @@ -217,10 +217,10 @@ A near-direct port of | - Improve this Doc + Improve this Doc - View Source + View Source

    NewFrame(Int32, Int32)

    @@ -254,10 +254,10 @@ A near-direct port of | - Improve this Doc + Improve this Doc - View Source + View Source

    SetIniPath(String)

    @@ -299,10 +299,10 @@ A near-direct port of diff --git a/docs/api/ImGuiScene.ImGui_Input_Impl_Direct.html b/docs/api/ImGuiScene.ImGui_Input_Impl_Direct.html index 8e6fe4061..b00a6d660 100644 --- a/docs/api/ImGuiScene.ImGui_Input_Impl_Direct.html +++ b/docs/api/ImGuiScene.ImGui_Input_Impl_Direct.html @@ -119,10 +119,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGui_Input_Impl_Direct(IntPtr)

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

    Dispose()

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

    Dispose(Boolean)

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

    Finalize()

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

    IsImGuiCursor(IntPtr)

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

    NewFrame(Int32, Int32)

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

    SetIniPath(String)

    @@ -344,10 +344,10 @@
    diff --git a/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html b/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html index 479121891..962546d09 100644 --- a/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html +++ b/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html @@ -89,10 +89,10 @@
    diff --git a/docs/api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html b/docs/api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html index 6f201c226..22af7dfd5 100644 --- a/docs/api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html +++ b/docs/api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html @@ -89,10 +89,10 @@
    diff --git a/docs/api/ImGuiScene.RawDX11Scene.NewRenderFrameDelegate.html b/docs/api/ImGuiScene.RawDX11Scene.NewRenderFrameDelegate.html index 27497b496..eb5fbd8b3 100644 --- a/docs/api/ImGuiScene.RawDX11Scene.NewRenderFrameDelegate.html +++ b/docs/api/ImGuiScene.RawDX11Scene.NewRenderFrameDelegate.html @@ -89,10 +89,10 @@
    diff --git a/docs/api/ImGuiScene.RawDX11Scene.html b/docs/api/ImGuiScene.RawDX11Scene.html index efdca48d2..c78cb71b6 100644 --- a/docs/api/ImGuiScene.RawDX11Scene.html +++ b/docs/api/ImGuiScene.RawDX11Scene.html @@ -118,10 +118,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RawDX11Scene(IntPtr)

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

    RawDX11Scene(IntPtr, IntPtr)

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

    OnBuildUI

    User methods invoked every ImGui frame to construct custom UIs.

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

    OnNewInputFrame

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

    OnNewRenderFrame

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

    ImGuiIniPath

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

    CaptureScreenshot()

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

    Dispose()

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

    Finalize()

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

    IsImGuiCursor(IntPtr)

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

    LoadImage(Byte[])

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

    LoadImage(String)

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

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

    +
    +
    +
    Declaration
    +
    +
    public TextureWrap LoadImageRaw(byte[] imageData, int width, int height, int numChannels = 4)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Byte[]imageData
    System.Int32width
    System.Int32height
    System.Int32numChannels
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    TextureWrap
    + + | + Improve this Doc + + + View Source

    OnPostResize(Int32, Int32)

    @@ -549,10 +611,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OnPreResize()

    @@ -564,10 +626,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Render()

    @@ -589,10 +651,10 @@
    diff --git a/docs/api/ImGuiScene.RendererFactory.RendererBackend.html b/docs/api/ImGuiScene.RendererFactory.RendererBackend.html index 1ab16f54e..a6d01e40d 100644 --- a/docs/api/ImGuiScene.RendererFactory.RendererBackend.html +++ b/docs/api/ImGuiScene.RendererFactory.RendererBackend.html @@ -113,10 +113,10 @@
    diff --git a/docs/api/ImGuiScene.RendererFactory.html b/docs/api/ImGuiScene.RendererFactory.html index ca39ac6da..3cbed193c 100644 --- a/docs/api/ImGuiScene.RendererFactory.html +++ b/docs/api/ImGuiScene.RendererFactory.html @@ -115,10 +115,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CreateRenderer(RendererFactory.RendererBackend, Boolean)

    @@ -176,10 +176,10 @@
    diff --git a/docs/api/ImGuiScene.SDLWindowGL.html b/docs/api/ImGuiScene.SDLWindowGL.html index 164943de7..c3c08e1c4 100644 --- a/docs/api/ImGuiScene.SDLWindowGL.html +++ b/docs/api/ImGuiScene.SDLWindowGL.html @@ -147,10 +147,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InitForRenderer(IRenderer)

    @@ -183,10 +183,10 @@
    SimpleSDLWindow.InitForRenderer(IRenderer)
    | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowCreationFlags(WindowCreateInfo)

    @@ -245,10 +245,10 @@
    diff --git a/docs/api/ImGuiScene.SimpleD3D.html b/docs/api/ImGuiScene.SimpleD3D.html index 8feb0253a..4c0afdb03 100644 --- a/docs/api/ImGuiScene.SimpleD3D.html +++ b/docs/api/ImGuiScene.SimpleD3D.html @@ -120,10 +120,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClearColor

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

    Debuggable

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

    Type

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

    Vsync

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

    AttachToWindow(SimpleSDLWindow)

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

    Clear()

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

    CreateTexture(Void*, Int32, Int32, Int32)

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

    Dispose()

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

    Dispose(Boolean)

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

    Finalize()

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

    ImGui_Init()

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

    ImGui_NewFrame()

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

    ImGui_RenderDrawData(ImDrawDataPtr)

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

    ImGui_Shutdown()

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

    Present()

    @@ -535,10 +535,10 @@
    diff --git a/docs/api/ImGuiScene.SimpleImGuiScene.BuildUIDelegate.html b/docs/api/ImGuiScene.SimpleImGuiScene.BuildUIDelegate.html index fe7dcbf34..be3159456 100644 --- a/docs/api/ImGuiScene.SimpleImGuiScene.BuildUIDelegate.html +++ b/docs/api/ImGuiScene.SimpleImGuiScene.BuildUIDelegate.html @@ -89,10 +89,10 @@
    diff --git a/docs/api/ImGuiScene.SimpleImGuiScene.html b/docs/api/ImGuiScene.SimpleImGuiScene.html index 1eeb5e928..27fbb30db 100644 --- a/docs/api/ImGuiScene.SimpleImGuiScene.html +++ b/docs/api/ImGuiScene.SimpleImGuiScene.html @@ -121,10 +121,10 @@ Currently this always creates a new window rather than take ownership of an exis | - Improve this Doc + Improve this Doc - View Source + View Source

    SimpleImGuiScene(RendererFactory.RendererBackend, WindowCreateInfo, Boolean)

    @@ -168,10 +168,10 @@ Currently this always creates a new window rather than take ownership of an exis | - Improve this Doc + Improve this Doc - View Source + View Source

    OnBuildUI

    User methods invoked every ImGui frame to construct custom UIs.

    @@ -200,10 +200,10 @@ Currently this always creates a new window rather than take ownership of an exis | - Improve this Doc + Improve this Doc - View Source + View Source

    FramerateLimit

    @@ -232,10 +232,10 @@ The default behavior is | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiIniPath

    @@ -262,10 +262,10 @@ The default behavior is | - Improve this Doc + Improve this Doc - View Source + View Source

    OnSDLEvent

    @@ -294,10 +294,10 @@ This is just a convenience wrapper around | - Improve this Doc + Improve this Doc - View Source + View Source

    PauseWhenUnfocused

    @@ -327,10 +327,10 @@ if you are rendering dynamic data.

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

    Renderer

    @@ -358,10 +358,10 @@ if you are rendering dynamic data.

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

    ShouldQuit

    @@ -389,10 +389,10 @@ if you are rendering dynamic data.

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

    Window

    @@ -422,10 +422,10 @@ if you are rendering dynamic data.

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

    CreateOverlay(RendererFactory.RendererBackend, SDL.SDL_Scancode, Single[], Boolean)

    @@ -489,10 +489,10 @@ if you are rendering dynamic data.

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

    Dispose()

    @@ -504,10 +504,10 @@ if you are rendering dynamic data.

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

    Dispose(Boolean)

    @@ -536,10 +536,10 @@ if you are rendering dynamic data.

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

    Finalize()

    @@ -551,10 +551,10 @@ if you are rendering dynamic data.

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

    LoadImage(Byte[])

    @@ -604,10 +604,10 @@ if you are rendering dynamic data.

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

    LoadImage(String)

    @@ -657,10 +657,10 @@ if you are rendering dynamic data.

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

    Run()

    @@ -674,10 +674,10 @@ requests an exit (via | - Improve this Doc + Improve this Doc - View Source + View Source

    Update()

    @@ -701,10 +701,10 @@ This method does not check any quit conditions.

    diff --git a/docs/api/ImGuiScene.SimpleOGL3.html b/docs/api/ImGuiScene.SimpleOGL3.html index 8da24fc2b..55465d334 100644 --- a/docs/api/ImGuiScene.SimpleOGL3.html +++ b/docs/api/ImGuiScene.SimpleOGL3.html @@ -120,10 +120,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClearColor

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

    ContextMajorVersion

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

    ContextMinorVersion

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

    Debuggable

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

    Type

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

    Vsync

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

    AttachToWindow(SimpleSDLWindow)

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

    Clear()

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

    CreateTexture(Void*, Int32, Int32, Int32)

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

    Dispose()

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

    Dispose(Boolean)

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

    Finalize()

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

    ImGui_Init()

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

    ImGui_NewFrame()

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

    ImGui_RenderDrawData(ImDrawDataPtr)

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

    ImGui_Shutdown()

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

    Present()

    @@ -586,10 +586,10 @@
    diff --git a/docs/api/ImGuiScene.SimpleSDLWindow.ProcessEventDelegate.html b/docs/api/ImGuiScene.SimpleSDLWindow.ProcessEventDelegate.html index 92db21489..d934cb15c 100644 --- a/docs/api/ImGuiScene.SimpleSDLWindow.ProcessEventDelegate.html +++ b/docs/api/ImGuiScene.SimpleSDLWindow.ProcessEventDelegate.html @@ -106,10 +106,10 @@
    diff --git a/docs/api/ImGuiScene.SimpleSDLWindow.html b/docs/api/ImGuiScene.SimpleSDLWindow.html index 53631f7e1..f4570b6fd 100644 --- a/docs/api/ImGuiScene.SimpleSDLWindow.html +++ b/docs/api/ImGuiScene.SimpleSDLWindow.html @@ -120,10 +120,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OnSDLEvent

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

    WantsClose

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

    Window

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

    CreateColorKey(Single, Single, Single)

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

    Dispose()

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

    Dispose(Boolean)

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

    Finalize()

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

    GetHWnd()

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

    InitForRenderer(IRenderer)

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

    MakeTransparent(UInt32)

    @@ -440,10 +440,10 @@ Transparent regions behave as if they are not present, and can be clicked throug | - Improve this Doc + Improve this Doc - View Source + View Source

    ProcessEvents()

    @@ -457,10 +457,10 @@ User handlers from | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowCreationFlags(WindowCreateInfo)

    @@ -517,10 +517,10 @@ User handlers from diff --git a/docs/api/ImGuiScene.TextureWrap.html b/docs/api/ImGuiScene.TextureWrap.html index 38b84b85b..2ce2ceebe 100644 --- a/docs/api/ImGuiScene.TextureWrap.html +++ b/docs/api/ImGuiScene.TextureWrap.html @@ -92,10 +92,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Height

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

    ImGuiHandle

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

    Width

    @@ -189,10 +189,10 @@
    diff --git a/docs/api/ImGuiScene.WindowCreateInfo.html b/docs/api/ImGuiScene.WindowCreateInfo.html index d7ccc2649..4d3569915 100644 --- a/docs/api/ImGuiScene.WindowCreateInfo.html +++ b/docs/api/ImGuiScene.WindowCreateInfo.html @@ -115,10 +115,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Fullscreen

    Whether the window should be created fullscreen. This is a borderless windowed mode and will not affect desktop resolution. @@ -146,10 +146,10 @@ Fullscreen windows are "always on top".

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

    Height

    The height of the window. Ignored for fullscreen windows.

    @@ -176,10 +176,10 @@ Fullscreen windows are "always on top".

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

    Title

    The window title. This will not be visible for fullscreen windows except in things like task manager.

    @@ -206,10 +206,10 @@ Fullscreen windows are "always on top".

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

    TransparentColor

    An optional float[4] color key used to make any matching portion of the window's client area transparent. For example, setting this to magenta will @@ -238,10 +238,10 @@ Values are red, green, blue from 0 to 1.

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

    Width

    The width of the window. Ignored for fullscreen windows.

    @@ -268,10 +268,10 @@ Values are red, green, blue from 0 to 1.

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

    XPos

    The x location of the top left corner of the window. Ignored for fullscreen windows.

    @@ -298,10 +298,10 @@ Values are red, green, blue from 0 to 1.

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

    YPos

    The y location of the top left corner of the window. Ignored for fullscreen windows.

    @@ -334,10 +334,10 @@ Values are red, green, blue from 0 to 1.

    diff --git a/docs/api/ImGuiScene.WindowFactory.html b/docs/api/ImGuiScene.WindowFactory.html index 39c3c0df4..2baa25325 100644 --- a/docs/api/ImGuiScene.WindowFactory.html +++ b/docs/api/ImGuiScene.WindowFactory.html @@ -115,10 +115,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CreateForRenderer(IRenderer, WindowCreateInfo)

    @@ -176,10 +176,10 @@ diff --git a/docs/api/toc.html b/docs/api/toc.html index cf2897fe8..24c854088 100644 --- a/docs/api/toc.html +++ b/docs/api/toc.html @@ -35,6 +35,16 @@ +
  • + + Dalamud.Data.LuminaExtensions + + +
  • Dalamud.Data.TransientSheet @@ -43,6 +53,9 @@
  • ContentFinderCondition
  • +
  • + Item +
  • @@ -110,9 +123,15 @@ Dalamud.Game.Chat.SeStringHandling.Payloads
  • @@ -479,6 +504,9 @@
  • PluginDefinition
  • +
  • + PluginLog +
  • PluginRepository
  • @@ -1041,108 +1069,6 @@ -
  • - - Discord.Net - - -
  • -
  • - - Discord.Net.Converters - - -
  • -
  • - - Discord.Net.Queue - - -
  • -
  • - - Discord.Net.Rest - - -
  • -
  • - - Discord.Net.Udp - - -
  • -
  • - - Discord.Net.WebSockets - - -
  • Discord.Rest diff --git a/docs/manifest.json b/docs/manifest.json index 22ad3bc53..05fcb14a8 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -24,7 +24,7 @@ "hash": "5wEsJUDvHdKFvxFjZ4ZVzA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -36,7 +36,7 @@ "hash": "sqtnVk300O46s4JrhCdnnQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -48,7 +48,7 @@ "hash": "1tb5slr9FMg5zBk+d3hAFg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -57,10 +57,34 @@ "output": { ".html": { "relative_path": "api/Dalamud.Data.DataManager.html", - "hash": "PfSfloPWAWyOOzd6/MmzOQ==" + "hash": "6WNpD1zQoDZ4i8X7i4kIuQ==" } }, - "is_incremental": true, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Data.LuminaExtensions.TexFileExtensions.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Data.LuminaExtensions.TexFileExtensions.html", + "hash": "RZvq7DUAfTO0Ss8kKJeD8Q==" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Data.LuminaExtensions.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Data.LuminaExtensions.html", + "hash": "V0zoUGplt77baE0fB34SJA==" + } + }, + "is_incremental": false, "version": "" }, { @@ -72,7 +96,19 @@ "hash": "OpvxJvdThkatyvcINpn7kw==" } }, - "is_incremental": true, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Data.TransientSheet.Item.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Data.TransientSheet.Item.html", + "hash": "bbaTSCvVF5GdYhHeBVb0vg==" + } + }, + "is_incremental": false, "version": "" }, { @@ -81,10 +117,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Data.TransientSheet.html", - "hash": "iIESzuPIOrZTL25hr6YZgg==" + "hash": "ryAwNFruIZCM1JevF1nOlg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -96,7 +132,7 @@ "hash": "FEj/tThpEk6vjWLKwrTZow==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -108,7 +144,7 @@ "hash": "Sa/Tw+eFeTBdEDBXfrX2xw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -117,10 +153,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payload.EmbeddedInfoType.html", - "hash": "JYJz2LJtzy4LxN24WBtwIg==" + "hash": "s/XtuABbvPBSrc3QZtqBeA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -129,10 +165,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.html", - "hash": "JUGXwtQdLQTelPJpgnT7WA==" + "hash": "I2BA618HsRjDn0xzF3vMVA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -141,10 +177,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.html", - "hash": "dugQbgTeeYr3SjudxUe5Ew==" + "hash": "rXaC/soZsFO+wkQuq5V1xg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -153,10 +189,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payload.html", - "hash": "DMheakjMXv95yAWMwe+Fig==" + "hash": "Qp0xuS1uliTh/xz/sBArig==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -165,10 +201,22 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.PayloadType.html", - "hash": "6JxGwOnaNImjNP53k9ERsQ==" + "hash": "akVuVeDC0CVg3i+HRsI8fg==" } }, - "is_incremental": true, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html", + "hash": "pwTSd9Mv2saN27t+LKXitQ==" + } + }, + "is_incremental": false, "version": "" }, { @@ -177,10 +225,22 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.html", - "hash": "neZJZcemRXjVUmF5svubVg==" + "hash": "5QaVPpEtgC62DYso8lS66A==" } }, - "is_incremental": true, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html", + "hash": "KEjVQpJIi5pWEbpaxdKjZQ==" + } + }, + "is_incremental": false, "version": "" }, { @@ -189,10 +249,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.html", - "hash": "pL913e0bWNukG0kRwpxrHQ==" + "hash": "zOoJsh2XuVLSKiANvRqrJA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -201,10 +261,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.RawPayload.html", - "hash": "FKWDH7uj8pssEToXWZm46Q==" + "hash": "S/lZbpdfewXoWixpd9dPvA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -213,10 +273,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.html", - "hash": "5/uc9uWG7pZdGzupdwWE3Q==" + "hash": "K9ihx560npPesawUh6J0mQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -225,10 +285,34 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.TextPayload.html", - "hash": "c04eAEgUzb4RgbrsXp7hsw==" + "hash": "CRT+BatPfl8IrY49G3pqVg==" } }, - "is_incremental": true, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html", + "hash": "aoHM+JHsaU0TuXFHhErUwQ==" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html", + "hash": "PcXZhimSJa7wr6o/ZiAePg==" + } + }, + "is_incremental": false, "version": "" }, { @@ -237,10 +321,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.Payloads.html", - "hash": "rFZQonOAijBCfa2KQy29Ow==" + "hash": "uybSLHf9j1Vl/AlkpZjUeg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -249,10 +333,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Chat.SeStringHandling.SeString.html", - "hash": "2YMZ/1U8Ual/WhXaOivwSg==" + "hash": "5UfxX9BYI2qUUetDEjpmJg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -264,7 +348,7 @@ "hash": "2SZCPIorLO+gADvmE7ujbw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -276,7 +360,7 @@ "hash": "GFBGzTkZNGAXjH9rrTdLeA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -288,7 +372,7 @@ "hash": "hlYMTDCSkGGWqVTLazeKWQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -300,7 +384,7 @@ "hash": "FuxTyl6zdfRb/6w99BHb3w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -312,7 +396,7 @@ "hash": "XTFqZtvLRJhAUVfZQW03VQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -324,7 +408,7 @@ "hash": "KY5+1Z70in/kGfrPEC2LaQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -336,7 +420,7 @@ "hash": "4mIMk3zydv3aknRnInSYWw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -345,10 +429,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Actors.ActorTable.html", - "hash": "mb95lrWRdiWSDp4I73KhWQ==" + "hash": "+Yq4p9hh2Y3vaFmVxuobkw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -360,7 +444,7 @@ "hash": "OjmMttneBGQgp4WF2HiKKA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -372,7 +456,7 @@ "hash": "BWEKqnUN0hQdjnn02SO7Pg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -384,7 +468,7 @@ "hash": "tZjM7L1lDRwpP4gbrMfcUg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -396,7 +480,7 @@ "hash": "2oelvBlPIkr1HK+LQ8MOEg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -408,7 +492,7 @@ "hash": "WnC71kxHWBPJEzX5H0vO1g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -420,7 +504,7 @@ "hash": "HzJCFkPtY6aVw044BStYEQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -432,7 +516,7 @@ "hash": "xqZAsH1rd0zx098wtUbzug==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -444,7 +528,7 @@ "hash": "leozo3dwhKEj0/CSvdGcgg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -456,7 +540,7 @@ "hash": "CJAHp5w6G8iBZONBSs4H2w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -468,7 +552,7 @@ "hash": "6l7oHdul1P9SJ+aBYtxUeA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -480,7 +564,7 @@ "hash": "Fm6JD8VYfb2nefhjY1UWiQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -492,7 +576,7 @@ "hash": "Js0xV0L5IFVNNyz3soJjWA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -504,7 +588,7 @@ "hash": "07Wyr8sESUG4ZDkjLTosVg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -516,7 +600,7 @@ "hash": "swvhO+AOQOgc/C14LGcFKw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -528,7 +612,7 @@ "hash": "myhMjPpGGS3xYb3mVB/jrA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -540,7 +624,7 @@ "hash": "UtaRpLJVIB29NN8nQdsxNQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -552,7 +636,7 @@ "hash": "87+WqQjcnhqIdFNacBTNwA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -564,7 +648,7 @@ "hash": "fEHbTrdQ6qYqYfh9yaBbHw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -576,7 +660,7 @@ "hash": "W2MAH4EowjHSEak6pVUwuQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -588,7 +672,7 @@ "hash": "OCPPmdXtUfIBwyMNJffkxA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -600,7 +684,7 @@ "hash": "euD9Dj4v3/FZ4c+KChaFNw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -612,7 +696,7 @@ "hash": "I8ZBUzlNwCEKRNr1RSBNpQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -624,7 +708,7 @@ "hash": "fbGLIZfJVvazLNKzthF2cQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -636,7 +720,7 @@ "hash": "hPaqmXOmVWvS70OjBZ70GA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -648,7 +732,7 @@ "hash": "JTg6oe0RZR3dZB0eTkCvlw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -660,7 +744,7 @@ "hash": "bMDfa0jeeDFXUGcC9Id7TQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -672,7 +756,7 @@ "hash": "fAyUoDBt2g38ihaCrPUf9w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -684,7 +768,7 @@ "hash": "mUzg0xbJIPnVQSJBokltaQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -696,7 +780,7 @@ "hash": "rx9tj6XkNTNVRY+vta64aw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -708,7 +792,7 @@ "hash": "vELlhjFia1fbiIE2HUQUnw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -720,7 +804,7 @@ "hash": "5DFVV5yBSLL40E6cqTLuZg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -732,7 +816,7 @@ "hash": "KGB+lPrqyhvL6tzw2H+Qlw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -744,7 +828,7 @@ "hash": "YjwDh37ameK9t/Eq4zsxeg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -756,7 +840,7 @@ "hash": "gpWbcpkvRVLb5x9oCPOpdg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -768,7 +852,7 @@ "hash": "9zut9OfYAfthMt+pzqTyIw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -780,7 +864,7 @@ "hash": "UXtXNnBX8KFtTQjXO57m7g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -792,7 +876,7 @@ "hash": "tNawsu0UxWKjPl/xbJs01Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -804,7 +888,7 @@ "hash": "oSXWkRYIdbfq94xq7+IDjg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -816,7 +900,7 @@ "hash": "PEvKUqN7AmPspVdjc+t3fw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -828,7 +912,7 @@ "hash": "y0j8Ip7k2/Cy6qs/4Z/zMg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -840,7 +924,7 @@ "hash": "9EIRIe1mbzJaE3vYjwD2Tw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -852,7 +936,7 @@ "hash": "l0nIoRmLK20qnbsY9L6Xkw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -864,7 +948,7 @@ "hash": "K750j7jTmLvqww40W8KdEw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -876,7 +960,7 @@ "hash": "Hh/pawXi4ja0Wr2ienalLQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -888,7 +972,7 @@ "hash": "LzK0m0CODE2S5FP485D9zg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -900,7 +984,7 @@ "hash": "FTT9YFR7tePP3df8aUTJhw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -912,7 +996,7 @@ "hash": "GmPAcXttwyoIZvns7kLKsA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -924,7 +1008,7 @@ "hash": "N0P2MvjdefFlVNN+/+6msQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -936,7 +1020,7 @@ "hash": "ROKJPNPlvfszHt0mzO1dcA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -948,7 +1032,7 @@ "hash": "MM1Pw6vNG+Ju/r9nAG2Xdg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -960,7 +1044,7 @@ "hash": "yMuaqvUwWY/ZMudpFQyfXA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -972,7 +1056,7 @@ "hash": "dhltcv47K37IBAGWBsiLNQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -984,7 +1068,7 @@ "hash": "Bn5zAVPWRUukUEF+woOPJw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -996,7 +1080,7 @@ "hash": "C7zPK6Llgve3yO4ZPSVqSQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1008,7 +1092,7 @@ "hash": "IENeye4rCv4w2ruIiD+Cmg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1020,7 +1104,7 @@ "hash": "gqOU0lJHhQoOGPD8wO47gQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1032,7 +1116,7 @@ "hash": "Bg+D7Zxu+bceA1bST3qgRQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1044,7 +1128,7 @@ "hash": "WU8PXcwlmcONSAzIRQWBRw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1056,7 +1140,7 @@ "hash": "uHiwmYC2THfu8sEJ2r5nrA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1068,7 +1152,7 @@ "hash": "bAjnZQD/hA31q7SG7tytlQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1080,7 +1164,7 @@ "hash": "UkCeXkQSbXYxhQZV+pjxcg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1092,7 +1176,7 @@ "hash": "/c5QWDWMdBnF72QnRufrFA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1101,10 +1185,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Internal.Gui.GameGui.html", - "hash": "8x6uyYuGeeSTrc04hGCWGQ==" + "hash": "slNRFtL0k6+apd1CdLVK4Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1116,7 +1200,7 @@ "hash": "Fj9GqXIomH28nJ/ZqhqIHQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1128,7 +1212,7 @@ "hash": "XUgrwXDdAy7V3mgkgsgldw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1140,7 +1224,7 @@ "hash": "m80x6jKz7GimYvD1uOs64A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1152,7 +1236,7 @@ "hash": "jzjj+/4zA1ITCWY3UyJx9A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1164,7 +1248,7 @@ "hash": "t5ueariQtoljyp59JBYwig==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1176,7 +1260,7 @@ "hash": "gjTdw9vf3423G5N6vxPsXA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1188,7 +1272,7 @@ "hash": "YFnnzxCojVdco0yVFEkpzg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1200,7 +1284,7 @@ "hash": "oGLJ1ZZDyWiJYl9ORJQhEQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1212,7 +1296,7 @@ "hash": "mFZv4famcWJK4wp0V0cDIQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1224,7 +1308,7 @@ "hash": "Z6AULGl7gQ2srIhgUlXibQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1236,7 +1320,7 @@ "hash": "yYKSQqdLXtxP5fgvCLkFIA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1248,7 +1332,7 @@ "hash": "uaWCsQWM9OKQxoS5TTVXRg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1260,7 +1344,7 @@ "hash": "fT34OH/JvOJgAad0Bc3Q7w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1272,7 +1356,7 @@ "hash": "Xfb43GOjZ64Pi/dl8MK9gg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1284,7 +1368,7 @@ "hash": "7E/UrlzGM74iubTQ6hocow==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1296,7 +1380,7 @@ "hash": "VJiCW6w8tqAU8s4cb+yAFg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1308,7 +1392,7 @@ "hash": "TebUSH+KDte2u4RFzBJFCQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1320,7 +1404,7 @@ "hash": "y8jFPtnB/1iXMkJSUO8jfw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1332,7 +1416,7 @@ "hash": "enS4PqmMVbvw2C4AiiuPsA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1344,7 +1428,7 @@ "hash": "iIQD1IY660Ug6LR1Q3tMjQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1356,7 +1440,7 @@ "hash": "zeU0paOXSL0SLc3715In7A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1368,7 +1452,7 @@ "hash": "Vl4sEXBOMPZ9fHg9wn+3mw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1380,7 +1464,7 @@ "hash": "yOtMdJ51+NBm/RxQT0F43g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1389,10 +1473,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.InterfaceManager.html", - "hash": "0v3+evKgdHLiGHMQQ0MpCQ==" + "hash": "UiesCMHMf27tKTTRsW02MQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1404,7 +1488,7 @@ "hash": "6CD6y0K9dDmYgJX5Z6A/sQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1416,7 +1500,7 @@ "hash": "OR548wbEbLrskcVzRO0N4w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1425,10 +1509,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.UiBuilder.html", - "hash": "PV5LFWjTPCHJSOHRICvb/A==" + "hash": "424FpUY04C3qGSPGgnmoVw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1440,7 +1524,7 @@ "hash": "X9p3on2vILi8oK3E83yTww==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1449,10 +1533,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.DalamudPluginInterface.html", - "hash": "x1Mo8zSLRaEVbDWPBN4v9g==" + "hash": "2e3kcVWyI6kGkR1VfgEcdg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1464,7 +1548,7 @@ "hash": "eK8MN2VBnsmaJ6HD9zTE7g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1476,7 +1560,19 @@ "hash": "yfsrji+ITHqXktZWT9jt2g==" } }, - "is_incremental": true, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Plugin.PluginLog.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Plugin.PluginLog.html", + "hash": "vXAhG+3tG5i0BTcN4xHCXQ==" + } + }, + "is_incremental": false, "version": "" }, { @@ -1488,7 +1584,7 @@ "hash": "Ouhfrt7/n+O3+W1aQTIBaA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1500,7 +1596,7 @@ "hash": "HIzogukwBo+ueR6c4sy9Rg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1509,10 +1605,10 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.html", - "hash": "gi91bqC1OjFQNEqiOJKsJw==" + "hash": "dGrjco+qFZzvd5S4g0KWhQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1524,7 +1620,7 @@ "hash": "Y1KVb7KI9HStMOy6/3RQpg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1536,7 +1632,7 @@ "hash": "5uNOiTG+Z+CjrkHiBdfezg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1548,7 +1644,7 @@ "hash": "eT9hMJrVlFBQMLFYJK0cHg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1560,7 +1656,7 @@ "hash": "j7ggk2fu0FYtckXnHe35zA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1572,7 +1668,7 @@ "hash": "UGwLxqCNf0gv6XsbsaCfuw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1584,7 +1680,7 @@ "hash": "4rK1Tt19zHr83jowXm81fA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1596,7 +1692,7 @@ "hash": "sxRrWQWD1yw6WBMUfoCW8Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1608,7 +1704,7 @@ "hash": "9JkVw+CCUrd/LlyTCcVzDA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1620,7 +1716,7 @@ "hash": "ofgHiraVQDSdnioBEzzdMg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1632,7 +1728,7 @@ "hash": "LcM0SsJoXQk1QVaJvGzdzg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1644,7 +1740,7 @@ "hash": "DXko/UAURnCoxS0FhuD5oA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1656,7 +1752,7 @@ "hash": "P4BZ7oTHkyAp3GG3PoWF6w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1668,7 +1764,7 @@ "hash": "0XOUBez778q4S9Estn8+sA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1680,7 +1776,7 @@ "hash": "5w8IlxT0MWb6yQVzpbbxuA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1692,7 +1788,7 @@ "hash": "xBiRKOEF9uCcJ2wQqTiOCA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1704,7 +1800,7 @@ "hash": "P3Zf8ovdwiPH85M4SloDYQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1716,7 +1812,7 @@ "hash": "XfRcCVxMcKMwTWlJgjSTLA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1728,7 +1824,7 @@ "hash": "QvGkOs0MDDbocRc/8VkrSg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1740,7 +1836,7 @@ "hash": "G6aAV3t0IRh2fQI2crgWIg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1752,7 +1848,7 @@ "hash": "m5nPET+ckyE4HCRi+vgL5Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1764,7 +1860,7 @@ "hash": "ycL8In8v2YOATbgEQMDmCg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1776,7 +1872,7 @@ "hash": "dq2Q+IsQkJVxiN433O3TKw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1788,7 +1884,7 @@ "hash": "SZ/EbGQgO9Tmz1oZX/eukg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1800,7 +1896,7 @@ "hash": "5Nux2pi6O2xlrrRbHe71bA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1812,7 +1908,7 @@ "hash": "WBZnovzzdD9LRCaklVv1hA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1824,7 +1920,7 @@ "hash": "XjZhDQg7fZQ7+UjfGWp/3Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1836,7 +1932,7 @@ "hash": "8KSDFLna7oy3fEhWXCD2Sg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1848,7 +1944,7 @@ "hash": "L75S7jClcaLouqaYOf7sGw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1860,7 +1956,7 @@ "hash": "IaJv0UDjZw0t1OlBhBhO3Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1872,7 +1968,7 @@ "hash": "OYvEK/dcjcMdffZ/mD8dkw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1884,7 +1980,7 @@ "hash": "nV+qlGp/frQ5IuTH79W5iw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1893,10 +1989,10 @@ "output": { ".html": { "relative_path": "api/Discord.Cacheable-2.html", - "hash": "XRHN8zHRdkEORs2smx3BNg==" + "hash": "oRi9ycSfj2lRo0C+QoR+Ug==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1908,7 +2004,7 @@ "hash": "JCqlWQGKGystHBHnSyeYcg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1920,7 +2016,7 @@ "hash": "9z5UC9vX6Lo7lp2ntNDlVQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1932,7 +2028,7 @@ "hash": "cv2kPhUmterY+MQxmNUXUA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1944,7 +2040,7 @@ "hash": "orrspc0BAkw7r2eTHzsaDA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1956,7 +2052,7 @@ "hash": "aqjlpRHCsI41y0PLPEeZMQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1968,7 +2064,7 @@ "hash": "jRNInPnDCO0suMUoJUuI9g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1980,7 +2076,7 @@ "hash": "NIltP1hlxk9NTSJSDYRhag==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1992,7 +2088,7 @@ "hash": "aMshjl7JkOF3ZDVY0wlZRg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2004,7 +2100,7 @@ "hash": "yKfAzHdXcXkiTqi6K6v5lA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2016,7 +2112,7 @@ "hash": "+ayMHwU9oX7BBy1km5tlqg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2028,7 +2124,7 @@ "hash": "JyJlUsy6zJjym2aZz0lAiw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2040,7 +2136,7 @@ "hash": "QPo87haaF5ZMi3pZV4EoJw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2052,7 +2148,7 @@ "hash": "Xw4OsNg0hsuircBYW4Oopw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2064,7 +2160,7 @@ "hash": "R10pycW6ZYI4Ss5nnVafcw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2076,7 +2172,7 @@ "hash": "+S1QsSo4/nHLY5r0XJl14Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2088,7 +2184,7 @@ "hash": "AIheBiLbeYiZvnhU6Mms4g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2100,7 +2196,7 @@ "hash": "YFoks4X9MmGbWLpIuNAskg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2112,7 +2208,7 @@ "hash": "yygYS8n4Vqp1IwQ74FD8Wg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2124,7 +2220,7 @@ "hash": "WmNnxxpRNjeFbOCwVWzr8A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2136,7 +2232,7 @@ "hash": "Q200JYRwAOICG8hppVUb9A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2148,7 +2244,7 @@ "hash": "Dlx5SZ9hGFY7flP/IZb/xg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2160,7 +2256,7 @@ "hash": "S2hwXnJsoQt1XsAJGvyMkA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2172,7 +2268,7 @@ "hash": "lLT3+nNchh91JqVLQCi3oA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2184,7 +2280,7 @@ "hash": "Kuj0tgyHa6vLFROB0PpOXQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2196,7 +2292,7 @@ "hash": "zg5ZWgbr8tra3PBGUx1Clw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2208,7 +2304,7 @@ "hash": "OF1jqxGr3nkrW0oitt/oEg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2220,7 +2316,7 @@ "hash": "EH1zOf+VEUzcFh1EqIFVqQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2232,7 +2328,7 @@ "hash": "dZRBWPlkeHm0sfGFaQbnxQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2244,7 +2340,7 @@ "hash": "0eC5YQhs4Eo++7gaM9I1vQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2256,7 +2352,7 @@ "hash": "oQWDgVmSBQPL6PFlvYoyVw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2268,7 +2364,7 @@ "hash": "rGbSXbZacRWYCS65Q1QN9A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2280,7 +2376,7 @@ "hash": "/aaMQeHGe15BB3G27brh3g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2292,7 +2388,7 @@ "hash": "i3F45XQ0CFPxXup4VPbP0A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2304,7 +2400,7 @@ "hash": "KJaO/qTL3V4MCzsJe0ZNSw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2316,7 +2412,7 @@ "hash": "+5vljyoZmGH7AOeBHsN8nA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2328,7 +2424,7 @@ "hash": "VjqwYt7h2/0l0oVJOXSdwA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2340,7 +2436,7 @@ "hash": "2Vuze40Z9Wjk/ESPvbXHgQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2352,7 +2448,7 @@ "hash": "zrf+U/ZZEqvIwvOjuR3NRw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2364,7 +2460,7 @@ "hash": "id4XH4KSiwCNy/0wrZXzig==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2376,7 +2472,7 @@ "hash": "hbeUHev0CeNjsX5KEoYHOw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2388,7 +2484,7 @@ "hash": "FpJr86uHrNYUZxnYbjB70g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2400,7 +2496,7 @@ "hash": "6tv2QLzQHVC4XANN199YEw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2412,7 +2508,7 @@ "hash": "iyxa4fenl1WMLPe4MdkwaQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2424,7 +2520,7 @@ "hash": "x2qq/HBrilOX3QWCQcRujA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2436,7 +2532,7 @@ "hash": "O87DIRyaiiUHa+XUJkJuNw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2448,7 +2544,7 @@ "hash": "GoVeq8NUPJ7BWvaMO/GKAQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2460,7 +2556,7 @@ "hash": "Nf8pIImvsv06jouL+IbWWA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2472,7 +2568,7 @@ "hash": "4Ncgmmp8M0gDuoDoI2xUMg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2484,7 +2580,7 @@ "hash": "12VdZenBrYD5kfRaWLOt/g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2496,7 +2592,7 @@ "hash": "0pOmSv4eWAhwq6OaL7mcMQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2508,7 +2604,7 @@ "hash": "/QeGfjoir3YNhkA4A8k1Yw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2520,7 +2616,7 @@ "hash": "31OuXaMbG8ChEFbdziN1FA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2532,7 +2628,7 @@ "hash": "czJZCFDH5ZD20xn0ylHseQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2544,7 +2640,7 @@ "hash": "XyN+EgQcWdLSp/93EIhafA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2556,7 +2652,7 @@ "hash": "zRc9hltIswOFO6H4HezZKg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2568,7 +2664,7 @@ "hash": "EfpoTkmGEompjptVk57DVA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2580,7 +2676,7 @@ "hash": "2FQ54uuL1z5d6COAMRZl5A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2592,7 +2688,7 @@ "hash": "P74IZNfxBadvBHgUix7psQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2604,7 +2700,7 @@ "hash": "5DrozzP2EQesZ4/yA3LSrg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2616,7 +2712,7 @@ "hash": "BuY7C6WILP/vwjmjMySxzA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2628,7 +2724,7 @@ "hash": "RwGelkmRQZfMsjeZj/z3/w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2640,7 +2736,7 @@ "hash": "oda4ElGCxXaN8r3EDFRZuA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2652,7 +2748,7 @@ "hash": "U8p6+02Z3j1BWY1DVe8Djg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2664,7 +2760,7 @@ "hash": "o78A043bGl7hBOMEO3LWyg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2676,7 +2772,7 @@ "hash": "e0os1oIA/gBe6nl5Frb6qw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2688,7 +2784,7 @@ "hash": "jtN3ezTOh/rsmszNPTpLmQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2700,7 +2796,7 @@ "hash": "ZcbhAnCdNhseDsUj2wMXnQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2712,7 +2808,7 @@ "hash": "87XiyyqbZnqGbok8keq6mg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2724,7 +2820,7 @@ "hash": "QSrX/ffydzaZ5kMU5n3GsA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2736,7 +2832,7 @@ "hash": "riDCJnSLF6vxWNNeKU7YJQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2748,7 +2844,7 @@ "hash": "z6FZvLV0Wu242LyalI3WaQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2760,7 +2856,7 @@ "hash": "GUsBidL6qscegz//7jgJ0w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2772,7 +2868,7 @@ "hash": "9MCInvIh557CeFSEidsiyA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2784,7 +2880,7 @@ "hash": "g1WG527fFphOEpoYkIc6ew==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2796,7 +2892,7 @@ "hash": "W0PWe0pF5NLYkJArflcbPg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2808,7 +2904,7 @@ "hash": "jz6+5Nzj7DeEWaugmZQZsA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2820,7 +2916,7 @@ "hash": "BHmXV7W3f7ev3i59rVqnFg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2832,7 +2928,7 @@ "hash": "iyNgIcBrTxj9gdUq5mhtwg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2844,7 +2940,7 @@ "hash": "V6qRlFAYboVqbnXNHbRrwg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2856,7 +2952,7 @@ "hash": "e5kHUYOEyUOsbQ7KMD6XJg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2868,7 +2964,7 @@ "hash": "PV/1VhogpU50QPyShsyj7w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2880,7 +2976,7 @@ "hash": "n4HtaPqXY7aybWYhKG8Xfg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2892,7 +2988,7 @@ "hash": "CceOeNGSTbdqlP8K8bO7NQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2904,7 +3000,7 @@ "hash": "LQqTkPEU3eMNKbEnsgBoYw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2916,7 +3012,7 @@ "hash": "vNfca0CRUss+SqveR6O8WQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2928,7 +3024,7 @@ "hash": "E6eDCeQPyLLYvJsXA2QoTw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2940,7 +3036,7 @@ "hash": "EVg0w3Ew62i+zT08eFPUJA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2949,10 +3045,10 @@ "output": { ".html": { "relative_path": "api/Discord.IUser.html", - "hash": "YRSaBUyf3kUyFGJHp3JNhA==" + "hash": "SJvUCf1HsFMMXe1k+zYaSg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2964,7 +3060,7 @@ "hash": "j792Uj1Y+vEENyEZcTvJ8w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2976,7 +3072,7 @@ "hash": "WWp/MZPT/h5lSOXelkv4OA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2988,7 +3084,7 @@ "hash": "FFYi29KKosH12XpsDv/KJQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3000,7 +3096,7 @@ "hash": "VTJDZgI8ETnOHCez1W3KzQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3012,7 +3108,7 @@ "hash": "tzDOmxkyct1EnHUT4VpOYw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3024,7 +3120,7 @@ "hash": "t0yYGoHn7DuQL3fCAihR8Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3036,7 +3132,7 @@ "hash": "+ppnInBrVxd92QtrhZGaAw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3048,7 +3144,7 @@ "hash": "Qx7TMSFfavVNo9N52Pgc7g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3060,7 +3156,7 @@ "hash": "mw+jeEXWMZS2cBt3jY/BWw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3072,7 +3168,7 @@ "hash": "07a5fyEAcwPMOOuB3OgTrA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3084,7 +3180,7 @@ "hash": "xzLYMkUuWmodggwZFvKSbg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3096,7 +3192,7 @@ "hash": "W+QyoRF4xTYd6d0rjRYoog==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3108,7 +3204,7 @@ "hash": "9T9Ic+TWtnJp2LmG3UWyJA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3120,7 +3216,7 @@ "hash": "D7/24hrJRWH9dMTvQb/DgA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3132,7 +3228,7 @@ "hash": "iYNwmCnS7iVJbv/PlNKbNA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3144,7 +3240,7 @@ "hash": "NwgWDj/1SWUA/cIyazphoQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3156,7 +3252,7 @@ "hash": "6RMWLvNPdc6hpKuayvoRDw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3168,7 +3264,7 @@ "hash": "QDROwuUmOuCDF+Wo8/HzBQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3180,7 +3276,7 @@ "hash": "RBG/OMpWezJ1jhnViJcC0A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3192,7 +3288,7 @@ "hash": "htmW/Gvv0gwI8psH3JquoQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3204,7 +3300,7 @@ "hash": "iibTnOVX3HEZwoOC27pYzw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3216,7 +3312,7 @@ "hash": "cpBUi8TxzfNHx6XF0PTmcw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3228,319 +3324,7 @@ "hash": "mWh27C4Dw6dl//LHGyFLpA==" } }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Converters.UnixTimestampConverter.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Converters.UnixTimestampConverter.html", - "hash": "+LhQutsEiX6HmQWyVNEVlQ==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Converters.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Converters.html", - "hash": "D7WXT3ykXHKDO1tksWHLWw==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.HttpException.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.HttpException.html", - "hash": "x8qY203dqQBYgfcQlC4LOA==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.IRequest.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.IRequest.html", - "hash": "oPIJxeGojS9Rcxw7pzkk2Q==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Queue.ClientBucketType.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Queue.ClientBucketType.html", - "hash": "APoYFTwaXHr8CXFKHt//6A==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Queue.JsonRestRequest.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Queue.JsonRestRequest.html", - "hash": "Z5P/T44wfXyJJkwV38NuJg==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Queue.MultipartRestRequest.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Queue.MultipartRestRequest.html", - "hash": "pf97Tz/PLEWGwGlGGXIMBw==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Queue.RestRequest.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Queue.RestRequest.html", - "hash": "Tn1KjrHhea81QeFZpMC5+w==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Queue.WebSocketRequest.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Queue.WebSocketRequest.html", - "hash": "TqGUXZjsbNgtQrNSVC5PGw==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Queue.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Queue.html", - "hash": "dJoMc7WFWQoA8pl0uUQOXA==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.RateLimitedException.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.RateLimitedException.html", - "hash": "xf2fB16CCuVJ0flFIJBUPA==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Rest.DefaultRestClientProvider.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Rest.DefaultRestClientProvider.html", - "hash": "UTYdk6H8wB7vNeGciGt6qA==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Rest.IRestClient.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Rest.IRestClient.html", - "hash": "OWJddumqufheuPSE8nomFw==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Rest.RestClientProvider.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Rest.RestClientProvider.html", - "hash": "+eAz19OycDH5Ne/683P2bA==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Rest.RestResponse.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Rest.RestResponse.html", - "hash": "gE946eSMWiIFS60PPXzcmw==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Rest.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Rest.html", - "hash": "G/OhTRHrxhwi1vrxFJu0FA==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Udp.DefaultUdpSocketProvider.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Udp.DefaultUdpSocketProvider.html", - "hash": "WiE9AOSAtc+GDAZTv4giFg==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Udp.IUdpSocket.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Udp.IUdpSocket.html", - "hash": "WR2dviNVY7VTgXCBPQoHtg==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Udp.UdpSocketProvider.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Udp.UdpSocketProvider.html", - "hash": "jqMJk0qnMAKQSOjl9MKOuQ==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.Udp.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.Udp.html", - "hash": "HjomCc8ce8lx14wuMMyFVA==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.WebSocketClosedException.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.WebSocketClosedException.html", - "hash": "lDi0xij9WWG6Vt6xIEFgOQ==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.WebSockets.DefaultWebSocketProvider.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.WebSockets.DefaultWebSocketProvider.html", - "hash": "9tICtE4GJZ6IQO+WHJvJAw==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.WebSockets.IWebSocketClient.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.WebSockets.IWebSocketClient.html", - "hash": "SC7EqLStlh3JMiFAIsRqHw==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.WebSockets.WebSocketProvider.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.WebSockets.WebSocketProvider.html", - "hash": "Gv8u6U+M5xQIzxqviTvIaw==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.WebSockets.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.WebSockets.html", - "hash": "96ZVcsgN96j0tfd5JuZHiA==" - } - }, - "is_incremental": true, - "version": "" - }, - { - "type": "ManagedReference", - "source_relative_path": "api/Discord.Net.yml", - "output": { - ".html": { - "relative_path": "api/Discord.Net.html", - "hash": "micnVz3tGdtZhWTLsktVTg==" - } - }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3552,7 +3336,7 @@ "hash": "XK8Pfr//Hv/Oj1yYkdcC1g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3564,7 +3348,7 @@ "hash": "IyuqGAoJt7A16rHnt8iarw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3576,7 +3360,7 @@ "hash": "fGtMJmTb2WSlUw3aF/gMMw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3588,7 +3372,7 @@ "hash": "NTtHsLWlMSbWIN8vvsDrrw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3600,7 +3384,7 @@ "hash": "1LjC4/qZgtALpobuPPlMMA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3612,7 +3396,7 @@ "hash": "p5Yh8Z4jsQx6UQV3yjme6w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3624,7 +3408,7 @@ "hash": "4NrGnr4fE3wOor0721yYLg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3636,7 +3420,7 @@ "hash": "pSXjTXa0qmWBGp8doBPdlg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3648,7 +3432,7 @@ "hash": "cnkfKy75zIDNd+UIYdJVfg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3660,7 +3444,7 @@ "hash": "T3FBCSQoWTEGur7Ddv8mqg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3672,7 +3456,7 @@ "hash": "hFDvpdQ59BTVEHyDjm2Deg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3684,7 +3468,7 @@ "hash": "DJj6oqUoNx6q8Pxg9q0PSg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3696,7 +3480,7 @@ "hash": "6QLkXUYFXyLyliaqX606Cw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3708,7 +3492,7 @@ "hash": "hKo5+txFNfhnvSGDLC+KFw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3720,7 +3504,7 @@ "hash": "/+Lj8iirVZ5Klo2MeHX4VA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3732,7 +3516,7 @@ "hash": "VR8Tp/wguFktweO1FeGgkQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3744,7 +3528,7 @@ "hash": "mh2hwj8Q6b83iQhtmIYPxA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3756,7 +3540,7 @@ "hash": "oRTIH2aoOiFEO3IPGlPLcg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3768,7 +3552,7 @@ "hash": "5B+k0IHJsPsyAQhGgKbykA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3780,7 +3564,7 @@ "hash": "EOr1IcYzry2ZpTcdJdgjEw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3792,7 +3576,7 @@ "hash": "HfFYB6rvIb2mSL0TQfma6Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3801,10 +3585,10 @@ "output": { ".html": { "relative_path": "api/Discord.Rest.DiscordRestConfig.html", - "hash": "AfLSR9tuaBUncfQq5dXdjA==" + "hash": "qeq8EaKiB8RSPlkBXNWOEQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3816,7 +3600,7 @@ "hash": "Rm5kW4jXLEaRBVHSQOjFkg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3828,7 +3612,7 @@ "hash": "x6Bx3vfcA6IeYXWjyXFSRQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3840,7 +3624,7 @@ "hash": "afxOuI2117XUfQusU/OWLw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3852,7 +3636,7 @@ "hash": "HID4rrC9wbMcE/b42r45ww==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3864,7 +3648,7 @@ "hash": "Gsqt0AWROGK+FQGecz5v1A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3876,7 +3660,7 @@ "hash": "oymN+9w/7WoYwElDIojrKg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3888,7 +3672,7 @@ "hash": "HJAA7J3ONygAaFcludV0MA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3900,7 +3684,7 @@ "hash": "/ameLm6osIVgwok+DkuYeg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3912,7 +3696,7 @@ "hash": "jDdSRao9m+ecx6/K0v5WCA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3924,7 +3708,7 @@ "hash": "TwCunf6mwaBFa+43QZ5e5Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3936,7 +3720,7 @@ "hash": "mPZ0lLHqx14X35im4/m90w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3948,7 +3732,7 @@ "hash": "jbevqHUeT9SMimtcUPPxWw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3960,7 +3744,7 @@ "hash": "U8fjUxFSvbkoeDflC4ce4w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3972,7 +3756,7 @@ "hash": "+8gfBVs5/Ddv6i+rsyXZ7Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3984,7 +3768,7 @@ "hash": "vMYCaVO11lYbhiecyg7aEQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3996,7 +3780,7 @@ "hash": "1G0gUOMM+lV2PB16XyJrrw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4008,7 +3792,7 @@ "hash": "5k9HxV2BXpXmxS5EbYtweA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4020,7 +3804,7 @@ "hash": "BP0v7jc32kxR8j7L9iK8Lw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4032,7 +3816,7 @@ "hash": "lAy6TETKV94uixzBIUjgjg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4044,7 +3828,7 @@ "hash": "DLagSun+o46phJJV9zUbnA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4056,7 +3840,7 @@ "hash": "hAb0n0qvG3mnvxfyWGrGSw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4068,7 +3852,7 @@ "hash": "Ew6JcfmAz00/nX0nCnLk8Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4080,7 +3864,7 @@ "hash": "mB+Qns36fGAmdEgV8YvjtQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4092,7 +3876,7 @@ "hash": "l7TNJe8mwM8aDVn0eu6nfg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4104,7 +3888,7 @@ "hash": "feDT0ij00XDa8Y/vNyoccA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4116,7 +3900,7 @@ "hash": "Vjm9+wLZUkMzMg3K30gpuw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4128,7 +3912,7 @@ "hash": "RT0KFN3lj9TEIqXZyF9aGQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4140,7 +3924,7 @@ "hash": "O51nYMAiYBDSr3ZCi9PwOg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4152,7 +3936,7 @@ "hash": "bA8Kn6fsGL2x25zBapZdcQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4164,7 +3948,7 @@ "hash": "XyKcgrDvv/tIJTj0vmKK9Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4176,7 +3960,7 @@ "hash": "74UUl1JY0wrMdVi4jjmvVQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4188,7 +3972,7 @@ "hash": "PD46t5pYpPHLIyD5dRH72w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4200,7 +3984,7 @@ "hash": "WRFLmvmqFvIvg7/QRxMIpw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4212,7 +3996,7 @@ "hash": "VcwzpqwmC0YS8F7MzCdXXA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4224,7 +4008,7 @@ "hash": "b224zDWUdn/ryLnyFdCjLw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4236,7 +4020,7 @@ "hash": "cbfT2ImdoA9KMA61ZJMEvw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4248,7 +4032,7 @@ "hash": "Hf1X5uBYv4GtHDrXWek/xg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4260,7 +4044,7 @@ "hash": "4hZ3XlTLZlaZ3z4ilAZIng==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4272,7 +4056,7 @@ "hash": "jsVzHaDLKcJPmvZnS1yASQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4284,7 +4068,7 @@ "hash": "vbTnklC4R/pcypCzI8ypFw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4296,7 +4080,7 @@ "hash": "OUxaF8OeQtdhDJMl0gndhw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4308,7 +4092,7 @@ "hash": "3FtdjGwFysL50lTgd0s6Zg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4320,7 +4104,7 @@ "hash": "f34KdqeRvl4SZCgYVTgkOQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4332,7 +4116,7 @@ "hash": "dPCQzma4oS6ukE6qPOTG8w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4344,7 +4128,7 @@ "hash": "ZEzAbNf6ep+yGPD4W/ogLQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4356,7 +4140,7 @@ "hash": "lZA7Eq0ecWlIeBS92GB/1Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4365,10 +4149,10 @@ "output": { ".html": { "relative_path": "api/Discord.Rest.RestUser.html", - "hash": "RejLQnd7KTSiW7Ce+cAIyA==" + "hash": "qnATNFuL0VWS99M7jdoT7Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4380,7 +4164,7 @@ "hash": "ujyxUj9gu9hlcwb3qv2qdw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4392,7 +4176,7 @@ "hash": "w1mcG5LzXzRbqnoajQKmWQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4404,7 +4188,7 @@ "hash": "GZMDqY49Z/I/kJi+LCUHsA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4416,7 +4200,7 @@ "hash": "WkkVVqg4Z+m+ivohoZehQA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4428,7 +4212,7 @@ "hash": "WrZYSriRopYOwt6B3Bd2wg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4440,7 +4224,7 @@ "hash": "Ui5nSBhyAviL5laGI1sg2g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4452,7 +4236,7 @@ "hash": "FzbomxjWehTic7t9lRfzog==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4464,7 +4248,7 @@ "hash": "/fm/ugIrJnEgdgXHMxP/PA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4476,7 +4260,7 @@ "hash": "ggBtab3L86MMD+smnHPEMA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4488,7 +4272,7 @@ "hash": "9fxBISH7urmwgQSiOQAU2w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4500,7 +4284,7 @@ "hash": "uYxyUGM57g5wvP6nE2SrGg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4512,7 +4296,7 @@ "hash": "oPuGBKSSV/aHvj05Mqje9g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4524,7 +4308,7 @@ "hash": "JjuMXIlBHxGGfZRKuBdRoA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4536,7 +4320,7 @@ "hash": "vQH6yybZNyUT9bUVn7g0Pw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4548,7 +4332,7 @@ "hash": "l80+jwe9noyvhLAmWOofFA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4560,7 +4344,7 @@ "hash": "hwbNjuWRu7zAqbja4OcYiw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4572,7 +4356,7 @@ "hash": "ADRqxIulETEd3nF0P4SezQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4584,7 +4368,7 @@ "hash": "QWAcQpIEVwF3KOuebNpFrQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4596,7 +4380,7 @@ "hash": "gneBDeBB/qvYHXI9w6R7WQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4608,7 +4392,7 @@ "hash": "Mi9Jfg2SXIlVztV+j54tig==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4620,7 +4404,7 @@ "hash": "pRkMNZ5XnBbez6eGOLs7wg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4632,7 +4416,7 @@ "hash": "KIzDlJgCWfmt5qKMStIGVA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4644,7 +4428,7 @@ "hash": "BeDHlYtPe8I/Ca4YDcDEZg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4656,7 +4440,7 @@ "hash": "W9hXdT/TZUsDPzjoefLTHA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4668,7 +4452,7 @@ "hash": "BP1tYwIcg6MEj3qmr8K1Ng==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4680,7 +4464,7 @@ "hash": "Hbipnocnc0fk1bvuDVhVpQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4692,7 +4476,7 @@ "hash": "5xKOpjGl46/U9OEcapgKfQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4704,7 +4488,7 @@ "hash": "tOrphXVRktNLVxY+8jyP7A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4716,7 +4500,7 @@ "hash": "2Vzbm3kCB2l+mosuKgUpmg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4728,7 +4512,7 @@ "hash": "fdfp3w0zW2bbeLinQ8EoLg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4737,10 +4521,10 @@ "output": { ".html": { "relative_path": "api/Discord.UserExtensions.html", - "hash": "9+qP1h6nnut5F2qSNAIhDg==" + "hash": "6pA94R/JuW5hI5sjpMU0AA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4752,7 +4536,7 @@ "hash": "zpNzOek+44D+9PWz2o5Uww==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4764,7 +4548,7 @@ "hash": "/mLka2rGUFGuKrHAiMQLFg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4776,7 +4560,7 @@ "hash": "r+vD1WhXI9llicAyx3ZUDA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4788,7 +4572,7 @@ "hash": "qKhPfKPvDunq/hw/mCLcRw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4800,7 +4584,7 @@ "hash": "dU6QS/OZSapb93Ku1N12VA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4812,7 +4596,7 @@ "hash": "dW/9kvmzGXubIK6aqLPyhQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4824,7 +4608,7 @@ "hash": "CXDLD2j/QABK4/9yi+zAfQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4833,10 +4617,10 @@ "output": { ".html": { "relative_path": "api/Discord.WebSocket.DiscordSocketConfig.html", - "hash": "iYgeW6uiSYjI06zIBustJg==" + "hash": "XUmpz6RDxH36qdxKEh1Mdw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4848,7 +4632,7 @@ "hash": "nb9O2acYhRMexMptZk61+Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4860,7 +4644,7 @@ "hash": "vrtGwb8z9sAwSFGrRtZ4iA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4872,7 +4656,7 @@ "hash": "c9TNCUQbsjaRXXQHmKBCrA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4884,7 +4668,7 @@ "hash": "xBrgGNsMVJUQIt3t8ff0ww==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4896,7 +4680,7 @@ "hash": "7ogufBTymxnxgqC+CTbHWQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4908,7 +4692,7 @@ "hash": "Y+0V8ebZVRYztHWLX2We+A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4920,7 +4704,7 @@ "hash": "k8tkAk7AwDeLj5iaj5tuZQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4932,7 +4716,7 @@ "hash": "dKgteLq63nmRNbfYmWuOcw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4944,7 +4728,7 @@ "hash": "1rJTHBmRv4Tq4cmogZNjJQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4956,7 +4740,7 @@ "hash": "+bjc/1NQasf+UrESJ5OACA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4968,7 +4752,7 @@ "hash": "7Vqr95fg4gAn+tI8600cOA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4980,7 +4764,7 @@ "hash": "EGeasL40bYHRs1Og+7J/QA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4992,7 +4776,7 @@ "hash": "cVwkvv/yK5AGK15ALcuuWw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5004,7 +4788,7 @@ "hash": "+YxVv9CTFpuclecYeWTZqA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5016,7 +4800,7 @@ "hash": "4siIK5I2tx9s78XOlm6UJQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5028,7 +4812,7 @@ "hash": "H99ckDVEyaOH6LdGrW4emg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5040,7 +4824,7 @@ "hash": "uaecVDZs3ihMABPwfGroqA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5052,7 +4836,7 @@ "hash": "+OimAcWmDImk6sfu0qT2CQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5064,7 +4848,7 @@ "hash": "W2+34EmiOueKHCiNWPoJBg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5076,7 +4860,7 @@ "hash": "1t+5Xnmy5uytxuPnwA9FDg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5088,7 +4872,7 @@ "hash": "QhK6A9nPd7awQxUbPJUE/g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5100,7 +4884,7 @@ "hash": "gkVxdxYDR31uWLphZXnfBA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5109,10 +4893,10 @@ "output": { ".html": { "relative_path": "api/Discord.WebSocket.SocketUser.html", - "hash": "hd7ZVxSemGuCTjOrsBJzCQ==" + "hash": "7pqP6vBs78NkutwVdkk1pQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5124,7 +4908,7 @@ "hash": "9/yuaYR5CnAI4itCnV6NYQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5136,7 +4920,7 @@ "hash": "5Lsfkmbo0ET0e++M1vZKZg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5148,7 +4932,7 @@ "hash": "eRW82FJJyG8n86zoOs9EJA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5160,7 +4944,7 @@ "hash": "5ZyxPpuHEmgOdDOUKIhUtg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5172,7 +4956,7 @@ "hash": "/6EsDmfzmqHOVyJnC8w+sg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5184,7 +4968,7 @@ "hash": "r0jz/P9ErV9AKe7ywPYfyA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5196,7 +4980,7 @@ "hash": "0uQTkhgn1f8d9kl1tM5gYA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5208,7 +4992,7 @@ "hash": "wSx8lxE01tvSM1vVTCBjGQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5220,7 +5004,7 @@ "hash": "UKWk/DPETpMfraZbrvYqrA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5232,7 +5016,7 @@ "hash": "vvyVoWylSYpN1MDmm8yFgw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5244,7 +5028,7 @@ "hash": "y7terWsrrCF4okS7yM5Pew==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5256,7 +5040,7 @@ "hash": "kBQjR2GcOi2ybZgID1GMmw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5268,7 +5052,7 @@ "hash": "MziE6EUXfB2Qbq4hBAS9XA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5280,7 +5064,7 @@ "hash": "MwmRpdFP/Y8HVppeMXbdAw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5292,7 +5076,7 @@ "hash": "C9U5m+wyzMFHX/87T/kP7w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5304,7 +5088,7 @@ "hash": "XGBQDoShtbGHyB0qRTrZoA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5316,7 +5100,7 @@ "hash": "apxMDOxxK57hhkRKPhYuWA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5328,7 +5112,7 @@ "hash": "Z6V1G7OhbmxJsYXcQKFiCw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5340,7 +5124,7 @@ "hash": "/9QbqWo7b7YO9TkORrGhPA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5352,7 +5136,7 @@ "hash": "W/YAEMgPZfc546eBTGvOFQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5364,7 +5148,7 @@ "hash": "z+dONH/7eEE8UNuBZfVbvQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5376,7 +5160,7 @@ "hash": "wCRopdVVpRHt3QJcUaXLmA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5388,7 +5172,7 @@ "hash": "SmubV8OW8yqXX2Ks2/giIA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5400,7 +5184,7 @@ "hash": "Lk544je82mi7iIFsXAN0Og==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5412,7 +5196,7 @@ "hash": "5dfGrVKzu9gSVGCZcJN/fg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5424,7 +5208,7 @@ "hash": "TynF8LjAjrVTpXGyntnMlQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5436,7 +5220,7 @@ "hash": "XkWUKmg/ejcoiD4bGsbIkQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5448,7 +5232,7 @@ "hash": "+fyNL+ryZuFkdHbtxGU5RQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5460,7 +5244,7 @@ "hash": "v/DXPkQktNaJZAPgzWm9gQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5472,7 +5256,7 @@ "hash": "HTmjHrXoLTPEw7qXMh6oTg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5484,7 +5268,7 @@ "hash": "7K7U9OpCh97vugl/ZvGKTA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5496,7 +5280,7 @@ "hash": "rqQXK8QSTt5Y7PgJ3t8JtA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5508,7 +5292,7 @@ "hash": "oB2lINRjvWfj29L+Eegtag==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5520,7 +5304,7 @@ "hash": "SRE5UngixKSROg2oQxnFAg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5532,7 +5316,7 @@ "hash": "sW0Tpevqc24s2i94h80uKA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5544,7 +5328,7 @@ "hash": "vX6Bqj6QcF76PoeWBQXxjA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5556,7 +5340,7 @@ "hash": "T2/NzIwqtY9wTzvxAehwwg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5568,7 +5352,7 @@ "hash": "xNtvhfiCphp70yVJsw9C0g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5580,7 +5364,7 @@ "hash": "HVDiVWbS8IlKpaGd0TEv2A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5592,7 +5376,7 @@ "hash": "+vvm1ww9jkJ4K1joiIZSoA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5604,7 +5388,7 @@ "hash": "mzC+g10l8xQq20JiI1NEHg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5616,7 +5400,7 @@ "hash": "EEC1r+0G1zGs8dLlRDTDng==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5628,7 +5412,7 @@ "hash": "kQIZyrjfxr6bfWDZnb6mSg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5640,7 +5424,7 @@ "hash": "Erw7DY0u8dbsjCp3dY/P5w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5652,7 +5436,7 @@ "hash": "Nlad5KIj5m7feURLNgplzg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5664,7 +5448,7 @@ "hash": "1I6Llkb6zDNyS3Df9gbJ9A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5676,7 +5460,7 @@ "hash": "td85ur0r0z+UD5wjPyD+vg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5688,7 +5472,7 @@ "hash": "tzon9m5iA0fdXVI7LRBd7w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5700,7 +5484,7 @@ "hash": "A0Xf/zJy163miKA71aWhRw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5712,7 +5496,7 @@ "hash": "JMBUuiZC01gLg4i9jU+49A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5724,7 +5508,7 @@ "hash": "9s+BFD7L0OtBgjhkB9fZSA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5736,7 +5520,7 @@ "hash": "RV7pshGsH6EeVq90kuFxtw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5748,7 +5532,7 @@ "hash": "xPKDutJKTyADZN1ImO+/vA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5760,7 +5544,7 @@ "hash": "JeSptkwwFnXpgBOez0zSGA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5772,7 +5556,7 @@ "hash": "Keqpy4pny1ECK747eBbLAw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5784,7 +5568,7 @@ "hash": "6H9/akYjf8qB9imghlVBTQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5796,7 +5580,7 @@ "hash": "3qGbFmmWOBAg2YllN93ycQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5808,7 +5592,7 @@ "hash": "XaHNvFptZ4Y0kL1ZCcPUfA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5820,7 +5604,7 @@ "hash": "OMJ/K/qqCRv4/HWTEqLnDw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5832,7 +5616,7 @@ "hash": "q7wXxNWz4+erEOvEj1VAPw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5844,7 +5628,7 @@ "hash": "YQNhG4hp29wF+OIRTbV4NA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5856,7 +5640,7 @@ "hash": "Ihcqg2f55EEMJistKgpb8w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5868,7 +5652,7 @@ "hash": "U6/vMupgudj1P2Zw6NZTeg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5880,7 +5664,7 @@ "hash": "DUnZvJMHOh0OEjGRR9ysEw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5892,7 +5676,7 @@ "hash": "Im9GDJT5o1wnxfNCkHQJZw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5904,7 +5688,7 @@ "hash": "BIlqBUkdfHX6hYZW3FJDhQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5916,7 +5700,7 @@ "hash": "GrinAeb/CKRZzvhDCCk54g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5928,7 +5712,7 @@ "hash": "nNENZTKuT8UfzUW+1x+Ncg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5940,7 +5724,7 @@ "hash": "a1HnEZT3DzPExXfMzv4uQA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5952,7 +5736,7 @@ "hash": "dbdKcxUht/MKI+0svynq8Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5964,7 +5748,7 @@ "hash": "HXIIQCxSbiFcdIDvYjsqdw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5976,7 +5760,7 @@ "hash": "QqebX/9cn/Ku4ERa7WPHVw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5988,7 +5772,7 @@ "hash": "AqFqqrLqdWk/z1y/Mv4TmQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6000,7 +5784,7 @@ "hash": "MLpoVeb8AlM4lbBk3+buGg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6012,7 +5796,7 @@ "hash": "evVntNDTgA01JFFwq3yLqg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6024,7 +5808,7 @@ "hash": "qPqvCMTROW2dSUM21UeZ+A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6036,7 +5820,7 @@ "hash": "EMBTfSyiUiy5xQLboiyLPw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6048,7 +5832,7 @@ "hash": "Ut+6kCyBZzAKYrWDxPJ2MQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6060,7 +5844,7 @@ "hash": "nfkT24YVl/Hsnzma3MIbwQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6072,7 +5856,7 @@ "hash": "KOMSd/TvDXHSG4z4XPKPOg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6084,7 +5868,7 @@ "hash": "QH/Zpylk68X3Q4edcnwfeA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6096,7 +5880,7 @@ "hash": "AMIShMPdd+7iv9+slgBA6Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6108,7 +5892,7 @@ "hash": "/yqsFzW0bNqkesXb6o4RJA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6120,7 +5904,7 @@ "hash": "vGZskB6h7nbc3PyJbZwjnQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6132,7 +5916,7 @@ "hash": "K/tZBE8K0PSP/T8mRKBn7Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6144,7 +5928,7 @@ "hash": "coCEg6DAIKWCJWyRxXO4TQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6156,7 +5940,7 @@ "hash": "Cozmcb3NsRCfcB+/+k1tsA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6168,7 +5952,7 @@ "hash": "EvgfWp2erUM6N0B1w8UMzQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6180,7 +5964,7 @@ "hash": "vqF9NDHay6ImP3iyZ1lIAA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6192,7 +5976,7 @@ "hash": "5T1NxkmAofOG6LZjs5hZtA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6204,7 +5988,7 @@ "hash": "fsRwG6IIGqccAdUxwL6icQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6213,10 +5997,10 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.RangeAccessor-1.html", - "hash": "Kh0MYHMlyDYvkQtSlSll3Q==" + "hash": "31V1mUauG5peFRm+w9OiuA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6228,7 +6012,7 @@ "hash": "bmwq7ypm1rLGgFgzTF+fww==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6237,10 +6021,10 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.RangePtrAccessor-1.html", - "hash": "vTcVpOM+Bj+06V7IrpE0Kw==" + "hash": "8x4YQsZqkK/v4cZX0kKb+Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6252,7 +6036,7 @@ "hash": "FiuEqqTlx0sinVYW0a1cPQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6264,7 +6048,7 @@ "hash": "UUrAjBrcpudtscr5yjeI5Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6273,10 +6057,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.FramerateLimit.LimitType.html", - "hash": "3A0TH7QBcTsIdpO8pBjhbA==" + "hash": "CfsMhj8TF8pAOtLunhbsLQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6285,10 +6069,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.FramerateLimit.html", - "hash": "DypLicBLVpHkaOi2i8xmcA==" + "hash": "12Ewlp0wmLl+JTn+RcxVzg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6297,10 +6081,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.GLTextureWrap.html", - "hash": "iHzURvRrCXz/jtHDE8wmlw==" + "hash": "mzX2eeED13oJzd6l1aoqvA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6309,10 +6093,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.IImGuiInputHandler.html", - "hash": "YtUy1x3njGDv6++qRvubkg==" + "hash": "QvwWIye0DO6P6wIlyTbvzA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6321,10 +6105,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.IImGuiRenderer.html", - "hash": "ceCnQDgTY0i+Fzsht2vb1g==" + "hash": "GsB78L1Dtui2f0aisl22Ng==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6333,10 +6117,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.IRenderer.html", - "hash": "XSkfb9DmPjAf4g312jCa4Q==" + "hash": "llyuW1GaxBcpf05hwPweuQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6345,10 +6129,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.ImGui_Impl_DX11.html", - "hash": "MgJdg9TrcMLEkEpCl3mTpQ==" + "hash": "vVYevzsc3dlq+lsvC/RI6g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6357,10 +6141,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.ImGui_Impl_OpenGL3.html", - "hash": "qP0BJ7EHoLty9rDlI2EHeQ==" + "hash": "yGpaF4U6HRxxr+E2w692/g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6369,10 +6153,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.ImGui_Impl_SDL.html", - "hash": "0NwPjPHoIhUWJz7hQIgOUg==" + "hash": "+VOFYN5DzwC/YWN29NQMYw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6381,10 +6165,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.ImGui_Input_Impl_Direct.html", - "hash": "KYg618RmjFW+/nkgIaTCkA==" + "hash": "ikBRwAeM6g3biCa8BHON7w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6393,10 +6177,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html", - "hash": "dln4AtnbhjLxqrfghRP2dA==" + "hash": "v2LtyhBIFryzM/QhIa04MQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6405,10 +6189,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html", - "hash": "MzVOj5oyMcpNnedadNWMBQ==" + "hash": "PhpiJcXGCJUSk5HX9yWL5g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6417,10 +6201,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RawDX11Scene.NewRenderFrameDelegate.html", - "hash": "lb/JfcyUZVPOc0Y/vJfEKA==" + "hash": "NC0oGTNGyG3PMKaF0JLi5A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6429,10 +6213,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RawDX11Scene.html", - "hash": "KLPpr3W3B7WKLABct6zrmQ==" + "hash": "mIi2q7NHroj+wcyeNEW1Gw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6441,10 +6225,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RendererFactory.RendererBackend.html", - "hash": "6QV68wiPU8TvB5Lt4ZKqkA==" + "hash": "zPECFfxzGU4WvsV+2meuzA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6453,10 +6237,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RendererFactory.html", - "hash": "+StSuX0ZtRBgoQSJdr8MTg==" + "hash": "m4urXpEuxcIm5gJvgVfv7Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6465,10 +6249,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SDLWindowGL.html", - "hash": "H5bnEfO/VK0EJQNQzZs7eg==" + "hash": "Ee47jWgXm1GAbyo4nlDYZg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6477,10 +6261,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleD3D.html", - "hash": "LmK8KdW+bHtWj9PspTW88w==" + "hash": "MQYDKOoMvVz3iephbwlTXA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6489,10 +6273,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleImGuiScene.BuildUIDelegate.html", - "hash": "GtFcVDNYlwu26ybd5iZV2A==" + "hash": "t4Kk36PFWHc+omIXD1gGNQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6501,10 +6285,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleImGuiScene.html", - "hash": "jOXvV2xPwMyVteB3HllT+w==" + "hash": "2rJ93XLZee76FWeJxI8/kg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6513,10 +6297,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleOGL3.html", - "hash": "hXMEGNd3ceYRxWxgmwu+yA==" + "hash": "+36GVOHVuj1DY2Bodu7Xhg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6525,10 +6309,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleSDLWindow.ProcessEventDelegate.html", - "hash": "vgklSpE7NE77/+RtEsyW5Q==" + "hash": "AzQrvsNRRlfjYLLfg4E1oQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6537,10 +6321,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleSDLWindow.html", - "hash": "SfMNmJit3PpCGzbRGHB83w==" + "hash": "ofPbcNchTTyYkkbcDKHsNw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6549,10 +6333,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.TextureWrap.html", - "hash": "hYP/Rhre7ZxAkFpo2j+vVw==" + "hash": "bXHgNa7Qsj/9Qf1ttLNWjg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6561,10 +6345,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.WindowCreateInfo.html", - "hash": "Kj2sHyIUKvKpPcLCW8UyYg==" + "hash": "aswxN+4lAKq11aHdrwSv6w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6573,10 +6357,10 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.WindowFactory.html", - "hash": "S+D60x7rmL+nKuBfZC+6uw==" + "hash": "BU46us9t/ytvBC1SlwsPPg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6588,7 +6372,7 @@ "hash": "05HemJVfTpjHPGWweE+ChA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6600,7 +6384,7 @@ "hash": "mGWUn+2r4BbnG5Wc+QWDaA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6612,7 +6396,7 @@ "hash": "RqjOHdqVb6DTw5sSrQ//Bg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6624,7 +6408,7 @@ "hash": "JCtgRPpZj7yRqIrrlls4Bw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6636,7 +6420,7 @@ "hash": "ABOTpyrJ1ldug/Cf1mlQ5Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6648,7 +6432,7 @@ "hash": "e5VtvUjY7j0NMelp8/LyEw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6660,7 +6444,7 @@ "hash": "/QNBzIaz5Nf8RUdKyhfytQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6672,7 +6456,7 @@ "hash": "MNCyqTofT+0ltIwnex9T0Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6684,7 +6468,7 @@ "hash": "5LBX9uVkaOOH2SS2SYn4hg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6696,7 +6480,7 @@ "hash": "oxRYTfRNPM7fmymK1ZZJBg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6708,7 +6492,7 @@ "hash": "l3hbakC0uTzxTa4n9e9wEA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6720,7 +6504,7 @@ "hash": "4bS/a6Ud0RYw2TlaKLDBgg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6732,7 +6516,7 @@ "hash": "ZJDC/Kzutx0pnG9UTI9f6w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6744,7 +6528,7 @@ "hash": "6kCX4Cl8itjJ4777cjwUZw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6756,7 +6540,7 @@ "hash": "lFY67OjooSxtjPkjs5NxMg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6768,7 +6552,7 @@ "hash": "J9eqT9zphZIW1U6iUYc/CA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6780,7 +6564,7 @@ "hash": "RJXCBhPLq10gqNx6I2+NsQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6792,7 +6576,7 @@ "hash": "jVHAGXTEVML1czsrKPOEwA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6804,7 +6588,7 @@ "hash": "K+mm2lWUxAWG1xb1EUjQ8w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6816,7 +6600,7 @@ "hash": "hWXrWSmvX32hz1YqugvW6A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6828,7 +6612,7 @@ "hash": "V6pnYY+4ZMbML6R/mS2C9w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6840,7 +6624,7 @@ "hash": "uAwu3c8FIU60gKUT4LD46w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6852,7 +6636,7 @@ "hash": "ilV1CrQdiERGXt7d1Hc7Nw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6864,7 +6648,7 @@ "hash": "DmKu2o9qZUWqmK2RR4HhBA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6876,7 +6660,7 @@ "hash": "oEmtwisrVTNZ/QJ+cGrdvg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6888,7 +6672,7 @@ "hash": "kcWnT+sNoRcZSxqxTQYI1Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6900,7 +6684,7 @@ "hash": "PDV2A482wR0e6weDzEa/mA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6912,7 +6696,7 @@ "hash": "TzZ+lHcmvuL6Ff+0BA4vBg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6924,7 +6708,7 @@ "hash": "ZpAX+N1sNTg7xSVsI6cWJQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6936,7 +6720,7 @@ "hash": "U49/LEChjL7k2SN77O/KBA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6948,7 +6732,7 @@ "hash": "XH9wHogF3YP6gqcS0LgDcA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6960,7 +6744,7 @@ "hash": "FsBPedXNWhTaavE5I2f6Ug==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6972,7 +6756,7 @@ "hash": "gbcn60HSO1t1ESvX6Lyckg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6984,7 +6768,7 @@ "hash": "OcC+TxH/7GIVi90yhZQHjw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6996,7 +6780,7 @@ "hash": "ymKsS296loGek7gXdjfVag==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7008,7 +6792,7 @@ "hash": "oqC/9pyVFFf/dbc5xxpCwg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7020,7 +6804,7 @@ "hash": "Rbj5Mw/Uxw2eSDu5cOTSrQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7032,7 +6816,7 @@ "hash": "tOUWmarYn6Ucy6tixNFtXw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7044,7 +6828,7 @@ "hash": "S2+CtyrbPNDZ6veMpHM67w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7056,7 +6840,7 @@ "hash": "m6dCGDV6DA2xo3oIKXr+GA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7068,7 +6852,7 @@ "hash": "peF5Nw2/mC/OfMxrYY01Ig==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7080,7 +6864,7 @@ "hash": "7ePbxmtbrPGHJv3i2vadMQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7092,7 +6876,7 @@ "hash": "T0Eg+Pou6uMx00VaALWKWQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7104,7 +6888,7 @@ "hash": "TA6Jn0/8Hjd0RycIbm6LQg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7116,7 +6900,7 @@ "hash": "OCZv1KnnVeZ06St2zVHGbA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7128,7 +6912,7 @@ "hash": "5RQKrbD+26Fnc8kXObylbA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7140,7 +6924,7 @@ "hash": "PQ5c8H8hMcwWu4fEkFTaUg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7152,7 +6936,7 @@ "hash": "eq0YY9vJG+zsRW1nVThyug==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7164,7 +6948,7 @@ "hash": "Zjd4PAsR5NcHW//v5ThKZA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7176,7 +6960,7 @@ "hash": "6tmul44jX7uK4wYQIx195g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7188,7 +6972,7 @@ "hash": "aJGiG3244L2UiEdb+AXo3g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7200,7 +6984,7 @@ "hash": "gvhms0W7YeG8xmE3V1b05A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7212,7 +6996,7 @@ "hash": "f1H+2DTEuNXJfcEIeNPbsQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7224,7 +7008,7 @@ "hash": "dnqNmJ0rt5tM+YIGtHRzOg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7236,7 +7020,7 @@ "hash": "JPyYpvFWKZKBrNoj3komhQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7248,7 +7032,7 @@ "hash": "r1W79yOwDaL9glOaLKOdxw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7260,7 +7044,7 @@ "hash": "lgTDhP6xWcbVgj34/LA5cg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7272,7 +7056,7 @@ "hash": "ZV4aogQDxAQL+1Bif/aLfA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7284,7 +7068,7 @@ "hash": "t48QPYcPGN6/xXHrXPPrkw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7296,7 +7080,7 @@ "hash": "ECcNGPlqgUZKpS44wYNF1w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7308,7 +7092,7 @@ "hash": "VBXjAthDVi0VFZLipweuog==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7320,7 +7104,7 @@ "hash": "bbORiXtbMba0EvPK8q0uiA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7332,7 +7116,7 @@ "hash": "g2lS2kk9DxWrc31SeVwYlA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7344,7 +7128,7 @@ "hash": "ALq/A1MImZZjPC9BF9PNOw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7356,7 +7140,7 @@ "hash": "L93IfBdyqrGLYa8mktQt6A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7368,7 +7152,7 @@ "hash": "DdyNCZPcbmGgqyxEplkidQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7380,7 +7164,7 @@ "hash": "UyQSj15eTsKzo4SBSIh9TQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7392,7 +7176,7 @@ "hash": "6fbneTPB7T9Rg83BS+yLpg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7404,7 +7188,7 @@ "hash": "74+Zdh1ijL9n9p+Pjsp1+g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7416,7 +7200,7 @@ "hash": "Utk9+7FGSG6fczSh5jReGg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7428,7 +7212,7 @@ "hash": "160kgHxx10fcahCLdHnkzg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7440,7 +7224,7 @@ "hash": "B76AJMGrgFJJxObwLUOuzw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7452,7 +7236,7 @@ "hash": "8eQ5vT90xHgsVWEi6axgXA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7464,7 +7248,7 @@ "hash": "gIIGZxD5732TvK4tQ55tLg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7476,7 +7260,7 @@ "hash": "sGL86aE/ELVm6wN1hOrqqg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7488,7 +7272,7 @@ "hash": "qtu7v6UKuCIz0ITktYCZ7Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7500,7 +7284,7 @@ "hash": "qumdOId0Y9QnRosaWCfKgg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7512,7 +7296,7 @@ "hash": "ETbqFgMXHhEJTV8oWTYRqw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7524,7 +7308,7 @@ "hash": "7Su9LgDdCYIr45HSu726PQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7536,7 +7320,7 @@ "hash": "sVjlUtJ3hAb3d8lqkQeNfQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7548,7 +7332,7 @@ "hash": "s5PPCQOvzHsS1vwEuN7lsA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7560,7 +7344,7 @@ "hash": "Q6zPzYGXeZRLbfM5vpJxzg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7572,7 +7356,7 @@ "hash": "HECEKBvWZoqxSJUUm9biCA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7584,7 +7368,7 @@ "hash": "XX/t16y8WTC9JUfQDImSvA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7596,7 +7380,7 @@ "hash": "fUXH2JgMU5LPG0f6eXGxag==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7608,7 +7392,7 @@ "hash": "PMNDRL88Ufxj/O4qhmJrLQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7620,7 +7404,7 @@ "hash": "VVZx4sijzuXv1P1vPE+sLg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7632,7 +7416,7 @@ "hash": "BLjFvc3s/sDIlYkr65fMFw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7644,7 +7428,7 @@ "hash": "LJ7JrPpNnfcJm+Deh6/iig==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7656,7 +7440,7 @@ "hash": "/K68VEVGmakdQQ1GbeZYGQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7668,7 +7452,7 @@ "hash": "ZNwkv5GyDueIBjbTPlQE9Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7680,7 +7464,7 @@ "hash": "ho1HpY2vZNuE8bftghGwfw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7692,7 +7476,7 @@ "hash": "ruMEJwylXQHh+v1pyKR2Ew==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7704,7 +7488,7 @@ "hash": "VKYu8WGNvTtDbHWUIcWMhw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7716,7 +7500,7 @@ "hash": "1JGDePa9pW4LLhfqJZP7UA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7728,7 +7512,7 @@ "hash": "5HXdjVNPoh7xx5gUNjrllQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7740,7 +7524,7 @@ "hash": "vZIIKvmoAnl/njfKrs0dtA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7752,7 +7536,7 @@ "hash": "wQ4F4cTluo5+KIezThwdPw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7764,7 +7548,7 @@ "hash": "dNUyWrW+Dj7jU7kI3NVDRA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7776,7 +7560,7 @@ "hash": "KS8u3C+7zL+hNYtN+aREPQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7788,7 +7572,7 @@ "hash": "XmRq1uMI8pb0iyFZs99D7g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7800,7 +7584,7 @@ "hash": "BkXUO+2inDoiq0S/4Wpe1Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7812,7 +7596,7 @@ "hash": "Mmkgd4x4YExAoS9mgcYW0w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7824,7 +7608,7 @@ "hash": "L7tCquwzPc/y9FdYlzpCzw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7836,7 +7620,7 @@ "hash": "Id3jcLPiKuSECWWuwFv2hQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7848,7 +7632,7 @@ "hash": "IbyPUL0pKRS+gvyTowXyIg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7860,7 +7644,7 @@ "hash": "xoybyD61Q7NI6BcUW0SeiA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7872,7 +7656,7 @@ "hash": "KhGPWgRxwSgNa3swsaxypQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7884,7 +7668,7 @@ "hash": "3yTOHXzaks/VvFf+Yu1WjQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7896,7 +7680,7 @@ "hash": "IFdNPGddhcteOqcZIuetSg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7908,7 +7692,7 @@ "hash": "8asYTJ0S/Da8KqiHJ/2I4w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7920,7 +7704,7 @@ "hash": "WBJbWvjMgDXWFcIEoCQa7Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7932,7 +7716,7 @@ "hash": "OnFz4jaMN8yRF2SWvtNfgQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7944,7 +7728,7 @@ "hash": "GPZfeYFpZ2Pgu0FzPOB9iw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7956,7 +7740,7 @@ "hash": "XNfjobq1TifQ3/dN5IU4fw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7968,7 +7752,7 @@ "hash": "RdGqUDDpt8dL43Gyj+AvBQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7980,7 +7764,7 @@ "hash": "xd9jtWjjAuQOSoQaxQNUhA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -7992,7 +7776,7 @@ "hash": "kgJvb4r0eMBQt3goe8V70g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8004,7 +7788,7 @@ "hash": "P12uwgxuxyBF293stqgbwQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8016,7 +7800,7 @@ "hash": "EtMpp3rmFZJmuzNC1HIK2Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8028,7 +7812,7 @@ "hash": "mQfoYalVvUdR57Jxmr9m7w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8040,7 +7824,7 @@ "hash": "MSj3AMUNPkvV3EpAvaDs3Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8052,7 +7836,7 @@ "hash": "4E9gKXJOSyE0L2MLK3kP8w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8064,7 +7848,7 @@ "hash": "tjE6osszWTtqiz8iYOkGZQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8076,7 +7860,7 @@ "hash": "5jQj5VktZWA2m/c9WPDrAw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8088,7 +7872,7 @@ "hash": "jmyVMoaOs2Nx3yN4MVPxPw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8100,7 +7884,7 @@ "hash": "GuJRZilncU9r+CbquDXIPQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8112,7 +7896,7 @@ "hash": "6hq0yw8Y4cpdygivtHCebw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8124,7 +7908,7 @@ "hash": "ECNn4NzfrkDpHQkzVJvKSQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8136,7 +7920,7 @@ "hash": "CtVmKJ0pNZuf0cJQYcxGgQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8148,7 +7932,7 @@ "hash": "StYNa/p+ejDNnD3vUU4wxQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8160,7 +7944,7 @@ "hash": "SuhsPyCgbaiZPtuhQ3D3yg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8172,7 +7956,7 @@ "hash": "4OA/buMbpEBACHiUYpCEag==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8184,7 +7968,7 @@ "hash": "S85+M08X4gSYRPgqW21fAQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8196,7 +7980,7 @@ "hash": "fNfvXqnUNXvWmqmPIW0fuA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8208,7 +7992,7 @@ "hash": "rbvqYn1oVKayxf1mEnGkMA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8220,7 +8004,7 @@ "hash": "ouKfDLMeUJdQEnF/p8uRPg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8232,7 +8016,7 @@ "hash": "Xa2TgjEQLGi7upSWkfCcoA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8244,7 +8028,7 @@ "hash": "Ttk1dQ7KE++yjQRTILCFfA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -8265,7 +8049,7 @@ "output": { ".html": { "relative_path": "api/toc.html", - "hash": "Uez3KosDLlWbsSW5GonF7A==" + "hash": "LCkgxcKh/mCo56c3xMSvSQ==" } }, "is_incremental": false, @@ -8280,7 +8064,7 @@ "hash": "s84u+FH+UKO4kliIcL2f7w==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" } ], @@ -8300,17 +8084,17 @@ "total_file_count": 0, "skipped_file_count": 0 }, - "ManagedReferenceDocumentProcessor": { - "can_incremental": true, - "incrementalPhase": "build", - "total_file_count": 686, - "skipped_file_count": 686 - }, "ConceptualDocumentProcessor": { "can_incremental": true, "incrementalPhase": "build", "total_file_count": 3, - "skipped_file_count": 2 + "skipped_file_count": 3 + }, + "ManagedReferenceDocumentProcessor": { + "can_incremental": true, + "incrementalPhase": "build", + "total_file_count": 668, + "skipped_file_count": 665 } } }, diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index faba2ea5d..3dd7fa7d9 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -163,6 +163,31 @@ references: fullName.vb: Dalamud.Data.DataManager.GetFile(Of T)(System.String) nameWithType: DataManager.GetFile(String) nameWithType.vb: DataManager.GetFile(Of T)(String) +- uid: Dalamud.Data.DataManager.GetIcon(Dalamud.ClientLanguage,System.Int32) + name: GetIcon(ClientLanguage, Int32) + href: api/Dalamud.Data.DataManager.html#Dalamud_Data_DataManager_GetIcon_Dalamud_ClientLanguage_System_Int32_ + commentId: M:Dalamud.Data.DataManager.GetIcon(Dalamud.ClientLanguage,System.Int32) + fullName: Dalamud.Data.DataManager.GetIcon(Dalamud.ClientLanguage, System.Int32) + nameWithType: DataManager.GetIcon(ClientLanguage, Int32) +- uid: Dalamud.Data.DataManager.GetIcon(System.Int32) + name: GetIcon(Int32) + href: api/Dalamud.Data.DataManager.html#Dalamud_Data_DataManager_GetIcon_System_Int32_ + commentId: M:Dalamud.Data.DataManager.GetIcon(System.Int32) + fullName: Dalamud.Data.DataManager.GetIcon(System.Int32) + nameWithType: DataManager.GetIcon(Int32) +- uid: Dalamud.Data.DataManager.GetIcon(System.String,System.Int32) + name: GetIcon(String, Int32) + href: api/Dalamud.Data.DataManager.html#Dalamud_Data_DataManager_GetIcon_System_String_System_Int32_ + commentId: M:Dalamud.Data.DataManager.GetIcon(System.String,System.Int32) + fullName: Dalamud.Data.DataManager.GetIcon(System.String, System.Int32) + nameWithType: DataManager.GetIcon(String, Int32) +- uid: Dalamud.Data.DataManager.GetIcon* + name: GetIcon + href: api/Dalamud.Data.DataManager.html#Dalamud_Data_DataManager_GetIcon_ + commentId: Overload:Dalamud.Data.DataManager.GetIcon + isSpec: "True" + fullName: Dalamud.Data.DataManager.GetIcon + nameWithType: DataManager.GetIcon - uid: Dalamud.Data.DataManager.Initialize name: Initialize() href: api/Dalamud.Data.DataManager.html#Dalamud_Data_DataManager_Initialize @@ -202,6 +227,31 @@ references: isSpec: "True" fullName: Dalamud.Data.DataManager.ServerOpCodes nameWithType: DataManager.ServerOpCodes +- uid: Dalamud.Data.LuminaExtensions + name: Dalamud.Data.LuminaExtensions + href: api/Dalamud.Data.LuminaExtensions.html + commentId: N:Dalamud.Data.LuminaExtensions + fullName: Dalamud.Data.LuminaExtensions + nameWithType: Dalamud.Data.LuminaExtensions +- uid: Dalamud.Data.LuminaExtensions.TexFileExtensions + name: TexFileExtensions + href: api/Dalamud.Data.LuminaExtensions.TexFileExtensions.html + commentId: T:Dalamud.Data.LuminaExtensions.TexFileExtensions + fullName: Dalamud.Data.LuminaExtensions.TexFileExtensions + nameWithType: TexFileExtensions +- uid: Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData(Lumina.Data.Files.TexFile) + name: GetRgbaImageData(TexFile) + href: api/Dalamud.Data.LuminaExtensions.TexFileExtensions.html#Dalamud_Data_LuminaExtensions_TexFileExtensions_GetRgbaImageData_Lumina_Data_Files_TexFile_ + commentId: M:Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData(Lumina.Data.Files.TexFile) + fullName: Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData(Lumina.Data.Files.TexFile) + nameWithType: TexFileExtensions.GetRgbaImageData(TexFile) +- uid: Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData* + name: GetRgbaImageData + href: api/Dalamud.Data.LuminaExtensions.TexFileExtensions.html#Dalamud_Data_LuminaExtensions_TexFileExtensions_GetRgbaImageData_ + commentId: Overload:Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData + isSpec: "True" + fullName: Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData + nameWithType: TexFileExtensions.GetRgbaImageData - uid: Dalamud.Data.TransientSheet name: Dalamud.Data.TransientSheet href: api/Dalamud.Data.TransientSheet.html @@ -844,6 +894,621 @@ references: commentId: F:Dalamud.Data.TransientSheet.ContentFinderCondition.UnlockQuest fullName: Dalamud.Data.TransientSheet.ContentFinderCondition.UnlockQuest nameWithType: ContentFinderCondition.UnlockQuest +- uid: Dalamud.Data.TransientSheet.Item + name: Item + href: api/Dalamud.Data.TransientSheet.Item.html + commentId: T:Dalamud.Data.TransientSheet.Item + fullName: Dalamud.Data.TransientSheet.Item + nameWithType: Item +- uid: Dalamud.Data.TransientSheet.Item.AdditionalData + name: AdditionalData + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_AdditionalData + commentId: F:Dalamud.Data.TransientSheet.Item.AdditionalData + fullName: Dalamud.Data.TransientSheet.Item.AdditionalData + nameWithType: Item.AdditionalData +- uid: Dalamud.Data.TransientSheet.Item.Adjective + name: Adjective + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Adjective + commentId: F:Dalamud.Data.TransientSheet.Item.Adjective + fullName: Dalamud.Data.TransientSheet.Item.Adjective + nameWithType: Item.Adjective +- uid: Dalamud.Data.TransientSheet.Item.AetherialReduce + name: AetherialReduce + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_AetherialReduce + commentId: F:Dalamud.Data.TransientSheet.Item.AetherialReduce + fullName: Dalamud.Data.TransientSheet.Item.AetherialReduce + nameWithType: Item.AetherialReduce +- uid: Dalamud.Data.TransientSheet.Item.AlwaysCollectable + name: AlwaysCollectable + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_AlwaysCollectable + commentId: P:Dalamud.Data.TransientSheet.Item.AlwaysCollectable + fullName: Dalamud.Data.TransientSheet.Item.AlwaysCollectable + nameWithType: Item.AlwaysCollectable +- uid: Dalamud.Data.TransientSheet.Item.AlwaysCollectable* + name: AlwaysCollectable + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_AlwaysCollectable_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.AlwaysCollectable + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.AlwaysCollectable + nameWithType: Item.AlwaysCollectable +- uid: Dalamud.Data.TransientSheet.Item.Article + name: Article + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Article + commentId: F:Dalamud.Data.TransientSheet.Item.Article + fullName: Dalamud.Data.TransientSheet.Item.Article + nameWithType: Item.Article +- uid: Dalamud.Data.TransientSheet.Item.BaseParamModifier + name: BaseParamModifier + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_BaseParamModifier + commentId: F:Dalamud.Data.TransientSheet.Item.BaseParamModifier + fullName: Dalamud.Data.TransientSheet.Item.BaseParamModifier + nameWithType: Item.BaseParamModifier +- uid: Dalamud.Data.TransientSheet.Item.Block + name: Block + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Block + commentId: F:Dalamud.Data.TransientSheet.Item.Block + fullName: Dalamud.Data.TransientSheet.Item.Block + nameWithType: Item.Block +- uid: Dalamud.Data.TransientSheet.Item.BlockRate + name: BlockRate + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_BlockRate + commentId: F:Dalamud.Data.TransientSheet.Item.BlockRate + fullName: Dalamud.Data.TransientSheet.Item.BlockRate + nameWithType: Item.BlockRate +- uid: Dalamud.Data.TransientSheet.Item.CanBeHq + name: CanBeHq + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_CanBeHq + commentId: P:Dalamud.Data.TransientSheet.Item.CanBeHq + fullName: Dalamud.Data.TransientSheet.Item.CanBeHq + nameWithType: Item.CanBeHq +- uid: Dalamud.Data.TransientSheet.Item.CanBeHq* + name: CanBeHq + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_CanBeHq_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.CanBeHq + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.CanBeHq + nameWithType: Item.CanBeHq +- uid: Dalamud.Data.TransientSheet.Item.ClassJobCategory + name: ClassJobCategory + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_ClassJobCategory + commentId: F:Dalamud.Data.TransientSheet.Item.ClassJobCategory + fullName: Dalamud.Data.TransientSheet.Item.ClassJobCategory + nameWithType: Item.ClassJobCategory +- uid: Dalamud.Data.TransientSheet.Item.ClassJobRepair + name: ClassJobRepair + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_ClassJobRepair + commentId: F:Dalamud.Data.TransientSheet.Item.ClassJobRepair + fullName: Dalamud.Data.TransientSheet.Item.ClassJobRepair + nameWithType: Item.ClassJobRepair +- uid: Dalamud.Data.TransientSheet.Item.ClassJobUse + name: ClassJobUse + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_ClassJobUse + commentId: F:Dalamud.Data.TransientSheet.Item.ClassJobUse + fullName: Dalamud.Data.TransientSheet.Item.ClassJobUse + nameWithType: Item.ClassJobUse +- uid: Dalamud.Data.TransientSheet.Item.Cooldowns + name: Cooldowns + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Cooldowns + commentId: F:Dalamud.Data.TransientSheet.Item.Cooldowns + fullName: Dalamud.Data.TransientSheet.Item.Cooldowns + nameWithType: Item.Cooldowns +- uid: Dalamud.Data.TransientSheet.Item.DamageMag + name: DamageMag + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_DamageMag + commentId: F:Dalamud.Data.TransientSheet.Item.DamageMag + fullName: Dalamud.Data.TransientSheet.Item.DamageMag + nameWithType: Item.DamageMag +- uid: Dalamud.Data.TransientSheet.Item.DamagePhys + name: DamagePhys + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_DamagePhys + commentId: F:Dalamud.Data.TransientSheet.Item.DamagePhys + fullName: Dalamud.Data.TransientSheet.Item.DamagePhys + nameWithType: Item.DamagePhys +- uid: Dalamud.Data.TransientSheet.Item.DefenseMag + name: DefenseMag + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_DefenseMag + commentId: F:Dalamud.Data.TransientSheet.Item.DefenseMag + fullName: Dalamud.Data.TransientSheet.Item.DefenseMag + nameWithType: Item.DefenseMag +- uid: Dalamud.Data.TransientSheet.Item.DefensePhys + name: DefensePhys + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_DefensePhys + commentId: F:Dalamud.Data.TransientSheet.Item.DefensePhys + fullName: Dalamud.Data.TransientSheet.Item.DefensePhys + nameWithType: Item.DefensePhys +- uid: Dalamud.Data.TransientSheet.Item.Delayms + name: Delayms + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Delayms + commentId: F:Dalamud.Data.TransientSheet.Item.Delayms + fullName: Dalamud.Data.TransientSheet.Item.Delayms + nameWithType: Item.Delayms +- uid: Dalamud.Data.TransientSheet.Item.Description + name: Description + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Description + commentId: F:Dalamud.Data.TransientSheet.Item.Description + fullName: Dalamud.Data.TransientSheet.Item.Description + nameWithType: Item.Description +- uid: Dalamud.Data.TransientSheet.Item.EquipRestriction + name: EquipRestriction + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_EquipRestriction + commentId: F:Dalamud.Data.TransientSheet.Item.EquipRestriction + fullName: Dalamud.Data.TransientSheet.Item.EquipRestriction + nameWithType: Item.EquipRestriction +- uid: Dalamud.Data.TransientSheet.Item.EquipSlotCategory + name: EquipSlotCategory + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_EquipSlotCategory + commentId: F:Dalamud.Data.TransientSheet.Item.EquipSlotCategory + fullName: Dalamud.Data.TransientSheet.Item.EquipSlotCategory + nameWithType: Item.EquipSlotCategory +- uid: Dalamud.Data.TransientSheet.Item.FilterGroup + name: FilterGroup + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_FilterGroup + commentId: F:Dalamud.Data.TransientSheet.Item.FilterGroup + fullName: Dalamud.Data.TransientSheet.Item.FilterGroup + nameWithType: Item.FilterGroup +- uid: Dalamud.Data.TransientSheet.Item.GrandCompany + name: GrandCompany + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_GrandCompany + commentId: F:Dalamud.Data.TransientSheet.Item.GrandCompany + fullName: Dalamud.Data.TransientSheet.Item.GrandCompany + nameWithType: Item.GrandCompany +- uid: Dalamud.Data.TransientSheet.Item.Icon + name: Icon + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Icon + commentId: F:Dalamud.Data.TransientSheet.Item.Icon + fullName: Dalamud.Data.TransientSheet.Item.Icon + nameWithType: Item.Icon +- uid: Dalamud.Data.TransientSheet.Item.IsAdvancedMeldingPermitted + name: IsAdvancedMeldingPermitted + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsAdvancedMeldingPermitted + commentId: P:Dalamud.Data.TransientSheet.Item.IsAdvancedMeldingPermitted + fullName: Dalamud.Data.TransientSheet.Item.IsAdvancedMeldingPermitted + nameWithType: Item.IsAdvancedMeldingPermitted +- uid: Dalamud.Data.TransientSheet.Item.IsAdvancedMeldingPermitted* + name: IsAdvancedMeldingPermitted + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsAdvancedMeldingPermitted_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.IsAdvancedMeldingPermitted + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.IsAdvancedMeldingPermitted + nameWithType: Item.IsAdvancedMeldingPermitted +- uid: Dalamud.Data.TransientSheet.Item.IsCollectable + name: IsCollectable + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsCollectable + commentId: P:Dalamud.Data.TransientSheet.Item.IsCollectable + fullName: Dalamud.Data.TransientSheet.Item.IsCollectable + nameWithType: Item.IsCollectable +- uid: Dalamud.Data.TransientSheet.Item.IsCollectable* + name: IsCollectable + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsCollectable_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.IsCollectable + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.IsCollectable + nameWithType: Item.IsCollectable +- uid: Dalamud.Data.TransientSheet.Item.IsCrestWorthy + name: IsCrestWorthy + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsCrestWorthy + commentId: P:Dalamud.Data.TransientSheet.Item.IsCrestWorthy + fullName: Dalamud.Data.TransientSheet.Item.IsCrestWorthy + nameWithType: Item.IsCrestWorthy +- uid: Dalamud.Data.TransientSheet.Item.IsCrestWorthy* + name: IsCrestWorthy + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsCrestWorthy_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.IsCrestWorthy + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.IsCrestWorthy + nameWithType: Item.IsCrestWorthy +- uid: Dalamud.Data.TransientSheet.Item.IsDyeable + name: IsDyeable + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsDyeable + commentId: P:Dalamud.Data.TransientSheet.Item.IsDyeable + fullName: Dalamud.Data.TransientSheet.Item.IsDyeable + nameWithType: Item.IsDyeable +- uid: Dalamud.Data.TransientSheet.Item.IsDyeable* + name: IsDyeable + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsDyeable_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.IsDyeable + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.IsDyeable + nameWithType: Item.IsDyeable +- uid: Dalamud.Data.TransientSheet.Item.IsGlamourous + name: IsGlamourous + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsGlamourous + commentId: P:Dalamud.Data.TransientSheet.Item.IsGlamourous + fullName: Dalamud.Data.TransientSheet.Item.IsGlamourous + nameWithType: Item.IsGlamourous +- uid: Dalamud.Data.TransientSheet.Item.IsGlamourous* + name: IsGlamourous + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsGlamourous_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.IsGlamourous + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.IsGlamourous + nameWithType: Item.IsGlamourous +- uid: Dalamud.Data.TransientSheet.Item.IsIndisposable + name: IsIndisposable + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsIndisposable + commentId: P:Dalamud.Data.TransientSheet.Item.IsIndisposable + fullName: Dalamud.Data.TransientSheet.Item.IsIndisposable + nameWithType: Item.IsIndisposable +- uid: Dalamud.Data.TransientSheet.Item.IsIndisposable* + name: IsIndisposable + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsIndisposable_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.IsIndisposable + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.IsIndisposable + nameWithType: Item.IsIndisposable +- uid: Dalamud.Data.TransientSheet.Item.IsPvP + name: IsPvP + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsPvP + commentId: P:Dalamud.Data.TransientSheet.Item.IsPvP + fullName: Dalamud.Data.TransientSheet.Item.IsPvP + nameWithType: Item.IsPvP +- uid: Dalamud.Data.TransientSheet.Item.IsPvP* + name: IsPvP + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsPvP_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.IsPvP + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.IsPvP + nameWithType: Item.IsPvP +- uid: Dalamud.Data.TransientSheet.Item.IsUnique + name: IsUnique + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsUnique + commentId: P:Dalamud.Data.TransientSheet.Item.IsUnique + fullName: Dalamud.Data.TransientSheet.Item.IsUnique + nameWithType: Item.IsUnique +- uid: Dalamud.Data.TransientSheet.Item.IsUnique* + name: IsUnique + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsUnique_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.IsUnique + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.IsUnique + nameWithType: Item.IsUnique +- uid: Dalamud.Data.TransientSheet.Item.IsUntradable + name: IsUntradable + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsUntradable + commentId: P:Dalamud.Data.TransientSheet.Item.IsUntradable + fullName: Dalamud.Data.TransientSheet.Item.IsUntradable + nameWithType: Item.IsUntradable +- uid: Dalamud.Data.TransientSheet.Item.IsUntradable* + name: IsUntradable + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_IsUntradable_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.IsUntradable + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.IsUntradable + nameWithType: Item.IsUntradable +- uid: Dalamud.Data.TransientSheet.Item.ItemAction + name: ItemAction + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_ItemAction + commentId: F:Dalamud.Data.TransientSheet.Item.ItemAction + fullName: Dalamud.Data.TransientSheet.Item.ItemAction + nameWithType: Item.ItemAction +- uid: Dalamud.Data.TransientSheet.Item.ItemGlamour + name: ItemGlamour + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_ItemGlamour + commentId: F:Dalamud.Data.TransientSheet.Item.ItemGlamour + fullName: Dalamud.Data.TransientSheet.Item.ItemGlamour + nameWithType: Item.ItemGlamour +- uid: Dalamud.Data.TransientSheet.Item.ItemRepair + name: ItemRepair + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_ItemRepair + commentId: F:Dalamud.Data.TransientSheet.Item.ItemRepair + fullName: Dalamud.Data.TransientSheet.Item.ItemRepair + nameWithType: Item.ItemRepair +- uid: Dalamud.Data.TransientSheet.Item.ItemSearchCategory + name: ItemSearchCategory + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_ItemSearchCategory + commentId: F:Dalamud.Data.TransientSheet.Item.ItemSearchCategory + fullName: Dalamud.Data.TransientSheet.Item.ItemSearchCategory + nameWithType: Item.ItemSearchCategory +- uid: Dalamud.Data.TransientSheet.Item.ItemSeries + name: ItemSeries + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_ItemSeries + commentId: F:Dalamud.Data.TransientSheet.Item.ItemSeries + fullName: Dalamud.Data.TransientSheet.Item.ItemSeries + nameWithType: Item.ItemSeries +- uid: Dalamud.Data.TransientSheet.Item.ItemSpecialBonus + name: ItemSpecialBonus + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_ItemSpecialBonus + commentId: F:Dalamud.Data.TransientSheet.Item.ItemSpecialBonus + fullName: Dalamud.Data.TransientSheet.Item.ItemSpecialBonus + nameWithType: Item.ItemSpecialBonus +- uid: Dalamud.Data.TransientSheet.Item.ItemSpecialBonusParam + name: ItemSpecialBonusParam + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_ItemSpecialBonusParam + commentId: F:Dalamud.Data.TransientSheet.Item.ItemSpecialBonusParam + fullName: Dalamud.Data.TransientSheet.Item.ItemSpecialBonusParam + nameWithType: Item.ItemSpecialBonusParam +- uid: Dalamud.Data.TransientSheet.Item.ItemUICategory + name: ItemUICategory + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_ItemUICategory + commentId: F:Dalamud.Data.TransientSheet.Item.ItemUICategory + fullName: Dalamud.Data.TransientSheet.Item.ItemUICategory + nameWithType: Item.ItemUICategory +- uid: Dalamud.Data.TransientSheet.Item.LevelEquip + name: LevelEquip + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_LevelEquip + commentId: F:Dalamud.Data.TransientSheet.Item.LevelEquip + fullName: Dalamud.Data.TransientSheet.Item.LevelEquip + nameWithType: Item.LevelEquip +- uid: Dalamud.Data.TransientSheet.Item.LevelItem + name: LevelItem + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_LevelItem + commentId: F:Dalamud.Data.TransientSheet.Item.LevelItem + fullName: Dalamud.Data.TransientSheet.Item.LevelItem + nameWithType: Item.LevelItem +- uid: Dalamud.Data.TransientSheet.Item.Lot + name: Lot + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Lot + commentId: P:Dalamud.Data.TransientSheet.Item.Lot + fullName: Dalamud.Data.TransientSheet.Item.Lot + nameWithType: Item.Lot +- uid: Dalamud.Data.TransientSheet.Item.Lot* + name: Lot + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Lot_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.Lot + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.Lot + nameWithType: Item.Lot +- uid: Dalamud.Data.TransientSheet.Item.MaterializeType + name: MaterializeType + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_MaterializeType + commentId: F:Dalamud.Data.TransientSheet.Item.MaterializeType + fullName: Dalamud.Data.TransientSheet.Item.MaterializeType + nameWithType: Item.MaterializeType +- uid: Dalamud.Data.TransientSheet.Item.MateriaSlotCount + name: MateriaSlotCount + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_MateriaSlotCount + commentId: F:Dalamud.Data.TransientSheet.Item.MateriaSlotCount + fullName: Dalamud.Data.TransientSheet.Item.MateriaSlotCount + nameWithType: Item.MateriaSlotCount +- uid: Dalamud.Data.TransientSheet.Item.ModelMain + name: ModelMain + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_ModelMain + commentId: F:Dalamud.Data.TransientSheet.Item.ModelMain + fullName: Dalamud.Data.TransientSheet.Item.ModelMain + nameWithType: Item.ModelMain +- uid: Dalamud.Data.TransientSheet.Item.ModelSub + name: ModelSub + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_ModelSub + commentId: F:Dalamud.Data.TransientSheet.Item.ModelSub + fullName: Dalamud.Data.TransientSheet.Item.ModelSub + nameWithType: Item.ModelSub +- uid: Dalamud.Data.TransientSheet.Item.Name + name: Name + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Name + commentId: F:Dalamud.Data.TransientSheet.Item.Name + fullName: Dalamud.Data.TransientSheet.Item.Name + nameWithType: Item.Name +- uid: Dalamud.Data.TransientSheet.Item.Plural + name: Plural + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Plural + commentId: F:Dalamud.Data.TransientSheet.Item.Plural + fullName: Dalamud.Data.TransientSheet.Item.Plural + nameWithType: Item.Plural +- uid: Dalamud.Data.TransientSheet.Item.PopulateData(Lumina.Excel.RowParser,Lumina.Lumina) + name: PopulateData(RowParser, Lumina) + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_PopulateData_Lumina_Excel_RowParser_Lumina_Lumina_ + commentId: M:Dalamud.Data.TransientSheet.Item.PopulateData(Lumina.Excel.RowParser,Lumina.Lumina) + fullName: Dalamud.Data.TransientSheet.Item.PopulateData(Lumina.Excel.RowParser, Lumina.Lumina) + nameWithType: Item.PopulateData(RowParser, Lumina) +- uid: Dalamud.Data.TransientSheet.Item.PopulateData* + name: PopulateData + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_PopulateData_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.PopulateData + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.PopulateData + nameWithType: Item.PopulateData +- uid: Dalamud.Data.TransientSheet.Item.PossessivePronoun + name: PossessivePronoun + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_PossessivePronoun + commentId: F:Dalamud.Data.TransientSheet.Item.PossessivePronoun + fullName: Dalamud.Data.TransientSheet.Item.PossessivePronoun + nameWithType: Item.PossessivePronoun +- uid: Dalamud.Data.TransientSheet.Item.PriceLow + name: PriceLow + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_PriceLow + commentId: F:Dalamud.Data.TransientSheet.Item.PriceLow + fullName: Dalamud.Data.TransientSheet.Item.PriceLow + nameWithType: Item.PriceLow +- uid: Dalamud.Data.TransientSheet.Item.PriceMid + name: PriceMid + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_PriceMid + commentId: F:Dalamud.Data.TransientSheet.Item.PriceMid + fullName: Dalamud.Data.TransientSheet.Item.PriceMid + nameWithType: Item.PriceMid +- uid: Dalamud.Data.TransientSheet.Item.Pronoun + name: Pronoun + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Pronoun + commentId: F:Dalamud.Data.TransientSheet.Item.Pronoun + fullName: Dalamud.Data.TransientSheet.Item.Pronoun + nameWithType: Item.Pronoun +- uid: Dalamud.Data.TransientSheet.Item.Rarity + name: Rarity + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Rarity + commentId: F:Dalamud.Data.TransientSheet.Item.Rarity + fullName: Dalamud.Data.TransientSheet.Item.Rarity + nameWithType: Item.Rarity +- uid: Dalamud.Data.TransientSheet.Item.RowId + name: RowId + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_RowId + commentId: P:Dalamud.Data.TransientSheet.Item.RowId + fullName: Dalamud.Data.TransientSheet.Item.RowId + nameWithType: Item.RowId +- uid: Dalamud.Data.TransientSheet.Item.RowId* + name: RowId + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_RowId_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.RowId + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.RowId + nameWithType: Item.RowId +- uid: Dalamud.Data.TransientSheet.Item.Salvage + name: Salvage + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Salvage + commentId: F:Dalamud.Data.TransientSheet.Item.Salvage + fullName: Dalamud.Data.TransientSheet.Item.Salvage + nameWithType: Item.Salvage +- uid: Dalamud.Data.TransientSheet.Item.Singular + name: Singular + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_Singular + commentId: F:Dalamud.Data.TransientSheet.Item.Singular + fullName: Dalamud.Data.TransientSheet.Item.Singular + nameWithType: Item.Singular +- uid: Dalamud.Data.TransientSheet.Item.StackSize + name: StackSize + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_StackSize + commentId: F:Dalamud.Data.TransientSheet.Item.StackSize + fullName: Dalamud.Data.TransientSheet.Item.StackSize + nameWithType: Item.StackSize +- uid: Dalamud.Data.TransientSheet.Item.StartsWithVowel + name: StartsWithVowel + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_StartsWithVowel + commentId: F:Dalamud.Data.TransientSheet.Item.StartsWithVowel + fullName: Dalamud.Data.TransientSheet.Item.StartsWithVowel + nameWithType: Item.StartsWithVowel +- uid: Dalamud.Data.TransientSheet.Item.SubRowId + name: SubRowId + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_SubRowId + commentId: P:Dalamud.Data.TransientSheet.Item.SubRowId + fullName: Dalamud.Data.TransientSheet.Item.SubRowId + nameWithType: Item.SubRowId +- uid: Dalamud.Data.TransientSheet.Item.SubRowId* + name: SubRowId + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_SubRowId_ + commentId: Overload:Dalamud.Data.TransientSheet.Item.SubRowId + isSpec: "True" + fullName: Dalamud.Data.TransientSheet.Item.SubRowId + nameWithType: Item.SubRowId +- uid: Dalamud.Data.TransientSheet.Item.unknown13 + name: unknown13 + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown13 + commentId: F:Dalamud.Data.TransientSheet.Item.unknown13 + fullName: Dalamud.Data.TransientSheet.Item.unknown13 + nameWithType: Item.unknown13 +- uid: Dalamud.Data.TransientSheet.Item.unknown3c + name: unknown3c + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown3c + commentId: F:Dalamud.Data.TransientSheet.Item.unknown3c + fullName: Dalamud.Data.TransientSheet.Item.unknown3c + nameWithType: Item.unknown3c +- uid: Dalamud.Data.TransientSheet.Item.unknown3e + name: unknown3e + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown3e + commentId: F:Dalamud.Data.TransientSheet.Item.unknown3e + fullName: Dalamud.Data.TransientSheet.Item.unknown3e + nameWithType: Item.unknown3e +- uid: Dalamud.Data.TransientSheet.Item.unknown40 + name: unknown40 + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown40 + commentId: F:Dalamud.Data.TransientSheet.Item.unknown40 + fullName: Dalamud.Data.TransientSheet.Item.unknown40 + nameWithType: Item.unknown40 +- uid: Dalamud.Data.TransientSheet.Item.unknown48 + name: unknown48 + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown48 + commentId: F:Dalamud.Data.TransientSheet.Item.unknown48 + fullName: Dalamud.Data.TransientSheet.Item.unknown48 + nameWithType: Item.unknown48 +- uid: Dalamud.Data.TransientSheet.Item.unknown4a + name: unknown4a + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown4a + commentId: F:Dalamud.Data.TransientSheet.Item.unknown4a + fullName: Dalamud.Data.TransientSheet.Item.unknown4a + nameWithType: Item.unknown4a +- uid: Dalamud.Data.TransientSheet.Item.unknown4c + name: unknown4c + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown4c + commentId: F:Dalamud.Data.TransientSheet.Item.unknown4c + fullName: Dalamud.Data.TransientSheet.Item.unknown4c + nameWithType: Item.unknown4c +- uid: Dalamud.Data.TransientSheet.Item.unknown4f + name: unknown4f + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown4f + commentId: F:Dalamud.Data.TransientSheet.Item.unknown4f + fullName: Dalamud.Data.TransientSheet.Item.unknown4f + nameWithType: Item.unknown4f +- uid: Dalamud.Data.TransientSheet.Item.unknown56 + name: unknown56 + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown56 + commentId: F:Dalamud.Data.TransientSheet.Item.unknown56 + fullName: Dalamud.Data.TransientSheet.Item.unknown56 + nameWithType: Item.unknown56 +- uid: Dalamud.Data.TransientSheet.Item.unknown57 + name: unknown57 + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown57 + commentId: F:Dalamud.Data.TransientSheet.Item.unknown57 + fullName: Dalamud.Data.TransientSheet.Item.unknown57 + nameWithType: Item.unknown57 +- uid: Dalamud.Data.TransientSheet.Item.unknown58 + name: unknown58 + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown58 + commentId: F:Dalamud.Data.TransientSheet.Item.unknown58 + fullName: Dalamud.Data.TransientSheet.Item.unknown58 + nameWithType: Item.unknown58 +- uid: Dalamud.Data.TransientSheet.Item.unknown5b + name: unknown5b + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown5b + commentId: F:Dalamud.Data.TransientSheet.Item.unknown5b + fullName: Dalamud.Data.TransientSheet.Item.unknown5b + nameWithType: Item.unknown5b +- uid: Dalamud.Data.TransientSheet.Item.unknown5c + name: unknown5c + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown5c + commentId: F:Dalamud.Data.TransientSheet.Item.unknown5c + fullName: Dalamud.Data.TransientSheet.Item.unknown5c + nameWithType: Item.unknown5c +- uid: Dalamud.Data.TransientSheet.Item.unknown5d + name: unknown5d + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown5d + commentId: F:Dalamud.Data.TransientSheet.Item.unknown5d + fullName: Dalamud.Data.TransientSheet.Item.unknown5d + nameWithType: Item.unknown5d +- uid: Dalamud.Data.TransientSheet.Item.unknown60 + name: unknown60 + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown60 + commentId: F:Dalamud.Data.TransientSheet.Item.unknown60 + fullName: Dalamud.Data.TransientSheet.Item.unknown60 + nameWithType: Item.unknown60 +- uid: Dalamud.Data.TransientSheet.Item.unknown63 + name: unknown63 + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown63 + commentId: F:Dalamud.Data.TransientSheet.Item.unknown63 + fullName: Dalamud.Data.TransientSheet.Item.unknown63 + nameWithType: Item.unknown63 +- uid: Dalamud.Data.TransientSheet.Item.unknown64 + name: unknown64 + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown64 + commentId: F:Dalamud.Data.TransientSheet.Item.unknown64 + fullName: Dalamud.Data.TransientSheet.Item.unknown64 + nameWithType: Item.unknown64 +- uid: Dalamud.Data.TransientSheet.Item.unknown65 + name: unknown65 + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown65 + commentId: F:Dalamud.Data.TransientSheet.Item.unknown65 + fullName: Dalamud.Data.TransientSheet.Item.unknown65 + nameWithType: Item.unknown65 +- uid: Dalamud.Data.TransientSheet.Item.unknown68 + name: unknown68 + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown68 + commentId: F:Dalamud.Data.TransientSheet.Item.unknown68 + fullName: Dalamud.Data.TransientSheet.Item.unknown68 + nameWithType: Item.unknown68 +- uid: Dalamud.Data.TransientSheet.Item.unknown8c + name: unknown8c + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown8c + commentId: F:Dalamud.Data.TransientSheet.Item.unknown8c + fullName: Dalamud.Data.TransientSheet.Item.unknown8c + nameWithType: Item.unknown8c +- uid: Dalamud.Data.TransientSheet.Item.unknown94 + name: unknown94 + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown94 + commentId: F:Dalamud.Data.TransientSheet.Item.unknown94 + fullName: Dalamud.Data.TransientSheet.Item.unknown94 + nameWithType: Item.unknown94 +- uid: Dalamud.Data.TransientSheet.Item.unknown9d + name: unknown9d + href: api/Dalamud.Data.TransientSheet.Item.html#Dalamud_Data_TransientSheet_Item_unknown9d + commentId: F:Dalamud.Data.TransientSheet.Item.unknown9d + fullName: Dalamud.Data.TransientSheet.Item.unknown9d + nameWithType: Item.unknown9d - uid: Dalamud.Game name: Dalamud.Game href: api/Dalamud.Game.html @@ -908,6 +1573,12 @@ references: commentId: F:Dalamud.Game.Chat.SeStringHandling.Payload.EmbeddedInfoType.LinkTerminator fullName: Dalamud.Game.Chat.SeStringHandling.Payload.EmbeddedInfoType.LinkTerminator nameWithType: Payload.EmbeddedInfoType.LinkTerminator +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.EmbeddedInfoType.MapPositionLink + name: MapPositionLink + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.EmbeddedInfoType.html#Dalamud_Game_Chat_SeStringHandling_Payload_EmbeddedInfoType_MapPositionLink + commentId: F:Dalamud.Game.Chat.SeStringHandling.Payload.EmbeddedInfoType.MapPositionLink + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.EmbeddedInfoType.MapPositionLink + nameWithType: Payload.EmbeddedInfoType.MapPositionLink - uid: Dalamud.Game.Chat.SeStringHandling.Payload.EmbeddedInfoType.PlayerName name: PlayerName href: api/Dalamud.Game.Chat.SeStringHandling.Payload.EmbeddedInfoType.html#Dalamud_Game_Chat_SeStringHandling_Payload_EmbeddedInfoType_PlayerName @@ -952,22 +1623,51 @@ references: isSpec: "True" fullName: Dalamud.Game.Chat.SeStringHandling.Payload.GetInteger nameWithType: Payload.GetInteger -- uid: Dalamud.Game.Chat.SeStringHandling.Payload.GetTypeForIntegerBytes(System.Byte[]) - name: GetTypeForIntegerBytes(Byte[]) - href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_GetTypeForIntegerBytes_System_Byte___ - commentId: M:Dalamud.Game.Chat.SeStringHandling.Payload.GetTypeForIntegerBytes(System.Byte[]) - name.vb: GetTypeForIntegerBytes(Byte()) - fullName: Dalamud.Game.Chat.SeStringHandling.Payload.GetTypeForIntegerBytes(System.Byte[]) - fullName.vb: Dalamud.Game.Chat.SeStringHandling.Payload.GetTypeForIntegerBytes(System.Byte()) - nameWithType: Payload.GetTypeForIntegerBytes(Byte[]) - nameWithType.vb: Payload.GetTypeForIntegerBytes(Byte()) -- uid: Dalamud.Game.Chat.SeStringHandling.Payload.GetTypeForIntegerBytes* - name: GetTypeForIntegerBytes - href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_GetTypeForIntegerBytes_ - commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payload.GetTypeForIntegerBytes +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForIntegerBytes(System.Byte[]) + name: GetMarkerForIntegerBytes(Byte[]) + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_GetMarkerForIntegerBytes_System_Byte___ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForIntegerBytes(System.Byte[]) + name.vb: GetMarkerForIntegerBytes(Byte()) + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForIntegerBytes(System.Byte[]) + fullName.vb: Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForIntegerBytes(System.Byte()) + nameWithType: Payload.GetMarkerForIntegerBytes(Byte[]) + nameWithType.vb: Payload.GetMarkerForIntegerBytes(Byte()) +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForIntegerBytes* + name: GetMarkerForIntegerBytes + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_GetMarkerForIntegerBytes_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForIntegerBytes isSpec: "True" - fullName: Dalamud.Game.Chat.SeStringHandling.Payload.GetTypeForIntegerBytes - nameWithType: Payload.GetTypeForIntegerBytes + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForIntegerBytes + nameWithType: Payload.GetMarkerForIntegerBytes +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForPackedIntegerBytes(System.Byte[]) + name: GetMarkerForPackedIntegerBytes(Byte[]) + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_GetMarkerForPackedIntegerBytes_System_Byte___ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForPackedIntegerBytes(System.Byte[]) + name.vb: GetMarkerForPackedIntegerBytes(Byte()) + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForPackedIntegerBytes(System.Byte[]) + fullName.vb: Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForPackedIntegerBytes(System.Byte()) + nameWithType: Payload.GetMarkerForPackedIntegerBytes(Byte[]) + nameWithType.vb: Payload.GetMarkerForPackedIntegerBytes(Byte()) +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForPackedIntegerBytes* + name: GetMarkerForPackedIntegerBytes + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_GetMarkerForPackedIntegerBytes_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForPackedIntegerBytes + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.GetMarkerForPackedIntegerBytes + nameWithType: Payload.GetMarkerForPackedIntegerBytes +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.GetPackedIntegers(System.IO.BinaryReader) + name: GetPackedIntegers(BinaryReader) + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_GetPackedIntegers_System_IO_BinaryReader_ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payload.GetPackedIntegers(System.IO.BinaryReader) + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.GetPackedIntegers(System.IO.BinaryReader) + nameWithType: Payload.GetPackedIntegers(BinaryReader) +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.GetPackedIntegers* + name: GetPackedIntegers + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_GetPackedIntegers_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payload.GetPackedIntegers + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.GetPackedIntegers + nameWithType: Payload.GetPackedIntegers - uid: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType name: Payload.IntegerType href: api/Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.html @@ -992,30 +1692,42 @@ references: commentId: F:Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int16 fullName: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int16 nameWithType: Payload.IntegerType.Int16 -- uid: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int16Plus1Million - name: Int16Plus1Million - href: api/Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.html#Dalamud_Game_Chat_SeStringHandling_Payload_IntegerType_Int16Plus1Million - commentId: F:Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int16Plus1Million - fullName: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int16Plus1Million - nameWithType: Payload.IntegerType.Int16Plus1Million +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int16Packed + name: Int16Packed + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.html#Dalamud_Game_Chat_SeStringHandling_Payload_IntegerType_Int16Packed + commentId: F:Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int16Packed + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int16Packed + nameWithType: Payload.IntegerType.Int16Packed - uid: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int24 name: Int24 href: api/Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.html#Dalamud_Game_Chat_SeStringHandling_Payload_IntegerType_Int24 commentId: F:Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int24 fullName: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int24 nameWithType: Payload.IntegerType.Int24 +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int24Special + name: Int24Special + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.html#Dalamud_Game_Chat_SeStringHandling_Payload_IntegerType_Int24Special + commentId: F:Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int24Special + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int24Special + nameWithType: Payload.IntegerType.Int24Special - uid: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int32 name: Int32 href: api/Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.html#Dalamud_Game_Chat_SeStringHandling_Payload_IntegerType_Int32 commentId: F:Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int32 fullName: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.Int32 nameWithType: Payload.IntegerType.Int32 -- uid: Dalamud.Game.Chat.SeStringHandling.Payload.MakeInteger(System.Int32) - name: MakeInteger(Int32) - href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_MakeInteger_System_Int32_ - commentId: M:Dalamud.Game.Chat.SeStringHandling.Payload.MakeInteger(System.Int32) - fullName: Dalamud.Game.Chat.SeStringHandling.Payload.MakeInteger(System.Int32) - nameWithType: Payload.MakeInteger(Int32) +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.None + name: None + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.html#Dalamud_Game_Chat_SeStringHandling_Payload_IntegerType_None + commentId: F:Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.None + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.IntegerType.None + nameWithType: Payload.IntegerType.None +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.MakeInteger(System.UInt32,System.Boolean,System.Boolean) + name: MakeInteger(UInt32, Boolean, Boolean) + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_MakeInteger_System_UInt32_System_Boolean_System_Boolean_ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payload.MakeInteger(System.UInt32,System.Boolean,System.Boolean) + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.MakeInteger(System.UInt32, System.Boolean, System.Boolean) + nameWithType: Payload.MakeInteger(UInt32, Boolean, Boolean) - uid: Dalamud.Game.Chat.SeStringHandling.Payload.MakeInteger* name: MakeInteger href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_MakeInteger_ @@ -1023,6 +1735,19 @@ references: isSpec: "True" fullName: Dalamud.Game.Chat.SeStringHandling.Payload.MakeInteger nameWithType: Payload.MakeInteger +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.MakePackedInteger(System.UInt32,System.UInt32,System.Boolean) + name: MakePackedInteger(UInt32, UInt32, Boolean) + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_MakePackedInteger_System_UInt32_System_UInt32_System_Boolean_ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payload.MakePackedInteger(System.UInt32,System.UInt32,System.Boolean) + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.MakePackedInteger(System.UInt32, System.UInt32, System.Boolean) + nameWithType: Payload.MakePackedInteger(UInt32, UInt32, Boolean) +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.MakePackedInteger* + name: MakePackedInteger + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_MakePackedInteger_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payload.MakePackedInteger + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.MakePackedInteger + nameWithType: Payload.MakePackedInteger - uid: Dalamud.Game.Chat.SeStringHandling.Payload.Process(System.IO.BinaryReader) name: Process(BinaryReader) href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_Process_System_IO_BinaryReader_ @@ -1068,12 +1793,30 @@ references: commentId: T:Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType fullName: Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType nameWithType: Payload.SeStringChunkType +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.AutoTranslateKey + name: AutoTranslateKey + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.html#Dalamud_Game_Chat_SeStringHandling_Payload_SeStringChunkType_AutoTranslateKey + commentId: F:Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.AutoTranslateKey + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.AutoTranslateKey + nameWithType: Payload.SeStringChunkType.AutoTranslateKey - uid: Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.Interactable name: Interactable href: api/Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.html#Dalamud_Game_Chat_SeStringHandling_Payload_SeStringChunkType_Interactable commentId: F:Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.Interactable fullName: Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.Interactable nameWithType: Payload.SeStringChunkType.Interactable +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.UIForeground + name: UIForeground + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.html#Dalamud_Game_Chat_SeStringHandling_Payload_SeStringChunkType_UIForeground + commentId: F:Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.UIForeground + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.UIForeground + nameWithType: Payload.SeStringChunkType.UIForeground +- uid: Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.UIGlow + name: UIGlow + href: api/Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.html#Dalamud_Game_Chat_SeStringHandling_Payload_SeStringChunkType_UIGlow + commentId: F:Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.UIGlow + fullName: Dalamud.Game.Chat.SeStringHandling.Payload.SeStringChunkType.UIGlow + nameWithType: Payload.SeStringChunkType.UIGlow - uid: Dalamud.Game.Chat.SeStringHandling.Payload.START_BYTE name: START_BYTE href: api/Dalamud.Game.Chat.SeStringHandling.Payload.html#Dalamud_Game_Chat_SeStringHandling_Payload_START_BYTE @@ -1099,6 +1842,116 @@ references: commentId: N:Dalamud.Game.Chat.SeStringHandling.Payloads fullName: Dalamud.Game.Chat.SeStringHandling.Payloads nameWithType: Dalamud.Game.Chat.SeStringHandling.Payloads +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload + name: AutoTranslatePayload + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html + commentId: T:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload + nameWithType: AutoTranslatePayload +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Encode + name: Encode() + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_Encode + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Encode + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Encode() + nameWithType: AutoTranslatePayload.Encode() +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Encode* + name: Encode + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_Encode_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Encode + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Encode + nameWithType: AutoTranslatePayload.Encode +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Group + name: Group + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_Group + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Group + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Group + nameWithType: AutoTranslatePayload.Group +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Group* + name: Group + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_Group_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Group + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Group + nameWithType: AutoTranslatePayload.Group +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Key + name: Key + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_Key + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Key + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Key + nameWithType: AutoTranslatePayload.Key +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Key* + name: Key + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_Key_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Key + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Key + nameWithType: AutoTranslatePayload.Key +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.ProcessChunkImpl(System.IO.BinaryReader,System.Int64) + name: ProcessChunkImpl(BinaryReader, Int64) + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_ProcessChunkImpl_System_IO_BinaryReader_System_Int64_ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.ProcessChunkImpl(System.IO.BinaryReader,System.Int64) + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.ProcessChunkImpl(System.IO.BinaryReader, System.Int64) + nameWithType: AutoTranslatePayload.ProcessChunkImpl(BinaryReader, Int64) +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.ProcessChunkImpl* + name: ProcessChunkImpl + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_ProcessChunkImpl_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.ProcessChunkImpl + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.ProcessChunkImpl + nameWithType: AutoTranslatePayload.ProcessChunkImpl +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Resolve + name: Resolve() + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_Resolve + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Resolve + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Resolve() + nameWithType: AutoTranslatePayload.Resolve() +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Resolve* + name: Resolve + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_Resolve_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Resolve + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Resolve + nameWithType: AutoTranslatePayload.Resolve +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Text + name: Text + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_Text + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Text + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Text + nameWithType: AutoTranslatePayload.Text +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Text* + name: Text + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_Text_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Text + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Text + nameWithType: AutoTranslatePayload.Text +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.ToString + name: ToString() + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_ToString + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.ToString + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.ToString() + nameWithType: AutoTranslatePayload.ToString() +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.ToString* + name: ToString + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_ToString_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.ToString + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.ToString + nameWithType: AutoTranslatePayload.ToString +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Type + name: Type + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_Type + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Type + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Type + nameWithType: AutoTranslatePayload.Type +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Type* + name: Type + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_AutoTranslatePayload_Type_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Type + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.AutoTranslatePayload.Type + nameWithType: AutoTranslatePayload.Type - uid: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload name: ItemPayload href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.html @@ -1111,12 +1964,12 @@ references: commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.#ctor fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.ItemPayload() nameWithType: ItemPayload.ItemPayload() -- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.#ctor(System.Int32,System.Boolean) - name: ItemPayload(Int32, Boolean) - href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_ItemPayload__ctor_System_Int32_System_Boolean_ - commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.#ctor(System.Int32,System.Boolean) - fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.ItemPayload(System.Int32, System.Boolean) - nameWithType: ItemPayload.ItemPayload(Int32, Boolean) +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.#ctor(System.UInt32,System.Boolean) + name: ItemPayload(UInt32, Boolean) + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_ItemPayload__ctor_System_UInt32_System_Boolean_ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.#ctor(System.UInt32,System.Boolean) + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.ItemPayload(System.UInt32, System.Boolean) + nameWithType: ItemPayload.ItemPayload(UInt32, Boolean) - uid: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.#ctor* name: ItemPayload href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_ItemPayload__ctor_ @@ -1137,6 +1990,22 @@ references: isSpec: "True" fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.Encode nameWithType: ItemPayload.Encode +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.GetMarkerForIntegerBytes(System.Byte[]) + name: GetMarkerForIntegerBytes(Byte[]) + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_ItemPayload_GetMarkerForIntegerBytes_System_Byte___ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.GetMarkerForIntegerBytes(System.Byte[]) + name.vb: GetMarkerForIntegerBytes(Byte()) + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.GetMarkerForIntegerBytes(System.Byte[]) + fullName.vb: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.GetMarkerForIntegerBytes(System.Byte()) + nameWithType: ItemPayload.GetMarkerForIntegerBytes(Byte[]) + nameWithType.vb: ItemPayload.GetMarkerForIntegerBytes(Byte()) +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.GetMarkerForIntegerBytes* + name: GetMarkerForIntegerBytes + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_ItemPayload_GetMarkerForIntegerBytes_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.GetMarkerForIntegerBytes + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.GetMarkerForIntegerBytes + nameWithType: ItemPayload.GetMarkerForIntegerBytes - uid: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.IsHQ name: IsHQ href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_ItemPayload_IsHQ @@ -1228,6 +2097,184 @@ references: isSpec: "True" fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.ItemPayload.Type nameWithType: ItemPayload.Type +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload + name: MapLinkPayload + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html + commentId: T:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload + nameWithType: MapLinkPayload +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Encode + name: Encode() + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_Encode + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Encode + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Encode() + nameWithType: MapLinkPayload.Encode() +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Encode* + name: Encode + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_Encode_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Encode + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Encode + nameWithType: MapLinkPayload.Encode +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.GetMarkerForIntegerBytes(System.Byte[]) + name: GetMarkerForIntegerBytes(Byte[]) + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_GetMarkerForIntegerBytes_System_Byte___ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.GetMarkerForIntegerBytes(System.Byte[]) + name.vb: GetMarkerForIntegerBytes(Byte()) + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.GetMarkerForIntegerBytes(System.Byte[]) + fullName.vb: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.GetMarkerForIntegerBytes(System.Byte()) + nameWithType: MapLinkPayload.GetMarkerForIntegerBytes(Byte[]) + nameWithType.vb: MapLinkPayload.GetMarkerForIntegerBytes(Byte()) +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.GetMarkerForIntegerBytes* + name: GetMarkerForIntegerBytes + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_GetMarkerForIntegerBytes_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.GetMarkerForIntegerBytes + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.GetMarkerForIntegerBytes + nameWithType: MapLinkPayload.GetMarkerForIntegerBytes +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.MapId + name: MapId + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_MapId + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.MapId + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.MapId + nameWithType: MapLinkPayload.MapId +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.MapId* + name: MapId + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_MapId_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.MapId + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.MapId + nameWithType: MapLinkPayload.MapId +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.ProcessChunkImpl(System.IO.BinaryReader,System.Int64) + name: ProcessChunkImpl(BinaryReader, Int64) + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_ProcessChunkImpl_System_IO_BinaryReader_System_Int64_ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.ProcessChunkImpl(System.IO.BinaryReader,System.Int64) + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.ProcessChunkImpl(System.IO.BinaryReader, System.Int64) + nameWithType: MapLinkPayload.ProcessChunkImpl(BinaryReader, Int64) +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.ProcessChunkImpl* + name: ProcessChunkImpl + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_ProcessChunkImpl_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.ProcessChunkImpl + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.ProcessChunkImpl + nameWithType: MapLinkPayload.ProcessChunkImpl +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.RawX + name: RawX + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_RawX + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.RawX + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.RawX + nameWithType: MapLinkPayload.RawX +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.RawX* + name: RawX + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_RawX_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.RawX + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.RawX + nameWithType: MapLinkPayload.RawX +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.RawY + name: RawY + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_RawY + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.RawY + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.RawY + nameWithType: MapLinkPayload.RawY +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.RawY* + name: RawY + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_RawY_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.RawY + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.RawY + nameWithType: MapLinkPayload.RawY +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Resolve + name: Resolve() + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_Resolve + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Resolve + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Resolve() + nameWithType: MapLinkPayload.Resolve() +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Resolve* + name: Resolve + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_Resolve_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Resolve + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Resolve + nameWithType: MapLinkPayload.Resolve +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Territory + name: Territory + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_Territory + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Territory + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Territory + nameWithType: MapLinkPayload.Territory +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Territory* + name: Territory + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_Territory_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Territory + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Territory + nameWithType: MapLinkPayload.Territory +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.TerritoryTypeId + name: TerritoryTypeId + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_TerritoryTypeId + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.TerritoryTypeId + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.TerritoryTypeId + nameWithType: MapLinkPayload.TerritoryTypeId +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.TerritoryTypeId* + name: TerritoryTypeId + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_TerritoryTypeId_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.TerritoryTypeId + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.TerritoryTypeId + nameWithType: MapLinkPayload.TerritoryTypeId +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Type + name: Type + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_Type + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Type + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Type + nameWithType: MapLinkPayload.Type +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Type* + name: Type + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_Type_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Type + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Type + nameWithType: MapLinkPayload.Type +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.XCoord + name: XCoord + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_XCoord + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.XCoord + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.XCoord + nameWithType: MapLinkPayload.XCoord +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.XCoord* + name: XCoord + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_XCoord_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.XCoord + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.XCoord + nameWithType: MapLinkPayload.XCoord +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.YCoord + name: YCoord + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_YCoord + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.YCoord + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.YCoord + nameWithType: MapLinkPayload.YCoord +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.YCoord* + name: YCoord + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_YCoord_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.YCoord + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.YCoord + nameWithType: MapLinkPayload.YCoord +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Zone + name: Zone + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_Zone + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Zone + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Zone + nameWithType: MapLinkPayload.Zone +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Zone* + name: Zone + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_MapLinkPayload_Zone_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Zone + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.MapLinkPayload.Zone + nameWithType: MapLinkPayload.Zone - uid: Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload name: PlayerPayload href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.html @@ -1240,12 +2287,12 @@ references: commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.#ctor fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.PlayerPayload() nameWithType: PlayerPayload.PlayerPayload() -- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.#ctor(System.String,System.Int32) - name: PlayerPayload(String, Int32) - href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload__ctor_System_String_System_Int32_ - commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.#ctor(System.String,System.Int32) - fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.PlayerPayload(System.String, System.Int32) - nameWithType: PlayerPayload.PlayerPayload(String, Int32) +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.#ctor(System.String,System.UInt32) + name: PlayerPayload(String, UInt32) + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload__ctor_System_String_System_UInt32_ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.#ctor(System.String,System.UInt32) + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.PlayerPayload(System.String, System.UInt32) + nameWithType: PlayerPayload.PlayerPayload(String, UInt32) - uid: Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.#ctor* name: PlayerPayload href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.PlayerPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_PlayerPayload__ctor_ @@ -1479,12 +2526,12 @@ references: commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.#ctor fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.StatusPayload() nameWithType: StatusPayload.StatusPayload() -- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.#ctor(System.Int32) - name: StatusPayload(Int32) - href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_StatusPayload__ctor_System_Int32_ - commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.#ctor(System.Int32) - fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.StatusPayload(System.Int32) - nameWithType: StatusPayload.StatusPayload(Int32) +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.#ctor(System.UInt32) + name: StatusPayload(UInt32) + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_StatusPayload__ctor_System_UInt32_ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.#ctor(System.UInt32) + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.StatusPayload(System.UInt32) + nameWithType: StatusPayload.StatusPayload(UInt32) - uid: Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.#ctor* name: StatusPayload href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.StatusPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_StatusPayload__ctor_ @@ -1699,18 +2746,230 @@ references: isSpec: "True" fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.TextPayload.Type nameWithType: TextPayload.Type +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload + name: UIForegroundPayload + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html + commentId: T:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload + nameWithType: UIForegroundPayload +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Encode + name: Encode() + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_Encode + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Encode + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Encode() + nameWithType: UIForegroundPayload.Encode() +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Encode* + name: Encode + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_Encode_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Encode + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Encode + nameWithType: UIForegroundPayload.Encode +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.GetMarkerForIntegerBytes(System.Byte[]) + name: GetMarkerForIntegerBytes(Byte[]) + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_GetMarkerForIntegerBytes_System_Byte___ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.GetMarkerForIntegerBytes(System.Byte[]) + name.vb: GetMarkerForIntegerBytes(Byte()) + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.GetMarkerForIntegerBytes(System.Byte[]) + fullName.vb: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.GetMarkerForIntegerBytes(System.Byte()) + nameWithType: UIForegroundPayload.GetMarkerForIntegerBytes(Byte[]) + nameWithType.vb: UIForegroundPayload.GetMarkerForIntegerBytes(Byte()) +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.GetMarkerForIntegerBytes* + name: GetMarkerForIntegerBytes + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_GetMarkerForIntegerBytes_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.GetMarkerForIntegerBytes + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.GetMarkerForIntegerBytes + nameWithType: UIForegroundPayload.GetMarkerForIntegerBytes +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ProcessChunkImpl(System.IO.BinaryReader,System.Int64) + name: ProcessChunkImpl(BinaryReader, Int64) + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_ProcessChunkImpl_System_IO_BinaryReader_System_Int64_ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ProcessChunkImpl(System.IO.BinaryReader,System.Int64) + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ProcessChunkImpl(System.IO.BinaryReader, System.Int64) + nameWithType: UIForegroundPayload.ProcessChunkImpl(BinaryReader, Int64) +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ProcessChunkImpl* + name: ProcessChunkImpl + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_ProcessChunkImpl_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ProcessChunkImpl + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ProcessChunkImpl + nameWithType: UIForegroundPayload.ProcessChunkImpl +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.RawColor + name: RawColor + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_RawColor + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.RawColor + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.RawColor + nameWithType: UIForegroundPayload.RawColor +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.RawColor* + name: RawColor + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_RawColor_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.RawColor + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.RawColor + nameWithType: UIForegroundPayload.RawColor +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Resolve + name: Resolve() + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_Resolve + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Resolve + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Resolve() + nameWithType: UIForegroundPayload.Resolve() +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Resolve* + name: Resolve + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_Resolve_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Resolve + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Resolve + nameWithType: UIForegroundPayload.Resolve +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ToString + name: ToString() + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_ToString + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ToString + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ToString() + nameWithType: UIForegroundPayload.ToString() +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ToString* + name: ToString + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_ToString_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ToString + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.ToString + nameWithType: UIForegroundPayload.ToString +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Type + name: Type + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_Type + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Type + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Type + nameWithType: UIForegroundPayload.Type +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Type* + name: Type + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIForegroundPayload_Type_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Type + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIForegroundPayload.Type + nameWithType: UIForegroundPayload.Type +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload + name: UIGlowPayload + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html + commentId: T:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload + nameWithType: UIGlowPayload +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Encode + name: Encode() + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_Encode + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Encode + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Encode() + nameWithType: UIGlowPayload.Encode() +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Encode* + name: Encode + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_Encode_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Encode + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Encode + nameWithType: UIGlowPayload.Encode +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.GetMarkerForIntegerBytes(System.Byte[]) + name: GetMarkerForIntegerBytes(Byte[]) + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_GetMarkerForIntegerBytes_System_Byte___ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.GetMarkerForIntegerBytes(System.Byte[]) + name.vb: GetMarkerForIntegerBytes(Byte()) + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.GetMarkerForIntegerBytes(System.Byte[]) + fullName.vb: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.GetMarkerForIntegerBytes(System.Byte()) + nameWithType: UIGlowPayload.GetMarkerForIntegerBytes(Byte[]) + nameWithType.vb: UIGlowPayload.GetMarkerForIntegerBytes(Byte()) +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.GetMarkerForIntegerBytes* + name: GetMarkerForIntegerBytes + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_GetMarkerForIntegerBytes_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.GetMarkerForIntegerBytes + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.GetMarkerForIntegerBytes + nameWithType: UIGlowPayload.GetMarkerForIntegerBytes +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.ProcessChunkImpl(System.IO.BinaryReader,System.Int64) + name: ProcessChunkImpl(BinaryReader, Int64) + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_ProcessChunkImpl_System_IO_BinaryReader_System_Int64_ + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.ProcessChunkImpl(System.IO.BinaryReader,System.Int64) + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.ProcessChunkImpl(System.IO.BinaryReader, System.Int64) + nameWithType: UIGlowPayload.ProcessChunkImpl(BinaryReader, Int64) +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.ProcessChunkImpl* + name: ProcessChunkImpl + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_ProcessChunkImpl_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.ProcessChunkImpl + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.ProcessChunkImpl + nameWithType: UIGlowPayload.ProcessChunkImpl +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.RawColor + name: RawColor + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_RawColor + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.RawColor + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.RawColor + nameWithType: UIGlowPayload.RawColor +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.RawColor* + name: RawColor + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_RawColor_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.RawColor + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.RawColor + nameWithType: UIGlowPayload.RawColor +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Resolve + name: Resolve() + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_Resolve + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Resolve + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Resolve() + nameWithType: UIGlowPayload.Resolve() +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Resolve* + name: Resolve + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_Resolve_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Resolve + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Resolve + nameWithType: UIGlowPayload.Resolve +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.ToString + name: ToString() + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_ToString + commentId: M:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.ToString + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.ToString() + nameWithType: UIGlowPayload.ToString() +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.ToString* + name: ToString + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_ToString_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.ToString + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.ToString + nameWithType: UIGlowPayload.ToString +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Type + name: Type + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_Type + commentId: P:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Type + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Type + nameWithType: UIGlowPayload.Type +- uid: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Type* + name: Type + href: api/Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.html#Dalamud_Game_Chat_SeStringHandling_Payloads_UIGlowPayload_Type_ + commentId: Overload:Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Type + isSpec: "True" + fullName: Dalamud.Game.Chat.SeStringHandling.Payloads.UIGlowPayload.Type + nameWithType: UIGlowPayload.Type - uid: Dalamud.Game.Chat.SeStringHandling.PayloadType name: PayloadType href: api/Dalamud.Game.Chat.SeStringHandling.PayloadType.html commentId: T:Dalamud.Game.Chat.SeStringHandling.PayloadType fullName: Dalamud.Game.Chat.SeStringHandling.PayloadType nameWithType: PayloadType +- uid: Dalamud.Game.Chat.SeStringHandling.PayloadType.AutoTranslateText + name: AutoTranslateText + href: api/Dalamud.Game.Chat.SeStringHandling.PayloadType.html#Dalamud_Game_Chat_SeStringHandling_PayloadType_AutoTranslateText + commentId: F:Dalamud.Game.Chat.SeStringHandling.PayloadType.AutoTranslateText + fullName: Dalamud.Game.Chat.SeStringHandling.PayloadType.AutoTranslateText + nameWithType: PayloadType.AutoTranslateText - uid: Dalamud.Game.Chat.SeStringHandling.PayloadType.Item name: Item href: api/Dalamud.Game.Chat.SeStringHandling.PayloadType.html#Dalamud_Game_Chat_SeStringHandling_PayloadType_Item commentId: F:Dalamud.Game.Chat.SeStringHandling.PayloadType.Item fullName: Dalamud.Game.Chat.SeStringHandling.PayloadType.Item nameWithType: PayloadType.Item +- uid: Dalamud.Game.Chat.SeStringHandling.PayloadType.MapLink + name: MapLink + href: api/Dalamud.Game.Chat.SeStringHandling.PayloadType.html#Dalamud_Game_Chat_SeStringHandling_PayloadType_MapLink + commentId: F:Dalamud.Game.Chat.SeStringHandling.PayloadType.MapLink + fullName: Dalamud.Game.Chat.SeStringHandling.PayloadType.MapLink + nameWithType: PayloadType.MapLink - uid: Dalamud.Game.Chat.SeStringHandling.PayloadType.Player name: Player href: api/Dalamud.Game.Chat.SeStringHandling.PayloadType.html#Dalamud_Game_Chat_SeStringHandling_PayloadType_Player @@ -1729,6 +2988,18 @@ references: commentId: F:Dalamud.Game.Chat.SeStringHandling.PayloadType.Status fullName: Dalamud.Game.Chat.SeStringHandling.PayloadType.Status nameWithType: PayloadType.Status +- uid: Dalamud.Game.Chat.SeStringHandling.PayloadType.UIForeground + name: UIForeground + href: api/Dalamud.Game.Chat.SeStringHandling.PayloadType.html#Dalamud_Game_Chat_SeStringHandling_PayloadType_UIForeground + commentId: F:Dalamud.Game.Chat.SeStringHandling.PayloadType.UIForeground + fullName: Dalamud.Game.Chat.SeStringHandling.PayloadType.UIForeground + nameWithType: PayloadType.UIForeground +- uid: Dalamud.Game.Chat.SeStringHandling.PayloadType.UIGlow + name: UIGlow + href: api/Dalamud.Game.Chat.SeStringHandling.PayloadType.html#Dalamud_Game_Chat_SeStringHandling_PayloadType_UIGlow + commentId: F:Dalamud.Game.Chat.SeStringHandling.PayloadType.UIGlow + fullName: Dalamud.Game.Chat.SeStringHandling.PayloadType.UIGlow + nameWithType: PayloadType.UIGlow - uid: Dalamud.Game.Chat.SeStringHandling.PayloadType.Unknown name: Unknown href: api/Dalamud.Game.Chat.SeStringHandling.PayloadType.html#Dalamud_Game_Chat_SeStringHandling_PayloadType_Unknown @@ -4743,6 +6014,32 @@ references: isSpec: "True" fullName: Dalamud.Game.Internal.Gui.GameGui.Enable nameWithType: GameGui.Enable +- uid: Dalamud.Game.Internal.Gui.GameGui.HoveredItem + name: HoveredItem + href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_HoveredItem + commentId: P:Dalamud.Game.Internal.Gui.GameGui.HoveredItem + fullName: Dalamud.Game.Internal.Gui.GameGui.HoveredItem + nameWithType: GameGui.HoveredItem +- uid: Dalamud.Game.Internal.Gui.GameGui.HoveredItem* + name: HoveredItem + href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_HoveredItem_ + commentId: Overload:Dalamud.Game.Internal.Gui.GameGui.HoveredItem + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.GameGui.HoveredItem + nameWithType: GameGui.HoveredItem +- uid: Dalamud.Game.Internal.Gui.GameGui.HoveredItemChanged + name: HoveredItemChanged + href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_HoveredItemChanged + commentId: P:Dalamud.Game.Internal.Gui.GameGui.HoveredItemChanged + fullName: Dalamud.Game.Internal.Gui.GameGui.HoveredItemChanged + nameWithType: GameGui.HoveredItemChanged +- uid: Dalamud.Game.Internal.Gui.GameGui.HoveredItemChanged* + name: HoveredItemChanged + href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_HoveredItemChanged_ + commentId: Overload:Dalamud.Game.Internal.Gui.GameGui.HoveredItemChanged + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.GameGui.HoveredItemChanged + nameWithType: GameGui.HoveredItemChanged - uid: Dalamud.Game.Internal.Gui.GameGui.SetBgm(System.UInt16) name: SetBgm(UInt16) href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_SetBgm_System_UInt16_ @@ -5692,6 +6989,22 @@ references: isSpec: "True" fullName: Dalamud.Interface.InterfaceManager.LoadImage nameWithType: InterfaceManager.LoadImage +- uid: Dalamud.Interface.InterfaceManager.LoadImageRaw(System.Byte[],System.Int32,System.Int32,System.Int32) + name: LoadImageRaw(Byte[], Int32, Int32, Int32) + href: api/Dalamud.Interface.InterfaceManager.html#Dalamud_Interface_InterfaceManager_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_ + commentId: M:Dalamud.Interface.InterfaceManager.LoadImageRaw(System.Byte[],System.Int32,System.Int32,System.Int32) + name.vb: LoadImageRaw(Byte(), Int32, Int32, Int32) + fullName: Dalamud.Interface.InterfaceManager.LoadImageRaw(System.Byte[], System.Int32, System.Int32, System.Int32) + fullName.vb: Dalamud.Interface.InterfaceManager.LoadImageRaw(System.Byte(), System.Int32, System.Int32, System.Int32) + nameWithType: InterfaceManager.LoadImageRaw(Byte[], Int32, Int32, Int32) + nameWithType.vb: InterfaceManager.LoadImageRaw(Byte(), Int32, Int32, Int32) +- uid: Dalamud.Interface.InterfaceManager.LoadImageRaw* + name: LoadImageRaw + href: api/Dalamud.Interface.InterfaceManager.html#Dalamud_Interface_InterfaceManager_LoadImageRaw_ + commentId: Overload:Dalamud.Interface.InterfaceManager.LoadImageRaw + isSpec: "True" + fullName: Dalamud.Interface.InterfaceManager.LoadImageRaw + nameWithType: InterfaceManager.LoadImageRaw - uid: Dalamud.Interface.InterfaceManager.OnDraw name: OnDraw href: api/Dalamud.Interface.InterfaceManager.html#Dalamud_Interface_InterfaceManager_OnDraw @@ -5815,6 +7128,22 @@ references: isSpec: "True" fullName: Dalamud.Interface.UiBuilder.LoadImage nameWithType: UiBuilder.LoadImage +- uid: Dalamud.Interface.UiBuilder.LoadImageRaw(System.Byte[],System.Int32,System.Int32,System.Int32) + name: LoadImageRaw(Byte[], Int32, Int32, Int32) + href: api/Dalamud.Interface.UiBuilder.html#Dalamud_Interface_UiBuilder_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_ + commentId: M:Dalamud.Interface.UiBuilder.LoadImageRaw(System.Byte[],System.Int32,System.Int32,System.Int32) + name.vb: LoadImageRaw(Byte(), Int32, Int32, Int32) + fullName: Dalamud.Interface.UiBuilder.LoadImageRaw(System.Byte[], System.Int32, System.Int32, System.Int32) + fullName.vb: Dalamud.Interface.UiBuilder.LoadImageRaw(System.Byte(), System.Int32, System.Int32, System.Int32) + nameWithType: UiBuilder.LoadImageRaw(Byte[], Int32, Int32, Int32) + nameWithType.vb: UiBuilder.LoadImageRaw(Byte(), Int32, Int32, Int32) +- uid: Dalamud.Interface.UiBuilder.LoadImageRaw* + name: LoadImageRaw + href: api/Dalamud.Interface.UiBuilder.html#Dalamud_Interface_UiBuilder_LoadImageRaw_ + commentId: Overload:Dalamud.Interface.UiBuilder.LoadImageRaw + isSpec: "True" + fullName: Dalamud.Interface.UiBuilder.LoadImageRaw + nameWithType: UiBuilder.LoadImageRaw - uid: Dalamud.Interface.UiBuilder.OnBuildUi name: OnBuildUi href: api/Dalamud.Interface.UiBuilder.html#Dalamud_Interface_UiBuilder_OnBuildUi @@ -6097,6 +7426,53 @@ references: isSpec: "True" fullName: Dalamud.Plugin.PluginDefinition.Name nameWithType: PluginDefinition.Name +- uid: Dalamud.Plugin.PluginLog + name: PluginLog + href: api/Dalamud.Plugin.PluginLog.html + commentId: T:Dalamud.Plugin.PluginLog + fullName: Dalamud.Plugin.PluginLog + nameWithType: PluginLog +- uid: Dalamud.Plugin.PluginLog.Log(System.String,System.Object[]) + name: Log(String, Object[]) + href: api/Dalamud.Plugin.PluginLog.html#Dalamud_Plugin_PluginLog_Log_System_String_System_Object___ + commentId: M:Dalamud.Plugin.PluginLog.Log(System.String,System.Object[]) + name.vb: Log(String, Object()) + fullName: Dalamud.Plugin.PluginLog.Log(System.String, System.Object[]) + fullName.vb: Dalamud.Plugin.PluginLog.Log(System.String, System.Object()) + nameWithType: PluginLog.Log(String, Object[]) + nameWithType.vb: PluginLog.Log(String, Object()) +- uid: Dalamud.Plugin.PluginLog.Log* + name: Log + href: api/Dalamud.Plugin.PluginLog.html#Dalamud_Plugin_PluginLog_Log_ + commentId: Overload:Dalamud.Plugin.PluginLog.Log + isSpec: "True" + fullName: Dalamud.Plugin.PluginLog.Log + nameWithType: PluginLog.Log +- uid: Dalamud.Plugin.PluginLog.LogError(System.Exception,System.String,System.Object[]) + name: LogError(Exception, String, Object[]) + href: api/Dalamud.Plugin.PluginLog.html#Dalamud_Plugin_PluginLog_LogError_System_Exception_System_String_System_Object___ + commentId: M:Dalamud.Plugin.PluginLog.LogError(System.Exception,System.String,System.Object[]) + name.vb: LogError(Exception, String, Object()) + fullName: Dalamud.Plugin.PluginLog.LogError(System.Exception, System.String, System.Object[]) + fullName.vb: Dalamud.Plugin.PluginLog.LogError(System.Exception, System.String, System.Object()) + nameWithType: PluginLog.LogError(Exception, String, Object[]) + nameWithType.vb: PluginLog.LogError(Exception, String, Object()) +- uid: Dalamud.Plugin.PluginLog.LogError(System.String,System.Object[]) + name: LogError(String, Object[]) + href: api/Dalamud.Plugin.PluginLog.html#Dalamud_Plugin_PluginLog_LogError_System_String_System_Object___ + commentId: M:Dalamud.Plugin.PluginLog.LogError(System.String,System.Object[]) + name.vb: LogError(String, Object()) + fullName: Dalamud.Plugin.PluginLog.LogError(System.String, System.Object[]) + fullName.vb: Dalamud.Plugin.PluginLog.LogError(System.String, System.Object()) + nameWithType: PluginLog.LogError(String, Object[]) + nameWithType.vb: PluginLog.LogError(String, Object()) +- uid: Dalamud.Plugin.PluginLog.LogError* + name: LogError + href: api/Dalamud.Plugin.PluginLog.html#Dalamud_Plugin_PluginLog_LogError_ + commentId: Overload:Dalamud.Plugin.PluginLog.LogError + isSpec: "True" + fullName: Dalamud.Plugin.PluginLog.LogError + nameWithType: PluginLog.LogError - uid: Dalamud.Plugin.PluginRepository name: PluginRepository href: api/Dalamud.Plugin.PluginRepository.html @@ -19191,1048 +20567,6 @@ references: commentId: F:Discord.MfaLevel.Enabled fullName: Discord.MfaLevel.Enabled nameWithType: MfaLevel.Enabled -- uid: Discord.Net - name: Discord.Net - href: api/Discord.Net.html - commentId: N:Discord.Net - fullName: Discord.Net - nameWithType: Discord.Net -- uid: Discord.Net.Converters - name: Discord.Net.Converters - href: api/Discord.Net.Converters.html - commentId: N:Discord.Net.Converters - fullName: Discord.Net.Converters - nameWithType: Discord.Net.Converters -- uid: Discord.Net.Converters.UnixTimestampConverter - name: UnixTimestampConverter - href: api/Discord.Net.Converters.UnixTimestampConverter.html - commentId: T:Discord.Net.Converters.UnixTimestampConverter - fullName: Discord.Net.Converters.UnixTimestampConverter - nameWithType: UnixTimestampConverter -- uid: Discord.Net.Converters.UnixTimestampConverter.CanConvert(System.Type) - name: CanConvert(Type) - href: api/Discord.Net.Converters.UnixTimestampConverter.html#Discord_Net_Converters_UnixTimestampConverter_CanConvert_System_Type_ - commentId: M:Discord.Net.Converters.UnixTimestampConverter.CanConvert(System.Type) - fullName: Discord.Net.Converters.UnixTimestampConverter.CanConvert(System.Type) - nameWithType: UnixTimestampConverter.CanConvert(Type) -- uid: Discord.Net.Converters.UnixTimestampConverter.CanConvert* - name: CanConvert - href: api/Discord.Net.Converters.UnixTimestampConverter.html#Discord_Net_Converters_UnixTimestampConverter_CanConvert_ - commentId: Overload:Discord.Net.Converters.UnixTimestampConverter.CanConvert - isSpec: "True" - fullName: Discord.Net.Converters.UnixTimestampConverter.CanConvert - nameWithType: UnixTimestampConverter.CanConvert -- uid: Discord.Net.Converters.UnixTimestampConverter.CanRead - name: CanRead - href: api/Discord.Net.Converters.UnixTimestampConverter.html#Discord_Net_Converters_UnixTimestampConverter_CanRead - commentId: P:Discord.Net.Converters.UnixTimestampConverter.CanRead - fullName: Discord.Net.Converters.UnixTimestampConverter.CanRead - nameWithType: UnixTimestampConverter.CanRead -- uid: Discord.Net.Converters.UnixTimestampConverter.CanRead* - name: CanRead - href: api/Discord.Net.Converters.UnixTimestampConverter.html#Discord_Net_Converters_UnixTimestampConverter_CanRead_ - commentId: Overload:Discord.Net.Converters.UnixTimestampConverter.CanRead - isSpec: "True" - fullName: Discord.Net.Converters.UnixTimestampConverter.CanRead - nameWithType: UnixTimestampConverter.CanRead -- uid: Discord.Net.Converters.UnixTimestampConverter.CanWrite - name: CanWrite - href: api/Discord.Net.Converters.UnixTimestampConverter.html#Discord_Net_Converters_UnixTimestampConverter_CanWrite - commentId: P:Discord.Net.Converters.UnixTimestampConverter.CanWrite - fullName: Discord.Net.Converters.UnixTimestampConverter.CanWrite - nameWithType: UnixTimestampConverter.CanWrite -- uid: Discord.Net.Converters.UnixTimestampConverter.CanWrite* - name: CanWrite - href: api/Discord.Net.Converters.UnixTimestampConverter.html#Discord_Net_Converters_UnixTimestampConverter_CanWrite_ - commentId: Overload:Discord.Net.Converters.UnixTimestampConverter.CanWrite - isSpec: "True" - fullName: Discord.Net.Converters.UnixTimestampConverter.CanWrite - nameWithType: UnixTimestampConverter.CanWrite -- uid: Discord.Net.Converters.UnixTimestampConverter.Instance - name: Instance - href: api/Discord.Net.Converters.UnixTimestampConverter.html#Discord_Net_Converters_UnixTimestampConverter_Instance - commentId: F:Discord.Net.Converters.UnixTimestampConverter.Instance - fullName: Discord.Net.Converters.UnixTimestampConverter.Instance - nameWithType: UnixTimestampConverter.Instance -- uid: Discord.Net.Converters.UnixTimestampConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) - name: ReadJson(JsonReader, Type, Object, JsonSerializer) - href: api/Discord.Net.Converters.UnixTimestampConverter.html#Discord_Net_Converters_UnixTimestampConverter_ReadJson_Newtonsoft_Json_JsonReader_System_Type_System_Object_Newtonsoft_Json_JsonSerializer_ - commentId: M:Discord.Net.Converters.UnixTimestampConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) - fullName: Discord.Net.Converters.UnixTimestampConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer) - nameWithType: UnixTimestampConverter.ReadJson(JsonReader, Type, Object, JsonSerializer) -- uid: Discord.Net.Converters.UnixTimestampConverter.ReadJson* - name: ReadJson - href: api/Discord.Net.Converters.UnixTimestampConverter.html#Discord_Net_Converters_UnixTimestampConverter_ReadJson_ - commentId: Overload:Discord.Net.Converters.UnixTimestampConverter.ReadJson - isSpec: "True" - fullName: Discord.Net.Converters.UnixTimestampConverter.ReadJson - nameWithType: UnixTimestampConverter.ReadJson -- uid: Discord.Net.Converters.UnixTimestampConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) - name: WriteJson(JsonWriter, Object, JsonSerializer) - href: api/Discord.Net.Converters.UnixTimestampConverter.html#Discord_Net_Converters_UnixTimestampConverter_WriteJson_Newtonsoft_Json_JsonWriter_System_Object_Newtonsoft_Json_JsonSerializer_ - commentId: M:Discord.Net.Converters.UnixTimestampConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) - fullName: Discord.Net.Converters.UnixTimestampConverter.WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer) - nameWithType: UnixTimestampConverter.WriteJson(JsonWriter, Object, JsonSerializer) -- uid: Discord.Net.Converters.UnixTimestampConverter.WriteJson* - name: WriteJson - href: api/Discord.Net.Converters.UnixTimestampConverter.html#Discord_Net_Converters_UnixTimestampConverter_WriteJson_ - commentId: Overload:Discord.Net.Converters.UnixTimestampConverter.WriteJson - isSpec: "True" - fullName: Discord.Net.Converters.UnixTimestampConverter.WriteJson - nameWithType: UnixTimestampConverter.WriteJson -- uid: Discord.Net.HttpException - name: HttpException - href: api/Discord.Net.HttpException.html - commentId: T:Discord.Net.HttpException - fullName: Discord.Net.HttpException - nameWithType: HttpException -- uid: Discord.Net.HttpException.#ctor(System.Net.HttpStatusCode,Discord.Net.IRequest,System.Nullable{System.Int32},System.String) - name: HttpException(HttpStatusCode, IRequest, Nullable, String) - href: api/Discord.Net.HttpException.html#Discord_Net_HttpException__ctor_System_Net_HttpStatusCode_Discord_Net_IRequest_System_Nullable_System_Int32__System_String_ - commentId: M:Discord.Net.HttpException.#ctor(System.Net.HttpStatusCode,Discord.Net.IRequest,System.Nullable{System.Int32},System.String) - name.vb: HttpException(HttpStatusCode, IRequest, Nullable(Of Int32), String) - fullName: Discord.Net.HttpException.HttpException(System.Net.HttpStatusCode, Discord.Net.IRequest, System.Nullable, System.String) - fullName.vb: Discord.Net.HttpException.HttpException(System.Net.HttpStatusCode, Discord.Net.IRequest, System.Nullable(Of System.Int32), System.String) - nameWithType: HttpException.HttpException(HttpStatusCode, IRequest, Nullable, String) - nameWithType.vb: HttpException.HttpException(HttpStatusCode, IRequest, Nullable(Of Int32), String) -- uid: Discord.Net.HttpException.#ctor* - name: HttpException - href: api/Discord.Net.HttpException.html#Discord_Net_HttpException__ctor_ - commentId: Overload:Discord.Net.HttpException.#ctor - isSpec: "True" - fullName: Discord.Net.HttpException.HttpException - nameWithType: HttpException.HttpException -- uid: Discord.Net.HttpException.DiscordCode - name: DiscordCode - href: api/Discord.Net.HttpException.html#Discord_Net_HttpException_DiscordCode - commentId: P:Discord.Net.HttpException.DiscordCode - fullName: Discord.Net.HttpException.DiscordCode - nameWithType: HttpException.DiscordCode -- uid: Discord.Net.HttpException.DiscordCode* - name: DiscordCode - href: api/Discord.Net.HttpException.html#Discord_Net_HttpException_DiscordCode_ - commentId: Overload:Discord.Net.HttpException.DiscordCode - isSpec: "True" - fullName: Discord.Net.HttpException.DiscordCode - nameWithType: HttpException.DiscordCode -- uid: Discord.Net.HttpException.HttpCode - name: HttpCode - href: api/Discord.Net.HttpException.html#Discord_Net_HttpException_HttpCode - commentId: P:Discord.Net.HttpException.HttpCode - fullName: Discord.Net.HttpException.HttpCode - nameWithType: HttpException.HttpCode -- uid: Discord.Net.HttpException.HttpCode* - name: HttpCode - href: api/Discord.Net.HttpException.html#Discord_Net_HttpException_HttpCode_ - commentId: Overload:Discord.Net.HttpException.HttpCode - isSpec: "True" - fullName: Discord.Net.HttpException.HttpCode - nameWithType: HttpException.HttpCode -- uid: Discord.Net.HttpException.Reason - name: Reason - href: api/Discord.Net.HttpException.html#Discord_Net_HttpException_Reason - commentId: P:Discord.Net.HttpException.Reason - fullName: Discord.Net.HttpException.Reason - nameWithType: HttpException.Reason -- uid: Discord.Net.HttpException.Reason* - name: Reason - href: api/Discord.Net.HttpException.html#Discord_Net_HttpException_Reason_ - commentId: Overload:Discord.Net.HttpException.Reason - isSpec: "True" - fullName: Discord.Net.HttpException.Reason - nameWithType: HttpException.Reason -- uid: Discord.Net.HttpException.Request - name: Request - href: api/Discord.Net.HttpException.html#Discord_Net_HttpException_Request - commentId: P:Discord.Net.HttpException.Request - fullName: Discord.Net.HttpException.Request - nameWithType: HttpException.Request -- uid: Discord.Net.HttpException.Request* - name: Request - href: api/Discord.Net.HttpException.html#Discord_Net_HttpException_Request_ - commentId: Overload:Discord.Net.HttpException.Request - isSpec: "True" - fullName: Discord.Net.HttpException.Request - nameWithType: HttpException.Request -- uid: Discord.Net.IRequest - name: IRequest - href: api/Discord.Net.IRequest.html - commentId: T:Discord.Net.IRequest - fullName: Discord.Net.IRequest - nameWithType: IRequest -- uid: Discord.Net.IRequest.Options - name: Options - href: api/Discord.Net.IRequest.html#Discord_Net_IRequest_Options - commentId: P:Discord.Net.IRequest.Options - fullName: Discord.Net.IRequest.Options - nameWithType: IRequest.Options -- uid: Discord.Net.IRequest.Options* - name: Options - href: api/Discord.Net.IRequest.html#Discord_Net_IRequest_Options_ - commentId: Overload:Discord.Net.IRequest.Options - isSpec: "True" - fullName: Discord.Net.IRequest.Options - nameWithType: IRequest.Options -- uid: Discord.Net.IRequest.TimeoutAt - name: TimeoutAt - href: api/Discord.Net.IRequest.html#Discord_Net_IRequest_TimeoutAt - commentId: P:Discord.Net.IRequest.TimeoutAt - fullName: Discord.Net.IRequest.TimeoutAt - nameWithType: IRequest.TimeoutAt -- uid: Discord.Net.IRequest.TimeoutAt* - name: TimeoutAt - href: api/Discord.Net.IRequest.html#Discord_Net_IRequest_TimeoutAt_ - commentId: Overload:Discord.Net.IRequest.TimeoutAt - isSpec: "True" - fullName: Discord.Net.IRequest.TimeoutAt - nameWithType: IRequest.TimeoutAt -- uid: Discord.Net.Queue - name: Discord.Net.Queue - href: api/Discord.Net.Queue.html - commentId: N:Discord.Net.Queue - fullName: Discord.Net.Queue - nameWithType: Discord.Net.Queue -- uid: Discord.Net.Queue.ClientBucketType - name: ClientBucketType - href: api/Discord.Net.Queue.ClientBucketType.html - commentId: T:Discord.Net.Queue.ClientBucketType - fullName: Discord.Net.Queue.ClientBucketType - nameWithType: ClientBucketType -- uid: Discord.Net.Queue.ClientBucketType.SendEdit - name: SendEdit - href: api/Discord.Net.Queue.ClientBucketType.html#Discord_Net_Queue_ClientBucketType_SendEdit - commentId: F:Discord.Net.Queue.ClientBucketType.SendEdit - fullName: Discord.Net.Queue.ClientBucketType.SendEdit - nameWithType: ClientBucketType.SendEdit -- uid: Discord.Net.Queue.ClientBucketType.Unbucketed - name: Unbucketed - href: api/Discord.Net.Queue.ClientBucketType.html#Discord_Net_Queue_ClientBucketType_Unbucketed - commentId: F:Discord.Net.Queue.ClientBucketType.Unbucketed - fullName: Discord.Net.Queue.ClientBucketType.Unbucketed - nameWithType: ClientBucketType.Unbucketed -- uid: Discord.Net.Queue.JsonRestRequest - name: JsonRestRequest - href: api/Discord.Net.Queue.JsonRestRequest.html - commentId: T:Discord.Net.Queue.JsonRestRequest - fullName: Discord.Net.Queue.JsonRestRequest - nameWithType: JsonRestRequest -- uid: Discord.Net.Queue.JsonRestRequest.#ctor(Discord.Net.Rest.IRestClient,System.String,System.String,System.String,Discord.RequestOptions) - name: JsonRestRequest(IRestClient, String, String, String, RequestOptions) - href: api/Discord.Net.Queue.JsonRestRequest.html#Discord_Net_Queue_JsonRestRequest__ctor_Discord_Net_Rest_IRestClient_System_String_System_String_System_String_Discord_RequestOptions_ - commentId: M:Discord.Net.Queue.JsonRestRequest.#ctor(Discord.Net.Rest.IRestClient,System.String,System.String,System.String,Discord.RequestOptions) - fullName: Discord.Net.Queue.JsonRestRequest.JsonRestRequest(Discord.Net.Rest.IRestClient, System.String, System.String, System.String, Discord.RequestOptions) - nameWithType: JsonRestRequest.JsonRestRequest(IRestClient, String, String, String, RequestOptions) -- uid: Discord.Net.Queue.JsonRestRequest.#ctor* - name: JsonRestRequest - href: api/Discord.Net.Queue.JsonRestRequest.html#Discord_Net_Queue_JsonRestRequest__ctor_ - commentId: Overload:Discord.Net.Queue.JsonRestRequest.#ctor - isSpec: "True" - fullName: Discord.Net.Queue.JsonRestRequest.JsonRestRequest - nameWithType: JsonRestRequest.JsonRestRequest -- uid: Discord.Net.Queue.JsonRestRequest.Json - name: Json - href: api/Discord.Net.Queue.JsonRestRequest.html#Discord_Net_Queue_JsonRestRequest_Json - commentId: P:Discord.Net.Queue.JsonRestRequest.Json - fullName: Discord.Net.Queue.JsonRestRequest.Json - nameWithType: JsonRestRequest.Json -- uid: Discord.Net.Queue.JsonRestRequest.Json* - name: Json - href: api/Discord.Net.Queue.JsonRestRequest.html#Discord_Net_Queue_JsonRestRequest_Json_ - commentId: Overload:Discord.Net.Queue.JsonRestRequest.Json - isSpec: "True" - fullName: Discord.Net.Queue.JsonRestRequest.Json - nameWithType: JsonRestRequest.Json -- uid: Discord.Net.Queue.JsonRestRequest.SendAsync - name: SendAsync() - href: api/Discord.Net.Queue.JsonRestRequest.html#Discord_Net_Queue_JsonRestRequest_SendAsync - commentId: M:Discord.Net.Queue.JsonRestRequest.SendAsync - fullName: Discord.Net.Queue.JsonRestRequest.SendAsync() - nameWithType: JsonRestRequest.SendAsync() -- uid: Discord.Net.Queue.JsonRestRequest.SendAsync* - name: SendAsync - href: api/Discord.Net.Queue.JsonRestRequest.html#Discord_Net_Queue_JsonRestRequest_SendAsync_ - commentId: Overload:Discord.Net.Queue.JsonRestRequest.SendAsync - isSpec: "True" - fullName: Discord.Net.Queue.JsonRestRequest.SendAsync - nameWithType: JsonRestRequest.SendAsync -- uid: Discord.Net.Queue.MultipartRestRequest - name: MultipartRestRequest - href: api/Discord.Net.Queue.MultipartRestRequest.html - commentId: T:Discord.Net.Queue.MultipartRestRequest - fullName: Discord.Net.Queue.MultipartRestRequest - nameWithType: MultipartRestRequest -- uid: Discord.Net.Queue.MultipartRestRequest.#ctor(Discord.Net.Rest.IRestClient,System.String,System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object},Discord.RequestOptions) - name: MultipartRestRequest(IRestClient, String, String, IReadOnlyDictionary, RequestOptions) - href: api/Discord.Net.Queue.MultipartRestRequest.html#Discord_Net_Queue_MultipartRestRequest__ctor_Discord_Net_Rest_IRestClient_System_String_System_String_System_Collections_Generic_IReadOnlyDictionary_System_String_System_Object__Discord_RequestOptions_ - commentId: M:Discord.Net.Queue.MultipartRestRequest.#ctor(Discord.Net.Rest.IRestClient,System.String,System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object},Discord.RequestOptions) - name.vb: MultipartRestRequest(IRestClient, String, String, IReadOnlyDictionary(Of String, Object), RequestOptions) - fullName: Discord.Net.Queue.MultipartRestRequest.MultipartRestRequest(Discord.Net.Rest.IRestClient, System.String, System.String, System.Collections.Generic.IReadOnlyDictionary, Discord.RequestOptions) - fullName.vb: Discord.Net.Queue.MultipartRestRequest.MultipartRestRequest(Discord.Net.Rest.IRestClient, System.String, System.String, System.Collections.Generic.IReadOnlyDictionary(Of System.String, System.Object), Discord.RequestOptions) - nameWithType: MultipartRestRequest.MultipartRestRequest(IRestClient, String, String, IReadOnlyDictionary, RequestOptions) - nameWithType.vb: MultipartRestRequest.MultipartRestRequest(IRestClient, String, String, IReadOnlyDictionary(Of String, Object), RequestOptions) -- uid: Discord.Net.Queue.MultipartRestRequest.#ctor* - name: MultipartRestRequest - href: api/Discord.Net.Queue.MultipartRestRequest.html#Discord_Net_Queue_MultipartRestRequest__ctor_ - commentId: Overload:Discord.Net.Queue.MultipartRestRequest.#ctor - isSpec: "True" - fullName: Discord.Net.Queue.MultipartRestRequest.MultipartRestRequest - nameWithType: MultipartRestRequest.MultipartRestRequest -- uid: Discord.Net.Queue.MultipartRestRequest.MultipartParams - name: MultipartParams - href: api/Discord.Net.Queue.MultipartRestRequest.html#Discord_Net_Queue_MultipartRestRequest_MultipartParams - commentId: P:Discord.Net.Queue.MultipartRestRequest.MultipartParams - fullName: Discord.Net.Queue.MultipartRestRequest.MultipartParams - nameWithType: MultipartRestRequest.MultipartParams -- uid: Discord.Net.Queue.MultipartRestRequest.MultipartParams* - name: MultipartParams - href: api/Discord.Net.Queue.MultipartRestRequest.html#Discord_Net_Queue_MultipartRestRequest_MultipartParams_ - commentId: Overload:Discord.Net.Queue.MultipartRestRequest.MultipartParams - isSpec: "True" - fullName: Discord.Net.Queue.MultipartRestRequest.MultipartParams - nameWithType: MultipartRestRequest.MultipartParams -- uid: Discord.Net.Queue.MultipartRestRequest.SendAsync - name: SendAsync() - href: api/Discord.Net.Queue.MultipartRestRequest.html#Discord_Net_Queue_MultipartRestRequest_SendAsync - commentId: M:Discord.Net.Queue.MultipartRestRequest.SendAsync - fullName: Discord.Net.Queue.MultipartRestRequest.SendAsync() - nameWithType: MultipartRestRequest.SendAsync() -- uid: Discord.Net.Queue.MultipartRestRequest.SendAsync* - name: SendAsync - href: api/Discord.Net.Queue.MultipartRestRequest.html#Discord_Net_Queue_MultipartRestRequest_SendAsync_ - commentId: Overload:Discord.Net.Queue.MultipartRestRequest.SendAsync - isSpec: "True" - fullName: Discord.Net.Queue.MultipartRestRequest.SendAsync - nameWithType: MultipartRestRequest.SendAsync -- uid: Discord.Net.Queue.RestRequest - name: RestRequest - href: api/Discord.Net.Queue.RestRequest.html - commentId: T:Discord.Net.Queue.RestRequest - fullName: Discord.Net.Queue.RestRequest - nameWithType: RestRequest -- uid: Discord.Net.Queue.RestRequest.#ctor(Discord.Net.Rest.IRestClient,System.String,System.String,Discord.RequestOptions) - name: RestRequest(IRestClient, String, String, RequestOptions) - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest__ctor_Discord_Net_Rest_IRestClient_System_String_System_String_Discord_RequestOptions_ - commentId: M:Discord.Net.Queue.RestRequest.#ctor(Discord.Net.Rest.IRestClient,System.String,System.String,Discord.RequestOptions) - fullName: Discord.Net.Queue.RestRequest.RestRequest(Discord.Net.Rest.IRestClient, System.String, System.String, Discord.RequestOptions) - nameWithType: RestRequest.RestRequest(IRestClient, String, String, RequestOptions) -- uid: Discord.Net.Queue.RestRequest.#ctor* - name: RestRequest - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest__ctor_ - commentId: Overload:Discord.Net.Queue.RestRequest.#ctor - isSpec: "True" - fullName: Discord.Net.Queue.RestRequest.RestRequest - nameWithType: RestRequest.RestRequest -- uid: Discord.Net.Queue.RestRequest.Client - name: Client - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_Client - commentId: P:Discord.Net.Queue.RestRequest.Client - fullName: Discord.Net.Queue.RestRequest.Client - nameWithType: RestRequest.Client -- uid: Discord.Net.Queue.RestRequest.Client* - name: Client - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_Client_ - commentId: Overload:Discord.Net.Queue.RestRequest.Client - isSpec: "True" - fullName: Discord.Net.Queue.RestRequest.Client - nameWithType: RestRequest.Client -- uid: Discord.Net.Queue.RestRequest.Endpoint - name: Endpoint - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_Endpoint - commentId: P:Discord.Net.Queue.RestRequest.Endpoint - fullName: Discord.Net.Queue.RestRequest.Endpoint - nameWithType: RestRequest.Endpoint -- uid: Discord.Net.Queue.RestRequest.Endpoint* - name: Endpoint - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_Endpoint_ - commentId: Overload:Discord.Net.Queue.RestRequest.Endpoint - isSpec: "True" - fullName: Discord.Net.Queue.RestRequest.Endpoint - nameWithType: RestRequest.Endpoint -- uid: Discord.Net.Queue.RestRequest.Method - name: Method - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_Method - commentId: P:Discord.Net.Queue.RestRequest.Method - fullName: Discord.Net.Queue.RestRequest.Method - nameWithType: RestRequest.Method -- uid: Discord.Net.Queue.RestRequest.Method* - name: Method - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_Method_ - commentId: Overload:Discord.Net.Queue.RestRequest.Method - isSpec: "True" - fullName: Discord.Net.Queue.RestRequest.Method - nameWithType: RestRequest.Method -- uid: Discord.Net.Queue.RestRequest.Options - name: Options - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_Options - commentId: P:Discord.Net.Queue.RestRequest.Options - fullName: Discord.Net.Queue.RestRequest.Options - nameWithType: RestRequest.Options -- uid: Discord.Net.Queue.RestRequest.Options* - name: Options - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_Options_ - commentId: Overload:Discord.Net.Queue.RestRequest.Options - isSpec: "True" - fullName: Discord.Net.Queue.RestRequest.Options - nameWithType: RestRequest.Options -- uid: Discord.Net.Queue.RestRequest.Promise - name: Promise - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_Promise - commentId: P:Discord.Net.Queue.RestRequest.Promise - fullName: Discord.Net.Queue.RestRequest.Promise - nameWithType: RestRequest.Promise -- uid: Discord.Net.Queue.RestRequest.Promise* - name: Promise - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_Promise_ - commentId: Overload:Discord.Net.Queue.RestRequest.Promise - isSpec: "True" - fullName: Discord.Net.Queue.RestRequest.Promise - nameWithType: RestRequest.Promise -- uid: Discord.Net.Queue.RestRequest.SendAsync - name: SendAsync() - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_SendAsync - commentId: M:Discord.Net.Queue.RestRequest.SendAsync - fullName: Discord.Net.Queue.RestRequest.SendAsync() - nameWithType: RestRequest.SendAsync() -- uid: Discord.Net.Queue.RestRequest.SendAsync* - name: SendAsync - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_SendAsync_ - commentId: Overload:Discord.Net.Queue.RestRequest.SendAsync - isSpec: "True" - fullName: Discord.Net.Queue.RestRequest.SendAsync - nameWithType: RestRequest.SendAsync -- uid: Discord.Net.Queue.RestRequest.TimeoutAt - name: TimeoutAt - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_TimeoutAt - commentId: P:Discord.Net.Queue.RestRequest.TimeoutAt - fullName: Discord.Net.Queue.RestRequest.TimeoutAt - nameWithType: RestRequest.TimeoutAt -- uid: Discord.Net.Queue.RestRequest.TimeoutAt* - name: TimeoutAt - href: api/Discord.Net.Queue.RestRequest.html#Discord_Net_Queue_RestRequest_TimeoutAt_ - commentId: Overload:Discord.Net.Queue.RestRequest.TimeoutAt - isSpec: "True" - fullName: Discord.Net.Queue.RestRequest.TimeoutAt - nameWithType: RestRequest.TimeoutAt -- uid: Discord.Net.Queue.WebSocketRequest - name: WebSocketRequest - href: api/Discord.Net.Queue.WebSocketRequest.html - commentId: T:Discord.Net.Queue.WebSocketRequest - fullName: Discord.Net.Queue.WebSocketRequest - nameWithType: WebSocketRequest -- uid: Discord.Net.Queue.WebSocketRequest.#ctor(Discord.Net.WebSockets.IWebSocketClient,System.String,System.Byte[],System.Boolean,Discord.RequestOptions) - name: WebSocketRequest(IWebSocketClient, String, Byte[], Boolean, RequestOptions) - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest__ctor_Discord_Net_WebSockets_IWebSocketClient_System_String_System_Byte___System_Boolean_Discord_RequestOptions_ - commentId: M:Discord.Net.Queue.WebSocketRequest.#ctor(Discord.Net.WebSockets.IWebSocketClient,System.String,System.Byte[],System.Boolean,Discord.RequestOptions) - name.vb: WebSocketRequest(IWebSocketClient, String, Byte(), Boolean, RequestOptions) - fullName: Discord.Net.Queue.WebSocketRequest.WebSocketRequest(Discord.Net.WebSockets.IWebSocketClient, System.String, System.Byte[], System.Boolean, Discord.RequestOptions) - fullName.vb: Discord.Net.Queue.WebSocketRequest.WebSocketRequest(Discord.Net.WebSockets.IWebSocketClient, System.String, System.Byte(), System.Boolean, Discord.RequestOptions) - nameWithType: WebSocketRequest.WebSocketRequest(IWebSocketClient, String, Byte[], Boolean, RequestOptions) - nameWithType.vb: WebSocketRequest.WebSocketRequest(IWebSocketClient, String, Byte(), Boolean, RequestOptions) -- uid: Discord.Net.Queue.WebSocketRequest.#ctor* - name: WebSocketRequest - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest__ctor_ - commentId: Overload:Discord.Net.Queue.WebSocketRequest.#ctor - isSpec: "True" - fullName: Discord.Net.Queue.WebSocketRequest.WebSocketRequest - nameWithType: WebSocketRequest.WebSocketRequest -- uid: Discord.Net.Queue.WebSocketRequest.BucketId - name: BucketId - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_BucketId - commentId: P:Discord.Net.Queue.WebSocketRequest.BucketId - fullName: Discord.Net.Queue.WebSocketRequest.BucketId - nameWithType: WebSocketRequest.BucketId -- uid: Discord.Net.Queue.WebSocketRequest.BucketId* - name: BucketId - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_BucketId_ - commentId: Overload:Discord.Net.Queue.WebSocketRequest.BucketId - isSpec: "True" - fullName: Discord.Net.Queue.WebSocketRequest.BucketId - nameWithType: WebSocketRequest.BucketId -- uid: Discord.Net.Queue.WebSocketRequest.CancelToken - name: CancelToken - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_CancelToken - commentId: P:Discord.Net.Queue.WebSocketRequest.CancelToken - fullName: Discord.Net.Queue.WebSocketRequest.CancelToken - nameWithType: WebSocketRequest.CancelToken -- uid: Discord.Net.Queue.WebSocketRequest.CancelToken* - name: CancelToken - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_CancelToken_ - commentId: Overload:Discord.Net.Queue.WebSocketRequest.CancelToken - isSpec: "True" - fullName: Discord.Net.Queue.WebSocketRequest.CancelToken - nameWithType: WebSocketRequest.CancelToken -- uid: Discord.Net.Queue.WebSocketRequest.Client - name: Client - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_Client - commentId: P:Discord.Net.Queue.WebSocketRequest.Client - fullName: Discord.Net.Queue.WebSocketRequest.Client - nameWithType: WebSocketRequest.Client -- uid: Discord.Net.Queue.WebSocketRequest.Client* - name: Client - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_Client_ - commentId: Overload:Discord.Net.Queue.WebSocketRequest.Client - isSpec: "True" - fullName: Discord.Net.Queue.WebSocketRequest.Client - nameWithType: WebSocketRequest.Client -- uid: Discord.Net.Queue.WebSocketRequest.Data - name: Data - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_Data - commentId: P:Discord.Net.Queue.WebSocketRequest.Data - fullName: Discord.Net.Queue.WebSocketRequest.Data - nameWithType: WebSocketRequest.Data -- uid: Discord.Net.Queue.WebSocketRequest.Data* - name: Data - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_Data_ - commentId: Overload:Discord.Net.Queue.WebSocketRequest.Data - isSpec: "True" - fullName: Discord.Net.Queue.WebSocketRequest.Data - nameWithType: WebSocketRequest.Data -- uid: Discord.Net.Queue.WebSocketRequest.IsText - name: IsText - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_IsText - commentId: P:Discord.Net.Queue.WebSocketRequest.IsText - fullName: Discord.Net.Queue.WebSocketRequest.IsText - nameWithType: WebSocketRequest.IsText -- uid: Discord.Net.Queue.WebSocketRequest.IsText* - name: IsText - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_IsText_ - commentId: Overload:Discord.Net.Queue.WebSocketRequest.IsText - isSpec: "True" - fullName: Discord.Net.Queue.WebSocketRequest.IsText - nameWithType: WebSocketRequest.IsText -- uid: Discord.Net.Queue.WebSocketRequest.Options - name: Options - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_Options - commentId: P:Discord.Net.Queue.WebSocketRequest.Options - fullName: Discord.Net.Queue.WebSocketRequest.Options - nameWithType: WebSocketRequest.Options -- uid: Discord.Net.Queue.WebSocketRequest.Options* - name: Options - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_Options_ - commentId: Overload:Discord.Net.Queue.WebSocketRequest.Options - isSpec: "True" - fullName: Discord.Net.Queue.WebSocketRequest.Options - nameWithType: WebSocketRequest.Options -- uid: Discord.Net.Queue.WebSocketRequest.Promise - name: Promise - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_Promise - commentId: P:Discord.Net.Queue.WebSocketRequest.Promise - fullName: Discord.Net.Queue.WebSocketRequest.Promise - nameWithType: WebSocketRequest.Promise -- uid: Discord.Net.Queue.WebSocketRequest.Promise* - name: Promise - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_Promise_ - commentId: Overload:Discord.Net.Queue.WebSocketRequest.Promise - isSpec: "True" - fullName: Discord.Net.Queue.WebSocketRequest.Promise - nameWithType: WebSocketRequest.Promise -- uid: Discord.Net.Queue.WebSocketRequest.SendAsync - name: SendAsync() - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_SendAsync - commentId: M:Discord.Net.Queue.WebSocketRequest.SendAsync - fullName: Discord.Net.Queue.WebSocketRequest.SendAsync() - nameWithType: WebSocketRequest.SendAsync() -- uid: Discord.Net.Queue.WebSocketRequest.SendAsync* - name: SendAsync - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_SendAsync_ - commentId: Overload:Discord.Net.Queue.WebSocketRequest.SendAsync - isSpec: "True" - fullName: Discord.Net.Queue.WebSocketRequest.SendAsync - nameWithType: WebSocketRequest.SendAsync -- uid: Discord.Net.Queue.WebSocketRequest.TimeoutAt - name: TimeoutAt - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_TimeoutAt - commentId: P:Discord.Net.Queue.WebSocketRequest.TimeoutAt - fullName: Discord.Net.Queue.WebSocketRequest.TimeoutAt - nameWithType: WebSocketRequest.TimeoutAt -- uid: Discord.Net.Queue.WebSocketRequest.TimeoutAt* - name: TimeoutAt - href: api/Discord.Net.Queue.WebSocketRequest.html#Discord_Net_Queue_WebSocketRequest_TimeoutAt_ - commentId: Overload:Discord.Net.Queue.WebSocketRequest.TimeoutAt - isSpec: "True" - fullName: Discord.Net.Queue.WebSocketRequest.TimeoutAt - nameWithType: WebSocketRequest.TimeoutAt -- uid: Discord.Net.RateLimitedException - name: RateLimitedException - href: api/Discord.Net.RateLimitedException.html - commentId: T:Discord.Net.RateLimitedException - fullName: Discord.Net.RateLimitedException - nameWithType: RateLimitedException -- uid: Discord.Net.RateLimitedException.#ctor(Discord.Net.IRequest) - name: RateLimitedException(IRequest) - href: api/Discord.Net.RateLimitedException.html#Discord_Net_RateLimitedException__ctor_Discord_Net_IRequest_ - commentId: M:Discord.Net.RateLimitedException.#ctor(Discord.Net.IRequest) - fullName: Discord.Net.RateLimitedException.RateLimitedException(Discord.Net.IRequest) - nameWithType: RateLimitedException.RateLimitedException(IRequest) -- uid: Discord.Net.RateLimitedException.#ctor* - name: RateLimitedException - href: api/Discord.Net.RateLimitedException.html#Discord_Net_RateLimitedException__ctor_ - commentId: Overload:Discord.Net.RateLimitedException.#ctor - isSpec: "True" - fullName: Discord.Net.RateLimitedException.RateLimitedException - nameWithType: RateLimitedException.RateLimitedException -- uid: Discord.Net.RateLimitedException.Request - name: Request - href: api/Discord.Net.RateLimitedException.html#Discord_Net_RateLimitedException_Request - commentId: P:Discord.Net.RateLimitedException.Request - fullName: Discord.Net.RateLimitedException.Request - nameWithType: RateLimitedException.Request -- uid: Discord.Net.RateLimitedException.Request* - name: Request - href: api/Discord.Net.RateLimitedException.html#Discord_Net_RateLimitedException_Request_ - commentId: Overload:Discord.Net.RateLimitedException.Request - isSpec: "True" - fullName: Discord.Net.RateLimitedException.Request - nameWithType: RateLimitedException.Request -- uid: Discord.Net.Rest - name: Discord.Net.Rest - href: api/Discord.Net.Rest.html - commentId: N:Discord.Net.Rest - fullName: Discord.Net.Rest - nameWithType: Discord.Net.Rest -- uid: Discord.Net.Rest.DefaultRestClientProvider - name: DefaultRestClientProvider - href: api/Discord.Net.Rest.DefaultRestClientProvider.html - commentId: T:Discord.Net.Rest.DefaultRestClientProvider - fullName: Discord.Net.Rest.DefaultRestClientProvider - nameWithType: DefaultRestClientProvider -- uid: Discord.Net.Rest.DefaultRestClientProvider.Create(System.Boolean) - name: Create(Boolean) - href: api/Discord.Net.Rest.DefaultRestClientProvider.html#Discord_Net_Rest_DefaultRestClientProvider_Create_System_Boolean_ - commentId: M:Discord.Net.Rest.DefaultRestClientProvider.Create(System.Boolean) - fullName: Discord.Net.Rest.DefaultRestClientProvider.Create(System.Boolean) - nameWithType: DefaultRestClientProvider.Create(Boolean) -- uid: Discord.Net.Rest.DefaultRestClientProvider.Create* - name: Create - href: api/Discord.Net.Rest.DefaultRestClientProvider.html#Discord_Net_Rest_DefaultRestClientProvider_Create_ - commentId: Overload:Discord.Net.Rest.DefaultRestClientProvider.Create - isSpec: "True" - fullName: Discord.Net.Rest.DefaultRestClientProvider.Create - nameWithType: DefaultRestClientProvider.Create -- uid: Discord.Net.Rest.DefaultRestClientProvider.Instance - name: Instance - href: api/Discord.Net.Rest.DefaultRestClientProvider.html#Discord_Net_Rest_DefaultRestClientProvider_Instance - commentId: F:Discord.Net.Rest.DefaultRestClientProvider.Instance - fullName: Discord.Net.Rest.DefaultRestClientProvider.Instance - nameWithType: DefaultRestClientProvider.Instance -- uid: Discord.Net.Rest.IRestClient - name: IRestClient - href: api/Discord.Net.Rest.IRestClient.html - commentId: T:Discord.Net.Rest.IRestClient - fullName: Discord.Net.Rest.IRestClient - nameWithType: IRestClient -- uid: Discord.Net.Rest.IRestClient.SendAsync(System.String,System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object},System.Threading.CancellationToken,System.Boolean,System.String) - name: SendAsync(String, String, IReadOnlyDictionary, CancellationToken, Boolean, String) - href: api/Discord.Net.Rest.IRestClient.html#Discord_Net_Rest_IRestClient_SendAsync_System_String_System_String_System_Collections_Generic_IReadOnlyDictionary_System_String_System_Object__System_Threading_CancellationToken_System_Boolean_System_String_ - commentId: M:Discord.Net.Rest.IRestClient.SendAsync(System.String,System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object},System.Threading.CancellationToken,System.Boolean,System.String) - name.vb: SendAsync(String, String, IReadOnlyDictionary(Of String, Object), CancellationToken, Boolean, String) - fullName: Discord.Net.Rest.IRestClient.SendAsync(System.String, System.String, System.Collections.Generic.IReadOnlyDictionary, System.Threading.CancellationToken, System.Boolean, System.String) - fullName.vb: Discord.Net.Rest.IRestClient.SendAsync(System.String, System.String, System.Collections.Generic.IReadOnlyDictionary(Of System.String, System.Object), System.Threading.CancellationToken, System.Boolean, System.String) - nameWithType: IRestClient.SendAsync(String, String, IReadOnlyDictionary, CancellationToken, Boolean, String) - nameWithType.vb: IRestClient.SendAsync(String, String, IReadOnlyDictionary(Of String, Object), CancellationToken, Boolean, String) -- uid: Discord.Net.Rest.IRestClient.SendAsync(System.String,System.String,System.String,System.Threading.CancellationToken,System.Boolean,System.String) - name: SendAsync(String, String, String, CancellationToken, Boolean, String) - href: api/Discord.Net.Rest.IRestClient.html#Discord_Net_Rest_IRestClient_SendAsync_System_String_System_String_System_String_System_Threading_CancellationToken_System_Boolean_System_String_ - commentId: M:Discord.Net.Rest.IRestClient.SendAsync(System.String,System.String,System.String,System.Threading.CancellationToken,System.Boolean,System.String) - fullName: Discord.Net.Rest.IRestClient.SendAsync(System.String, System.String, System.String, System.Threading.CancellationToken, System.Boolean, System.String) - nameWithType: IRestClient.SendAsync(String, String, String, CancellationToken, Boolean, String) -- uid: Discord.Net.Rest.IRestClient.SendAsync(System.String,System.String,System.Threading.CancellationToken,System.Boolean,System.String) - name: SendAsync(String, String, CancellationToken, Boolean, String) - href: api/Discord.Net.Rest.IRestClient.html#Discord_Net_Rest_IRestClient_SendAsync_System_String_System_String_System_Threading_CancellationToken_System_Boolean_System_String_ - commentId: M:Discord.Net.Rest.IRestClient.SendAsync(System.String,System.String,System.Threading.CancellationToken,System.Boolean,System.String) - fullName: Discord.Net.Rest.IRestClient.SendAsync(System.String, System.String, System.Threading.CancellationToken, System.Boolean, System.String) - nameWithType: IRestClient.SendAsync(String, String, CancellationToken, Boolean, String) -- uid: Discord.Net.Rest.IRestClient.SendAsync* - name: SendAsync - href: api/Discord.Net.Rest.IRestClient.html#Discord_Net_Rest_IRestClient_SendAsync_ - commentId: Overload:Discord.Net.Rest.IRestClient.SendAsync - isSpec: "True" - fullName: Discord.Net.Rest.IRestClient.SendAsync - nameWithType: IRestClient.SendAsync -- uid: Discord.Net.Rest.IRestClient.SetCancelToken(System.Threading.CancellationToken) - name: SetCancelToken(CancellationToken) - href: api/Discord.Net.Rest.IRestClient.html#Discord_Net_Rest_IRestClient_SetCancelToken_System_Threading_CancellationToken_ - commentId: M:Discord.Net.Rest.IRestClient.SetCancelToken(System.Threading.CancellationToken) - fullName: Discord.Net.Rest.IRestClient.SetCancelToken(System.Threading.CancellationToken) - nameWithType: IRestClient.SetCancelToken(CancellationToken) -- uid: Discord.Net.Rest.IRestClient.SetCancelToken* - name: SetCancelToken - href: api/Discord.Net.Rest.IRestClient.html#Discord_Net_Rest_IRestClient_SetCancelToken_ - commentId: Overload:Discord.Net.Rest.IRestClient.SetCancelToken - isSpec: "True" - fullName: Discord.Net.Rest.IRestClient.SetCancelToken - nameWithType: IRestClient.SetCancelToken -- uid: Discord.Net.Rest.IRestClient.SetHeader(System.String,System.String) - name: SetHeader(String, String) - href: api/Discord.Net.Rest.IRestClient.html#Discord_Net_Rest_IRestClient_SetHeader_System_String_System_String_ - commentId: M:Discord.Net.Rest.IRestClient.SetHeader(System.String,System.String) - fullName: Discord.Net.Rest.IRestClient.SetHeader(System.String, System.String) - nameWithType: IRestClient.SetHeader(String, String) -- uid: Discord.Net.Rest.IRestClient.SetHeader* - name: SetHeader - href: api/Discord.Net.Rest.IRestClient.html#Discord_Net_Rest_IRestClient_SetHeader_ - commentId: Overload:Discord.Net.Rest.IRestClient.SetHeader - isSpec: "True" - fullName: Discord.Net.Rest.IRestClient.SetHeader - nameWithType: IRestClient.SetHeader -- uid: Discord.Net.Rest.RestClientProvider - name: RestClientProvider - href: api/Discord.Net.Rest.RestClientProvider.html - commentId: T:Discord.Net.Rest.RestClientProvider - fullName: Discord.Net.Rest.RestClientProvider - nameWithType: RestClientProvider -- uid: Discord.Net.Rest.RestResponse - name: RestResponse - href: api/Discord.Net.Rest.RestResponse.html - commentId: T:Discord.Net.Rest.RestResponse - fullName: Discord.Net.Rest.RestResponse - nameWithType: RestResponse -- uid: Discord.Net.Rest.RestResponse.#ctor(System.Net.HttpStatusCode,System.Collections.Generic.Dictionary{System.String,System.String},System.IO.Stream) - name: RestResponse(HttpStatusCode, Dictionary, Stream) - href: api/Discord.Net.Rest.RestResponse.html#Discord_Net_Rest_RestResponse__ctor_System_Net_HttpStatusCode_System_Collections_Generic_Dictionary_System_String_System_String__System_IO_Stream_ - commentId: M:Discord.Net.Rest.RestResponse.#ctor(System.Net.HttpStatusCode,System.Collections.Generic.Dictionary{System.String,System.String},System.IO.Stream) - name.vb: RestResponse(HttpStatusCode, Dictionary(Of String, String), Stream) - fullName: Discord.Net.Rest.RestResponse.RestResponse(System.Net.HttpStatusCode, System.Collections.Generic.Dictionary, System.IO.Stream) - fullName.vb: Discord.Net.Rest.RestResponse.RestResponse(System.Net.HttpStatusCode, System.Collections.Generic.Dictionary(Of System.String, System.String), System.IO.Stream) - nameWithType: RestResponse.RestResponse(HttpStatusCode, Dictionary, Stream) - nameWithType.vb: RestResponse.RestResponse(HttpStatusCode, Dictionary(Of String, String), Stream) -- uid: Discord.Net.Rest.RestResponse.#ctor* - name: RestResponse - href: api/Discord.Net.Rest.RestResponse.html#Discord_Net_Rest_RestResponse__ctor_ - commentId: Overload:Discord.Net.Rest.RestResponse.#ctor - isSpec: "True" - fullName: Discord.Net.Rest.RestResponse.RestResponse - nameWithType: RestResponse.RestResponse -- uid: Discord.Net.Rest.RestResponse.Headers - name: Headers - href: api/Discord.Net.Rest.RestResponse.html#Discord_Net_Rest_RestResponse_Headers - commentId: P:Discord.Net.Rest.RestResponse.Headers - fullName: Discord.Net.Rest.RestResponse.Headers - nameWithType: RestResponse.Headers -- uid: Discord.Net.Rest.RestResponse.Headers* - name: Headers - href: api/Discord.Net.Rest.RestResponse.html#Discord_Net_Rest_RestResponse_Headers_ - commentId: Overload:Discord.Net.Rest.RestResponse.Headers - isSpec: "True" - fullName: Discord.Net.Rest.RestResponse.Headers - nameWithType: RestResponse.Headers -- uid: Discord.Net.Rest.RestResponse.StatusCode - name: StatusCode - href: api/Discord.Net.Rest.RestResponse.html#Discord_Net_Rest_RestResponse_StatusCode - commentId: P:Discord.Net.Rest.RestResponse.StatusCode - fullName: Discord.Net.Rest.RestResponse.StatusCode - nameWithType: RestResponse.StatusCode -- uid: Discord.Net.Rest.RestResponse.StatusCode* - name: StatusCode - href: api/Discord.Net.Rest.RestResponse.html#Discord_Net_Rest_RestResponse_StatusCode_ - commentId: Overload:Discord.Net.Rest.RestResponse.StatusCode - isSpec: "True" - fullName: Discord.Net.Rest.RestResponse.StatusCode - nameWithType: RestResponse.StatusCode -- uid: Discord.Net.Rest.RestResponse.Stream - name: Stream - href: api/Discord.Net.Rest.RestResponse.html#Discord_Net_Rest_RestResponse_Stream - commentId: P:Discord.Net.Rest.RestResponse.Stream - fullName: Discord.Net.Rest.RestResponse.Stream - nameWithType: RestResponse.Stream -- uid: Discord.Net.Rest.RestResponse.Stream* - name: Stream - href: api/Discord.Net.Rest.RestResponse.html#Discord_Net_Rest_RestResponse_Stream_ - commentId: Overload:Discord.Net.Rest.RestResponse.Stream - isSpec: "True" - fullName: Discord.Net.Rest.RestResponse.Stream - nameWithType: RestResponse.Stream -- uid: Discord.Net.Udp - name: Discord.Net.Udp - href: api/Discord.Net.Udp.html - commentId: N:Discord.Net.Udp - fullName: Discord.Net.Udp - nameWithType: Discord.Net.Udp -- uid: Discord.Net.Udp.DefaultUdpSocketProvider - name: DefaultUdpSocketProvider - href: api/Discord.Net.Udp.DefaultUdpSocketProvider.html - commentId: T:Discord.Net.Udp.DefaultUdpSocketProvider - fullName: Discord.Net.Udp.DefaultUdpSocketProvider - nameWithType: DefaultUdpSocketProvider -- uid: Discord.Net.Udp.DefaultUdpSocketProvider.Instance - name: Instance - href: api/Discord.Net.Udp.DefaultUdpSocketProvider.html#Discord_Net_Udp_DefaultUdpSocketProvider_Instance - commentId: F:Discord.Net.Udp.DefaultUdpSocketProvider.Instance - fullName: Discord.Net.Udp.DefaultUdpSocketProvider.Instance - nameWithType: DefaultUdpSocketProvider.Instance -- uid: Discord.Net.Udp.IUdpSocket - name: IUdpSocket - href: api/Discord.Net.Udp.IUdpSocket.html - commentId: T:Discord.Net.Udp.IUdpSocket - fullName: Discord.Net.Udp.IUdpSocket - nameWithType: IUdpSocket -- uid: Discord.Net.Udp.IUdpSocket.Port - name: Port - href: api/Discord.Net.Udp.IUdpSocket.html#Discord_Net_Udp_IUdpSocket_Port - commentId: P:Discord.Net.Udp.IUdpSocket.Port - fullName: Discord.Net.Udp.IUdpSocket.Port - nameWithType: IUdpSocket.Port -- uid: Discord.Net.Udp.IUdpSocket.Port* - name: Port - href: api/Discord.Net.Udp.IUdpSocket.html#Discord_Net_Udp_IUdpSocket_Port_ - commentId: Overload:Discord.Net.Udp.IUdpSocket.Port - isSpec: "True" - fullName: Discord.Net.Udp.IUdpSocket.Port - nameWithType: IUdpSocket.Port -- uid: Discord.Net.Udp.IUdpSocket.ReceivedDatagram - name: ReceivedDatagram - href: api/Discord.Net.Udp.IUdpSocket.html#Discord_Net_Udp_IUdpSocket_ReceivedDatagram - commentId: E:Discord.Net.Udp.IUdpSocket.ReceivedDatagram - fullName: Discord.Net.Udp.IUdpSocket.ReceivedDatagram - nameWithType: IUdpSocket.ReceivedDatagram -- uid: Discord.Net.Udp.IUdpSocket.SendAsync(System.Byte[],System.Int32,System.Int32) - name: SendAsync(Byte[], Int32, Int32) - href: api/Discord.Net.Udp.IUdpSocket.html#Discord_Net_Udp_IUdpSocket_SendAsync_System_Byte___System_Int32_System_Int32_ - commentId: M:Discord.Net.Udp.IUdpSocket.SendAsync(System.Byte[],System.Int32,System.Int32) - name.vb: SendAsync(Byte(), Int32, Int32) - fullName: Discord.Net.Udp.IUdpSocket.SendAsync(System.Byte[], System.Int32, System.Int32) - fullName.vb: Discord.Net.Udp.IUdpSocket.SendAsync(System.Byte(), System.Int32, System.Int32) - nameWithType: IUdpSocket.SendAsync(Byte[], Int32, Int32) - nameWithType.vb: IUdpSocket.SendAsync(Byte(), Int32, Int32) -- uid: Discord.Net.Udp.IUdpSocket.SendAsync* - name: SendAsync - href: api/Discord.Net.Udp.IUdpSocket.html#Discord_Net_Udp_IUdpSocket_SendAsync_ - commentId: Overload:Discord.Net.Udp.IUdpSocket.SendAsync - isSpec: "True" - fullName: Discord.Net.Udp.IUdpSocket.SendAsync - nameWithType: IUdpSocket.SendAsync -- uid: Discord.Net.Udp.IUdpSocket.SetCancelToken(System.Threading.CancellationToken) - name: SetCancelToken(CancellationToken) - href: api/Discord.Net.Udp.IUdpSocket.html#Discord_Net_Udp_IUdpSocket_SetCancelToken_System_Threading_CancellationToken_ - commentId: M:Discord.Net.Udp.IUdpSocket.SetCancelToken(System.Threading.CancellationToken) - fullName: Discord.Net.Udp.IUdpSocket.SetCancelToken(System.Threading.CancellationToken) - nameWithType: IUdpSocket.SetCancelToken(CancellationToken) -- uid: Discord.Net.Udp.IUdpSocket.SetCancelToken* - name: SetCancelToken - href: api/Discord.Net.Udp.IUdpSocket.html#Discord_Net_Udp_IUdpSocket_SetCancelToken_ - commentId: Overload:Discord.Net.Udp.IUdpSocket.SetCancelToken - isSpec: "True" - fullName: Discord.Net.Udp.IUdpSocket.SetCancelToken - nameWithType: IUdpSocket.SetCancelToken -- uid: Discord.Net.Udp.IUdpSocket.SetDestination(System.String,System.Int32) - name: SetDestination(String, Int32) - href: api/Discord.Net.Udp.IUdpSocket.html#Discord_Net_Udp_IUdpSocket_SetDestination_System_String_System_Int32_ - commentId: M:Discord.Net.Udp.IUdpSocket.SetDestination(System.String,System.Int32) - fullName: Discord.Net.Udp.IUdpSocket.SetDestination(System.String, System.Int32) - nameWithType: IUdpSocket.SetDestination(String, Int32) -- uid: Discord.Net.Udp.IUdpSocket.SetDestination* - name: SetDestination - href: api/Discord.Net.Udp.IUdpSocket.html#Discord_Net_Udp_IUdpSocket_SetDestination_ - commentId: Overload:Discord.Net.Udp.IUdpSocket.SetDestination - isSpec: "True" - fullName: Discord.Net.Udp.IUdpSocket.SetDestination - nameWithType: IUdpSocket.SetDestination -- uid: Discord.Net.Udp.IUdpSocket.StartAsync - name: StartAsync() - href: api/Discord.Net.Udp.IUdpSocket.html#Discord_Net_Udp_IUdpSocket_StartAsync - commentId: M:Discord.Net.Udp.IUdpSocket.StartAsync - fullName: Discord.Net.Udp.IUdpSocket.StartAsync() - nameWithType: IUdpSocket.StartAsync() -- uid: Discord.Net.Udp.IUdpSocket.StartAsync* - name: StartAsync - href: api/Discord.Net.Udp.IUdpSocket.html#Discord_Net_Udp_IUdpSocket_StartAsync_ - commentId: Overload:Discord.Net.Udp.IUdpSocket.StartAsync - isSpec: "True" - fullName: Discord.Net.Udp.IUdpSocket.StartAsync - nameWithType: IUdpSocket.StartAsync -- uid: Discord.Net.Udp.IUdpSocket.StopAsync - name: StopAsync() - href: api/Discord.Net.Udp.IUdpSocket.html#Discord_Net_Udp_IUdpSocket_StopAsync - commentId: M:Discord.Net.Udp.IUdpSocket.StopAsync - fullName: Discord.Net.Udp.IUdpSocket.StopAsync() - nameWithType: IUdpSocket.StopAsync() -- uid: Discord.Net.Udp.IUdpSocket.StopAsync* - name: StopAsync - href: api/Discord.Net.Udp.IUdpSocket.html#Discord_Net_Udp_IUdpSocket_StopAsync_ - commentId: Overload:Discord.Net.Udp.IUdpSocket.StopAsync - isSpec: "True" - fullName: Discord.Net.Udp.IUdpSocket.StopAsync - nameWithType: IUdpSocket.StopAsync -- uid: Discord.Net.Udp.UdpSocketProvider - name: UdpSocketProvider - href: api/Discord.Net.Udp.UdpSocketProvider.html - commentId: T:Discord.Net.Udp.UdpSocketProvider - fullName: Discord.Net.Udp.UdpSocketProvider - nameWithType: UdpSocketProvider -- uid: Discord.Net.WebSocketClosedException - name: WebSocketClosedException - href: api/Discord.Net.WebSocketClosedException.html - commentId: T:Discord.Net.WebSocketClosedException - fullName: Discord.Net.WebSocketClosedException - nameWithType: WebSocketClosedException -- uid: Discord.Net.WebSocketClosedException.#ctor(System.Int32,System.String) - name: WebSocketClosedException(Int32, String) - href: api/Discord.Net.WebSocketClosedException.html#Discord_Net_WebSocketClosedException__ctor_System_Int32_System_String_ - commentId: M:Discord.Net.WebSocketClosedException.#ctor(System.Int32,System.String) - fullName: Discord.Net.WebSocketClosedException.WebSocketClosedException(System.Int32, System.String) - nameWithType: WebSocketClosedException.WebSocketClosedException(Int32, String) -- uid: Discord.Net.WebSocketClosedException.#ctor* - name: WebSocketClosedException - href: api/Discord.Net.WebSocketClosedException.html#Discord_Net_WebSocketClosedException__ctor_ - commentId: Overload:Discord.Net.WebSocketClosedException.#ctor - isSpec: "True" - fullName: Discord.Net.WebSocketClosedException.WebSocketClosedException - nameWithType: WebSocketClosedException.WebSocketClosedException -- uid: Discord.Net.WebSocketClosedException.CloseCode - name: CloseCode - href: api/Discord.Net.WebSocketClosedException.html#Discord_Net_WebSocketClosedException_CloseCode - commentId: P:Discord.Net.WebSocketClosedException.CloseCode - fullName: Discord.Net.WebSocketClosedException.CloseCode - nameWithType: WebSocketClosedException.CloseCode -- uid: Discord.Net.WebSocketClosedException.CloseCode* - name: CloseCode - href: api/Discord.Net.WebSocketClosedException.html#Discord_Net_WebSocketClosedException_CloseCode_ - commentId: Overload:Discord.Net.WebSocketClosedException.CloseCode - isSpec: "True" - fullName: Discord.Net.WebSocketClosedException.CloseCode - nameWithType: WebSocketClosedException.CloseCode -- uid: Discord.Net.WebSocketClosedException.Reason - name: Reason - href: api/Discord.Net.WebSocketClosedException.html#Discord_Net_WebSocketClosedException_Reason - commentId: P:Discord.Net.WebSocketClosedException.Reason - fullName: Discord.Net.WebSocketClosedException.Reason - nameWithType: WebSocketClosedException.Reason -- uid: Discord.Net.WebSocketClosedException.Reason* - name: Reason - href: api/Discord.Net.WebSocketClosedException.html#Discord_Net_WebSocketClosedException_Reason_ - commentId: Overload:Discord.Net.WebSocketClosedException.Reason - isSpec: "True" - fullName: Discord.Net.WebSocketClosedException.Reason - nameWithType: WebSocketClosedException.Reason -- uid: Discord.Net.WebSockets - name: Discord.Net.WebSockets - href: api/Discord.Net.WebSockets.html - commentId: N:Discord.Net.WebSockets - fullName: Discord.Net.WebSockets - nameWithType: Discord.Net.WebSockets -- uid: Discord.Net.WebSockets.DefaultWebSocketProvider - name: DefaultWebSocketProvider - href: api/Discord.Net.WebSockets.DefaultWebSocketProvider.html - commentId: T:Discord.Net.WebSockets.DefaultWebSocketProvider - fullName: Discord.Net.WebSockets.DefaultWebSocketProvider - nameWithType: DefaultWebSocketProvider -- uid: Discord.Net.WebSockets.DefaultWebSocketProvider.Create(System.Net.IWebProxy) - name: Create(IWebProxy) - href: api/Discord.Net.WebSockets.DefaultWebSocketProvider.html#Discord_Net_WebSockets_DefaultWebSocketProvider_Create_System_Net_IWebProxy_ - commentId: M:Discord.Net.WebSockets.DefaultWebSocketProvider.Create(System.Net.IWebProxy) - fullName: Discord.Net.WebSockets.DefaultWebSocketProvider.Create(System.Net.IWebProxy) - nameWithType: DefaultWebSocketProvider.Create(IWebProxy) -- uid: Discord.Net.WebSockets.DefaultWebSocketProvider.Create* - name: Create - href: api/Discord.Net.WebSockets.DefaultWebSocketProvider.html#Discord_Net_WebSockets_DefaultWebSocketProvider_Create_ - commentId: Overload:Discord.Net.WebSockets.DefaultWebSocketProvider.Create - isSpec: "True" - fullName: Discord.Net.WebSockets.DefaultWebSocketProvider.Create - nameWithType: DefaultWebSocketProvider.Create -- uid: Discord.Net.WebSockets.DefaultWebSocketProvider.Instance - name: Instance - href: api/Discord.Net.WebSockets.DefaultWebSocketProvider.html#Discord_Net_WebSockets_DefaultWebSocketProvider_Instance - commentId: F:Discord.Net.WebSockets.DefaultWebSocketProvider.Instance - fullName: Discord.Net.WebSockets.DefaultWebSocketProvider.Instance - nameWithType: DefaultWebSocketProvider.Instance -- uid: Discord.Net.WebSockets.IWebSocketClient - name: IWebSocketClient - href: api/Discord.Net.WebSockets.IWebSocketClient.html - commentId: T:Discord.Net.WebSockets.IWebSocketClient - fullName: Discord.Net.WebSockets.IWebSocketClient - nameWithType: IWebSocketClient -- uid: Discord.Net.WebSockets.IWebSocketClient.BinaryMessage - name: BinaryMessage - href: api/Discord.Net.WebSockets.IWebSocketClient.html#Discord_Net_WebSockets_IWebSocketClient_BinaryMessage - commentId: E:Discord.Net.WebSockets.IWebSocketClient.BinaryMessage - fullName: Discord.Net.WebSockets.IWebSocketClient.BinaryMessage - nameWithType: IWebSocketClient.BinaryMessage -- uid: Discord.Net.WebSockets.IWebSocketClient.Closed - name: Closed - href: api/Discord.Net.WebSockets.IWebSocketClient.html#Discord_Net_WebSockets_IWebSocketClient_Closed - commentId: E:Discord.Net.WebSockets.IWebSocketClient.Closed - fullName: Discord.Net.WebSockets.IWebSocketClient.Closed - nameWithType: IWebSocketClient.Closed -- uid: Discord.Net.WebSockets.IWebSocketClient.ConnectAsync(System.String) - name: ConnectAsync(String) - href: api/Discord.Net.WebSockets.IWebSocketClient.html#Discord_Net_WebSockets_IWebSocketClient_ConnectAsync_System_String_ - commentId: M:Discord.Net.WebSockets.IWebSocketClient.ConnectAsync(System.String) - fullName: Discord.Net.WebSockets.IWebSocketClient.ConnectAsync(System.String) - nameWithType: IWebSocketClient.ConnectAsync(String) -- uid: Discord.Net.WebSockets.IWebSocketClient.ConnectAsync* - name: ConnectAsync - href: api/Discord.Net.WebSockets.IWebSocketClient.html#Discord_Net_WebSockets_IWebSocketClient_ConnectAsync_ - commentId: Overload:Discord.Net.WebSockets.IWebSocketClient.ConnectAsync - isSpec: "True" - fullName: Discord.Net.WebSockets.IWebSocketClient.ConnectAsync - nameWithType: IWebSocketClient.ConnectAsync -- uid: Discord.Net.WebSockets.IWebSocketClient.DisconnectAsync - name: DisconnectAsync() - href: api/Discord.Net.WebSockets.IWebSocketClient.html#Discord_Net_WebSockets_IWebSocketClient_DisconnectAsync - commentId: M:Discord.Net.WebSockets.IWebSocketClient.DisconnectAsync - fullName: Discord.Net.WebSockets.IWebSocketClient.DisconnectAsync() - nameWithType: IWebSocketClient.DisconnectAsync() -- uid: Discord.Net.WebSockets.IWebSocketClient.DisconnectAsync* - name: DisconnectAsync - href: api/Discord.Net.WebSockets.IWebSocketClient.html#Discord_Net_WebSockets_IWebSocketClient_DisconnectAsync_ - commentId: Overload:Discord.Net.WebSockets.IWebSocketClient.DisconnectAsync - isSpec: "True" - fullName: Discord.Net.WebSockets.IWebSocketClient.DisconnectAsync - nameWithType: IWebSocketClient.DisconnectAsync -- uid: Discord.Net.WebSockets.IWebSocketClient.SendAsync(System.Byte[],System.Int32,System.Int32,System.Boolean) - name: SendAsync(Byte[], Int32, Int32, Boolean) - href: api/Discord.Net.WebSockets.IWebSocketClient.html#Discord_Net_WebSockets_IWebSocketClient_SendAsync_System_Byte___System_Int32_System_Int32_System_Boolean_ - commentId: M:Discord.Net.WebSockets.IWebSocketClient.SendAsync(System.Byte[],System.Int32,System.Int32,System.Boolean) - name.vb: SendAsync(Byte(), Int32, Int32, Boolean) - fullName: Discord.Net.WebSockets.IWebSocketClient.SendAsync(System.Byte[], System.Int32, System.Int32, System.Boolean) - fullName.vb: Discord.Net.WebSockets.IWebSocketClient.SendAsync(System.Byte(), System.Int32, System.Int32, System.Boolean) - nameWithType: IWebSocketClient.SendAsync(Byte[], Int32, Int32, Boolean) - nameWithType.vb: IWebSocketClient.SendAsync(Byte(), Int32, Int32, Boolean) -- uid: Discord.Net.WebSockets.IWebSocketClient.SendAsync* - name: SendAsync - href: api/Discord.Net.WebSockets.IWebSocketClient.html#Discord_Net_WebSockets_IWebSocketClient_SendAsync_ - commentId: Overload:Discord.Net.WebSockets.IWebSocketClient.SendAsync - isSpec: "True" - fullName: Discord.Net.WebSockets.IWebSocketClient.SendAsync - nameWithType: IWebSocketClient.SendAsync -- uid: Discord.Net.WebSockets.IWebSocketClient.SetCancelToken(System.Threading.CancellationToken) - name: SetCancelToken(CancellationToken) - href: api/Discord.Net.WebSockets.IWebSocketClient.html#Discord_Net_WebSockets_IWebSocketClient_SetCancelToken_System_Threading_CancellationToken_ - commentId: M:Discord.Net.WebSockets.IWebSocketClient.SetCancelToken(System.Threading.CancellationToken) - fullName: Discord.Net.WebSockets.IWebSocketClient.SetCancelToken(System.Threading.CancellationToken) - nameWithType: IWebSocketClient.SetCancelToken(CancellationToken) -- uid: Discord.Net.WebSockets.IWebSocketClient.SetCancelToken* - name: SetCancelToken - href: api/Discord.Net.WebSockets.IWebSocketClient.html#Discord_Net_WebSockets_IWebSocketClient_SetCancelToken_ - commentId: Overload:Discord.Net.WebSockets.IWebSocketClient.SetCancelToken - isSpec: "True" - fullName: Discord.Net.WebSockets.IWebSocketClient.SetCancelToken - nameWithType: IWebSocketClient.SetCancelToken -- uid: Discord.Net.WebSockets.IWebSocketClient.SetHeader(System.String,System.String) - name: SetHeader(String, String) - href: api/Discord.Net.WebSockets.IWebSocketClient.html#Discord_Net_WebSockets_IWebSocketClient_SetHeader_System_String_System_String_ - commentId: M:Discord.Net.WebSockets.IWebSocketClient.SetHeader(System.String,System.String) - fullName: Discord.Net.WebSockets.IWebSocketClient.SetHeader(System.String, System.String) - nameWithType: IWebSocketClient.SetHeader(String, String) -- uid: Discord.Net.WebSockets.IWebSocketClient.SetHeader* - name: SetHeader - href: api/Discord.Net.WebSockets.IWebSocketClient.html#Discord_Net_WebSockets_IWebSocketClient_SetHeader_ - commentId: Overload:Discord.Net.WebSockets.IWebSocketClient.SetHeader - isSpec: "True" - fullName: Discord.Net.WebSockets.IWebSocketClient.SetHeader - nameWithType: IWebSocketClient.SetHeader -- uid: Discord.Net.WebSockets.IWebSocketClient.TextMessage - name: TextMessage - href: api/Discord.Net.WebSockets.IWebSocketClient.html#Discord_Net_WebSockets_IWebSocketClient_TextMessage - commentId: E:Discord.Net.WebSockets.IWebSocketClient.TextMessage - fullName: Discord.Net.WebSockets.IWebSocketClient.TextMessage - nameWithType: IWebSocketClient.TextMessage -- uid: Discord.Net.WebSockets.WebSocketProvider - name: WebSocketProvider - href: api/Discord.Net.WebSockets.WebSocketProvider.html - commentId: T:Discord.Net.WebSockets.WebSocketProvider - fullName: Discord.Net.WebSockets.WebSocketProvider - nameWithType: WebSocketProvider - uid: Discord.Optional name: Optional href: api/Discord.Optional.html @@ -67884,6 +68218,22 @@ references: isSpec: "True" fullName: ImGuiScene.RawDX11Scene.LoadImage nameWithType: RawDX11Scene.LoadImage +- uid: ImGuiScene.RawDX11Scene.LoadImageRaw(System.Byte[],System.Int32,System.Int32,System.Int32) + name: LoadImageRaw(Byte[], Int32, Int32, Int32) + href: api/ImGuiScene.RawDX11Scene.html#ImGuiScene_RawDX11Scene_LoadImageRaw_System_Byte___System_Int32_System_Int32_System_Int32_ + commentId: M:ImGuiScene.RawDX11Scene.LoadImageRaw(System.Byte[],System.Int32,System.Int32,System.Int32) + name.vb: LoadImageRaw(Byte(), Int32, Int32, Int32) + fullName: ImGuiScene.RawDX11Scene.LoadImageRaw(System.Byte[], System.Int32, System.Int32, System.Int32) + fullName.vb: ImGuiScene.RawDX11Scene.LoadImageRaw(System.Byte(), System.Int32, System.Int32, System.Int32) + nameWithType: RawDX11Scene.LoadImageRaw(Byte[], Int32, Int32, Int32) + nameWithType.vb: RawDX11Scene.LoadImageRaw(Byte(), Int32, Int32, Int32) +- uid: ImGuiScene.RawDX11Scene.LoadImageRaw* + name: LoadImageRaw + href: api/ImGuiScene.RawDX11Scene.html#ImGuiScene_RawDX11Scene_LoadImageRaw_ + commentId: Overload:ImGuiScene.RawDX11Scene.LoadImageRaw + isSpec: "True" + fullName: ImGuiScene.RawDX11Scene.LoadImageRaw + nameWithType: RawDX11Scene.LoadImageRaw - uid: ImGuiScene.RawDX11Scene.NewInputFrameDelegate name: RawDX11Scene.NewInputFrameDelegate href: api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html diff --git a/filterConfig.yml b/filterConfig.yml index 9fe66b175..dad0f848a 100644 --- a/filterConfig.yml +++ b/filterConfig.yml @@ -10,4 +10,6 @@ apiRules: - exclude: uidRegex: AddressResolver$ - exclude: - uidRegex: ^Dalamud$ \ No newline at end of file + uidRegex: ^Dalamud$ +- exclude: + uidRegex: ^Discord.Net \ No newline at end of file