diff --git a/docs/api/Dalamud.Dalamud.html b/docs/api/Dalamud.Dalamud.html index fe8bdaf84..9a72b8442 100644 --- a/docs/api/Dalamud.Dalamud.html +++ b/docs/api/Dalamud.Dalamud.html @@ -119,13 +119,13 @@ | - Improve this Doc + Improve this Doc View Source -

Dalamud(DalamudStartInfo, LoggingLevelSwitch, ManualResetEvent)

+

Dalamud(DalamudStartInfo, LoggingLevelSwitch, ManualResetEvent)

Initializes a new instance of the Dalamud class.

@@ -150,7 +150,7 @@ - Serilog.Core.LoggingLevelSwitch + LoggingLevelSwitch loggingLevelSwitch

LoggingLevelSwitch to control Serilog level.

diff --git a/docs/api/Dalamud.Data.DataManager.html b/docs/api/Dalamud.Data.DataManager.html index 523c4f6d5..ec38086fa 100644 --- a/docs/api/Dalamud.Data.DataManager.html +++ b/docs/api/Dalamud.Data.DataManager.html @@ -193,7 +193,7 @@

Excel

-

Gets an Lumina.Excel.ExcelModule object which gives access to any of the game's sheet data.

+

Gets an object which gives access to any of the game's sheet data.

Declaration
@@ -210,7 +210,7 @@ - Lumina.Excel.ExcelModule + ExcelModule @@ -354,7 +354,7 @@

GetExcelSheet<T>()

-

Get an Lumina.Excel.ExcelSheet<T> with the given Excel sheet row type.

+

Get an with the given Excel sheet row type.

Declaration
@@ -372,8 +372,8 @@ - Lumina.Excel.ExcelSheet<T> -

The Lumina.Excel.ExcelSheet<T>, giving access to game rows.

+ ExcelSheet<T> +

The , giving access to game rows.

@@ -403,7 +403,7 @@

GetExcelSheet<T>(ClientLanguage)

-

Get an Lumina.Excel.ExcelSheet<T> with the given Excel sheet row type with a specified language.

+

Get an with the given Excel sheet row type with a specified language.

Declaration
@@ -439,8 +439,8 @@ - Lumina.Excel.ExcelSheet<T> -

The Lumina.Excel.ExcelSheet<T>, giving access to game rows.

+ ExcelSheet<T> +

The , giving access to game rows.

@@ -470,7 +470,7 @@

GetFile(String)

-

Get a Lumina.Data.FileResource with the given path.

+

Get a with the given path.

Declaration
@@ -505,8 +505,8 @@ - Lumina.Data.FileResource -

The Lumina.Data.FileResource of the file.

+ FileResource +

The of the file.

@@ -520,7 +520,7 @@

GetFile<T>(String)

-

Get a Lumina.Data.FileResource with the given path, of the given type.

+

Get a with the given path, of the given type.

Declaration
@@ -557,7 +557,7 @@ T -

The Lumina.Data.FileResource of the file.

+

The of the file.

@@ -587,7 +587,7 @@

GetIcon(ClientLanguage, Int32)

-

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

+

Get a containing the icon with the given ID, of the given language.

Declaration
@@ -628,8 +628,8 @@ - Lumina.Data.Files.TexFile -

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

+ TexFile +

The containing the icon.

@@ -643,7 +643,7 @@

GetIcon(Int32)

-

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

+

Get a containing the icon with the given ID.

Declaration
@@ -678,8 +678,8 @@ - Lumina.Data.Files.TexFile -

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

+ TexFile +

The containing the icon.

@@ -693,7 +693,7 @@

GetIcon(String, Int32)

-

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

+

Get a containing the icon with the given ID, of the given type.

Declaration
@@ -734,8 +734,8 @@ - Lumina.Data.Files.TexFile -

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

+ TexFile +

The containing the icon.

diff --git a/docs/api/Dalamud.Data.LuminaExtensions.TexFileExtensions.html b/docs/api/Dalamud.Data.LuminaExtensions.TexFileExtensions.html index 14c005a8b..964b3ddb5 100644 --- a/docs/api/Dalamud.Data.LuminaExtensions.TexFileExtensions.html +++ b/docs/api/Dalamud.Data.LuminaExtensions.TexFileExtensions.html @@ -73,7 +73,7 @@

Class TexFileExtensions

-

Extensions to Lumina.Data.Files.TexFile.

+

Extensions to .

@@ -115,13 +115,13 @@ | - Improve this Doc + Improve this Doc View Source -

GetRgbaImageData(TexFile)

+

GetRgbaImageData(TexFile)

Returns the image data formatted for LoadImageRaw(Byte[], Int32, Int32, Int32).

@@ -140,7 +140,7 @@ - Lumina.Data.Files.TexFile + TexFile texFile

The TexFile to format.

diff --git a/docs/api/Dalamud.Data.LuminaExtensions.html b/docs/api/Dalamud.Data.LuminaExtensions.html index 0de13f39a..28f219499 100644 --- a/docs/api/Dalamud.Data.LuminaExtensions.html +++ b/docs/api/Dalamud.Data.LuminaExtensions.html @@ -78,7 +78,7 @@

Classes

TexFileExtensions

-

Extensions to Lumina.Data.Files.TexFile.

+

Extensions to .

diff --git a/docs/api/Dalamud.Data.TransientSheet.Completion.html b/docs/api/Dalamud.Data.TransientSheet.Completion.html index b73a0bf17..c6ea71ecf 100644 --- a/docs/api/Dalamud.Data.TransientSheet.Completion.html +++ b/docs/api/Dalamud.Data.TransientSheet.Completion.html @@ -78,48 +78,13 @@
Inheritance
System.Object
-
Lumina.Excel.ExcelRow
-
Completion
-
-
-
Inherited Members
-
- Lumina.Excel.ExcelRow.GetDefaultColumnValue() -
-
- Lumina.Excel.ExcelRow.ToString() -
-
- Lumina.Excel.ExcelRow.SheetName -
-
- Lumina.Excel.ExcelRow.SheetLanguage -
-
- System.Object.Equals(System.Object) -
-
- System.Object.Equals(System.Object, System.Object) -
-
- System.Object.ReferenceEquals(System.Object, System.Object) -
-
- System.Object.GetHashCode() -
-
- System.Object.GetType() -
-
- System.Object.MemberwiseClone() -
+
Completion
Namespace: Dalamud.Data.TransientSheet
Assembly: Dalamud.dll
Syntax
[Obsolete("This sheet is transient and will be removed soon.")]
-[Sheet("Completion", 778851747U)]
 public class Completion : ExcelRow

Fields @@ -335,13 +300,13 @@ public class Completion : ExcelRow

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

PopulateData(RowParser, GameData, Language)

+

PopulateData(RowParser, GameData, Language)

Declaration
@@ -359,17 +324,17 @@ public class Completion : ExcelRow - Lumina.Excel.RowParser + RowParser parser - Lumina.GameData + GameData lumina - Lumina.Data.Language + Language language diff --git a/docs/api/Dalamud.Data.TransientSheet.PetMirage.html b/docs/api/Dalamud.Data.TransientSheet.PetMirage.html index 620175fca..904158094 100644 --- a/docs/api/Dalamud.Data.TransientSheet.PetMirage.html +++ b/docs/api/Dalamud.Data.TransientSheet.PetMirage.html @@ -78,48 +78,13 @@
Inheritance
System.Object
-
Lumina.Excel.ExcelRow
-
PetMirage
-
-
-
Inherited Members
-
- Lumina.Excel.ExcelRow.GetDefaultColumnValue() -
-
- Lumina.Excel.ExcelRow.ToString() -
-
- Lumina.Excel.ExcelRow.SheetName -
-
- Lumina.Excel.ExcelRow.SheetLanguage -
-
- System.Object.Equals(System.Object) -
-
- System.Object.Equals(System.Object, System.Object) -
-
- System.Object.ReferenceEquals(System.Object, System.Object) -
-
- System.Object.GetHashCode() -
-
- System.Object.GetType() -
-
- System.Object.MemberwiseClone() -
+
PetMirage
Namespace: Dalamud.Data.TransientSheet
Assembly: Dalamud.dll
Syntax
[Obsolete("This sheet is transient and will be removed soon.")]
-[Sheet("PetMirage", 1912998129U)]
 public class PetMirage : ExcelRow

Fields @@ -2017,13 +1982,13 @@ public class PetMirage : ExcelRow

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

PopulateData(RowParser, GameData, Language)

+

PopulateData(RowParser, GameData, Language)

Declaration
@@ -2041,17 +2006,17 @@ public class PetMirage : ExcelRow - Lumina.Excel.RowParser + RowParser parser - Lumina.GameData + GameData lumina - Lumina.Data.Language + Language language diff --git a/docs/api/Dalamud.EntryPoint.html b/docs/api/Dalamud.EntryPoint.html index fa0179a71..be5134820 100644 --- a/docs/api/Dalamud.EntryPoint.html +++ b/docs/api/Dalamud.EntryPoint.html @@ -81,34 +81,6 @@
System.Object
EntryPoint
-
-
Implements
-
EasyHook.IEntryPoint
-
-
-
Inherited Members
-
- System.Object.ToString() -
-
- System.Object.Equals(System.Object) -
-
- System.Object.Equals(System.Object, System.Object) -
-
- System.Object.ReferenceEquals(System.Object, System.Object) -
-
- System.Object.GetHashCode() -
-
- System.Object.GetType() -
-
- System.Object.MemberwiseClone() -
-
Namespace: Dalamud
Assembly: Dalamud.dll
Syntax
@@ -119,13 +91,13 @@ | - Improve this Doc + Improve this Doc View Source -

EntryPoint(RemoteHooking.IContext, DalamudStartInfo)

+

EntryPoint(RemoteHooking.IContext, DalamudStartInfo)

Initializes a new instance of the EntryPoint class.

@@ -144,9 +116,9 @@ - EasyHook.RemoteHooking.IContext + RemoteHooking.IContext ctx -

The EasyHook.RemoteHooking.IContext used to load the DLL.

+

The used to load the DLL.

@@ -161,13 +133,13 @@ | - Improve this Doc + Improve this Doc View Source -

Run(RemoteHooking.IContext, DalamudStartInfo)

+

Run(RemoteHooking.IContext, DalamudStartInfo)

Initialize all Dalamud subsystems and start running on the main thread.

@@ -186,9 +158,9 @@ - EasyHook.RemoteHooking.IContext + RemoteHooking.IContext ctx -

The EasyHook.RemoteHooking.IContext used to load the DLL.

+

The used to load the DLL.

@@ -199,10 +171,6 @@ -

Implements

-
- EasyHook.IEntryPoint -
diff --git a/docs/api/Dalamud.Game.ClientState.Actors.ActorTable.html b/docs/api/Dalamud.Game.ClientState.Actors.ActorTable.html index 27ce30131..97ac7e425 100644 --- a/docs/api/Dalamud.Game.ClientState.Actors.ActorTable.html +++ b/docs/api/Dalamud.Game.ClientState.Actors.ActorTable.html @@ -176,8 +176,7 @@
Declaration
-
[CanBeNull]
-public Actor this[int index] { get; }
+
public Actor this[int index] { get; }
Parameters
diff --git a/docs/api/Dalamud.Game.ClientState.Actors.Position3.html b/docs/api/Dalamud.Game.ClientState.Actors.Position3.html index 50be8c479..09c92e4d6 100644 --- a/docs/api/Dalamud.Game.ClientState.Actors.Position3.html +++ b/docs/api/Dalamud.Game.ClientState.Actors.Position3.html @@ -201,13 +201,13 @@ View Source -

Implicit(Position3 to Vector3)

+

Implicit(Position3 to SharpDX.Vector3)

Convert this Position3 to a SharpDX.Vector3

Declaration
-
public static implicit operator Vector3(Position3 pos)
+
public static implicit operator SharpDX.Vector3(Position3 pos)
Parameters
diff --git a/docs/api/Dalamud.Game.ClientState.Actors.Resolvers.ClassJob.html b/docs/api/Dalamud.Game.ClientState.Actors.Resolvers.ClassJob.html index 8ae98de7d..c280a8890 100644 --- a/docs/api/Dalamud.Game.ClientState.Actors.Resolvers.ClassJob.html +++ b/docs/api/Dalamud.Game.ClientState.Actors.Resolvers.ClassJob.html @@ -204,7 +204,7 @@
Declaration
-
public ClassJob GameData { get; }
+
public Lumina.Excel.GeneratedSheets.ClassJob GameData { get; }
Property Value
diff --git a/docs/api/Dalamud.Game.ClientState.Actors.Resolvers.World.html b/docs/api/Dalamud.Game.ClientState.Actors.Resolvers.World.html index 3c581a9f1..24c763d0e 100644 --- a/docs/api/Dalamud.Game.ClientState.Actors.Resolvers.World.html +++ b/docs/api/Dalamud.Game.ClientState.Actors.Resolvers.World.html @@ -204,7 +204,7 @@
Declaration
-
public World GameData { get; }
+
public Lumina.Excel.GeneratedSheets.World GameData { get; }
Property Value
diff --git a/docs/api/Dalamud.Game.ClientState.ClientState.html b/docs/api/Dalamud.Game.ClientState.ClientState.html index bdbb928f2..955d9bc79 100644 --- a/docs/api/Dalamud.Game.ClientState.ClientState.html +++ b/docs/api/Dalamud.Game.ClientState.ClientState.html @@ -513,8 +513,7 @@
Declaration
-
[CanBeNull]
-public PlayerCharacter LocalPlayer { get; }
+
public PlayerCharacter LocalPlayer { get; }
Property Value
@@ -590,7 +589,7 @@ public PlayerCharacter LocalPlayer { get; } - + diff --git a/docs/api/Dalamud.Game.Internal.Gui.GameGui.GetBaseUIObjectDelegate.html b/docs/api/Dalamud.Game.Internal.Gui.GameGui.GetBaseUIObjectDelegate.html index b7d7d3a95..4aa66b2a2 100644 --- a/docs/api/Dalamud.Game.Internal.Gui.GameGui.GetBaseUIObjectDelegate.html +++ b/docs/api/Dalamud.Game.Internal.Gui.GameGui.GetBaseUIObjectDelegate.html @@ -107,7 +107,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Internal.Gui.GameGui.html b/docs/api/Dalamud.Game.Internal.Gui.GameGui.html index 05ba9b1a7..926ec9406 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)

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

    GetBaseUIObject

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

    Chat

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

    GameUiHidden

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

    HoveredAction

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

    HoveredActionChanged

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

    HoveredItem

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

    Improve this Doc - View Source + View Source

    HoveredItemChanged

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

    Improve this Doc - View Source + View Source

    PartyFinder

    @@ -406,6 +406,36 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ

    System.EventHandler<Lumina.Excel.GeneratedSheets.ContentFinderCondition>System.EventHandler<ContentFinderCondition>
    + + | + Improve this Doc + + + View Source + + +

    Toast

    +
    +
    +
    Declaration
    +
    +
    public ToastGui Toast { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    ToastGui

    Methods

    @@ -413,7 +443,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ

    Improve this Doc
    - View Source + View Source

    Dispose()

    @@ -428,7 +458,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ

    Improve this Doc - View Source + View Source

    Enable()

    @@ -443,7 +473,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ

    Improve this Doc - View Source + View Source

    GetAddonByName(String, Int32)

    @@ -490,12 +520,44 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ

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

    GetUIModule()

    +

    Gets a pointer to the game's UI module.

    +
    +
    +
    Declaration
    +
    +
    public IntPtr GetUIModule()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.IntPtr

    IntPtr pointing to UI module

    +
    | Improve this Doc - View Source + View Source

    GetUiObjectByName(String, Int32)

    @@ -551,7 +613,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ

    Improve this Doc - View Source + View Source @@ -598,13 +660,13 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ

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

    ScreenToWorld(Vector2, out Vector3, Single)

    +

    ScreenToWorld(Vector2, out Vector3, Single)

    Converts screen coordinates to in-world coordinates via raycasting.

    @@ -623,13 +685,13 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ

    - SharpDX.Vector2 + Vector2 screenPos

    Screen coordinates

    - SharpDX.Vector3 + Vector3 worldPos

    Converted coordinates

    @@ -663,7 +725,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ

    Improve this Doc - View Source + View Source

    SetBgm(UInt16)

    @@ -692,13 +754,13 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ

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

    WorldToScreen(Vector3, out Vector2)

    +

    WorldToScreen(Vector3, out Vector2)

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

    @@ -717,13 +779,13 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ

    - SharpDX.Vector3 + Vector3 worldPos

    Coordinates in the world

    - SharpDX.Vector2 + Vector2 screenPos

    Converted coordinates

    @@ -753,7 +815,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ

    Improve this Doc - View Source + View Source

    OnUiHideToggled

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

    @@ -793,7 +855,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Internal.Gui.Structs.JobFlagsExt.html b/docs/api/Dalamud.Game.Internal.Gui.Structs.JobFlagsExt.html index 433c1b0e3..a16e8d010 100644 --- a/docs/api/Dalamud.Game.Internal.Gui.Structs.JobFlagsExt.html +++ b/docs/api/Dalamud.Game.Internal.Gui.Structs.JobFlagsExt.html @@ -162,7 +162,7 @@ - Lumina.Excel.GeneratedSheets.ClassJob + ClassJob

    A ClassJob if found or null if not

    diff --git a/docs/api/Dalamud.Game.Internal.Gui.Structs.PartyFinderListing.html b/docs/api/Dalamud.Game.Internal.Gui.Structs.PartyFinderListing.html index 99553d486..d37bf489a 100644 --- a/docs/api/Dalamud.Game.Internal.Gui.Structs.PartyFinderListing.html +++ b/docs/api/Dalamud.Game.Internal.Gui.Structs.PartyFinderListing.html @@ -231,7 +231,7 @@ - System.Lazy<Lumina.Excel.GeneratedSheets.World> + System.Lazy<World> @@ -293,7 +293,7 @@ - System.Lazy<Lumina.Excel.GeneratedSheets.ContentFinderCondition> + System.Lazy<ContentFinderCondition> @@ -386,7 +386,7 @@ - System.Lazy<Lumina.Excel.GeneratedSheets.World> + System.Lazy<World> @@ -683,7 +683,7 @@ - System.Collections.Generic.IReadOnlyCollection<System.Lazy<Lumina.Excel.GeneratedSheets.ClassJob>> + System.Collections.Generic.IReadOnlyCollection<System.Lazy<ClassJob>> @@ -1057,7 +1057,7 @@ fills or the host ends it early.

    - System.Lazy<Lumina.Excel.GeneratedSheets.World> + System.Lazy<World> diff --git a/docs/api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html b/docs/api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html new file mode 100644 index 000000000..9b3879dfb --- /dev/null +++ b/docs/api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html @@ -0,0 +1,283 @@ + + + + + + + + Class QuestToastOptions + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.html b/docs/api/Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.html new file mode 100644 index 000000000..ce94df4e3 --- /dev/null +++ b/docs/api/Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.html @@ -0,0 +1,154 @@ + + + + + + + + Enum QuestToastPosition + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Internal.Gui.Toast.ToastOptions.html b/docs/api/Dalamud.Game.Internal.Gui.Toast.ToastOptions.html new file mode 100644 index 000000000..55730be87 --- /dev/null +++ b/docs/api/Dalamud.Game.Internal.Gui.Toast.ToastOptions.html @@ -0,0 +1,219 @@ + + + + + + + + Class ToastOptions + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Internal.Gui.Toast.ToastPosition.html b/docs/api/Dalamud.Game.Internal.Gui.Toast.ToastPosition.html new file mode 100644 index 000000000..d114b8542 --- /dev/null +++ b/docs/api/Dalamud.Game.Internal.Gui.Toast.ToastPosition.html @@ -0,0 +1,150 @@ + + + + + + + + Enum ToastPosition + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Internal.Gui.Toast.ToastSpeed.html b/docs/api/Dalamud.Game.Internal.Gui.Toast.ToastSpeed.html new file mode 100644 index 000000000..172446f43 --- /dev/null +++ b/docs/api/Dalamud.Game.Internal.Gui.Toast.ToastSpeed.html @@ -0,0 +1,152 @@ + + + + + + + + Enum ToastSpeed + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Internal.Gui.Toast.html b/docs/api/Dalamud.Game.Internal.Gui.Toast.html new file mode 100644 index 000000000..93fe52d67 --- /dev/null +++ b/docs/api/Dalamud.Game.Internal.Gui.Toast.html @@ -0,0 +1,128 @@ + + + + + + + + Namespace Dalamud.Game.Internal.Gui.Toast + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate.html b/docs/api/Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate.html new file mode 100644 index 000000000..120c82cb4 --- /dev/null +++ b/docs/api/Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate.html @@ -0,0 +1,148 @@ + + + + + + + + Delegate ToastGui.OnErrorToastDelegate + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate.html b/docs/api/Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate.html new file mode 100644 index 000000000..af918e8b5 --- /dev/null +++ b/docs/api/Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate.html @@ -0,0 +1,153 @@ + + + + + + + + Delegate ToastGui.OnNormalToastDelegate + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate.html b/docs/api/Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate.html new file mode 100644 index 000000000..0c4046fe3 --- /dev/null +++ b/docs/api/Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate.html @@ -0,0 +1,153 @@ + + + + + + + + Delegate ToastGui.OnQuestToastDelegate + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Internal.Gui.ToastGui.html b/docs/api/Dalamud.Game.Internal.Gui.ToastGui.html new file mode 100644 index 000000000..63806ea43 --- /dev/null +++ b/docs/api/Dalamud.Game.Internal.Gui.ToastGui.html @@ -0,0 +1,554 @@ + + + + + + + + Class ToastGui + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/Dalamud.Game.Internal.Gui.html b/docs/api/Dalamud.Game.Internal.Gui.html index d14fff33d..ee20b28b7 100644 --- a/docs/api/Dalamud.Game.Internal.Gui.html +++ b/docs/api/Dalamud.Game.Internal.Gui.html @@ -89,6 +89,8 @@

    TargetManager

    +

    ToastGui

    +

    Enums

    HoverActionKind

    @@ -108,6 +110,12 @@

    TargetManager.GetTargetDelegate

    +

    ToastGui.OnErrorToastDelegate

    +
    +

    ToastGui.OnNormalToastDelegate

    +
    +

    ToastGui.OnQuestToastDelegate

    +
    diff --git a/docs/api/Dalamud.Game.Network.NetworkHandlers.html b/docs/api/Dalamud.Game.Network.NetworkHandlers.html index 1a1eba26c..3e083af81 100644 --- a/docs/api/Dalamud.Game.Network.NetworkHandlers.html +++ b/docs/api/Dalamud.Game.Network.NetworkHandlers.html @@ -176,7 +176,7 @@ - System.EventHandler<Lumina.Excel.GeneratedSheets.ContentFinderCondition> + System.EventHandler<ContentFinderCondition> diff --git a/docs/api/Dalamud.Game.SigScanner.html b/docs/api/Dalamud.Game.SigScanner.html index fa46f12ef..726c69b3f 100644 --- a/docs/api/Dalamud.Game.SigScanner.html +++ b/docs/api/Dalamud.Game.SigScanner.html @@ -122,11 +122,11 @@ Improve this Doc - View Source + View Source

    SigScanner(ProcessModule, Boolean)

    -

    Set up the SigScanner.

    +

    Initializes a new instance of the SigScanner class.

    Declaration
    @@ -146,7 +146,7 @@ System.Diagnostics.ProcessModule module -

    The ProcessModule to be used for scanning

    +

    The ProcessModule to be used for scanning.

    @@ -164,11 +164,11 @@ Improve this Doc - View Source + View Source

    DataSectionBase

    -

    The base address of the .data section search area.

    +

    Gets the base address of the .data section search area.

    Declaration
    @@ -195,11 +195,11 @@ Improve this Doc - View Source + View Source

    DataSectionOffset

    -

    The offset of the .data section from the base of the module.

    +

    Gets the offset of the .data section from the base of the module.

    Declaration
    @@ -226,11 +226,11 @@ Improve this Doc - View Source + View Source

    DataSectionSize

    -

    The size of the .data section.

    +

    Gets the size of the .data section.

    Declaration
    @@ -257,11 +257,11 @@ Improve this Doc - View Source + View Source

    Is32BitProcess

    -

    If the ProcessModule is 32-bit.

    +

    Gets a value indicating whether or not the ProcessModule is 32-bit.

    Declaration
    @@ -288,11 +288,11 @@ Improve this Doc - View Source + View Source

    IsCopy

    -

    If the search on this module is performed on a copy.

    +

    Gets a value indicating whether or not the search on this module is performed on a copy.

    Declaration
    @@ -319,11 +319,11 @@ Improve this Doc - View Source + View Source

    Module

    -

    The ProcessModule on which the search is performed.

    +

    Gets the ProcessModule on which the search is performed.

    Declaration
    @@ -350,11 +350,11 @@ Improve this Doc - View Source + View Source

    SearchBase

    -

    The base address of the search area. When copied, this will be the address of the copy.

    +

    Gets the base address of the search area. When copied, this will be the address of the copy.

    Declaration
    @@ -381,11 +381,11 @@ Improve this Doc - View Source + View Source

    TextSectionBase

    -

    The base address of the .text section search area.

    +

    Gets the base address of the .text section search area.

    Declaration
    @@ -412,11 +412,11 @@ Improve this Doc - View Source + View Source

    TextSectionOffset

    -

    The offset of the .text section from the base of the module.

    +

    Gets the offset of the .text section from the base of the module.

    Declaration
    @@ -443,11 +443,11 @@ Improve this Doc - View Source + View Source

    TextSectionSize

    -

    The size of the text section.

    +

    Gets the size of the text section.

    Declaration
    @@ -476,7 +476,7 @@ Improve this Doc - View Source + View Source

    Dispose()

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

    GetStaticAddressFromSig(String, Int32)

    @@ -550,11 +550,12 @@ Place your cursor on the line calling a static address, and create and IDA sig.< Improve this Doc - View Source + View Source

    ResolveRelativeAddress(IntPtr, Int32)

    -
    +

    Resolve a RVA address.

    +
    Declaration
    @@ -573,12 +574,14 @@ Place your cursor on the line calling a static address, and create and IDA sig.< System.IntPtr nextInstAddr - +

    The address of the next instruction.

    + System.Int32 relOffset - +

    The relative offset.

    + @@ -593,7 +596,8 @@ Place your cursor on the line calling a static address, and create and IDA sig.< System.IntPtr - +

    The calculated offset.

    + @@ -602,15 +606,16 @@ Place your cursor on the line calling a static address, and create and IDA sig.< Improve this Doc - View Source + View Source

    Scan(IntPtr, Int32, String)

    -
    +

    Scan memory for a signature.

    +
    Declaration
    -
    public IntPtr Scan(IntPtr baseAddress, int size, string signature)
    +
    public static IntPtr Scan(IntPtr baseAddress, int size, string signature)
    Parameters
    @@ -625,17 +630,20 @@ Place your cursor on the line calling a static address, and create and IDA sig.< - + - + - +
    System.IntPtr baseAddress

    The base address to scan from.

    +
    System.Int32 size

    The amount of bytes to scan.

    +
    System.String signature

    The signature to search for.

    +
    @@ -650,7 +658,8 @@ Place your cursor on the line calling a static address, and create and IDA sig.< System.IntPtr - +

    The found offset.

    + @@ -659,7 +668,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.< Improve this Doc - View Source + View Source

    ScanData(String)

    @@ -709,7 +718,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.< Improve this Doc - View Source + View Source

    ScanModule(String)

    @@ -759,7 +768,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.< Improve this Doc - View Source + View Source

    ScanText(String)

    @@ -819,7 +828,7 @@ Place your cursor on the line calling a static address, and create and IDA sig.< Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html index b5d8c090a..1f858445f 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html @@ -189,8 +189,7 @@
    Declaration
    -
    [NotNull]
    -public string Plugin { get; }
    +
    public string Plugin { get; }
    Property Value
    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html index 2c8bbb017..baf35e900 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html @@ -243,8 +243,7 @@ often the name is only present in a following text payload.

    Declaration
    -
    [JsonProperty]
    -public bool IsHQ { get; }
    +
    public bool IsHQ { get; }
    Property Value
    @@ -275,8 +274,7 @@ public bool IsHQ { get; }
    Declaration
    -
    [JsonIgnore]
    -public Item Item { get; }
    +
    public Item Item { get; }
    Property Value
    @@ -288,7 +286,7 @@ public Item Item { get; } - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html index b2d806f69..1ff1d140d 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html @@ -283,8 +283,7 @@ but is an approximation and may be slightly off for some positions.

    Declaration
    -
    [JsonIgnore]
    -public string CoordinateString { get; }
    +
    public string CoordinateString { get; }
    Property Value
    Lumina.Excel.GeneratedSheets.ItemItem
    @@ -346,8 +345,7 @@ public string CoordinateString { get; }
    Declaration
    -
    [JsonIgnore]
    -public Map Map { get; }
    +
    public Map Map { get; }
    Property Value
    @@ -359,7 +357,7 @@ public Map Map { get; } - + @@ -381,8 +379,7 @@ public Map Map { get; }
    Declaration
    -
    [JsonIgnore]
    -public string PlaceName { get; }
    +
    public string PlaceName { get; }
    Property Value
    Lumina.Excel.GeneratedSheets.MapMap
    @@ -413,8 +410,7 @@ public string PlaceName { get; }
    Declaration
    -
    [JsonIgnore]
    -public string PlaceNameRegion { get; }
    +
    public string PlaceNameRegion { get; }
    Property Value
    @@ -507,8 +503,7 @@ public string PlaceNameRegion { get; }
    Declaration
    -
    [JsonIgnore]
    -public TerritoryType TerritoryType { get; }
    +
    public TerritoryType TerritoryType { get; }
    Property Value
    @@ -520,7 +515,7 @@ public TerritoryType TerritoryType { get; } - + @@ -605,8 +600,7 @@ public TerritoryType TerritoryType { get; }
    Declaration
    -
    [JsonIgnore]
    -public float YCoord { get; }
    +
    public float YCoord { get; }
    Property Value
    Lumina.Excel.GeneratedSheets.TerritoryTypeTerritoryType
    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.PlayerPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.PlayerPayload.html index 835733e64..24de9ab89 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.PlayerPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.PlayerPayload.html @@ -210,8 +210,7 @@ The world name will always be present.

    Declaration
    -
    [JsonIgnore]
    -public string DisplayedName { get; }
    +
    public string DisplayedName { get; }
    Property Value
    @@ -242,8 +241,7 @@ public string DisplayedName { get; }
    Declaration
    -
    [JsonIgnore]
    -public string PlayerName { get; set; }
    +
    public string PlayerName { get; set; }
    Property Value
    @@ -306,8 +304,7 @@ public string PlayerName { get; set; }
    Declaration
    -
    [JsonIgnore]
    -public World World { get; }
    +
    public World World { get; }
    Property Value
    @@ -319,7 +316,7 @@ public World World { get; } - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.QuestPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.QuestPayload.html index 590645d04..5d473d6fb 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.QuestPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.QuestPayload.html @@ -203,8 +203,7 @@
    Declaration
    -
    [JsonIgnore]
    -public Quest Quest { get; }
    +
    public Quest Quest { get; }
    Property Value
    Lumina.Excel.GeneratedSheets.WorldWorld
    @@ -216,7 +215,7 @@ public Quest Quest { get; } - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.RawPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.RawPayload.html index c6a0d7305..ba0ad5688 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.RawPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.RawPayload.html @@ -195,8 +195,7 @@ The returned data is a clone and modifications will not be persisted.

    Declaration
    -
    [JsonIgnore]
    -public byte[] Data { get; }
    +
    public byte[] Data { get; }
    Property Value
    Lumina.Excel.GeneratedSheets.QuestQuest
    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.StatusPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.StatusPayload.html index 61eb183df..c9c986983 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.StatusPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.StatusPayload.html @@ -203,8 +203,7 @@
    Declaration
    -
    [JsonIgnore]
    -public Status Status { get; }
    +
    public Status Status { get; }
    Property Value
    @@ -216,7 +215,7 @@ public Status Status { get; } - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload.html index 0684b837c..2a36ee1d7 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload.html @@ -202,8 +202,7 @@ This may contain SE's special unicode characters.

    Declaration
    -
    [JsonIgnore]
    -public string Text { get; set; }
    +
    public string Text { get; set; }
    Property Value
    Lumina.Excel.GeneratedSheets.StatusStatus
    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIForegroundPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIForegroundPayload.html index dbd2e181f..e72c398b7 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIForegroundPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIForegroundPayload.html @@ -199,8 +199,7 @@
    Declaration
    -
    [JsonIgnore]
    -public ushort ColorKey { get; set; }
    +
    public ushort ColorKey { get; set; }
    Property Value
    @@ -262,8 +261,7 @@ public ushort ColorKey { get; set; }
    Declaration
    -
    [JsonIgnore]
    -public uint RGB { get; }
    +
    public uint RGB { get; }
    Property Value
    @@ -326,8 +324,7 @@ public uint RGB { get; }
    Declaration
    -
    [JsonIgnore]
    -public UIColor UIColor { get; }
    +
    public UIColor UIColor { get; }
    Property Value
    @@ -339,7 +336,7 @@ public UIColor UIColor { get; } - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIGlowPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIGlowPayload.html index 9b578343b..2c9ee7f8f 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIGlowPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIGlowPayload.html @@ -199,8 +199,7 @@
    Declaration
    -
    [JsonIgnore]
    -public ushort ColorKey { get; set; }
    +
    public ushort ColorKey { get; set; }
    Property Value
    Lumina.Excel.GeneratedSheets.UIColorUIColor
    @@ -262,8 +261,7 @@ public ushort ColorKey { get; set; }
    Declaration
    -
    [JsonIgnore]
    -public uint RGB { get; }
    +
    public uint RGB { get; }
    Property Value
    @@ -326,8 +324,7 @@ public uint RGB { get; }
    Declaration
    -
    [JsonIgnore]
    -public UIColor UIColor { get; }
    +
    public UIColor UIColor { get; }
    Property Value
    @@ -339,7 +336,7 @@ public UIColor UIColor { get; } - + diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html b/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html index 3b8d8a999..e2ddd6656 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html @@ -158,8 +158,7 @@
    Declaration
    -
    [JsonConstructor]
    -public SeString(List<Payload> payloads)
    +
    public SeString(List<Payload> payloads)
    Parameters
    Lumina.Excel.GeneratedSheets.UIColorUIColor
    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html b/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html index 08700fff3..c019dc7d0 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html @@ -148,13 +148,13 @@ | - Improve this Doc + Improve this Doc View Source - +

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

    @@ -173,7 +173,7 @@ - + diff --git a/docs/api/Dalamud.Hooking.Hook-1.html b/docs/api/Dalamud.Hooking.Hook-1.html index fdd58cb00..93f06fb07 100644 --- a/docs/api/Dalamud.Hooking.Hook-1.html +++ b/docs/api/Dalamud.Hooking.Hook-1.html @@ -139,11 +139,12 @@ This class is basically a thin wrapper around the LocalHook type to provide help Improve this Doc - View Source + View Source

    Hook(IntPtr, Delegate, Object)

    -

    Createss a hook. Hook is not activated until Enable() method is called.

    +

    Initializes a new instance of the Hook<T> class. +Hook is not activated until Enable() method is called.

    Declaration
    @@ -187,11 +188,11 @@ This class is basically a thin wrapper around the LocalHook type to provide help Improve this Doc - View Source + View Source

    Address

    -

    A memory address of the target function.

    +

    Gets a memory address of the target function.

    Declaration
    @@ -234,11 +235,11 @@ This class is basically a thin wrapper around the LocalHook type to provide help Improve this Doc - View Source + View Source

    IsDisposed

    -

    Check if the hook has been disposed

    +

    Gets a value indicating whether or not the hook has been disposed.

    Declaration
    @@ -265,11 +266,11 @@ This class is basically a thin wrapper around the LocalHook type to provide help Improve this Doc - View Source + View Source

    IsEnabled

    -

    Check if the hook is enabled.

    +

    Gets a value indicating whether or not the hook is enabled.

    Declaration
    @@ -296,11 +297,11 @@ This class is basically a thin wrapper around the LocalHook type to provide help Improve this Doc - View Source + View Source

    Original

    -

    A delegate function that can be used to call the actual function as if function is not hooked yet.

    +

    Gets a delegate function that can be used to call the actual function as if function is not hooked yet.

    Declaration
    @@ -345,7 +346,7 @@ This class is basically a thin wrapper around the LocalHook type to provide help Improve this Doc - View Source + View Source

    Disable()

    @@ -361,7 +362,7 @@ This class is basically a thin wrapper around the LocalHook type to provide help Improve this Doc - View Source + View Source

    Dispose()

    @@ -377,7 +378,7 @@ This class is basically a thin wrapper around the LocalHook type to provide help Improve this Doc - View Source + View Source

    Enable()

    @@ -393,11 +394,12 @@ This class is basically a thin wrapper around the LocalHook type to provide help Improve this Doc - View Source + View Source

    FromSymbol(String, String, Delegate, Object)

    -

    Creates a hook. Hooking address is inferred by calling to GetProcAddress() function. Hook is not activated until Enable() method is called.

    +

    Creates a hook. Hooking address is inferred by calling to GetProcAddress() function. +Hook is not activated until Enable() method is called.

    Declaration
    @@ -417,13 +419,13 @@ This class is basically a thin wrapper around the LocalHook type to provide help
    - - @@ -451,7 +453,8 @@ This class is basically a thin wrapper around the LocalHook type to provide help - +
    Lumina.Excel.GeneratedSheets.ItemItem item

    The Lumina Item to link.

    System.String moduleName

    A name of the module currently loaded in the memory. (e.g. ws2_32.dll)

    +

    A name of the module currently loaded in the memory. (e.g. ws2_32.dll).

    System.String exportName

    A name of the exported function name (e.g. send)

    +

    A name of the exported function name (e.g. send).

    Hook<T>

    The hook with the supplied parameters.

    +
    @@ -470,7 +473,7 @@ This class is basically a thin wrapper around the LocalHook type to provide help Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Interface.ImGuiHelpers.html b/docs/api/Dalamud.Interface.ImGuiHelpers.html index b7adcc374..4ace59261 100644 --- a/docs/api/Dalamud.Interface.ImGuiHelpers.html +++ b/docs/api/Dalamud.Interface.ImGuiHelpers.html @@ -179,19 +179,19 @@ | - Improve this Doc + Improve this Doc View Source - -

    ForceMainViewport()

    -

    Force this ImGui window to stay inside the main game window.

    + +

    ForceNextWindowMainViewport()

    +

    Force the next ImGui window to stay inside the main game window.

    Declaration
    -
    public static void ForceMainViewport()
    +
    public static void ForceNextWindowMainViewport()
    | @@ -272,11 +272,12 @@ Improve this Doc - View Source + View Source

    SetNextWindowPosRelativeMainViewport(Vector2, ImGuiCond, Vector2)

    -
    +

    Set the position of the next window relative to the main viewport.

    +
    Declaration
    @@ -295,17 +296,66 @@ System.Numerics.Vector2 position - +

    The position of the next window.

    + ImGuiCond condition - +

    When to set the position.

    + System.Numerics.Vector2 pivot - +

    The pivot to set the position around.

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

    SetWindowPosRelativeMainViewport(String, Vector2, ImGuiCond)

    +

    Set the position of a window relative to the main viewport.

    +
    +
    +
    Declaration
    +
    +
    public static void SetWindowPosRelativeMainViewport(string name, Vector2 position, ImGuiCond condition = ImGuiCond.None)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringname

    The name/ID of the window.

    +
    System.Numerics.Vector2position

    The position of the window.

    +
    ImGuiCondcondition

    When to set the position.

    +
    diff --git a/docs/api/Dalamud.Interface.MySinkExtensions.html b/docs/api/Dalamud.Interface.MySinkExtensions.html index b2b47c216..25164f2da 100644 --- a/docs/api/Dalamud.Interface.MySinkExtensions.html +++ b/docs/api/Dalamud.Interface.MySinkExtensions.html @@ -114,13 +114,13 @@ | - Improve this Doc + Improve this Doc View Source -

    EventSink(LoggerSinkConfiguration, IFormatProvider)

    +

    EventSink(LoggerSinkConfiguration, IFormatProvider)

    Declaration
    @@ -138,7 +138,7 @@ - Serilog.Configuration.LoggerSinkConfiguration + LoggerSinkConfiguration loggerConfiguration @@ -159,7 +159,7 @@ - Serilog.LoggerConfiguration + LoggerConfiguration diff --git a/docs/api/Dalamud.Interface.UiBuilder.html b/docs/api/Dalamud.Interface.UiBuilder.html index d33b42e76..a509e4967 100644 --- a/docs/api/Dalamud.Interface.UiBuilder.html +++ b/docs/api/Dalamud.Interface.UiBuilder.html @@ -175,7 +175,7 @@ It can be used to draw custom windows and overlays.

    - SharpDX.Direct3D11.Device + Device diff --git a/docs/api/Dalamud.Plugin.DalamudPluginInterface.html b/docs/api/Dalamud.Plugin.DalamudPluginInterface.html index fe872f064..5534f29aa 100644 --- a/docs/api/Dalamud.Plugin.DalamudPluginInterface.html +++ b/docs/api/Dalamud.Plugin.DalamudPluginInterface.html @@ -614,7 +614,7 @@ Improve this Doc - View Source + View Source

    Dispose()

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

    Log(String, Object[])

    @@ -735,7 +735,7 @@ public void Log(string messageTemplate, params object[] values) Improve this Doc - View Source + View Source

    LogError(Exception, String, Object[])

    @@ -782,7 +782,7 @@ public void LogError(Exception exception, string messageTemplate, params object[ Improve this Doc - View Source + View Source

    LogError(String, Object[])

    @@ -907,7 +907,7 @@ public void LogError(string messageTemplate, params object[] values)Improve this Doc - View Source + View Source

    SendMessage(ExpandoObject)

    @@ -916,7 +916,8 @@ public void LogError(string messageTemplate, params object[] values)
    Declaration
    -
    public void SendMessage(ExpandoObject message)
    +
    [Obsolete("The current IPC mechanism is obsolete and scheduled to be replaced after API level 3.")]
    +public void SendMessage(ExpandoObject message)
    Parameters
    @@ -941,7 +942,7 @@ public void LogError(string messageTemplate, params object[] values)Improve this Doc - View Source + View Source

    SendMessage(String, ExpandoObject)

    @@ -950,7 +951,8 @@ public void LogError(string messageTemplate, params object[] values)
    Declaration
    -
    public bool SendMessage(string pluginName, ExpandoObject message)
    +
    [Obsolete("The current IPC mechanism is obsolete and scheduled to be replaced after API level 3.")]
    +public bool SendMessage(string pluginName, ExpandoObject message)
    Parameters
    @@ -997,7 +999,7 @@ public void LogError(string messageTemplate, params object[] values)Improve this Doc - View Source + View Source

    Subscribe(String, Action<ExpandoObject>)

    @@ -1006,7 +1008,8 @@ public void LogError(string messageTemplate, params object[] values)
    Declaration
    -
    public void Subscribe(string pluginName, Action<ExpandoObject> action)
    +
    [Obsolete("The current IPC mechanism is obsolete and scheduled to be replaced after API level 3.")]
    +public void Subscribe(string pluginName, Action<ExpandoObject> action)
    Parameters
    @@ -1046,7 +1049,8 @@ public void LogError(string messageTemplate, params object[] values)
    Declaration
    -
    public void SubscribeAny(Action<string, ExpandoObject> action)
    +
    [Obsolete("The current IPC mechanism is obsolete and scheduled to be replaced after API level 3.")]
    +public void SubscribeAny(Action<string, ExpandoObject> action)
    Parameters
    @@ -1071,7 +1075,7 @@ public void LogError(string messageTemplate, params object[] values)Improve this Doc - View Source + View Source

    Unsubscribe(String)

    @@ -1080,7 +1084,8 @@ public void LogError(string messageTemplate, params object[] values)
    Declaration
    -
    public void Unsubscribe(string pluginName)
    +
    [Obsolete("The current IPC mechanism is obsolete and scheduled to be replaced after API level 3.")]
    +public void Unsubscribe(string pluginName)
    Parameters
    @@ -1105,7 +1110,7 @@ public void LogError(string messageTemplate, params object[] values)Improve this Doc - View Source + View Source

    UnsubscribeAny()

    @@ -1114,7 +1119,8 @@ public void LogError(string messageTemplate, params object[] values)
    Declaration
    -
    public void UnsubscribeAny()
    +
    [Obsolete("The current IPC mechanism is obsolete and scheduled to be replaced after API level 3.")]
    +public void UnsubscribeAny()

    Events

    diff --git a/docs/api/Dalamud.SafeMemory.html b/docs/api/Dalamud.SafeMemory.html index a871610f1..5b37823c4 100644 --- a/docs/api/Dalamud.SafeMemory.html +++ b/docs/api/Dalamud.SafeMemory.html @@ -204,8 +204,7 @@ Please consider using these instead in performance-critical code.

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

    Declaration
    -
    [CanBeNull]
    -public static string ReadString(IntPtr address, Encoding encoding, int maxLength = 256)
    +
    public static string ReadString(IntPtr address, Encoding encoding, int maxLength = 256)
    Parameters
    diff --git a/docs/api/Dalamud.Test.Game.Text.Sanitizer.SanitizerTests.html b/docs/api/Dalamud.Test.Game.Text.Sanitizer.SanitizerTests.html index d4230e4a9..aa88e2bd9 100644 --- a/docs/api/Dalamud.Test.Game.Text.Sanitizer.SanitizerTests.html +++ b/docs/api/Dalamud.Test.Game.Text.Sanitizer.SanitizerTests.html @@ -80,35 +80,11 @@
    System.Object
    SanitizerTests
    -
    -
    Inherited Members
    -
    - System.Object.ToString() -
    -
    - System.Object.Equals(System.Object) -
    -
    - System.Object.Equals(System.Object, System.Object) -
    -
    - System.Object.ReferenceEquals(System.Object, System.Object) -
    -
    - System.Object.GetHashCode() -
    -
    - System.Object.GetType() -
    -
    - System.Object.MemberwiseClone() -
    -
    Namespace: Dalamud.Test.Game.Text.Sanitizer
    Assembly: Dalamud.Test.dll
    Syntax
    -
    public class SanitizerTests
    +
    public class SanitizerTests : object

    Methods

    @@ -125,14 +101,7 @@
    Declaration
    -
    [Theory]
    -[InlineData(new object[]{ClientLanguage.English, "Pixie Cotton Hood of Healing", "Pixie Cotton Hood of Healing"})]
    -[InlineData(new object[]{ClientLanguage.Japanese, "アラガントームストーン:真理", "アラガントームストーン:真理"})]
    -[InlineData(new object[]{ClientLanguage.German, "Anemos-Pan\u0002\u0016\u0001\u0003zer\u0002\u0016\u0001\u0003hand\u0002\u0016\u0001\u0003schu\u0002\u0016\u0001\u0003he des Drachenbluts", "Anemos-Panzerhandschuhe des Drachenbluts"})]
    -[InlineData(new object[]{ClientLanguage.German, "Bienen-Spatha †", "Bienen-Spatha"})]
    -[InlineData(new object[]{ClientLanguage.French, "Le Diademe\u0002\u001d\u0001\u0003: terrains de chasse|Le Diademe\u0002\u001d\u0001\u0003: terrains de chasse", "Le Diademe: terrains de chasse|Le Diademe: terrains de chasse"})]
    -[InlineData(new object[]{ClientLanguage.French, "Cuir de bœuf", "Cuir de boeuf"})]
    -public void StringsAreSanitizedCorrectly(ClientLanguage clientLanguage, string unsanitizedString, string sanitizedString)
    +
    public void StringsAreSanitizedCorrectly(ClientLanguage clientLanguage, string unsanitizedString, string sanitizedString)
    Parameters
    diff --git a/docs/api/Dalamud.Test.LocalizationTests.html b/docs/api/Dalamud.Test.LocalizationTests.html index 219ff533f..a0ccb2dde 100644 --- a/docs/api/Dalamud.Test.LocalizationTests.html +++ b/docs/api/Dalamud.Test.LocalizationTests.html @@ -80,35 +80,11 @@
    System.Object
    LocalizationTests
    -
    -
    Inherited Members
    -
    - System.Object.ToString() -
    -
    - System.Object.Equals(System.Object) -
    -
    - System.Object.Equals(System.Object, System.Object) -
    -
    - System.Object.ReferenceEquals(System.Object, System.Object) -
    -
    - System.Object.GetHashCode() -
    -
    - System.Object.GetType() -
    -
    - System.Object.MemberwiseClone() -
    -
    Namespace: Dalamud.Test
    Assembly: Dalamud.Test.dll
    Syntax
    -
    public class LocalizationTests
    +
    public class LocalizationTests : object

    Constructors

    @@ -142,8 +118,7 @@
    Declaration
    -
    [Fact]
    -public void SetupWithFallbacks_EventInvoked()
    +
    public void SetupWithFallbacks_EventInvoked()
    diff --git a/docs/api/ImGuiNET.RangeAccessor-1.html b/docs/api/ImGuiNET.RangeAccessor-1.html index b5d1d1507..401b18ca3 100644 --- a/docs/api/ImGuiNET.RangeAccessor-1.html +++ b/docs/api/ImGuiNET.RangeAccessor-1.html @@ -101,6 +101,7 @@
    Syntax
    public struct RangeAccessor<T>
    +
         where T : struct
    Type Parameters
    diff --git a/docs/api/ImGuiNET.RangePtrAccessor-1.html b/docs/api/ImGuiNET.RangePtrAccessor-1.html index dae6a6221..81ddbc2b8 100644 --- a/docs/api/ImGuiNET.RangePtrAccessor-1.html +++ b/docs/api/ImGuiNET.RangePtrAccessor-1.html @@ -101,6 +101,7 @@
    Syntax
    public struct RangePtrAccessor<T>
    +
         where T : struct
    Type Parameters
    diff --git a/docs/api/ImGuiScene.FramerateLimit.LimitType.html b/docs/api/ImGuiScene.FramerateLimit.LimitType.html index ffb329e3f..e51fe717b 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 64396cf16..357f96fac 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 6142c2047..a8d7517d1 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 d34c19241..8a3c17a53 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 394050a83..fc389a009 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 7e0de868c..04a1f8078 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 06c32ebbb..824e8ab53 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

    CreateWindow(ImGuiViewportPtr)

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

    DestroyWindow(ImGuiViewportPtr)

    @@ -233,10 +233,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[])

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

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

    InvalidateDeviceObjects()

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

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

    NewFrame()

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

    RebuildFontTexture()

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

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

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

    RenderWindow(ImGuiViewportPtr, IntPtr)

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

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

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

    SetWindowSize(ImGuiViewportPtr, Vector2)

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

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

    Shutdown()

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

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

    SwapBuffers(ImGuiViewportPtr, IntPtr)

    @@ -510,10 +510,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 71e747f9b..f50459414 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 e5d5dacf5..44271d59f 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 3a26a62b7..bcd7f209d 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.MemUtil.html b/docs/api/ImGuiScene.MemUtil.html index 78b35a748..46c919d1e 100644 --- a/docs/api/ImGuiScene.MemUtil.html +++ b/docs/api/ImGuiScene.MemUtil.html @@ -114,10 +114,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ToPointer<T>(T)

    @@ -182,10 +182,10 @@
    diff --git a/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html b/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html index 9e9efbe6f..00dae1865 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 44aadde4d..b331af9ad 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 61ae33582..458b25530 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 cb9021727..74c797830 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

    Device

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

    ImGuiIniPath

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

    SwapChain

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

    WindowHandlePtr

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

    CaptureScreenshot()

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

    Dispose()

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

    Finalize()

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

    InvalidateFonts()

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

    IsImGuiCursor(IntPtr)

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

    LoadImage(Byte[])

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

    LoadImage(String)

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

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

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

    OnPostResize(Int32, Int32)

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

    OnPreResize()

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

    Render()

    @@ -756,10 +756,10 @@
    diff --git a/docs/api/ImGuiScene.RendererFactory.RendererBackend.html b/docs/api/ImGuiScene.RendererFactory.RendererBackend.html index 73a88a7c7..8bab3f2f0 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 e69e7c261..f0219f9cc 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 810e3077d..1aa53037b 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 d0b717e87..b7e413ae7 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 58e397802..57ed2f4e3 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 04e32e7f3..02473ab55 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

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

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

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

    Run()

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

    Update()

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

    diff --git a/docs/api/ImGuiScene.SimpleOGL3.html b/docs/api/ImGuiScene.SimpleOGL3.html index e19305625..64a21de78 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 4c0add943..b7028f84a 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 380df9837..7ec5569db 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 40117ff13..b263d4661 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 657c6096e..a33d8f8a8 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 0fb490c53..25a47bbf8 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 d6ba0f49a..feaa1138c 100644 --- a/docs/api/toc.html +++ b/docs/api/toc.html @@ -412,6 +412,18 @@
  • TargetManager.GetTargetDelegate
  • +
  • + ToastGui +
  • +
  • + ToastGui.OnErrorToastDelegate +
  • +
  • + ToastGui.OnNormalToastDelegate +
  • +
  • + ToastGui.OnQuestToastDelegate +
  • @@ -473,6 +485,28 @@
  • +
  • + + Dalamud.Game.Internal.Gui.Toast + + +
  • Dalamud.Game.Internal.Libc diff --git a/docs/manifest.json b/docs/manifest.json index 0e6ce0494..df1db3148 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -69,7 +69,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Dalamud.html", - "hash": "Kw4RcLqOwO+jFq6zhhfnUg==" + "hash": "8FLmzSPLHT3zT2IpOgjqdg==" } }, "is_incremental": false, @@ -93,7 +93,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Data.DataManager.html", - "hash": "qdTdxl4F20+hL1Ns2IoM3A==" + "hash": "JAGCfNlhGpSruuvW8QnEFQ==" } }, "is_incremental": false, @@ -105,7 +105,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Data.LuminaExtensions.TexFileExtensions.html", - "hash": "YoyY1YbEmGFlke/sy1xOtg==" + "hash": "uY0eK9IbMXdHiTeLRZoOAA==" } }, "is_incremental": false, @@ -117,7 +117,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Data.LuminaExtensions.html", - "hash": "0DyU4ZNSygx1PLiEfV+A0w==" + "hash": "0zRU+gpUZzj2gYU/YLHhpQ==" } }, "is_incremental": false, @@ -129,7 +129,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Data.TransientSheet.Completion.html", - "hash": "S8qRVdBoN1V22qtFCCbmYg==" + "hash": "ZZjEWqwf2G98eiJPvlf/Dw==" } }, "is_incremental": false, @@ -141,7 +141,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Data.TransientSheet.PetMirage.html", - "hash": "lQs8m9P47Um/LvvPlQ8spg==" + "hash": "zshJ+T4F72mUIfzVZBJuFA==" } }, "is_incremental": false, @@ -177,7 +177,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.EntryPoint.html", - "hash": "2Atf44RBZQVQrzDJHSaneg==" + "hash": "You645t9zthwOTgpXX115Q==" } }, "is_incremental": false, @@ -201,7 +201,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Actors.ActorTable.html", - "hash": "q/17GogbEOiNUfAg4LZp3A==" + "hash": "j5qqecOBsWDyvVLPrnY8gA==" } }, "is_incremental": false, @@ -237,7 +237,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Actors.Position3.html", - "hash": "gTHeklPzMLcBF/teI5AKhg==" + "hash": "FO57zz2O8/Tu4TKuWTT2/Q==" } }, "is_incremental": false, @@ -261,7 +261,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Actors.Resolvers.ClassJob.html", - "hash": "QESo7r3j6TJsqTILAxX6Mw==" + "hash": "XTjT6Ne58GPc7CdHFG0/fQ==" } }, "is_incremental": false, @@ -273,7 +273,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.Actors.Resolvers.World.html", - "hash": "C9o/B4QcIcR346qYOqZpDA==" + "hash": "xOWSbhRp4I/2qpLY9IrV3g==" } }, "is_incremental": false, @@ -453,7 +453,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.ClientState.ClientState.html", - "hash": "LPvUSpJdX1wGXNriIpjyuw==" + "hash": "n5u2sVCLgY19/DNXXAbqTg==" } }, "is_incremental": false, @@ -1149,7 +1149,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Internal.Gui.GameGui.GetBaseUIObjectDelegate.html", - "hash": "9wqn24aHei8NoVpNZ8XMrw==" + "hash": "TQBo3vDCo0j8mGTE/l+PgA==" } }, "is_incremental": false, @@ -1161,7 +1161,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Internal.Gui.GameGui.html", - "hash": "aF0Lhr2OuAP9QCf2WsvReQ==" + "hash": "ipVlTosBrsIdG+JaP6rt2Q==" } }, "is_incremental": false, @@ -1329,7 +1329,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Internal.Gui.Structs.JobFlagsExt.html", - "hash": "imyik/inMheTau9IAReR0w==" + "hash": "bhZrV/NP6yYrcJsvS5bPHw==" } }, "is_incremental": false, @@ -1365,7 +1365,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Internal.Gui.Structs.PartyFinderListing.html", - "hash": "vqnpVM97aVPYB+UgQs0tLw==" + "hash": "NGNUBK6kTWQJ89/d2q8W6Q==" } }, "is_incremental": false, @@ -1431,13 +1431,133 @@ "is_incremental": false, "version": "" }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html", + "hash": "1gHHBELo7GPWFKL/tFD+Xg==" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.html", + "hash": "18nH3QCBqixt9Up6HcqDQA==" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Internal.Gui.Toast.ToastOptions.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Internal.Gui.Toast.ToastOptions.html", + "hash": "6EOcOembJQvmcYVXDHYvCw==" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Internal.Gui.Toast.ToastPosition.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Internal.Gui.Toast.ToastPosition.html", + "hash": "p3MzNb03bE/vKDqWylK7gQ==" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Internal.Gui.Toast.ToastSpeed.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Internal.Gui.Toast.ToastSpeed.html", + "hash": "NcD/UtcLZClzZ4DGWeCtqw==" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Internal.Gui.Toast.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Internal.Gui.Toast.html", + "hash": "7alQ7zm+oE1ml1Rw8I8zGA==" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate.html", + "hash": "V5OQFuInwe7JNZE9Rb33bg==" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate.html", + "hash": "nHCRNZCkhtgmouNi4qnVfQ==" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate.html", + "hash": "kqAfxgiJxTAPRr2yG0lVtw==" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Dalamud.Game.Internal.Gui.ToastGui.yml", + "output": { + ".html": { + "relative_path": "api/Dalamud.Game.Internal.Gui.ToastGui.html", + "hash": "qdAJcTPpaEPoB7gA5FUbqA==" + } + }, + "is_incremental": false, + "version": "" + }, { "type": "ManagedReference", "source_relative_path": "api/Dalamud.Game.Internal.Gui.yml", "output": { ".html": { "relative_path": "api/Dalamud.Game.Internal.Gui.html", - "hash": "eUTnmasoeS1+A6mHJoq0Yg==" + "hash": "iN2qGH7ZrrbKrKal59LngA==" } }, "is_incremental": false, @@ -1557,7 +1677,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Network.NetworkHandlers.html", - "hash": "10woSDGk7iZ+W5Pl4Ua/yA==" + "hash": "BNeNaeFTWk61mhWV9kO9Ug==" } }, "is_incremental": false, @@ -1665,7 +1785,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.SigScanner.html", - "hash": "jKK/4XVs7pFqFEYtSptSqg==" + "hash": "143dWTk6ERSHBUY8nICmgw==" } }, "is_incremental": false, @@ -1833,7 +1953,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.DalamudLinkPayload.html", - "hash": "vSCwkWX1CzZetgzEW2cNjg==" + "hash": "STLwk/aA9Xm1P41iTS4crQ==" } }, "is_incremental": false, @@ -1869,7 +1989,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html", - "hash": "i5XeA3az81cSeXUsdRB7cg==" + "hash": "rT9vT//mQaC0NCcwQZ4gDQ==" } }, "is_incremental": false, @@ -1881,7 +2001,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html", - "hash": "7Ag8UNNLq3yUh02vcItahg==" + "hash": "Zjsz40AahMZPXC1VZW06ig==" } }, "is_incremental": false, @@ -1893,7 +2013,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.PlayerPayload.html", - "hash": "o0F/19a7jmpL4POdovG61w==" + "hash": "VIN6Xa9adB9rxbEyz4n6XQ==" } }, "is_incremental": false, @@ -1905,7 +2025,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.QuestPayload.html", - "hash": "Hz7hH1PvtRUri7Hm2eovew==" + "hash": "k5L0mmvtfnXWLTCjlSxnww==" } }, "is_incremental": false, @@ -1917,7 +2037,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.RawPayload.html", - "hash": "U8NUmwZiFoUSkDzCp1wt/A==" + "hash": "TRMItnSDNP6ugx9QEI4snA==" } }, "is_incremental": false, @@ -1941,7 +2061,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.StatusPayload.html", - "hash": "wlyP812no731sAC6vRqTGA==" + "hash": "HF/zR1Gr5hYrgOfLXEU80g==" } }, "is_incremental": false, @@ -1953,7 +2073,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload.html", - "hash": "xxNQ4+c2GYAfCYLaXCGRaQ==" + "hash": "CdN+B/NmZ1Q9avtzDGwfNg==" } }, "is_incremental": false, @@ -1965,7 +2085,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.UIForegroundPayload.html", - "hash": "dHCfn9EEFs05R/yA9Kz9uA==" + "hash": "URzIsMqNHWNReKzFUJFfoQ==" } }, "is_incremental": false, @@ -1977,7 +2097,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.Payloads.UIGlowPayload.html", - "hash": "79w8Eb5Ri4O+FscRni8apA==" + "hash": "pIEL0bA1/+eUAI01r7sDWg==" } }, "is_incremental": false, @@ -2001,7 +2121,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.SeString.html", - "hash": "iztywWvNKM5p9Yk6ue4X1Q==" + "hash": "a48Y32QnOhUbKf/NfOiBoQ==" } }, "is_incremental": false, @@ -2013,7 +2133,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html", - "hash": "lxm7C4AjLOhcrd66SKg0yQ==" + "hash": "62orjK0xNKVGLxGlbY7OYA==" } }, "is_incremental": false, @@ -2109,7 +2229,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Hooking.Hook-1.html", - "hash": "4vipeDBFJaL5EsJ3e+12MQ==" + "hash": "JvTAhAOVVoY9S43GftPOpQ==" } }, "is_incremental": false, @@ -2181,7 +2301,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.ImGuiHelpers.html", - "hash": "gHKowwntVIWAxMxhY2ylyw==" + "hash": "bsUzf5kdepnCQWHFmcZGIA==" } }, "is_incremental": false, @@ -2193,7 +2313,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.MySinkExtensions.html", - "hash": "lCUup0TubXczz2elG6VV0Q==" + "hash": "pQGZePtG6vDaKHjMdaNOXA==" } }, "is_incremental": false, @@ -2205,7 +2325,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Interface.UiBuilder.html", - "hash": "Y+BubOZPfd9RxMyphHBKMQ==" + "hash": "9EiAFe3cYkJnc7B/F9aenA==" } }, "is_incremental": false, @@ -2301,7 +2421,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Plugin.DalamudPluginInterface.html", - "hash": "Mq8eltRmeF4MN8MvZ577Yw==" + "hash": "zXhC6lu7h7OZphq8Q7FdmA==" } }, "is_incremental": false, @@ -2373,7 +2493,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.SafeMemory.html", - "hash": "BHVoeu9a5LrPNYk3N3CciQ==" + "hash": "QuCSwpfOhhBazNB4uhvFWQ==" } }, "is_incremental": false, @@ -2385,7 +2505,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Test.Game.Text.Sanitizer.SanitizerTests.html", - "hash": "+H004EXaipmUfBkPpH9QjA==" + "hash": "+JIrQ7AXFz6gPVaSfCtuNw==" } }, "is_incremental": false, @@ -2409,7 +2529,7 @@ "output": { ".html": { "relative_path": "api/Dalamud.Test.LocalizationTests.html", - "hash": "I9aU2UCgR0k5uwZx0yfOcA==" + "hash": "VM+eK02uqPKeNjMf6XludA==" } }, "is_incremental": false, @@ -5601,7 +5721,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.RangeAccessor-1.html", - "hash": "nygt8Bin6IvlEkkXH/m9sw==" + "hash": "8FqTYpxQ95rhsbS76BISsg==" } }, "is_incremental": false, @@ -5625,7 +5745,7 @@ "output": { ".html": { "relative_path": "api/ImGuiNET.RangePtrAccessor-1.html", - "hash": "exLNvFfGTe+dzNKy5gqBSg==" + "hash": "n18cPhEh+dTGwgvc95gTHg==" } }, "is_incremental": false, @@ -5757,7 +5877,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.FramerateLimit.LimitType.html", - "hash": "I6V42xyrtgmyDX5dZ+LnhQ==" + "hash": "FXun7huPlU5bwc0c1VO5ww==" } }, "is_incremental": false, @@ -5769,7 +5889,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.FramerateLimit.html", - "hash": "CtfzG3O/icvuxaU33Fhe8A==" + "hash": "NPzu7/H+L+G0dnDea9plMQ==" } }, "is_incremental": false, @@ -5781,7 +5901,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.GLTextureWrap.html", - "hash": "CBxe3SCF3gq9gn19mdWxzQ==" + "hash": "d51VOH6jhDfMJREwfSelOQ==" } }, "is_incremental": false, @@ -5793,7 +5913,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.IImGuiInputHandler.html", - "hash": "zRn5NKIs3fegLEozFNlpnQ==" + "hash": "3OxR62a8jpIsyiQcKp3AgA==" } }, "is_incremental": false, @@ -5805,7 +5925,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.IImGuiRenderer.html", - "hash": "GamUp8saTFHywVjqhOVH3w==" + "hash": "+oVKZAsmVbqJp65LRIentQ==" } }, "is_incremental": false, @@ -5817,7 +5937,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.IRenderer.html", - "hash": "LN+2TwG3Xre886K0EDj72g==" + "hash": "1Z2JKxNCPAVSTWy+vadHQQ==" } }, "is_incremental": false, @@ -5829,7 +5949,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.ImGui_Impl_DX11.html", - "hash": "Up13D3G99Co3/PfJUmyMqg==" + "hash": "MfYUB70vNFUnrGPpI40Kug==" } }, "is_incremental": false, @@ -5841,7 +5961,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.ImGui_Impl_OpenGL3.html", - "hash": "JZTnSD86qm3JD7Jipu75Fw==" + "hash": "Mgdk30JJlxfRoYXsSIm3KQ==" } }, "is_incremental": false, @@ -5853,7 +5973,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.ImGui_Impl_SDL.html", - "hash": "WzZXzI22/jHPN20lJbS35Q==" + "hash": "YPMaFnxRdL3gxuhDHZ1iaQ==" } }, "is_incremental": false, @@ -5865,7 +5985,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.ImGui_Input_Impl_Direct.html", - "hash": "Gda7/TdkjDR167FHikAcUw==" + "hash": "airfxAfolgo8xiyCBmNAvg==" } }, "is_incremental": false, @@ -5877,7 +5997,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.MemUtil.html", - "hash": "YDm/A4BhTV/+qLYEMV82MA==" + "hash": "pueUUFLRi1F6Mbz4WwWZ3A==" } }, "is_incremental": false, @@ -5889,7 +6009,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html", - "hash": "/YJr8vm5R6FaBOkyMRwZpw==" + "hash": "ICKlc+4T82u5HTNl3OTzug==" } }, "is_incremental": false, @@ -5901,7 +6021,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html", - "hash": "47T1QYVhiCA3bGx33HJgOg==" + "hash": "AzL4lbdQ45jVjM4eX6ERKw==" } }, "is_incremental": false, @@ -5913,7 +6033,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RawDX11Scene.NewRenderFrameDelegate.html", - "hash": "v89MzydcLn4F955/PXmODA==" + "hash": "WZTZz3KB0uScKzXm6cYIJA==" } }, "is_incremental": false, @@ -5925,7 +6045,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RawDX11Scene.html", - "hash": "DyNQz1KdlWLSMMkH++P7RQ==" + "hash": "knR/AE6SOxvtOLFTavThTw==" } }, "is_incremental": false, @@ -5937,7 +6057,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RendererFactory.RendererBackend.html", - "hash": "8OFbP9/7cdtOaCJdXTwYiA==" + "hash": "ZWMvrX2Upt5WNOrYRrqvbg==" } }, "is_incremental": false, @@ -5949,7 +6069,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.RendererFactory.html", - "hash": "hHHpKsXFDSZF9Cb8hkVY2Q==" + "hash": "ArEWTJwkE/c1ZJeLOtDfRg==" } }, "is_incremental": false, @@ -5961,7 +6081,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SDLWindowGL.html", - "hash": "cnQdXu2ZDdOL2b1f8DFgyA==" + "hash": "JpC0LsgmzMfjyUlhmpS+hw==" } }, "is_incremental": false, @@ -5973,7 +6093,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleD3D.html", - "hash": "i3C8OpNfSOxpYHF7ZDZQSg==" + "hash": "btouDLN33PJsVm60TK7Slw==" } }, "is_incremental": false, @@ -5985,7 +6105,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleImGuiScene.BuildUIDelegate.html", - "hash": "D/kz9UEpHXh/KIysDZjEMA==" + "hash": "/XZ2OJJWdENASyTlCcbRkA==" } }, "is_incremental": false, @@ -5997,7 +6117,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleImGuiScene.html", - "hash": "mSvqW2N2z+WwlEQOpuvaGg==" + "hash": "NkmyD/3yeNVnELNAwi+sng==" } }, "is_incremental": false, @@ -6009,7 +6129,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleOGL3.html", - "hash": "Kzk+rKPXKnKfMlTr8CFszw==" + "hash": "meCvz19oVgTRPetoEEhBJA==" } }, "is_incremental": false, @@ -6021,7 +6141,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleSDLWindow.ProcessEventDelegate.html", - "hash": "RVthzRUf+mmxpKOYH9nqIw==" + "hash": "wxs3WAShsYr8nBtylJrLSA==" } }, "is_incremental": false, @@ -6033,7 +6153,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.SimpleSDLWindow.html", - "hash": "tyNfGtnISpUezaUN3brQOg==" + "hash": "R9gcw+l+ObRwVW2A3pdrLQ==" } }, "is_incremental": false, @@ -6045,7 +6165,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.TextureWrap.html", - "hash": "SCci7Vb8JKLUbqsbzB2v6A==" + "hash": "dzTkHk2ViEYMqE+Mi39pGQ==" } }, "is_incremental": false, @@ -6057,7 +6177,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.WindowCreateInfo.html", - "hash": "H5i78bfjr4xpW9WWXOCoiw==" + "hash": "q8z1dgv+TMYItXphOh//BQ==" } }, "is_incremental": false, @@ -6069,7 +6189,7 @@ "output": { ".html": { "relative_path": "api/ImGuiScene.WindowFactory.html", - "hash": "pMlYqRlZY7tJejE9+kKHnw==" + "hash": "9BMjefA0Jbb+flCH/TInCw==" } }, "is_incremental": false, @@ -8253,7 +8373,7 @@ "output": { ".html": { "relative_path": "api/toc.html", - "hash": "56QHcmCPMqj0Dptz99NsIQ==" + "hash": "pW6QCBZrfRRvR3ATnaceTw==" } }, "is_incremental": false, @@ -8292,7 +8412,7 @@ "ManagedReferenceDocumentProcessor": { "can_incremental": false, "incrementalPhase": "build", - "total_file_count": 685, + "total_file_count": 695, "skipped_file_count": 0 }, "TocDocumentProcessor": { diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index 882361342..1e3890127 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -155,11 +155,11 @@ references: commentId: T:Dalamud.Dalamud fullName: Dalamud.Dalamud nameWithType: Dalamud -- uid: Dalamud.Dalamud.#ctor(Dalamud.DalamudStartInfo,Serilog.Core.LoggingLevelSwitch,System.Threading.ManualResetEvent) +- uid: Dalamud.Dalamud.#ctor(Dalamud.DalamudStartInfo,LoggingLevelSwitch,System.Threading.ManualResetEvent) name: Dalamud(DalamudStartInfo, LoggingLevelSwitch, ManualResetEvent) - href: api/Dalamud.Dalamud.html#Dalamud_Dalamud__ctor_Dalamud_DalamudStartInfo_Serilog_Core_LoggingLevelSwitch_System_Threading_ManualResetEvent_ - commentId: M:Dalamud.Dalamud.#ctor(Dalamud.DalamudStartInfo,Serilog.Core.LoggingLevelSwitch,System.Threading.ManualResetEvent) - fullName: Dalamud.Dalamud.Dalamud(Dalamud.DalamudStartInfo, Serilog.Core.LoggingLevelSwitch, System.Threading.ManualResetEvent) + href: api/Dalamud.Dalamud.html#Dalamud_Dalamud__ctor_Dalamud_DalamudStartInfo_LoggingLevelSwitch_System_Threading_ManualResetEvent_ + commentId: M:Dalamud.Dalamud.#ctor(Dalamud.DalamudStartInfo,LoggingLevelSwitch,System.Threading.ManualResetEvent) + fullName: Dalamud.Dalamud.Dalamud(Dalamud.DalamudStartInfo, LoggingLevelSwitch, System.Threading.ManualResetEvent) nameWithType: Dalamud.Dalamud(DalamudStartInfo, LoggingLevelSwitch, ManualResetEvent) - uid: Dalamud.Dalamud.#ctor* name: Dalamud @@ -487,11 +487,11 @@ references: commentId: T:Dalamud.Data.LuminaExtensions.TexFileExtensions fullName: Dalamud.Data.LuminaExtensions.TexFileExtensions nameWithType: TexFileExtensions -- uid: Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData(Lumina.Data.Files.TexFile) +- uid: Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData(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) + href: api/Dalamud.Data.LuminaExtensions.TexFileExtensions.html#Dalamud_Data_LuminaExtensions_TexFileExtensions_GetRgbaImageData_TexFile_ + commentId: M:Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData(TexFile) + fullName: Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData(TexFile) nameWithType: TexFileExtensions.GetRgbaImageData(TexFile) - uid: Dalamud.Data.LuminaExtensions.TexFileExtensions.GetRgbaImageData* name: GetRgbaImageData @@ -536,11 +536,11 @@ references: commentId: F:Dalamud.Data.TransientSheet.Completion.LookupTable fullName: Dalamud.Data.TransientSheet.Completion.LookupTable nameWithType: Completion.LookupTable -- uid: Dalamud.Data.TransientSheet.Completion.PopulateData(Lumina.Excel.RowParser,Lumina.GameData,Lumina.Data.Language) +- uid: Dalamud.Data.TransientSheet.Completion.PopulateData(RowParser,GameData,Language) name: PopulateData(RowParser, GameData, Language) - href: api/Dalamud.Data.TransientSheet.Completion.html#Dalamud_Data_TransientSheet_Completion_PopulateData_Lumina_Excel_RowParser_Lumina_GameData_Lumina_Data_Language_ - commentId: M:Dalamud.Data.TransientSheet.Completion.PopulateData(Lumina.Excel.RowParser,Lumina.GameData,Lumina.Data.Language) - fullName: Dalamud.Data.TransientSheet.Completion.PopulateData(Lumina.Excel.RowParser, Lumina.GameData, Lumina.Data.Language) + href: api/Dalamud.Data.TransientSheet.Completion.html#Dalamud_Data_TransientSheet_Completion_PopulateData_RowParser_GameData_Language_ + commentId: M:Dalamud.Data.TransientSheet.Completion.PopulateData(RowParser,GameData,Language) + fullName: Dalamud.Data.TransientSheet.Completion.PopulateData(RowParser, GameData, Language) nameWithType: Completion.PopulateData(RowParser, GameData, Language) - uid: Dalamud.Data.TransientSheet.Completion.PopulateData* name: PopulateData @@ -593,11 +593,11 @@ references: commentId: F:Dalamud.Data.TransientSheet.PetMirage.Name fullName: Dalamud.Data.TransientSheet.PetMirage.Name nameWithType: PetMirage.Name -- uid: Dalamud.Data.TransientSheet.PetMirage.PopulateData(Lumina.Excel.RowParser,Lumina.GameData,Lumina.Data.Language) +- uid: Dalamud.Data.TransientSheet.PetMirage.PopulateData(RowParser,GameData,Language) name: PopulateData(RowParser, GameData, Language) - href: api/Dalamud.Data.TransientSheet.PetMirage.html#Dalamud_Data_TransientSheet_PetMirage_PopulateData_Lumina_Excel_RowParser_Lumina_GameData_Lumina_Data_Language_ - commentId: M:Dalamud.Data.TransientSheet.PetMirage.PopulateData(Lumina.Excel.RowParser,Lumina.GameData,Lumina.Data.Language) - fullName: Dalamud.Data.TransientSheet.PetMirage.PopulateData(Lumina.Excel.RowParser, Lumina.GameData, Lumina.Data.Language) + href: api/Dalamud.Data.TransientSheet.PetMirage.html#Dalamud_Data_TransientSheet_PetMirage_PopulateData_RowParser_GameData_Language_ + commentId: M:Dalamud.Data.TransientSheet.PetMirage.PopulateData(RowParser,GameData,Language) + fullName: Dalamud.Data.TransientSheet.PetMirage.PopulateData(RowParser, GameData, Language) nameWithType: PetMirage.PopulateData(RowParser, GameData, Language) - uid: Dalamud.Data.TransientSheet.PetMirage.PopulateData* name: PopulateData @@ -1010,11 +1010,11 @@ references: commentId: T:Dalamud.EntryPoint fullName: Dalamud.EntryPoint nameWithType: EntryPoint -- uid: Dalamud.EntryPoint.#ctor(EasyHook.RemoteHooking.IContext,Dalamud.DalamudStartInfo) +- uid: Dalamud.EntryPoint.#ctor(RemoteHooking.IContext,Dalamud.DalamudStartInfo) name: EntryPoint(RemoteHooking.IContext, DalamudStartInfo) - href: api/Dalamud.EntryPoint.html#Dalamud_EntryPoint__ctor_EasyHook_RemoteHooking_IContext_Dalamud_DalamudStartInfo_ - commentId: M:Dalamud.EntryPoint.#ctor(EasyHook.RemoteHooking.IContext,Dalamud.DalamudStartInfo) - fullName: Dalamud.EntryPoint.EntryPoint(EasyHook.RemoteHooking.IContext, Dalamud.DalamudStartInfo) + href: api/Dalamud.EntryPoint.html#Dalamud_EntryPoint__ctor_RemoteHooking_IContext_Dalamud_DalamudStartInfo_ + commentId: M:Dalamud.EntryPoint.#ctor(RemoteHooking.IContext,Dalamud.DalamudStartInfo) + fullName: Dalamud.EntryPoint.EntryPoint(RemoteHooking.IContext, Dalamud.DalamudStartInfo) nameWithType: EntryPoint.EntryPoint(RemoteHooking.IContext, DalamudStartInfo) - uid: Dalamud.EntryPoint.#ctor* name: EntryPoint @@ -1023,11 +1023,11 @@ references: isSpec: "True" fullName: Dalamud.EntryPoint.EntryPoint nameWithType: EntryPoint.EntryPoint -- uid: Dalamud.EntryPoint.Run(EasyHook.RemoteHooking.IContext,Dalamud.DalamudStartInfo) +- uid: Dalamud.EntryPoint.Run(RemoteHooking.IContext,Dalamud.DalamudStartInfo) name: Run(RemoteHooking.IContext, DalamudStartInfo) - href: api/Dalamud.EntryPoint.html#Dalamud_EntryPoint_Run_EasyHook_RemoteHooking_IContext_Dalamud_DalamudStartInfo_ - commentId: M:Dalamud.EntryPoint.Run(EasyHook.RemoteHooking.IContext,Dalamud.DalamudStartInfo) - fullName: Dalamud.EntryPoint.Run(EasyHook.RemoteHooking.IContext, Dalamud.DalamudStartInfo) + href: api/Dalamud.EntryPoint.html#Dalamud_EntryPoint_Run_RemoteHooking_IContext_Dalamud_DalamudStartInfo_ + commentId: M:Dalamud.EntryPoint.Run(RemoteHooking.IContext,Dalamud.DalamudStartInfo) + fullName: Dalamud.EntryPoint.Run(RemoteHooking.IContext, Dalamud.DalamudStartInfo) nameWithType: EntryPoint.Run(RemoteHooking.IContext, DalamudStartInfo) - uid: Dalamud.EntryPoint.Run* name: Run @@ -1540,14 +1540,14 @@ references: fullName: Dalamud.Game.ClientState.Actors.Position3 nameWithType: Position3 - uid: Dalamud.Game.ClientState.Actors.Position3.op_Implicit(Dalamud.Game.ClientState.Actors.Position3)~SharpDX.Vector3 - name: Implicit(Position3 to Vector3) + name: Implicit(Position3 to SharpDX.Vector3) href: api/Dalamud.Game.ClientState.Actors.Position3.html#Dalamud_Game_ClientState_Actors_Position3_op_Implicit_Dalamud_Game_ClientState_Actors_Position3__SharpDX_Vector3 commentId: M:Dalamud.Game.ClientState.Actors.Position3.op_Implicit(Dalamud.Game.ClientState.Actors.Position3)~SharpDX.Vector3 - name.vb: Widening(Position3 to Vector3) + name.vb: Widening(Position3 to SharpDX.Vector3) fullName: Dalamud.Game.ClientState.Actors.Position3.Implicit(Dalamud.Game.ClientState.Actors.Position3 to SharpDX.Vector3) fullName.vb: Dalamud.Game.ClientState.Actors.Position3.Widening(Dalamud.Game.ClientState.Actors.Position3 to SharpDX.Vector3) - nameWithType: Position3.Implicit(Position3 to Vector3) - nameWithType.vb: Position3.Widening(Position3 to Vector3) + nameWithType: Position3.Implicit(Position3 to SharpDX.Vector3) + nameWithType.vb: Position3.Widening(Position3 to SharpDX.Vector3) - uid: Dalamud.Game.ClientState.Actors.Position3.op_Implicit(Dalamud.Game.ClientState.Actors.Position3)~System.Numerics.Vector3 name: Implicit(Position3 to Vector3) href: api/Dalamud.Game.ClientState.Actors.Position3.html#Dalamud_Game_ClientState_Actors_Position3_op_Implicit_Dalamud_Game_ClientState_Actors_Position3__System_Numerics_Vector3 @@ -5636,6 +5636,19 @@ references: commentId: T:Dalamud.Game.Internal.Gui.GameGui.GetBaseUIObjectDelegate fullName: Dalamud.Game.Internal.Gui.GameGui.GetBaseUIObjectDelegate nameWithType: GameGui.GetBaseUIObjectDelegate +- uid: Dalamud.Game.Internal.Gui.GameGui.GetUIModule + name: GetUIModule() + href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_GetUIModule + commentId: M:Dalamud.Game.Internal.Gui.GameGui.GetUIModule + fullName: Dalamud.Game.Internal.Gui.GameGui.GetUIModule() + nameWithType: GameGui.GetUIModule() +- uid: Dalamud.Game.Internal.Gui.GameGui.GetUIModule* + name: GetUIModule + href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_GetUIModule_ + commentId: Overload:Dalamud.Game.Internal.Gui.GameGui.GetUIModule + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.GameGui.GetUIModule + nameWithType: GameGui.GetUIModule - uid: Dalamud.Game.Internal.Gui.GameGui.GetUiObjectByName(System.String,System.Int32) name: GetUiObjectByName(String, Int32) href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_GetUiObjectByName_System_String_System_Int32_ @@ -5733,13 +5746,13 @@ references: isSpec: "True" fullName: Dalamud.Game.Internal.Gui.GameGui.PartyFinder nameWithType: GameGui.PartyFinder -- uid: Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld(SharpDX.Vector2,SharpDX.Vector3@,System.Single) +- uid: Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld(Vector2,Vector3@,System.Single) name: ScreenToWorld(Vector2, out Vector3, Single) - href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_ScreenToWorld_SharpDX_Vector2_SharpDX_Vector3__System_Single_ - commentId: M:Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld(SharpDX.Vector2,SharpDX.Vector3@,System.Single) + href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_ScreenToWorld_Vector2_Vector3__System_Single_ + commentId: M:Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld(Vector2,Vector3@,System.Single) name.vb: ScreenToWorld(Vector2, ByRef Vector3, Single) - fullName: Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld(SharpDX.Vector2, out SharpDX.Vector3, System.Single) - fullName.vb: Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld(SharpDX.Vector2, ByRef SharpDX.Vector3, System.Single) + fullName: Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld(Vector2, out Vector3, System.Single) + fullName.vb: Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld(Vector2, ByRef Vector3, System.Single) nameWithType: GameGui.ScreenToWorld(Vector2, out Vector3, Single) nameWithType.vb: GameGui.ScreenToWorld(Vector2, ByRef Vector3, Single) - uid: Dalamud.Game.Internal.Gui.GameGui.ScreenToWorld* @@ -5762,13 +5775,26 @@ references: isSpec: "True" fullName: Dalamud.Game.Internal.Gui.GameGui.SetBgm nameWithType: GameGui.SetBgm -- uid: Dalamud.Game.Internal.Gui.GameGui.WorldToScreen(SharpDX.Vector3,SharpDX.Vector2@) +- uid: Dalamud.Game.Internal.Gui.GameGui.Toast + name: Toast + href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_Toast + commentId: P:Dalamud.Game.Internal.Gui.GameGui.Toast + fullName: Dalamud.Game.Internal.Gui.GameGui.Toast + nameWithType: GameGui.Toast +- uid: Dalamud.Game.Internal.Gui.GameGui.Toast* + name: Toast + href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_Toast_ + commentId: Overload:Dalamud.Game.Internal.Gui.GameGui.Toast + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.GameGui.Toast + nameWithType: GameGui.Toast +- uid: Dalamud.Game.Internal.Gui.GameGui.WorldToScreen(Vector3,Vector2@) name: WorldToScreen(Vector3, out Vector2) - href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_WorldToScreen_SharpDX_Vector3_SharpDX_Vector2__ - commentId: M:Dalamud.Game.Internal.Gui.GameGui.WorldToScreen(SharpDX.Vector3,SharpDX.Vector2@) + href: api/Dalamud.Game.Internal.Gui.GameGui.html#Dalamud_Game_Internal_Gui_GameGui_WorldToScreen_Vector3_Vector2__ + commentId: M:Dalamud.Game.Internal.Gui.GameGui.WorldToScreen(Vector3,Vector2@) name.vb: WorldToScreen(Vector3, ByRef Vector2) - fullName: Dalamud.Game.Internal.Gui.GameGui.WorldToScreen(SharpDX.Vector3, out SharpDX.Vector2) - fullName.vb: Dalamud.Game.Internal.Gui.GameGui.WorldToScreen(SharpDX.Vector3, ByRef SharpDX.Vector2) + fullName: Dalamud.Game.Internal.Gui.GameGui.WorldToScreen(Vector3, out Vector2) + fullName.vb: Dalamud.Game.Internal.Gui.GameGui.WorldToScreen(Vector3, ByRef Vector2) nameWithType: GameGui.WorldToScreen(Vector3, out Vector2) nameWithType.vb: GameGui.WorldToScreen(Vector3, ByRef Vector2) - uid: Dalamud.Game.Internal.Gui.GameGui.WorldToScreen* @@ -7129,6 +7155,300 @@ references: commentId: T:Dalamud.Game.Internal.Gui.TargetManager.GetTargetDelegate fullName: Dalamud.Game.Internal.Gui.TargetManager.GetTargetDelegate nameWithType: TargetManager.GetTargetDelegate +- uid: Dalamud.Game.Internal.Gui.Toast + name: Dalamud.Game.Internal.Gui.Toast + href: api/Dalamud.Game.Internal.Gui.Toast.html + commentId: N:Dalamud.Game.Internal.Gui.Toast + fullName: Dalamud.Game.Internal.Gui.Toast + nameWithType: Dalamud.Game.Internal.Gui.Toast +- uid: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions + name: QuestToastOptions + href: api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html + commentId: T:Dalamud.Game.Internal.Gui.Toast.QuestToastOptions + fullName: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions + nameWithType: QuestToastOptions +- uid: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.DisplayCheckmark + name: DisplayCheckmark + href: api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html#Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_DisplayCheckmark + commentId: P:Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.DisplayCheckmark + fullName: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.DisplayCheckmark + nameWithType: QuestToastOptions.DisplayCheckmark +- uid: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.DisplayCheckmark* + name: DisplayCheckmark + href: api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html#Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_DisplayCheckmark_ + commentId: Overload:Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.DisplayCheckmark + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.DisplayCheckmark + nameWithType: QuestToastOptions.DisplayCheckmark +- uid: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.IconId + name: IconId + href: api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html#Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_IconId + commentId: P:Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.IconId + fullName: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.IconId + nameWithType: QuestToastOptions.IconId +- uid: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.IconId* + name: IconId + href: api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html#Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_IconId_ + commentId: Overload:Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.IconId + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.IconId + nameWithType: QuestToastOptions.IconId +- uid: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.PlaySound + name: PlaySound + href: api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html#Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_PlaySound + commentId: P:Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.PlaySound + fullName: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.PlaySound + nameWithType: QuestToastOptions.PlaySound +- uid: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.PlaySound* + name: PlaySound + href: api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html#Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_PlaySound_ + commentId: Overload:Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.PlaySound + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.PlaySound + nameWithType: QuestToastOptions.PlaySound +- uid: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.Position + name: Position + href: api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html#Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_Position + commentId: P:Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.Position + fullName: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.Position + nameWithType: QuestToastOptions.Position +- uid: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.Position* + name: Position + href: api/Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.html#Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_Position_ + commentId: Overload:Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.Position + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.Toast.QuestToastOptions.Position + nameWithType: QuestToastOptions.Position +- uid: Dalamud.Game.Internal.Gui.Toast.QuestToastPosition + name: QuestToastPosition + href: api/Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.html + commentId: T:Dalamud.Game.Internal.Gui.Toast.QuestToastPosition + fullName: Dalamud.Game.Internal.Gui.Toast.QuestToastPosition + nameWithType: QuestToastPosition +- uid: Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.Centre + name: Centre + href: api/Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.html#Dalamud_Game_Internal_Gui_Toast_QuestToastPosition_Centre + commentId: F:Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.Centre + fullName: Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.Centre + nameWithType: QuestToastPosition.Centre +- uid: Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.Left + name: Left + href: api/Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.html#Dalamud_Game_Internal_Gui_Toast_QuestToastPosition_Left + commentId: F:Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.Left + fullName: Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.Left + nameWithType: QuestToastPosition.Left +- uid: Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.Right + name: Right + href: api/Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.html#Dalamud_Game_Internal_Gui_Toast_QuestToastPosition_Right + commentId: F:Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.Right + fullName: Dalamud.Game.Internal.Gui.Toast.QuestToastPosition.Right + nameWithType: QuestToastPosition.Right +- uid: Dalamud.Game.Internal.Gui.Toast.ToastOptions + name: ToastOptions + href: api/Dalamud.Game.Internal.Gui.Toast.ToastOptions.html + commentId: T:Dalamud.Game.Internal.Gui.Toast.ToastOptions + fullName: Dalamud.Game.Internal.Gui.Toast.ToastOptions + nameWithType: ToastOptions +- uid: Dalamud.Game.Internal.Gui.Toast.ToastOptions.Position + name: Position + href: api/Dalamud.Game.Internal.Gui.Toast.ToastOptions.html#Dalamud_Game_Internal_Gui_Toast_ToastOptions_Position + commentId: P:Dalamud.Game.Internal.Gui.Toast.ToastOptions.Position + fullName: Dalamud.Game.Internal.Gui.Toast.ToastOptions.Position + nameWithType: ToastOptions.Position +- uid: Dalamud.Game.Internal.Gui.Toast.ToastOptions.Position* + name: Position + href: api/Dalamud.Game.Internal.Gui.Toast.ToastOptions.html#Dalamud_Game_Internal_Gui_Toast_ToastOptions_Position_ + commentId: Overload:Dalamud.Game.Internal.Gui.Toast.ToastOptions.Position + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.Toast.ToastOptions.Position + nameWithType: ToastOptions.Position +- uid: Dalamud.Game.Internal.Gui.Toast.ToastOptions.Speed + name: Speed + href: api/Dalamud.Game.Internal.Gui.Toast.ToastOptions.html#Dalamud_Game_Internal_Gui_Toast_ToastOptions_Speed + commentId: P:Dalamud.Game.Internal.Gui.Toast.ToastOptions.Speed + fullName: Dalamud.Game.Internal.Gui.Toast.ToastOptions.Speed + nameWithType: ToastOptions.Speed +- uid: Dalamud.Game.Internal.Gui.Toast.ToastOptions.Speed* + name: Speed + href: api/Dalamud.Game.Internal.Gui.Toast.ToastOptions.html#Dalamud_Game_Internal_Gui_Toast_ToastOptions_Speed_ + commentId: Overload:Dalamud.Game.Internal.Gui.Toast.ToastOptions.Speed + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.Toast.ToastOptions.Speed + nameWithType: ToastOptions.Speed +- uid: Dalamud.Game.Internal.Gui.Toast.ToastPosition + name: ToastPosition + href: api/Dalamud.Game.Internal.Gui.Toast.ToastPosition.html + commentId: T:Dalamud.Game.Internal.Gui.Toast.ToastPosition + fullName: Dalamud.Game.Internal.Gui.Toast.ToastPosition + nameWithType: ToastPosition +- uid: Dalamud.Game.Internal.Gui.Toast.ToastPosition.Bottom + name: Bottom + href: api/Dalamud.Game.Internal.Gui.Toast.ToastPosition.html#Dalamud_Game_Internal_Gui_Toast_ToastPosition_Bottom + commentId: F:Dalamud.Game.Internal.Gui.Toast.ToastPosition.Bottom + fullName: Dalamud.Game.Internal.Gui.Toast.ToastPosition.Bottom + nameWithType: ToastPosition.Bottom +- uid: Dalamud.Game.Internal.Gui.Toast.ToastPosition.Top + name: Top + href: api/Dalamud.Game.Internal.Gui.Toast.ToastPosition.html#Dalamud_Game_Internal_Gui_Toast_ToastPosition_Top + commentId: F:Dalamud.Game.Internal.Gui.Toast.ToastPosition.Top + fullName: Dalamud.Game.Internal.Gui.Toast.ToastPosition.Top + nameWithType: ToastPosition.Top +- uid: Dalamud.Game.Internal.Gui.Toast.ToastSpeed + name: ToastSpeed + href: api/Dalamud.Game.Internal.Gui.Toast.ToastSpeed.html + commentId: T:Dalamud.Game.Internal.Gui.Toast.ToastSpeed + fullName: Dalamud.Game.Internal.Gui.Toast.ToastSpeed + nameWithType: ToastSpeed +- uid: Dalamud.Game.Internal.Gui.Toast.ToastSpeed.Fast + name: Fast + href: api/Dalamud.Game.Internal.Gui.Toast.ToastSpeed.html#Dalamud_Game_Internal_Gui_Toast_ToastSpeed_Fast + commentId: F:Dalamud.Game.Internal.Gui.Toast.ToastSpeed.Fast + fullName: Dalamud.Game.Internal.Gui.Toast.ToastSpeed.Fast + nameWithType: ToastSpeed.Fast +- uid: Dalamud.Game.Internal.Gui.Toast.ToastSpeed.Slow + name: Slow + href: api/Dalamud.Game.Internal.Gui.Toast.ToastSpeed.html#Dalamud_Game_Internal_Gui_Toast_ToastSpeed_Slow + commentId: F:Dalamud.Game.Internal.Gui.Toast.ToastSpeed.Slow + fullName: Dalamud.Game.Internal.Gui.Toast.ToastSpeed.Slow + nameWithType: ToastSpeed.Slow +- uid: Dalamud.Game.Internal.Gui.ToastGui + name: ToastGui + href: api/Dalamud.Game.Internal.Gui.ToastGui.html + commentId: T:Dalamud.Game.Internal.Gui.ToastGui + fullName: Dalamud.Game.Internal.Gui.ToastGui + nameWithType: ToastGui +- uid: Dalamud.Game.Internal.Gui.ToastGui.#ctor(Dalamud.Game.SigScanner,Dalamud.Dalamud) + name: ToastGui(SigScanner, Dalamud) + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui__ctor_Dalamud_Game_SigScanner_Dalamud_Dalamud_ + commentId: M:Dalamud.Game.Internal.Gui.ToastGui.#ctor(Dalamud.Game.SigScanner,Dalamud.Dalamud) + fullName: Dalamud.Game.Internal.Gui.ToastGui.ToastGui(Dalamud.Game.SigScanner, Dalamud.Dalamud) + nameWithType: ToastGui.ToastGui(SigScanner, Dalamud) +- uid: Dalamud.Game.Internal.Gui.ToastGui.#ctor* + name: ToastGui + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui__ctor_ + commentId: Overload:Dalamud.Game.Internal.Gui.ToastGui.#ctor + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.ToastGui.ToastGui + nameWithType: ToastGui.ToastGui +- uid: Dalamud.Game.Internal.Gui.ToastGui.Dispose + name: Dispose() + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_Dispose + commentId: M:Dalamud.Game.Internal.Gui.ToastGui.Dispose + fullName: Dalamud.Game.Internal.Gui.ToastGui.Dispose() + nameWithType: ToastGui.Dispose() +- uid: Dalamud.Game.Internal.Gui.ToastGui.Dispose* + name: Dispose + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_Dispose_ + commentId: Overload:Dalamud.Game.Internal.Gui.ToastGui.Dispose + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.ToastGui.Dispose + nameWithType: ToastGui.Dispose +- uid: Dalamud.Game.Internal.Gui.ToastGui.Enable + name: Enable() + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_Enable + commentId: M:Dalamud.Game.Internal.Gui.ToastGui.Enable + fullName: Dalamud.Game.Internal.Gui.ToastGui.Enable() + nameWithType: ToastGui.Enable() +- uid: Dalamud.Game.Internal.Gui.ToastGui.Enable* + name: Enable + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_Enable_ + commentId: Overload:Dalamud.Game.Internal.Gui.ToastGui.Enable + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.ToastGui.Enable + nameWithType: ToastGui.Enable +- uid: Dalamud.Game.Internal.Gui.ToastGui.OnErrorToast + name: OnErrorToast + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_OnErrorToast + commentId: E:Dalamud.Game.Internal.Gui.ToastGui.OnErrorToast + fullName: Dalamud.Game.Internal.Gui.ToastGui.OnErrorToast + nameWithType: ToastGui.OnErrorToast +- uid: Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate + name: ToastGui.OnErrorToastDelegate + href: api/Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate.html + commentId: T:Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate + fullName: Dalamud.Game.Internal.Gui.ToastGui.OnErrorToastDelegate + nameWithType: ToastGui.OnErrorToastDelegate +- uid: Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate + name: ToastGui.OnNormalToastDelegate + href: api/Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate.html + commentId: T:Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate + fullName: Dalamud.Game.Internal.Gui.ToastGui.OnNormalToastDelegate + nameWithType: ToastGui.OnNormalToastDelegate +- uid: Dalamud.Game.Internal.Gui.ToastGui.OnQuestToast + name: OnQuestToast + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_OnQuestToast + commentId: E:Dalamud.Game.Internal.Gui.ToastGui.OnQuestToast + fullName: Dalamud.Game.Internal.Gui.ToastGui.OnQuestToast + nameWithType: ToastGui.OnQuestToast +- uid: Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate + name: ToastGui.OnQuestToastDelegate + href: api/Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate.html + commentId: T:Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate + fullName: Dalamud.Game.Internal.Gui.ToastGui.OnQuestToastDelegate + nameWithType: ToastGui.OnQuestToastDelegate +- uid: Dalamud.Game.Internal.Gui.ToastGui.OnToast + name: OnToast + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_OnToast + commentId: E:Dalamud.Game.Internal.Gui.ToastGui.OnToast + fullName: Dalamud.Game.Internal.Gui.ToastGui.OnToast + nameWithType: ToastGui.OnToast +- uid: Dalamud.Game.Internal.Gui.ToastGui.ShowError(Dalamud.Game.Text.SeStringHandling.SeString) + name: ShowError(SeString) + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_ShowError_Dalamud_Game_Text_SeStringHandling_SeString_ + commentId: M:Dalamud.Game.Internal.Gui.ToastGui.ShowError(Dalamud.Game.Text.SeStringHandling.SeString) + fullName: Dalamud.Game.Internal.Gui.ToastGui.ShowError(Dalamud.Game.Text.SeStringHandling.SeString) + nameWithType: ToastGui.ShowError(SeString) +- uid: Dalamud.Game.Internal.Gui.ToastGui.ShowError(System.String) + name: ShowError(String) + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_ShowError_System_String_ + commentId: M:Dalamud.Game.Internal.Gui.ToastGui.ShowError(System.String) + fullName: Dalamud.Game.Internal.Gui.ToastGui.ShowError(System.String) + nameWithType: ToastGui.ShowError(String) +- uid: Dalamud.Game.Internal.Gui.ToastGui.ShowError* + name: ShowError + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_ShowError_ + commentId: Overload:Dalamud.Game.Internal.Gui.ToastGui.ShowError + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.ToastGui.ShowError + nameWithType: ToastGui.ShowError +- uid: Dalamud.Game.Internal.Gui.ToastGui.ShowNormal(Dalamud.Game.Text.SeStringHandling.SeString,Dalamud.Game.Internal.Gui.Toast.ToastOptions) + name: ShowNormal(SeString, ToastOptions) + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_ShowNormal_Dalamud_Game_Text_SeStringHandling_SeString_Dalamud_Game_Internal_Gui_Toast_ToastOptions_ + commentId: M:Dalamud.Game.Internal.Gui.ToastGui.ShowNormal(Dalamud.Game.Text.SeStringHandling.SeString,Dalamud.Game.Internal.Gui.Toast.ToastOptions) + fullName: Dalamud.Game.Internal.Gui.ToastGui.ShowNormal(Dalamud.Game.Text.SeStringHandling.SeString, Dalamud.Game.Internal.Gui.Toast.ToastOptions) + nameWithType: ToastGui.ShowNormal(SeString, ToastOptions) +- uid: Dalamud.Game.Internal.Gui.ToastGui.ShowNormal(System.String,Dalamud.Game.Internal.Gui.Toast.ToastOptions) + name: ShowNormal(String, ToastOptions) + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_ShowNormal_System_String_Dalamud_Game_Internal_Gui_Toast_ToastOptions_ + commentId: M:Dalamud.Game.Internal.Gui.ToastGui.ShowNormal(System.String,Dalamud.Game.Internal.Gui.Toast.ToastOptions) + fullName: Dalamud.Game.Internal.Gui.ToastGui.ShowNormal(System.String, Dalamud.Game.Internal.Gui.Toast.ToastOptions) + nameWithType: ToastGui.ShowNormal(String, ToastOptions) +- uid: Dalamud.Game.Internal.Gui.ToastGui.ShowNormal* + name: ShowNormal + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_ShowNormal_ + commentId: Overload:Dalamud.Game.Internal.Gui.ToastGui.ShowNormal + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.ToastGui.ShowNormal + nameWithType: ToastGui.ShowNormal +- uid: Dalamud.Game.Internal.Gui.ToastGui.ShowQuest(Dalamud.Game.Text.SeStringHandling.SeString,Dalamud.Game.Internal.Gui.Toast.QuestToastOptions) + name: ShowQuest(SeString, QuestToastOptions) + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_ShowQuest_Dalamud_Game_Text_SeStringHandling_SeString_Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_ + commentId: M:Dalamud.Game.Internal.Gui.ToastGui.ShowQuest(Dalamud.Game.Text.SeStringHandling.SeString,Dalamud.Game.Internal.Gui.Toast.QuestToastOptions) + fullName: Dalamud.Game.Internal.Gui.ToastGui.ShowQuest(Dalamud.Game.Text.SeStringHandling.SeString, Dalamud.Game.Internal.Gui.Toast.QuestToastOptions) + nameWithType: ToastGui.ShowQuest(SeString, QuestToastOptions) +- uid: Dalamud.Game.Internal.Gui.ToastGui.ShowQuest(System.String,Dalamud.Game.Internal.Gui.Toast.QuestToastOptions) + name: ShowQuest(String, QuestToastOptions) + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_ShowQuest_System_String_Dalamud_Game_Internal_Gui_Toast_QuestToastOptions_ + commentId: M:Dalamud.Game.Internal.Gui.ToastGui.ShowQuest(System.String,Dalamud.Game.Internal.Gui.Toast.QuestToastOptions) + fullName: Dalamud.Game.Internal.Gui.ToastGui.ShowQuest(System.String, Dalamud.Game.Internal.Gui.Toast.QuestToastOptions) + nameWithType: ToastGui.ShowQuest(String, QuestToastOptions) +- uid: Dalamud.Game.Internal.Gui.ToastGui.ShowQuest* + name: ShowQuest + href: api/Dalamud.Game.Internal.Gui.ToastGui.html#Dalamud_Game_Internal_Gui_ToastGui_ShowQuest_ + commentId: Overload:Dalamud.Game.Internal.Gui.ToastGui.ShowQuest + isSpec: "True" + fullName: Dalamud.Game.Internal.Gui.ToastGui.ShowQuest + nameWithType: ToastGui.ShowQuest - uid: Dalamud.Game.Internal.Libc name: Dalamud.Game.Internal.Libc href: api/Dalamud.Game.Internal.Libc.html @@ -11750,11 +12070,11 @@ references: isSpec: "True" fullName: Dalamud.Game.Text.SeStringHandling.SeStringManager.SeStringManager nameWithType: SeStringManager.SeStringManager -- uid: Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(Lumina.Excel.GeneratedSheets.Item,System.Boolean,System.String) +- uid: Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(Item,System.Boolean,System.String) name: CreateItemLink(Item, Boolean, String) - href: api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html#Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateItemLink_Lumina_Excel_GeneratedSheets_Item_System_Boolean_System_String_ - commentId: M:Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(Lumina.Excel.GeneratedSheets.Item,System.Boolean,System.String) - fullName: Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(Lumina.Excel.GeneratedSheets.Item, System.Boolean, System.String) + href: api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html#Dalamud_Game_Text_SeStringHandling_SeStringManager_CreateItemLink_Item_System_Boolean_System_String_ + commentId: M:Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(Item,System.Boolean,System.String) + fullName: Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(Item, System.Boolean, System.String) nameWithType: SeStringManager.CreateItemLink(Item, Boolean, String) - uid: Dalamud.Game.Text.SeStringHandling.SeStringManager.CreateItemLink(System.UInt32,System.Boolean,System.String) name: CreateItemLink(UInt32, Boolean, String) @@ -20902,19 +21222,19 @@ references: commentId: T:Dalamud.Interface.ImGuiHelpers fullName: Dalamud.Interface.ImGuiHelpers nameWithType: ImGuiHelpers -- uid: Dalamud.Interface.ImGuiHelpers.ForceMainViewport - name: ForceMainViewport() - href: api/Dalamud.Interface.ImGuiHelpers.html#Dalamud_Interface_ImGuiHelpers_ForceMainViewport - commentId: M:Dalamud.Interface.ImGuiHelpers.ForceMainViewport - fullName: Dalamud.Interface.ImGuiHelpers.ForceMainViewport() - nameWithType: ImGuiHelpers.ForceMainViewport() -- uid: Dalamud.Interface.ImGuiHelpers.ForceMainViewport* - name: ForceMainViewport - href: api/Dalamud.Interface.ImGuiHelpers.html#Dalamud_Interface_ImGuiHelpers_ForceMainViewport_ - commentId: Overload:Dalamud.Interface.ImGuiHelpers.ForceMainViewport +- uid: Dalamud.Interface.ImGuiHelpers.ForceNextWindowMainViewport + name: ForceNextWindowMainViewport() + href: api/Dalamud.Interface.ImGuiHelpers.html#Dalamud_Interface_ImGuiHelpers_ForceNextWindowMainViewport + commentId: M:Dalamud.Interface.ImGuiHelpers.ForceNextWindowMainViewport + fullName: Dalamud.Interface.ImGuiHelpers.ForceNextWindowMainViewport() + nameWithType: ImGuiHelpers.ForceNextWindowMainViewport() +- uid: Dalamud.Interface.ImGuiHelpers.ForceNextWindowMainViewport* + name: ForceNextWindowMainViewport + href: api/Dalamud.Interface.ImGuiHelpers.html#Dalamud_Interface_ImGuiHelpers_ForceNextWindowMainViewport_ + commentId: Overload:Dalamud.Interface.ImGuiHelpers.ForceNextWindowMainViewport isSpec: "True" - fullName: Dalamud.Interface.ImGuiHelpers.ForceMainViewport - nameWithType: ImGuiHelpers.ForceMainViewport + fullName: Dalamud.Interface.ImGuiHelpers.ForceNextWindowMainViewport + nameWithType: ImGuiHelpers.ForceNextWindowMainViewport - uid: Dalamud.Interface.ImGuiHelpers.GlobalScale name: GlobalScale href: api/Dalamud.Interface.ImGuiHelpers.html#Dalamud_Interface_ImGuiHelpers_GlobalScale @@ -20980,17 +21300,30 @@ references: isSpec: "True" fullName: Dalamud.Interface.ImGuiHelpers.SetNextWindowPosRelativeMainViewport nameWithType: ImGuiHelpers.SetNextWindowPosRelativeMainViewport +- uid: Dalamud.Interface.ImGuiHelpers.SetWindowPosRelativeMainViewport(System.String,System.Numerics.Vector2,ImGuiNET.ImGuiCond) + name: SetWindowPosRelativeMainViewport(String, Vector2, ImGuiCond) + href: api/Dalamud.Interface.ImGuiHelpers.html#Dalamud_Interface_ImGuiHelpers_SetWindowPosRelativeMainViewport_System_String_System_Numerics_Vector2_ImGuiNET_ImGuiCond_ + commentId: M:Dalamud.Interface.ImGuiHelpers.SetWindowPosRelativeMainViewport(System.String,System.Numerics.Vector2,ImGuiNET.ImGuiCond) + fullName: Dalamud.Interface.ImGuiHelpers.SetWindowPosRelativeMainViewport(System.String, System.Numerics.Vector2, ImGuiNET.ImGuiCond) + nameWithType: ImGuiHelpers.SetWindowPosRelativeMainViewport(String, Vector2, ImGuiCond) +- uid: Dalamud.Interface.ImGuiHelpers.SetWindowPosRelativeMainViewport* + name: SetWindowPosRelativeMainViewport + href: api/Dalamud.Interface.ImGuiHelpers.html#Dalamud_Interface_ImGuiHelpers_SetWindowPosRelativeMainViewport_ + commentId: Overload:Dalamud.Interface.ImGuiHelpers.SetWindowPosRelativeMainViewport + isSpec: "True" + fullName: Dalamud.Interface.ImGuiHelpers.SetWindowPosRelativeMainViewport + nameWithType: ImGuiHelpers.SetWindowPosRelativeMainViewport - uid: Dalamud.Interface.MySinkExtensions name: MySinkExtensions href: api/Dalamud.Interface.MySinkExtensions.html commentId: T:Dalamud.Interface.MySinkExtensions fullName: Dalamud.Interface.MySinkExtensions nameWithType: MySinkExtensions -- uid: Dalamud.Interface.MySinkExtensions.EventSink(Serilog.Configuration.LoggerSinkConfiguration,System.IFormatProvider) +- uid: Dalamud.Interface.MySinkExtensions.EventSink(LoggerSinkConfiguration,System.IFormatProvider) name: EventSink(LoggerSinkConfiguration, IFormatProvider) - href: api/Dalamud.Interface.MySinkExtensions.html#Dalamud_Interface_MySinkExtensions_EventSink_Serilog_Configuration_LoggerSinkConfiguration_System_IFormatProvider_ - commentId: M:Dalamud.Interface.MySinkExtensions.EventSink(Serilog.Configuration.LoggerSinkConfiguration,System.IFormatProvider) - fullName: Dalamud.Interface.MySinkExtensions.EventSink(Serilog.Configuration.LoggerSinkConfiguration, System.IFormatProvider) + href: api/Dalamud.Interface.MySinkExtensions.html#Dalamud_Interface_MySinkExtensions_EventSink_LoggerSinkConfiguration_System_IFormatProvider_ + commentId: M:Dalamud.Interface.MySinkExtensions.EventSink(LoggerSinkConfiguration,System.IFormatProvider) + fullName: Dalamud.Interface.MySinkExtensions.EventSink(LoggerSinkConfiguration, System.IFormatProvider) nameWithType: MySinkExtensions.EventSink(LoggerSinkConfiguration, IFormatProvider) - uid: Dalamud.Interface.MySinkExtensions.EventSink* name: EventSink