diff --git a/docs/README.html b/docs/README.html index 6950c2aa4..466fb11e8 100644 --- a/docs/README.html +++ b/docs/README.html @@ -122,15 +122,15 @@ Dalamud can be loaded via DLL injection, or by rewriting a process' entrypoint.< master -Upgrade to .NET 6 +Current release branch .NET 6.0.3 (March 2022) -Staging +Release & Staging -net5 -Current release branch -.NET 5.0.6 (May 2021) -Release +net7 +Upgrade to .NET 7 +.NET 7.0.0 (November 2022) +net7 api3 diff --git a/docs/api/Dalamud.ClientLanguage.html b/docs/api/Dalamud.ClientLanguage.html index a273886e6..be2b9d7c9 100644 --- a/docs/api/Dalamud.ClientLanguage.html +++ b/docs/api/Dalamud.ClientLanguage.html @@ -77,7 +77,7 @@
Namespace: Dalamud
-
Assembly: Dalamud.dll
+
Assembly: Dalamud.Injector.dll
Syntax
public enum ClientLanguage
@@ -115,9 +115,6 @@

Extension Methods

-
- ClientLanguageExtensions.ToLumina() -
EnumExtensions.GetAttribute<TAttribute>()
diff --git a/docs/api/Dalamud.ClientLanguageExtensions.html b/docs/api/Dalamud.ClientLanguageExtensions.html index 451cb9b57..54a82cea1 100644 --- a/docs/api/Dalamud.ClientLanguageExtensions.html +++ b/docs/api/Dalamud.ClientLanguageExtensions.html @@ -127,7 +127,7 @@
Declaration
-
public static Language ToLumina(this ClientLanguage language)
+
public static Lumina.Data.Language ToLumina(this ClientLanguage language)
Parameters
diff --git a/docs/api/Dalamud.DalamudStartInfo.html b/docs/api/Dalamud.DalamudStartInfo.html index 148629ac5..01a7693b6 100644 --- a/docs/api/Dalamud.DalamudStartInfo.html +++ b/docs/api/Dalamud.DalamudStartInfo.html @@ -111,7 +111,7 @@
Namespace: Dalamud
-
Assembly: Dalamud.dll
+
Assembly: Dalamud.Injector.dll
Syntax
[Serializable]
@@ -176,7 +176,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo>
     Improve this Doc
   
   
-    View Source
+    View Source
   
   
   

AssetDirectory

@@ -207,7 +207,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

BootDisableFallbackConsole

@@ -238,7 +238,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

BootDotnetOpenProcessHookMode

@@ -269,7 +269,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

BootEnabledGameFixes

@@ -300,7 +300,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

BootEnableEtw

@@ -331,7 +331,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

BootLogPath

@@ -362,7 +362,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

BootShowConsole

@@ -393,7 +393,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

BootUnhookDlls

@@ -424,7 +424,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

BootVehEnabled

@@ -455,7 +455,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

BootVehFull

@@ -486,7 +486,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

BootWaitDebugger

@@ -517,7 +517,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

BootWaitMessageBox

@@ -548,7 +548,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

ConfigurationPath

@@ -579,7 +579,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

CrashHandlerShow

@@ -610,7 +610,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

DefaultPluginDirectory

@@ -641,7 +641,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

DelayInitializeMs

@@ -672,7 +672,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo> Improve this Doc - View Source + View Source

GameVersion

@@ -681,8 +681,7 @@ public class DalamudStartInfo : IServiceType, IEquatable<DalamudStartInfo>
Declaration
-
[JsonConverter(typeof(GameVersionConverter))]
-public GameVersion GameVersion { get; set; }
+
public GameVersion GameVersion { get; set; }
Property Value
@@ -704,7 +703,7 @@ public GameVersion GameVersion { get; set; }Improve this Doc - View Source + View Source

Language

@@ -730,12 +729,43 @@ public GameVersion GameVersion { get; set; }
+ + | + Improve this Doc + + + View Source + + +

LogName

+

Gets or sets the name of the log file.

+
+
+
Declaration
+
+
public string LogName { get; set; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
System.String
| Improve this Doc - View Source + View Source

NoLoadPlugins

@@ -766,7 +796,7 @@ public GameVersion GameVersion { get; set; } Improve this Doc - View Source + View Source

NoLoadThirdPartyPlugins

@@ -797,7 +827,7 @@ public GameVersion GameVersion { get; set; } Improve this Doc - View Source + View Source

PluginDirectory

@@ -828,7 +858,7 @@ public GameVersion GameVersion { get; set; } Improve this Doc - View Source + View Source

TroubleshootingPackData

@@ -859,7 +889,7 @@ public GameVersion GameVersion { get; set; } Improve this Doc - View Source + View Source

WorkingDirectory

diff --git a/docs/api/Dalamud.Data.DataManager.html b/docs/api/Dalamud.Data.DataManager.html index 0486abd28..5a2cca955 100644 --- a/docs/api/Dalamud.Data.DataManager.html +++ b/docs/api/Dalamud.Data.DataManager.html @@ -132,8 +132,7 @@
Declaration
-
[UsedImplicitly]
-public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }
+
public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }
Property Value
@@ -159,7 +158,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

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
@@ -176,7 +175,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

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

GameData

-

Gets a Lumina object which gives access to any excel/game data.

+

Gets a object which gives access to any excel/game data.

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

- + @@ -397,12 +396,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

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
-
public ExcelSheet<T> GetExcelSheet<T>()
+    
public ExcelSheet<T>? GetExcelSheet<T>()
     where T : ExcelRow
Returns
@@ -415,8 +414,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

- - + @@ -446,12 +445,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

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
-
public ExcelSheet<T> GetExcelSheet<T>(ClientLanguage language)
+    
public ExcelSheet<T>? GetExcelSheet<T>(ClientLanguage language)
     where T : ExcelRow
Parameters
@@ -482,8 +481,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

- - + @@ -513,12 +512,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

GetFile(String)

-

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

+

Get a with the given path.

Declaration
-
public FileResource GetFile(string path)
+
public FileResource? GetFile(string path)
Parameters
Lumina.Excel.ExcelModuleExcelModule
Lumina.GameDataGameData
Lumina.Excel.ExcelSheet<T>

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

+
System.Nullable<ExcelSheet<T>>

The , giving access to game rows.

Lumina.Excel.ExcelSheet<T>

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

+
System.Nullable<ExcelSheet<T>>

The , giving access to game rows.

@@ -548,8 +547,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

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

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
@@ -600,7 +599,7 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

- @@ -630,12 +629,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

GetHqIcon(UInt32)

-

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

+

Get a containing the HQ icon with the given ID.

Declaration
-
public TexFile GetHqIcon(uint iconId)
+
public TexFile? GetHqIcon(uint iconId)
Parameters
Lumina.Data.FileResource

The Lumina.Data.FileResource of the file.

+
System.Nullable<FileResource>

The of the file.

T

The Lumina.Data.FileResource of the file.

+

The of the file.

@@ -665,8 +664,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

- - + @@ -680,12 +679,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

GetIcon(ClientLanguage, UInt32)

-

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
-
public TexFile GetIcon(ClientLanguage iconLanguage, uint iconId)
+
public TexFile? GetIcon(ClientLanguage iconLanguage, uint iconId)
Parameters
Lumina.Data.Files.TexFile

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

+
System.Nullable<TexFile>

The containing the icon.

@@ -721,8 +720,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

- - + @@ -736,12 +735,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

GetIcon(Boolean, UInt32)

-

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

+

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

Declaration
-
public TexFile GetIcon(bool isHq, uint iconId)
+
public TexFile? GetIcon(bool isHq, uint iconId)
Parameters
Lumina.Data.Files.TexFile

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

+
System.Nullable<TexFile>

The containing the icon.

@@ -777,8 +776,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

- - + @@ -792,12 +791,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

GetIcon(String, UInt32)

-

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
-
public TexFile GetIcon(string type, uint iconId)
+
public TexFile? GetIcon(string type, uint iconId)
Parameters
Lumina.Data.Files.TexFile

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

+
System.Nullable<TexFile>

The containing the icon.

@@ -833,8 +832,8 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

- - + @@ -848,12 +847,12 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

GetIcon(UInt32)

-

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

+

Get a containing the icon with the given ID.

Declaration
-
public TexFile GetIcon(uint iconId)
+
public TexFile? GetIcon(uint iconId)
Parameters
Lumina.Data.Files.TexFile

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

+
System.Nullable<TexFile>

The containing the icon.

@@ -883,27 +882,27 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

- - +
Lumina.Data.Files.TexFile

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

+
System.Nullable<TexFile>

The containing the icon.

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

GetImGuiTexture(TexFile)

-

Get the passed Lumina.Data.Files.TexFile as a drawable ImGui TextureWrap.

+

GetImGuiTexture(Nullable<TexFile>)

+

Get the passed as a drawable ImGui TextureWrap.

Declaration
-
public TextureWrap GetImGuiTexture(TexFile tex)
+
public TextureWrap GetImGuiTexture(TexFile? tex)
Parameters
@@ -916,9 +915,9 @@ public ReadOnlyDictionary<string, ushort> ClientOpCodes { get; }

- + - diff --git a/docs/api/Dalamud.EntryPoint.html b/docs/api/Dalamud.EntryPoint.html index dcb8975e5..dcc76d606 100644 --- a/docs/api/Dalamud.EntryPoint.html +++ b/docs/api/Dalamud.EntryPoint.html @@ -138,7 +138,7 @@ - + diff --git a/docs/api/Dalamud.Game.BaseAddressResolver.html b/docs/api/Dalamud.Game.BaseAddressResolver.html index d0ed21eed..8949b0d12 100644 --- a/docs/api/Dalamud.Game.BaseAddressResolver.html +++ b/docs/api/Dalamud.Game.BaseAddressResolver.html @@ -280,8 +280,7 @@ using the default SigScanner.

Declaration
-
[UsedImplicitly]
-public void Setup()
+
public void Setup()
| diff --git a/docs/api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html b/docs/api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html index b1d3f6704..009a8d6af 100644 --- a/docs/api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html +++ b/docs/api/Dalamud.Game.ClientState.Aetherytes.AetheryteEntry.html @@ -127,7 +127,7 @@
Declaration
-
public ExcelResolver<Aetheryte> AetheryteData { get; }
+
public ExcelResolver<Lumina.Excel.GeneratedSheets.Aetheryte> AetheryteData { get; }
Property Value
Lumina.Data.Files.TexFileSystem.Nullable<TexFile> tex

The Lumina Lumina.Data.Files.TexFile.

+

The Lumina .

Serilog.Core.LoggingLevelSwitchLoggingLevelSwitch
diff --git a/docs/api/Dalamud.Game.ClientState.Buddy.BuddyMember.html b/docs/api/Dalamud.Game.ClientState.Buddy.BuddyMember.html index 00c15d0b7..1b438bb87 100644 --- a/docs/api/Dalamud.Game.ClientState.Buddy.BuddyMember.html +++ b/docs/api/Dalamud.Game.ClientState.Buddy.BuddyMember.html @@ -285,7 +285,7 @@
Declaration
-
public ExcelResolver<Mount> MountData { get; }
+
public ExcelResolver<Lumina.Excel.GeneratedSheets.Mount> MountData { get; }
Property Value
@@ -347,7 +347,7 @@
Declaration
-
public ExcelResolver<Pet> PetData { get; }
+
public ExcelResolver<Lumina.Excel.GeneratedSheets.Pet> PetData { get; }
Property Value
@@ -378,7 +378,7 @@
Declaration
-
public ExcelResolver<DawnGrowMember> TrustData { get; }
+
public ExcelResolver<Lumina.Excel.GeneratedSheets.DawnGrowMember> TrustData { get; }
Property Value
diff --git a/docs/api/Dalamud.Game.ClientState.ClientState.html b/docs/api/Dalamud.Game.ClientState.ClientState.html index 5415f4b43..f63f79f51 100644 --- a/docs/api/Dalamud.Game.ClientState.ClientState.html +++ b/docs/api/Dalamud.Game.ClientState.ClientState.html @@ -350,7 +350,7 @@
Declaration
-
public event EventHandler<ContentFinderCondition> CfPop
+
public event EventHandler<Lumina.Excel.GeneratedSheets.ContentFinderCondition> CfPop
Event Type
@@ -435,7 +435,7 @@ View Source

Login

-

Event that fires when a character is logging in.

+

Event that fires when a character is logging in, and the local character object is available.

Declaration
diff --git a/docs/api/Dalamud.Game.ClientState.Fates.Fate.html b/docs/api/Dalamud.Game.ClientState.Fates.Fate.html index 8739bae24..ecf71360e 100644 --- a/docs/api/Dalamud.Game.ClientState.Fates.Fate.html +++ b/docs/api/Dalamud.Game.ClientState.Fates.Fate.html @@ -218,7 +218,7 @@
Declaration
-
public Fate GameData { get; }
+
public Lumina.Excel.GeneratedSheets.Fate GameData { get; }
Property Value
@@ -435,7 +435,7 @@
Declaration
-
public ExcelResolver<TerritoryType> TerritoryType { get; }
+
public ExcelResolver<Lumina.Excel.GeneratedSheets.TerritoryType> TerritoryType { get; }
Property Value
diff --git a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.html b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.html index b517e1e31..728e15943 100644 --- a/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.html +++ b/docs/api/Dalamud.Game.ClientState.JobGauge.Types.SMNGauge.html @@ -541,7 +541,7 @@ Use the summon accessors instead.

ReturnSummon

Gets the summon that will return after the current summon expires. -This maps to the Lumina.Excel.GeneratedSheets.Pet sheet.

+This maps to the sheet.

Declaration
@@ -573,7 +573,7 @@ This maps to the Lumina.Excel.GeneratedSheets.Pet shee

ReturnSummonGlam

Gets the summon glam for the ReturnSummon. -This maps to the Lumina.Excel.GeneratedSheets.PetMirage sheet.

+This maps to the sheet.

Declaration
diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Enums.ObjectKind.html b/docs/api/Dalamud.Game.ClientState.Objects.Enums.ObjectKind.html index 47fd94bb7..19ff7681e 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Enums.ObjectKind.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Enums.ObjectKind.html @@ -150,6 +150,11 @@ + + + + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html b/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html index 1a7b499cf..cba9d3256 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.ObjectTable.html @@ -289,7 +289,7 @@ Improve this Doc - View Source + View Source

GetEnumerator()

@@ -366,19 +366,19 @@
None

Invalid character.

+
Ornament

Objects representing ornament (Fashion Accessories) objects.

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

SearchById(UInt32)

+

SearchById(UInt64)

Search for a game object by their Object ID.

Declaration
-
public GameObject SearchById(uint objectId)
+
public GameObject SearchById(ulong objectId)
Parameters
@@ -391,7 +391,7 @@ - + @@ -421,7 +421,7 @@ Improve this Doc - View Source + View Source

IReadOnlyCollection<GameObject>.Count

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

IEnumerable.GetEnumerator()

@@ -500,7 +500,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html index 819cd46db..e0c258559 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.EventObj.html @@ -121,6 +121,9 @@
    GameObject.OwnerId
    +
    + GameObject.ObjectIndex +
    GameObject.ObjectKind
    @@ -133,6 +136,9 @@
    GameObject.YalmDistanceZ
    +
    + GameObject.IsDead +
    GameObject.Position
    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.Npc.html b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.Npc.html index 5c57235cd..c04116cc3 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.Npc.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.Npc.html @@ -173,6 +173,9 @@
    GameObject.OwnerId
    +
    + GameObject.ObjectIndex +
    GameObject.ObjectKind
    @@ -185,6 +188,9 @@
    GameObject.YalmDistanceZ
    +
    + GameObject.IsDead +
    GameObject.Position
    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html index 00670f6cd..e860769d6 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.SubKinds.PlayerCharacter.html @@ -195,6 +195,9 @@
    GameObject.OwnerId
    +
    + GameObject.ObjectIndex +
    GameObject.ObjectKind
    @@ -207,6 +210,9 @@
    GameObject.YalmDistanceZ
    +
    + GameObject.IsDead +
    GameObject.Position
    @@ -257,7 +263,7 @@
    Declaration
    -
    public ExcelResolver<World> CurrentWorld { get; }
    +
    public ExcelResolver<Lumina.Excel.GeneratedSheets.World> CurrentWorld { get; }
    Property Value
    System.UInt32System.UInt64 objectId

    Object ID to find.

    @@ -288,7 +294,7 @@
    Declaration
    -
    public ExcelResolver<World> HomeWorld { get; }
    +
    public ExcelResolver<Lumina.Excel.GeneratedSheets.World> HomeWorld { get; }
    Property Value
    @@ -319,7 +325,7 @@
    Declaration
    -
    public override uint TargetObjectId { get; }
    +
    public override ulong TargetObjectId { get; }
    Property Value
    @@ -331,7 +337,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html index d886f4245..353d096da 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleChara.html @@ -172,6 +172,9 @@
    GameObject.OwnerId
    +
    + GameObject.ObjectIndex +
    GameObject.ObjectKind
    @@ -184,6 +187,9 @@
    GameObject.YalmDistanceZ
    +
    + GameObject.IsDead +
    GameObject.Position
    diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html index 2b475e0c1..b1dc785de 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.BattleNpc.html @@ -195,6 +195,9 @@
    GameObject.OwnerId
    +
    + GameObject.ObjectIndex +
    GameObject.ObjectKind
    @@ -207,6 +210,9 @@
    GameObject.YalmDistanceZ
    +
    + GameObject.IsDead +
    GameObject.Position
    @@ -288,7 +294,7 @@
    Declaration
    -
    public override uint TargetObjectId { get; }
    +
    public override ulong TargetObjectId { get; }
    Property Value
    System.UInt32System.UInt64
    @@ -300,7 +306,7 @@ - + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html index c8d45d531..ccb38ea92 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.Character.html @@ -123,6 +123,9 @@
    GameObject.OwnerId
    +
    + GameObject.ObjectIndex +
    GameObject.ObjectKind
    @@ -135,6 +138,9 @@
    GameObject.YalmDistanceZ
    +
    + GameObject.IsDead +
    GameObject.Position
    @@ -197,7 +203,7 @@ - + @@ -601,7 +607,7 @@ Indexed by ExcelResolver<Lumina.Excel.GeneratedSheets.OnlineStatus> + @@ -682,7 +688,7 @@ Indexed by
    Declaration
    -
    public override uint TargetObjectId { get; }
    +
    public override ulong TargetObjectId { get; }
    Property Value
    System.UInt32System.UInt64
    ExcelResolver<Lumina.Excel.GeneratedSheets.ClassJob>ExcelResolver<ClassJob>
    ExcelResolver<OnlineStatus>
    @@ -694,7 +700,7 @@ Indexed by System.UInt32 + diff --git a/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html b/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html index cc046faea..8d4841bf0 100644 --- a/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html +++ b/docs/api/Dalamud.Game.ClientState.Objects.Types.GameObject.html @@ -209,7 +209,7 @@ Improve this Doc - View Source + View Source

    HitboxRadius

    @@ -235,6 +235,37 @@
    System.UInt64
    + + | + Improve this Doc + + + View Source + + +

    IsDead

    +

    Gets a value indicating whether the object is dead or alive.

    +
    +
    +
    Declaration
    +
    +
    public bool IsDead { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    | Improve this Doc @@ -297,12 +328,43 @@ + + | + Improve this Doc + + + View Source + + +

    ObjectIndex

    +

    Gets the index of this object in the object table.

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

    ObjectKind

    @@ -365,7 +427,7 @@ See Improve this Doc
    - View Source + View Source

    Position

    @@ -396,7 +458,7 @@ See Improve this Doc - View Source + View Source

    Rotation

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

    Improve this Doc - View Source + View Source

    Struct

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

    Improve this Doc - View Source + View Source

    SubKind

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

    Improve this Doc - View Source + View Source

    TargetObject

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

    Improve this Doc - View Source + View Source

    TargetObjectId

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

    Declaration
    -
    public virtual uint TargetObjectId { get; }
    +
    public virtual ulong TargetObjectId { get; }
    Property Value
    @@ -545,7 +607,7 @@ This ranges from -pi to pi radians.

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

    Improve this Doc - View Source + View Source

    YalmDistanceX

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

    Improve this Doc - View Source + View Source

    YalmDistanceZ

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

    Improve this Doc - View Source + View Source

    ToString()

    diff --git a/docs/api/Dalamud.Game.ClientState.Party.PartyMember.html b/docs/api/Dalamud.Game.ClientState.Party.PartyMember.html index 06a0f40c2..8b1a8b86a 100644 --- a/docs/api/Dalamud.Game.ClientState.Party.PartyMember.html +++ b/docs/api/Dalamud.Game.ClientState.Party.PartyMember.html @@ -158,7 +158,7 @@
    Declaration
    -
    public ExcelResolver<ClassJob> ClassJob { get; }
    +
    public ExcelResolver<Lumina.Excel.GeneratedSheets.ClassJob> ClassJob { get; }
    Property Value
    System.UInt32System.UInt64
    @@ -564,7 +564,7 @@
    Declaration
    -
    public ExcelResolver<TerritoryType> Territory { get; }
    +
    public ExcelResolver<Lumina.Excel.GeneratedSheets.TerritoryType> Territory { get; }
    Property Value
    @@ -595,7 +595,7 @@
    Declaration
    -
    public ExcelResolver<World> World { get; }
    +
    public ExcelResolver<Lumina.Excel.GeneratedSheets.World> World { get; }
    Property Value
    diff --git a/docs/api/Dalamud.Game.ClientState.Statuses.Status.html b/docs/api/Dalamud.Game.ClientState.Statuses.Status.html index 1648750e9..31c707e03 100644 --- a/docs/api/Dalamud.Game.ClientState.Statuses.Status.html +++ b/docs/api/Dalamud.Game.ClientState.Statuses.Status.html @@ -158,7 +158,7 @@
    Declaration
    -
    public Status GameData { get; }
    +
    public Lumina.Excel.GeneratedSheets.Status GameData { get; }
    Property Value
    diff --git a/docs/api/Dalamud.Game.Framework.OnDestroyDelegate.html b/docs/api/Dalamud.Game.Framework.OnDestroyDelegate.html index 1b583d4fa..7ccecc63e 100644 --- a/docs/api/Dalamud.Game.Framework.OnDestroyDelegate.html +++ b/docs/api/Dalamud.Game.Framework.OnDestroyDelegate.html @@ -109,7 +109,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Framework.OnRealDestroyDelegate.html b/docs/api/Dalamud.Game.Framework.OnRealDestroyDelegate.html index fe30cdd2c..5b0f9d9e2 100644 --- a/docs/api/Dalamud.Game.Framework.OnRealDestroyDelegate.html +++ b/docs/api/Dalamud.Game.Framework.OnRealDestroyDelegate.html @@ -127,7 +127,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html b/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html index 4fc1d48a9..0ca4e6648 100644 --- a/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html +++ b/docs/api/Dalamud.Game.Framework.OnUpdateDelegate.html @@ -111,7 +111,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Framework.html b/docs/api/Dalamud.Game.Framework.html index 58b25497d..b2f9e3e64 100644 --- a/docs/api/Dalamud.Game.Framework.html +++ b/docs/api/Dalamud.Game.Framework.html @@ -123,7 +123,7 @@ Improve this Doc - View Source + View Source

    Address

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

    IsFrameworkUnloading

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

    IsInFrameworkUpdateThread

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

    LastUpdate

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

    LastUpdateUTC

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

    StatsEnabled

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

    StatsHistory

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

    UpdateDelta

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

    RunOnFrameworkThread(Action)

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

    RunOnFrameworkThread(Func<Task>)

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

    RunOnFrameworkThread<T>(Func<T>)

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

    RunOnFrameworkThread<T>(Func<Task<T>>)

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

    RunOnTick(Action, TimeSpan, Int32, CancellationToken)

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

    RunOnTick(Func<Task>, TimeSpan, Int32, CancellationToken)

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

    RunOnTick<T>(Func<T>, TimeSpan, Int32, CancellationToken)

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

    RunOnTick<T>(Func<Task<T>>, TimeSpan, Int32, CancellationToken)

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

    Update

    Event that gets fired every time the game framework updates.

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

    IDisposable.Dispose()

    @@ -972,7 +972,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.GameVersion.html b/docs/api/Dalamud.Game.GameVersion.html index c3f710dbe..26b669e06 100644 --- a/docs/api/Dalamud.Game.GameVersion.html +++ b/docs/api/Dalamud.Game.GameVersion.html @@ -110,7 +110,7 @@ installation directory.

    Namespace: Dalamud.Game
    -
    Assembly: Dalamud.dll
    +
    Assembly: Dalamud.Injector.dll
    Syntax
    [Serializable]
    @@ -378,8 +378,7 @@ public sealed class GameVersion : ICloneable, IComparable, IComparable<GameVe
       
    Declaration
    -
    [JsonConstructor]
    -public GameVersion(string version)
    +
    public GameVersion(string version)
    Parameters
    diff --git a/docs/api/Dalamud.Game.GameVersionConverter.html b/docs/api/Dalamud.Game.GameVersionConverter.html index ea79eef7c..35c186a5e 100644 --- a/docs/api/Dalamud.Game.GameVersionConverter.html +++ b/docs/api/Dalamud.Game.GameVersionConverter.html @@ -79,41 +79,10 @@
    Inheritance
    System.Object
    -
    Newtonsoft.Json.JsonConverter
    -
    GameVersionConverter
    -
    -
    -
    Inherited Members
    -
    - Newtonsoft.Json.JsonConverter.CanRead -
    -
    - Newtonsoft.Json.JsonConverter.CanWrite -
    -
    - System.Object.Equals(System.Object) -
    -
    - System.Object.Equals(System.Object, System.Object) -
    -
    - System.Object.GetHashCode() -
    -
    - System.Object.GetType() -
    -
    - System.Object.MemberwiseClone() -
    -
    - System.Object.ReferenceEquals(System.Object, System.Object) -
    -
    - System.Object.ToString() -
    +
    GameVersionConverter
    Namespace: Dalamud.Game
    -
    Assembly: Dalamud.dll
    +
    Assembly: Dalamud.Injector.dll
    Syntax
    public sealed class GameVersionConverter : JsonConverter
    @@ -170,17 +139,15 @@
    -
    Overrides
    -
    Newtonsoft.Json.JsonConverter.CanConvert(System.Type)
    | - Improve this Doc + Improve this Doc View Source -

    ReadJson(JsonReader, Type, Object, JsonSerializer)

    +

    ReadJson(JsonReader, Type, Object, JsonSerializer)

    Reads the JSON representation of the object.

    @@ -199,9 +166,9 @@ - Newtonsoft.Json.JsonReader + JsonReader reader -

    The Newtonsoft.Json.JsonReader to read from.

    +

    The to read from.

    @@ -217,7 +184,7 @@ - Newtonsoft.Json.JsonSerializer + JsonSerializer serializer

    The calling serializer.

    @@ -240,17 +207,15 @@ -
    Overrides
    -
    Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader, System.Type, System.Object, Newtonsoft.Json.JsonSerializer)
    | - Improve this Doc + Improve this Doc View Source -

    WriteJson(JsonWriter, Object, JsonSerializer)

    +

    WriteJson(JsonWriter, Object, JsonSerializer)

    Writes the JSON representation of the object.

    @@ -269,9 +234,9 @@ - Newtonsoft.Json.JsonWriter + JsonWriter writer -

    The Newtonsoft.Json.JsonWriter to write to.

    +

    The to write to.

    @@ -281,15 +246,13 @@ - Newtonsoft.Json.JsonSerializer + JsonSerializer serializer

    The calling serializer.

    -
    Overrides
    -
    Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter, System.Object, Newtonsoft.Json.JsonSerializer)
    diff --git a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.OnFlyTextCreatedDelegate.html b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.OnFlyTextCreatedDelegate.html index 13ae9cdfc..c431dcbec 100644 --- a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.OnFlyTextCreatedDelegate.html +++ b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.OnFlyTextCreatedDelegate.html @@ -80,7 +80,7 @@
    Assembly: Dalamud.dll
    Syntax
    -
    public delegate void OnFlyTextCreatedDelegate(ref FlyTextKind kind, ref int val1, ref int val2, ref SeString text1, ref SeString text2, ref uint color, ref uint icon, ref float yOffset, ref bool handled);
    +
    public delegate void OnFlyTextCreatedDelegate(ref FlyTextKind kind, ref int val1, ref int val2, ref SeString text1, ref SeString text2, ref uint color, ref uint icon, ref uint damageTypeIcon, ref float yOffset, ref bool handled);
    Parameters
    @@ -132,6 +132,12 @@ + + + + + @@ -160,7 +166,7 @@ in text appearing higher on the screen. This does not change where the element b Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.html b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.html index 5091503ad..bf135c7af 100644 --- a/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.html +++ b/docs/api/Dalamud.Game.Gui.FlyText.FlyTextGui.html @@ -120,19 +120,19 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

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

    +

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

    Displays a fly text in-game on the local player.

    Declaration
    -
    public void AddFlyText(FlyTextKind kind, uint actorIndex, uint val1, uint val2, SeString text1, SeString text2, uint color, uint icon)
    +
    public void AddFlyText(FlyTextKind kind, uint actorIndex, uint val1, uint val2, SeString text1, SeString text2, uint color, uint icon, uint damageTypeIcon)
    Parameters
    System.UInt32 icon

    Icon ID passed to the native flytext function. Only displays with select FlyTextKind.

    +
    System.UInt32damageTypeIcon

    Damage Type Icon ID passed to the native flytext function. Displayed next to damage values to denote damage type.

    @@ -190,6 +190,12 @@ + + + + + @@ -199,7 +205,7 @@ Improve this Doc - View Source + View Source

    Dispose()

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

    FlyTextCreated

    The FlyText event that can be subscribed to.

    diff --git a/docs/api/Dalamud.Game.Gui.GameGui.html b/docs/api/Dalamud.Game.Gui.GameGui.html index 0784e8b2c..30b314c17 100644 --- a/docs/api/Dalamud.Game.Gui.GameGui.html +++ b/docs/api/Dalamud.Game.Gui.GameGui.html @@ -123,7 +123,7 @@ Improve this Doc - View Source + View Source

    GameUiHidden

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

    HoveredAction

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

    HoveredItem

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

    Improve this Doc - View Source + View Source

    FindAgentInterface(IntPtr)

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

    Improve this Doc - View Source + View Source

    FindAgentInterface(String)

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

    Improve this Doc - View Source + View Source

    FindAgentInterface(Void*)

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

    Improve this Doc - View Source + View Source

    GetAddonByName(String, Int32)

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

    Declaration
    -
    public IntPtr GetAddonByName(string name, int index)
    +
    public IntPtr GetAddonByName(string name, int index = 1)
    Parameters
    System.UInt32 icon

    Icon ID passed to the native flytext function. Only displays with select FlyTextKind.

    +
    System.UInt32damageTypeIcon

    Damage Type Icon ID passed to the native flytext function. Displayed next to damage values to denote damage type.

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

    Improve this Doc - View Source + View Source

    GetUIModule()

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

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

    Improve this Doc - View Source + View Source

    ScreenToWorld(Vector2, out Vector3, Single)

    @@ -560,40 +560,6 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    - - -
    System.Boolean

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

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

    SetBgm(UInt16)

    -

    Set the current background music.

    -
    -
    -
    Declaration
    -
    -
    public void SetBgm(ushort bgmKey)
    -
    -
    Parameters
    - - - - - - - - - - - - - @@ -603,7 +569,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    WorldToScreen(Vector3, out Vector2)

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

    + + +
    TypeNameDescription
    System.UInt16bgmKey

    The background music key.

    System.Numerics.Vector2 screenPos

    Converted coordinates.

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

    True if worldPos corresponds to a position in front of the camera and screenPos is in the viewport.

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

    WorldToScreen(Vector3, out Vector2, out Boolean)

    +

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

    +
    +
    +
    Declaration
    +
    +
    public bool WorldToScreen(Vector3 worldPos, out Vector2 screenPos, out bool inView)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + @@ -661,7 +689,7 @@ If > 1.000.000, subtract 1.000.000 and treat it as HQ.

    Improve this Doc - View Source + View Source

    HoveredActionChanged

    Event that is fired when the currently hovered action changes.

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

    Improve this Doc - View Source + View Source

    HoveredItemChanged

    Event that is fired when the currently hovered item changes.

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

    Improve this Doc - View Source + View Source

    UiHideToggled

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

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

    Improve this Doc - View Source + View Source

    IDisposable.Dispose()

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

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.JobFlagsExtensions.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.JobFlagsExtensions.html index 646a62ae4..735a0e82f 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.JobFlagsExtensions.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.JobFlagsExtensions.html @@ -163,7 +163,7 @@
    - + diff --git a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.html b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.html index ad4e278cc..b97410b8d 100644 --- a/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.html +++ b/docs/api/Dalamud.Game.Gui.PartyFinder.Types.PartyFinderListing.html @@ -263,7 +263,7 @@ - + @@ -325,7 +325,7 @@ - + @@ -418,7 +418,7 @@ - + @@ -730,7 +730,7 @@ - + @@ -1136,7 +1136,7 @@ fills or the host ends it early.

    - + diff --git a/docs/api/Dalamud.Game.SigScanner.html b/docs/api/Dalamud.Game.SigScanner.html index ba1e30900..31cbead3a 100644 --- a/docs/api/Dalamud.Game.SigScanner.html +++ b/docs/api/Dalamud.Game.SigScanner.html @@ -123,7 +123,7 @@ Improve this Doc - View Source + View Source

    SigScanner(Boolean, FileInfo)

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

    SigScanner(ProcessModule, Boolean, FileInfo)

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

    DataSectionBase

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

    DataSectionOffset

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

    DataSectionSize

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

    Is32BitProcess

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

    IsCopy

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

    Module

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

    RDataSectionBase

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

    RDataSectionOffset

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

    RDataSectionSize

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

    SearchBase

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

    TextSectionBase

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

    TextSectionOffset

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

    TextSectionSize

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

    Dispose()

    @@ -632,13 +632,14 @@ Improve this Doc - View Source + View Source

    GetStaticAddressFromSig(String, Int32)

    Scan for a .data address using a .text function. This is intended to be used with IDA sigs. -Place your cursor on the line calling a static address, and create and IDA sig.

    +Place your cursor on the line calling a static address, and create and IDA sig. +The signature and offset should not break through instruction boundaries.

    Declaration
    @@ -690,7 +691,7 @@ 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)

    @@ -746,7 +747,7 @@ 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)

    @@ -808,7 +809,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)

    @@ -858,7 +859,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)

    @@ -908,7 +909,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)

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

    TryGetStaticAddressFromSig(String, out IntPtr, Int32)

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

    TryScan(IntPtr, Int32, String, out IntPtr)

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

    TryScanData(String, out IntPtr)

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

    TryScanModule(String, out IntPtr)

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

    TryScanText(String, out IntPtr)

    @@ -1271,7 +1272,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.Payload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.html index a75fe3836..4ddda56db 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payload.html @@ -204,8 +204,7 @@
    Declaration
    -
    [JsonIgnore]
    -public DataManager DataResolver { get; }
    +
    public DataManager DataResolver { get; }
    Property Value
    TypeNameDescription
    System.Numerics.Vector3worldPos

    Coordinates in the world.

    +
    System.Numerics.Vector2screenPos

    Converted coordinates.

    +
    System.BooleaninView

    True if screenPos corresponds to a position inside the camera viewport.

    Lumina.Excel.GeneratedSheets.ClassJobClassJob

    A ClassJob if found or null if not.

    System.Lazy<Lumina.Excel.GeneratedSheets.World>System.Lazy<World>
    System.Lazy<Lumina.Excel.GeneratedSheets.ContentFinderCondition>System.Lazy<ContentFinderCondition>
    System.Lazy<Lumina.Excel.GeneratedSheets.World>System.Lazy<World>
    System.Collections.Generic.IReadOnlyCollection<System.Lazy<Lumina.Excel.GeneratedSheets.ClassJob>>System.Collections.Generic.IReadOnlyCollection<System.Lazy<ClassJob>>
    System.Lazy<Lumina.Excel.GeneratedSheets.World>System.Lazy<World>
    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html index f23592bbc..57cd62c16 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.ItemPayload.html @@ -287,8 +287,7 @@ often the name is only present in a following text payload.

    Declaration
    -
    [JsonProperty]
    -public bool IsHQ { get; }
    +
    public bool IsHQ { get; }
    Property Value
    @@ -319,8 +318,7 @@ public bool IsHQ { get; }
    Declaration
    -
    [JsonIgnore]
    -public Item Item { get; }
    +
    public Item? Item { get; }
    Property Value
    @@ -332,7 +330,7 @@ public Item Item { get; } - + @@ -354,8 +352,7 @@ public Item Item { get; }
    Declaration
    -
    [JsonIgnore]
    -public uint ItemId { get; }
    +
    public uint ItemId { get; }
    Property Value
    Lumina.Excel.GeneratedSheets.ItemSystem.Nullable<Item>
    @@ -386,8 +383,7 @@ public uint ItemId { get; }
    Declaration
    -
    [JsonProperty]
    -public ItemPayload.ItemKind Kind { get; set; }
    +
    public ItemPayload.ItemKind Kind { get; set; }
    Property Value
    @@ -418,8 +414,7 @@ public ItemPayload.ItemKind Kind { get; set; }
    Declaration
    -
    [JsonIgnore]
    -public uint RawItemId { get; }
    +
    public uint RawItemId { get; }
    Property Value
    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html index 82a276f02..6757f05f4 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.MapLinkPayload.html @@ -270,8 +270,7 @@ as possible but is an approximation and may be slightly off for some positions.<
    Declaration
    -
    [JsonIgnore]
    -public string CoordinateString { get; }
    +
    public string CoordinateString { get; }
    Property Value
    @@ -333,8 +332,7 @@ public string CoordinateString { get; }
    Declaration
    -
    [JsonIgnore]
    -public Map Map { get; }
    +
    public Map Map { get; }
    Property Value
    @@ -346,7 +344,7 @@ public Map Map { get; } - + @@ -368,8 +366,7 @@ public Map Map { get; }
    Declaration
    -
    [JsonIgnore]
    -public string PlaceName { get; }
    +
    public string PlaceName { get; }
    Property Value
    Lumina.Excel.GeneratedSheets.MapMap
    @@ -400,8 +397,7 @@ public string PlaceName { get; }
    Declaration
    -
    [JsonIgnore]
    -public string PlaceNameRegion { get; }
    +
    public string PlaceNameRegion { get; }
    Property Value
    @@ -494,8 +490,7 @@ public string PlaceNameRegion { get; }
    Declaration
    -
    [JsonIgnore]
    -public TerritoryType TerritoryType { get; }
    +
    public TerritoryType TerritoryType { get; }
    Property Value
    @@ -507,7 +502,7 @@ public TerritoryType TerritoryType { get; } - + @@ -593,8 +588,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 fa38f1811..19a11a4e3 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.PlayerPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.PlayerPayload.html @@ -199,8 +199,7 @@ The world name will always be present.

    Declaration
    -
    [JsonIgnore]
    -public string DisplayedName { get; }
    +
    public string DisplayedName { get; }
    Property Value
    @@ -231,8 +230,7 @@ public string DisplayedName { get; }
    Declaration
    -
    [JsonIgnore]
    -public string PlayerName { get; set; }
    +
    public string PlayerName { get; set; }
    Property Value
    @@ -296,8 +294,7 @@ public string PlayerName { get; set; }
    Declaration
    -
    [JsonIgnore]
    -public World World { get; }
    +
    public World World { get; }
    Property Value
    @@ -309,7 +306,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 7292064ac..7c4608332 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.QuestPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.QuestPayload.html @@ -192,8 +192,7 @@ Creates a payload representing an interactable quest link for the specified ques
    Declaration
    -
    [JsonIgnore]
    -public Quest Quest { get; }
    +
    public Quest Quest { get; }
    Property Value
    Lumina.Excel.GeneratedSheets.WorldWorld
    @@ -205,7 +204,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 95df0595c..7d774d72d 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.RawPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.RawPayload.html @@ -188,8 +188,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 b1d26e970..48d125f07 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.StatusPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.StatusPayload.html @@ -192,8 +192,7 @@ Creates a new StatusPayload for the given status id.

    Declaration
    -
    [JsonIgnore]
    -public Status Status { get; }
    +
    public Status Status { get; }
    Property Value
    @@ -205,7 +204,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 a2ef3f638..af8376b0f 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.TextPayload.html @@ -197,8 +197,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 9d63b672d..d2cf29aa7 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIForegroundPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIForegroundPayload.html @@ -192,8 +192,7 @@ Creates a new UIForegroundPayload for the given UIColor key.

    Declaration
    -
    [JsonIgnore]
    -public ushort ColorKey { get; set; }
    +
    public ushort ColorKey { get; set; }
    Property Value
    @@ -255,8 +254,7 @@ public ushort ColorKey { get; set; }
    Declaration
    -
    [JsonIgnore]
    -public uint RGB { get; }
    +
    public uint RGB { get; }
    Property Value
    @@ -320,8 +318,7 @@ public uint RGB { get; }
    Declaration
    -
    [JsonIgnore]
    -public UIColor UIColor { get; }
    +
    public UIColor UIColor { get; }
    Property Value
    @@ -333,7 +330,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 f635cdb52..8034795fe 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIGlowPayload.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.Payloads.UIGlowPayload.html @@ -192,8 +192,7 @@ Creates a new UIForegroundPayload for the given UIColor key.

    Declaration
    -
    [JsonIgnore]
    -public ushort ColorKey { get; set; }
    +
    public ushort ColorKey { get; set; }
    Property Value
    Lumina.Excel.GeneratedSheets.UIColorUIColor
    @@ -255,8 +254,7 @@ public ushort ColorKey { get; set; }
    Declaration
    -
    [JsonIgnore]
    -public uint RGB { get; }
    +
    public uint RGB { get; }
    Property Value
    @@ -320,8 +318,7 @@ public uint RGB { get; }
    Declaration
    -
    [JsonIgnore]
    -public UIColor UIColor { get; }
    +
    public UIColor UIColor { get; }
    Property Value
    @@ -333,7 +330,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 55bbd5fd2..6e64df729 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.SeString.html @@ -177,8 +177,7 @@ Creates a new SeString from an ordered list of payloads.

    Declaration
    -
    [JsonConstructor]
    -public SeString(List<Payload> payloads)
    +
    public SeString(List<Payload> payloads)
    Parameters
    Lumina.Excel.GeneratedSheets.UIColorUIColor
    @@ -481,13 +480,13 @@ with the appropriate glow and coloring.

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

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

    - Lumina.Excel.GeneratedSheets.Item + Item item

    The Lumina Item to link.

    @@ -1191,13 +1190,13 @@ suitable for use by in-game handlers, such as the chat log.

    View Source -

    Explicit(SeString to SeString)

    +

    Explicit(Lumina.Text.SeString to SeString)

    Implicitly convert a string into a SeString containing a TextPayload.

    Declaration
    -
    public static explicit operator SeString(SeString str)
    +
    public static explicit operator SeString(Lumina.Text.SeString str)
    Parameters
    diff --git a/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html b/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html index cc2d2406d..2903127f1 100644 --- a/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html +++ b/docs/api/Dalamud.Game.Text.SeStringHandling.SeStringManager.html @@ -120,13 +120,13 @@ public sealed class SeStringManager : IServiceType | - 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.

    @@ -146,7 +146,7 @@ public SeString CreateItemLink(Item item, bool isHQ, string displayNameOverride - + diff --git a/docs/api/Dalamud.IServiceType.html b/docs/api/Dalamud.IServiceType.html index e74f07ace..e55c8dfa8 100644 --- a/docs/api/Dalamud.IServiceType.html +++ b/docs/api/Dalamud.IServiceType.html @@ -77,7 +77,7 @@
    Namespace: Dalamud
    -
    Assembly: Dalamud.dll
    +
    Assembly: Dalamud.Injector.dll
    Syntax
    public interface IServiceType
    diff --git a/docs/api/Dalamud.Interface.Components.ImGuiComponents.html b/docs/api/Dalamud.Interface.Components.ImGuiComponents.html index a3ea29e89..94842fb15 100644 --- a/docs/api/Dalamud.Interface.Components.ImGuiComponents.html +++ b/docs/api/Dalamud.Interface.Components.ImGuiComponents.html @@ -526,7 +526,7 @@ Improve this Doc - View Source + View Source

    IconButton(FontAwesomeIcon, Nullable<Vector4>, Nullable<Vector4>, Nullable<Vector4>)

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

    IconButton(Int32, FontAwesomeIcon, Nullable<Vector4>, Nullable<Vector4>, Nullable<Vector4>)

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

    IconButton(String)

    @@ -765,6 +765,136 @@
    + + +
    Lumina.Excel.GeneratedSheets.ItemItem item

    The Lumina Item to link.

    System.Boolean

    Indicator if button is clicked.

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

    IconButton(String, FontAwesomeIcon)

    +

    IconButton component to use an icon as a button.

    +
    +
    +
    Declaration
    +
    +
    public static bool IconButton(string id, FontAwesomeIcon icon)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringid

    The ID of the button.

    +
    FontAwesomeIconicon

    The icon for the button.

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

    Indicator if button is clicked.

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

    IconButton(String, FontAwesomeIcon, Nullable<Vector4>, Nullable<Vector4>, Nullable<Vector4>)

    +

    IconButton component to use an icon as a button with color options.

    +
    +
    +
    Declaration
    +
    +
    public static bool IconButton(string id, FontAwesomeIcon icon, Vector4? defaultColor = null, Vector4? activeColor = null, Vector4? hoveredColor = null)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringid

    The ID of the button.

    +
    FontAwesomeIconicon

    The icon for the button.

    +
    System.Nullable<System.Numerics.Vector4>defaultColor

    The default color of the button.

    +
    System.Nullable<System.Numerics.Vector4>activeColor

    The color of the button when active.

    +
    System.Nullable<System.Numerics.Vector4>hoveredColor

    The color of the button when hovered.

    +
    +
    Returns
    + + + + + + + + + + + @@ -774,7 +904,7 @@ Improve this Doc - View Source + View Source

    IconButton(String, Nullable<Vector4>, Nullable<Vector4>, Nullable<Vector4>)

    diff --git a/docs/api/Dalamud.Interface.ImGuiHelpers.ImFontAtlasCustomRectReal.html b/docs/api/Dalamud.Interface.ImGuiHelpers.ImFontAtlasCustomRectReal.html index 3eeeb28af..764dfd527 100644 --- a/docs/api/Dalamud.Interface.ImGuiHelpers.ImFontAtlasCustomRectReal.html +++ b/docs/api/Dalamud.Interface.ImGuiHelpers.ImFontAtlasCustomRectReal.html @@ -110,7 +110,7 @@ Improve this Doc - View Source + View Source

    Font

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

    GlyphAdvanceX

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

    GlyphOffset

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

    Height

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

    TextureIndexAndGlyphId

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

    Width

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

    X

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

    Y

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

    GlyphId

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

    TextureIndex

    @@ -410,7 +410,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Interface.ImGuiHelpers.ImFontGlyphHotDataReal.html b/docs/api/Dalamud.Interface.ImGuiHelpers.ImFontGlyphHotDataReal.html index 799ff77a9..913898834 100644 --- a/docs/api/Dalamud.Interface.ImGuiHelpers.ImFontGlyphHotDataReal.html +++ b/docs/api/Dalamud.Interface.ImGuiHelpers.ImFontGlyphHotDataReal.html @@ -110,7 +110,7 @@ Improve this Doc - View Source + View Source

    AdvanceX

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

    KerningPairInfo

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

    OccupiedWidth

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

    Count

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

    Offset

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

    UseBisect

    @@ -295,7 +295,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Interface.ImGuiHelpers.ImFontGlyphReal.html b/docs/api/Dalamud.Interface.ImGuiHelpers.ImFontGlyphReal.html index 87fea18e1..5f00570a7 100644 --- a/docs/api/Dalamud.Interface.ImGuiHelpers.ImFontGlyphReal.html +++ b/docs/api/Dalamud.Interface.ImGuiHelpers.ImFontGlyphReal.html @@ -110,7 +110,7 @@ Improve this Doc - View Source + View Source

    AdvanceX

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

    ColoredVisibleTextureIndexCodepoint

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

    U0

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

    U1

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

    V0

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

    V1

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

    X0

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

    X1

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

    Y0

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

    Y1

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

    Codepoint

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

    Colored

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

    TextureIndex

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

    Visible

    @@ -528,7 +528,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Interface.ImGuiHelpers.html b/docs/api/Dalamud.Interface.ImGuiHelpers.html index 7730df8b9..88a78d21b 100644 --- a/docs/api/Dalamud.Interface.ImGuiHelpers.html +++ b/docs/api/Dalamud.Interface.ImGuiHelpers.html @@ -182,7 +182,7 @@ Improve this Doc - View Source + View Source

    CenterCursorFor(Int32)

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

    CenterCursorForText(String)

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

    CenteredText(String)

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

    CopyGlyphsAcrossFonts(Nullable<ImFontPtr>, Nullable<ImFontPtr>, Boolean, Boolean, Int32, Int32)

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

    ImGuiKeyToVirtualKey(ImGuiKey)

    @@ -545,6 +545,46 @@ + + +
    TypeDescription
    System.Boolean

    Indicator if button is clicked.

    VirtualKey

    The VirtualKey that corresponds to this ImGuiKey, or VirtualKey.NO_KEY otherwise.

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

    SafeTextColoredWrapped(Vector4, String)

    +

    Write unformatted text wrapped.

    +
    +
    +
    Declaration
    +
    +
    public static void SafeTextColoredWrapped(Vector4 color, string text)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + @@ -1002,7 +1042,7 @@ Improve this Doc - View Source + View Source

    VirtualKeyToImGuiKey(VirtualKey)

    diff --git a/docs/api/Dalamud.Interface.Style.DalamudColors.html b/docs/api/Dalamud.Interface.Style.DalamudColors.html index d9ffea25f..0f8633d96 100644 --- a/docs/api/Dalamud.Interface.Style.DalamudColors.html +++ b/docs/api/Dalamud.Interface.Style.DalamudColors.html @@ -125,8 +125,7 @@
    Declaration
    -
    [JsonProperty("b")]
    -public Vector4? DalamudGrey { get; set; }
    +
    public Vector4? DalamudGrey { get; set; }
    Property Value
    TypeNameDescription
    System.Numerics.Vector4color

    The color of the text.

    +
    System.Stringtext

    The text to write.

    @@ -156,8 +155,7 @@ public Vector4? DalamudGrey { get; set; }
    Declaration
    -
    [JsonProperty("c")]
    -public Vector4? DalamudGrey2 { get; set; }
    +
    public Vector4? DalamudGrey2 { get; set; }
    Property Value
    @@ -187,8 +185,7 @@ public Vector4? DalamudGrey2 { get; set; }
    Declaration
    -
    [JsonProperty("d")]
    -public Vector4? DalamudGrey3 { get; set; }
    +
    public Vector4? DalamudGrey3 { get; set; }
    Property Value
    @@ -218,8 +215,7 @@ public Vector4? DalamudGrey3 { get; set; }
    Declaration
    -
    [JsonProperty("g")]
    -public Vector4? DalamudOrange { get; set; }
    +
    public Vector4? DalamudOrange { get; set; }
    Property Value
    @@ -249,8 +245,7 @@ public Vector4? DalamudOrange { get; set; }
    Declaration
    -
    [JsonProperty("a")]
    -public Vector4? DalamudRed { get; set; }
    +
    public Vector4? DalamudRed { get; set; }
    Property Value
    @@ -280,8 +275,7 @@ public Vector4? DalamudRed { get; set; }
    Declaration
    -
    [JsonProperty("l")]
    -public Vector4? DalamudViolet { get; set; }
    +
    public Vector4? DalamudViolet { get; set; }
    Property Value
    @@ -311,8 +305,7 @@ public Vector4? DalamudViolet { get; set; }
    Declaration
    -
    [JsonProperty("e")]
    -public Vector4? DalamudWhite { get; set; }
    +
    public Vector4? DalamudWhite { get; set; }
    Property Value
    @@ -342,8 +335,7 @@ public Vector4? DalamudWhite { get; set; }
    Declaration
    -
    [JsonProperty("f")]
    -public Vector4? DalamudWhite2 { get; set; }
    +
    public Vector4? DalamudWhite2 { get; set; }
    Property Value
    @@ -373,8 +365,7 @@ public Vector4? DalamudWhite2 { get; set; }
    Declaration
    -
    [JsonProperty("k")]
    -public Vector4? DalamudYellow { get; set; }
    +
    public Vector4? DalamudYellow { get; set; }
    Property Value
    @@ -404,8 +395,7 @@ public Vector4? DalamudYellow { get; set; }
    Declaration
    -
    [JsonProperty("j")]
    -public Vector4? DPSRed { get; set; }
    +
    public Vector4? DPSRed { get; set; }
    Property Value
    @@ -435,8 +425,7 @@ public Vector4? DPSRed { get; set; }
    Declaration
    -
    [JsonProperty("i")]
    -public Vector4? HealerGreen { get; set; }
    +
    public Vector4? HealerGreen { get; set; }
    Property Value
    @@ -466,8 +455,7 @@ public Vector4? HealerGreen { get; set; }
    Declaration
    -
    [JsonProperty("o")]
    -public Vector4? ParsedBlue { get; set; }
    +
    public Vector4? ParsedBlue { get; set; }
    Property Value
    @@ -497,8 +485,7 @@ public Vector4? ParsedBlue { get; set; }
    Declaration
    -
    [JsonProperty("s")]
    -public Vector4? ParsedGold { get; set; }
    +
    public Vector4? ParsedGold { get; set; }
    Property Value
    @@ -528,8 +515,7 @@ public Vector4? ParsedGold { get; set; }
    Declaration
    -
    [JsonProperty("n")]
    -public Vector4? ParsedGreen { get; set; }
    +
    public Vector4? ParsedGreen { get; set; }
    Property Value
    @@ -559,8 +545,7 @@ public Vector4? ParsedGreen { get; set; }
    Declaration
    -
    [JsonProperty("m")]
    -public Vector4? ParsedGrey { get; set; }
    +
    public Vector4? ParsedGrey { get; set; }
    Property Value
    @@ -590,8 +575,7 @@ public Vector4? ParsedGrey { get; set; }
    Declaration
    -
    [JsonProperty("q")]
    -public Vector4? ParsedOrange { get; set; }
    +
    public Vector4? ParsedOrange { get; set; }
    Property Value
    @@ -621,8 +605,7 @@ public Vector4? ParsedOrange { get; set; }
    Declaration
    -
    [JsonProperty("r")]
    -public Vector4? ParsedPink { get; set; }
    +
    public Vector4? ParsedPink { get; set; }
    Property Value
    @@ -652,8 +635,7 @@ public Vector4? ParsedPink { get; set; }
    Declaration
    -
    [JsonProperty("p")]
    -public Vector4? ParsedPurple { get; set; }
    +
    public Vector4? ParsedPurple { get; set; }
    Property Value
    @@ -683,8 +665,7 @@ public Vector4? ParsedPurple { get; set; }
    Declaration
    -
    [JsonProperty("h")]
    -public Vector4? TankBlue { get; set; }
    +
    public Vector4? TankBlue { get; set; }
    Property Value
    diff --git a/docs/api/Dalamud.Interface.Style.StyleModel.html b/docs/api/Dalamud.Interface.Style.StyleModel.html index 59c1a1997..70049fdce 100644 --- a/docs/api/Dalamud.Interface.Style.StyleModel.html +++ b/docs/api/Dalamud.Interface.Style.StyleModel.html @@ -128,8 +128,7 @@
    Declaration
    -
    [JsonProperty("dol")]
    -public DalamudColors BuiltInColors { get; set; }
    +
    public DalamudColors BuiltInColors { get; set; }
    Property Value
    @@ -160,8 +159,7 @@ public DalamudColors BuiltInColors { get; set; }
    Declaration
    -
    [JsonProperty("name")]
    -public string Name { get; set; }
    +
    public string Name { get; set; }
    Property Value
    @@ -192,8 +190,7 @@ public string Name { get; set; }
    Declaration
    -
    [JsonProperty("ver")]
    -public int Version { get; set; }
    +
    public int Version { get; set; }
    Property Value
    diff --git a/docs/api/Dalamud.Interface.Style.StyleModelV1.html b/docs/api/Dalamud.Interface.Style.StyleModelV1.html index 697e291b0..bb2a3389c 100644 --- a/docs/api/Dalamud.Interface.Style.StyleModelV1.html +++ b/docs/api/Dalamud.Interface.Style.StyleModelV1.html @@ -169,8 +169,7 @@
    Declaration
    -
    [JsonProperty("a")]
    -public float Alpha { get; set; }
    +
    public float Alpha { get; set; }
    Property Value
    @@ -200,8 +199,7 @@ public float Alpha { get; set; }
    Declaration
    -
    [JsonProperty("y")]
    -public Vector2 ButtonTextAlign { get; set; }
    +
    public Vector2 ButtonTextAlign { get; set; }
    Property Value
    @@ -231,8 +229,7 @@ public Vector2 ButtonTextAlign { get; set; }
    Declaration
    -
    [JsonProperty("o")]
    -public Vector2 CellPadding { get; set; }
    +
    public Vector2 CellPadding { get; set; }
    Property Value
    @@ -262,8 +259,7 @@ public Vector2 CellPadding { get; set; }
    Declaration
    -
    [JsonProperty("h")]
    -public float ChildBorderSize { get; set; }
    +
    public float ChildBorderSize { get; set; }
    Property Value
    @@ -293,8 +289,7 @@ public float ChildBorderSize { get; set; }
    Declaration
    -
    [JsonProperty("g")]
    -public float ChildRounding { get; set; }
    +
    public float ChildRounding { get; set; }
    Property Value
    @@ -325,8 +320,7 @@ public float ChildRounding { get; set; }
    Declaration
    -
    [JsonProperty("col")]
    -public Dictionary<string, Vector4> Colors { get; set; }
    +
    public Dictionary<string, Vector4> Colors { get; set; }
    Property Value
    @@ -418,8 +412,7 @@ public Dictionary<string, Vector4> Colors { get; set; }
    Declaration
    -
    [JsonProperty("aa")]
    -public Vector2 DisplaySafeAreaPadding { get; set; }
    +
    public Vector2 DisplaySafeAreaPadding { get; set; }
    Property Value
    @@ -449,8 +442,7 @@ public Vector2 DisplaySafeAreaPadding { get; set; }
    Declaration
    -
    [JsonProperty("l")]
    -public float FrameBorderSize { get; set; }
    +
    public float FrameBorderSize { get; set; }
    Property Value
    @@ -480,8 +472,7 @@ public float FrameBorderSize { get; set; }
    Declaration
    -
    [JsonProperty("j")]
    -public Vector2 FramePadding { get; set; }
    +
    public Vector2 FramePadding { get; set; }
    Property Value
    @@ -511,8 +502,7 @@ public Vector2 FramePadding { get; set; }
    Declaration
    -
    [JsonProperty("k")]
    -public float FrameRounding { get; set; }
    +
    public float FrameRounding { get; set; }
    Property Value
    @@ -542,8 +532,7 @@ public float FrameRounding { get; set; }
    Declaration
    -
    [JsonProperty("t")]
    -public float GrabMinSize { get; set; }
    +
    public float GrabMinSize { get; set; }
    Property Value
    @@ -573,8 +562,7 @@ public float GrabMinSize { get; set; }
    Declaration
    -
    [JsonProperty("u")]
    -public float GrabRounding { get; set; }
    +
    public float GrabRounding { get; set; }
    Property Value
    @@ -604,8 +592,7 @@ public float GrabRounding { get; set; }
    Declaration
    -
    [JsonProperty("q")]
    -public float IndentSpacing { get; set; }
    +
    public float IndentSpacing { get; set; }
    Property Value
    @@ -635,8 +622,7 @@ public float IndentSpacing { get; set; }
    Declaration
    -
    [JsonProperty("n")]
    -public Vector2 ItemInnerSpacing { get; set; }
    +
    public Vector2 ItemInnerSpacing { get; set; }
    Property Value
    @@ -666,8 +652,7 @@ public Vector2 ItemInnerSpacing { get; set; }
    Declaration
    -
    [JsonProperty("m")]
    -public Vector2 ItemSpacing { get; set; }
    +
    public Vector2 ItemSpacing { get; set; }
    Property Value
    @@ -697,8 +682,7 @@ public Vector2 ItemSpacing { get; set; }
    Declaration
    -
    [JsonProperty("v")]
    -public float LogSliderDeadzone { get; set; }
    +
    public float LogSliderDeadzone { get; set; }
    Property Value
    @@ -728,8 +712,7 @@ public float LogSliderDeadzone { get; set; }
    Declaration
    -
    [JsonProperty("ab")]
    -public float PopupBorderSize { get; set; }
    +
    public float PopupBorderSize { get; set; }
    Property Value
    @@ -759,8 +742,7 @@ public float PopupBorderSize { get; set; }
    Declaration
    -
    [JsonProperty("i")]
    -public float PopupRounding { get; set; }
    +
    public float PopupRounding { get; set; }
    Property Value
    @@ -790,8 +772,7 @@ public float PopupRounding { get; set; }
    Declaration
    -
    [JsonProperty("s")]
    -public float ScrollbarRounding { get; set; }
    +
    public float ScrollbarRounding { get; set; }
    Property Value
    @@ -821,8 +802,7 @@ public float ScrollbarRounding { get; set; }
    Declaration
    -
    [JsonProperty("r")]
    -public float ScrollbarSize { get; set; }
    +
    public float ScrollbarSize { get; set; }
    Property Value
    @@ -852,8 +832,7 @@ public float ScrollbarSize { get; set; }
    Declaration
    -
    [JsonProperty("z")]
    -public Vector2 SelectableTextAlign { get; set; }
    +
    public Vector2 SelectableTextAlign { get; set; }
    Property Value
    @@ -914,8 +893,7 @@ public Vector2 SelectableTextAlign { get; set; }
    Declaration
    -
    [JsonProperty("x")]
    -public float TabBorderSize { get; set; }
    +
    public float TabBorderSize { get; set; }
    Property Value
    @@ -945,8 +923,7 @@ public float TabBorderSize { get; set; }
    Declaration
    -
    [JsonProperty("w")]
    -public float TabRounding { get; set; }
    +
    public float TabRounding { get; set; }
    Property Value
    @@ -976,8 +953,7 @@ public float TabRounding { get; set; }
    Declaration
    -
    [JsonProperty("p")]
    -public Vector2 TouchExtraPadding { get; set; }
    +
    public Vector2 TouchExtraPadding { get; set; }
    Property Value
    @@ -1007,8 +983,7 @@ public Vector2 TouchExtraPadding { get; set; }
    Declaration
    -
    [JsonProperty("d")]
    -public float WindowBorderSize { get; set; }
    +
    public float WindowBorderSize { get; set; }
    Property Value
    @@ -1038,8 +1013,7 @@ public float WindowBorderSize { get; set; }
    Declaration
    -
    [JsonProperty("f")]
    -public ImGuiDir WindowMenuButtonPosition { get; set; }
    +
    public ImGuiDir WindowMenuButtonPosition { get; set; }
    Property Value
    @@ -1069,8 +1043,7 @@ public ImGuiDir WindowMenuButtonPosition { get; set; }
    Declaration
    -
    [JsonProperty("b")]
    -public Vector2 WindowPadding { get; set; }
    +
    public Vector2 WindowPadding { get; set; }
    Property Value
    @@ -1100,8 +1073,7 @@ public Vector2 WindowPadding { get; set; }
    Declaration
    -
    [JsonProperty("c")]
    -public float WindowRounding { get; set; }
    +
    public float WindowRounding { get; set; }
    Property Value
    @@ -1131,8 +1103,7 @@ public float WindowRounding { get; set; }
    Declaration
    -
    [JsonProperty("e")]
    -public Vector2 WindowTitleAlign { get; set; }
    +
    public Vector2 WindowTitleAlign { get; set; }
    Property Value
    diff --git a/docs/api/Dalamud.Interface.UiBuilder.html b/docs/api/Dalamud.Interface.UiBuilder.html index deaab7b1d..8b6a88621 100644 --- a/docs/api/Dalamud.Interface.UiBuilder.html +++ b/docs/api/Dalamud.Interface.UiBuilder.html @@ -206,7 +206,7 @@ It can be used to draw custom windows and overlays.

    - + diff --git a/docs/api/Dalamud.Interface.Windowing.Window.WindowSizeConstraints.html b/docs/api/Dalamud.Interface.Windowing.Window.WindowSizeConstraints.html index b63bc5e93..59a5107d6 100644 --- a/docs/api/Dalamud.Interface.Windowing.Window.WindowSizeConstraints.html +++ b/docs/api/Dalamud.Interface.Windowing.Window.WindowSizeConstraints.html @@ -110,7 +110,7 @@ Improve this Doc - View Source + View Source

    MaximumSize

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

    MinimumSize

    @@ -178,7 +178,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Interface.Windowing.Window.html b/docs/api/Dalamud.Interface.Windowing.Window.html index e8c3a86d4..407839607 100644 --- a/docs/api/Dalamud.Interface.Windowing.Window.html +++ b/docs/api/Dalamud.Interface.Windowing.Window.html @@ -118,7 +118,7 @@ Improve this Doc - View Source + View Source

    Window(String, ImGuiWindowFlags, Boolean)

    @@ -168,7 +168,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    BgAlpha

    @@ -199,7 +199,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    Collapsed

    @@ -230,7 +230,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    CollapsedCondition

    @@ -261,7 +261,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    Flags

    @@ -292,7 +292,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    ForceMainWindow

    @@ -323,7 +323,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    IsFocused

    @@ -354,7 +354,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    IsOpen

    @@ -385,7 +385,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    Namespace

    @@ -416,7 +416,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    Position

    @@ -447,7 +447,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    PositionCondition

    @@ -478,7 +478,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    RespectCloseHotkey

    @@ -509,7 +509,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    ShowCloseButton

    @@ -540,7 +540,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    Size

    @@ -571,7 +571,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    SizeCondition

    @@ -602,7 +602,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    SizeConstraints

    @@ -633,7 +633,7 @@ append an unique ID to it by specifying it after "###" behind the wind Improve this Doc - View Source + View Source

    WindowName

    @@ -663,12 +663,28 @@ append an unique ID to it by specifying it after "###" behind the wind
    SharpDX.Direct3D11.DeviceDevice

    Methods

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

    BringToFront()

    +

    Bring this window to the front.

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

    Draw()

    @@ -688,7 +704,7 @@ You do NOT need to ImGui.Begin your window.

    Improve this Doc - View Source + View Source

    DrawConditions()

    @@ -724,7 +740,7 @@ This is checked before PreDraw, but after Update.

    Improve this Doc - View Source + View Source

    OnClose()

    @@ -740,7 +756,7 @@ This is checked before PreDraw, but after Update.

    Improve this Doc - View Source + View Source

    OnOpen()

    @@ -756,7 +772,7 @@ This is checked before PreDraw, but after Update.

    Improve this Doc - View Source + View Source

    PostDraw()

    @@ -772,7 +788,7 @@ This is checked before PreDraw, but after Update.

    Improve this Doc - View Source + View Source

    PreDraw()

    @@ -788,7 +804,7 @@ This is checked before PreDraw, but after Update.

    Improve this Doc - View Source + View Source

    PreOpenCheck()

    @@ -804,7 +820,7 @@ This is checked before PreDraw, but after Update.

    Improve this Doc - View Source + View Source

    Toggle()

    @@ -820,7 +836,7 @@ This is checked before PreDraw, but after Update.

    Improve this Doc - View Source + View Source

    Update()

    diff --git a/docs/api/Dalamud.Interface.Windowing.WindowSystem.html b/docs/api/Dalamud.Interface.Windowing.WindowSystem.html index ace42c028..9b5190125 100644 --- a/docs/api/Dalamud.Interface.Windowing.WindowSystem.html +++ b/docs/api/Dalamud.Interface.Windowing.WindowSystem.html @@ -378,7 +378,7 @@ that has focus and is not marked to be excluded from consideration.

    Improve this Doc - View Source + View Source

    Draw()

    @@ -394,7 +394,7 @@ that has focus and is not marked to be excluded from consideration.

    Improve this Doc - View Source + View Source

    GetWindow(String)

    @@ -444,7 +444,7 @@ that has focus and is not marked to be excluded from consideration.

    Improve this Doc - View Source + View Source

    RemoveAllWindows()

    diff --git a/docs/api/Dalamud.IoC.PluginServiceAttribute.html b/docs/api/Dalamud.IoC.PluginServiceAttribute.html index 8ffbfa34e..7114cb46b 100644 --- a/docs/api/Dalamud.IoC.PluginServiceAttribute.html +++ b/docs/api/Dalamud.IoC.PluginServiceAttribute.html @@ -216,7 +216,6 @@
    Syntax
    [AttributeUsage(AttributeTargets.Property)]
    -[MeansImplicitUse(ImplicitUseKindFlags.Assign)]
     public class PluginServiceAttribute : Attribute
    diff --git a/docs/api/Dalamud.Localization.html b/docs/api/Dalamud.Localization.html index 207f2a47d..10039c9f5 100644 --- a/docs/api/Dalamud.Localization.html +++ b/docs/api/Dalamud.Localization.html @@ -199,20 +199,38 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

    ExportLocalizable()

    +

    ExportLocalizable(Boolean)

    Saves localizable JSON data in the current working directory for the provided assembly.

    Declaration
    -
    public void ExportLocalizable()
    +
    public void ExportLocalizable(bool ignoreInvalidFunctions = false)
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.BooleanignoreInvalidFunctions

    If set to true, this ignores malformed Localize functions instead of failing.

    +
    | Improve this Doc diff --git a/docs/api/Dalamud.Memory.MemoryHelper.html b/docs/api/Dalamud.Memory.MemoryHelper.html index fcd5e49eb..340e8b33b 100644 --- a/docs/api/Dalamud.Memory.MemoryHelper.html +++ b/docs/api/Dalamud.Memory.MemoryHelper.html @@ -458,7 +458,7 @@ Returns the address of newly allocated memory.

    Improve this Doc
    - View Source + View Source

    GameAllocateAnimation(UInt64, UInt64)

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

    Improve this Doc - View Source + View Source

    GameAllocateApricot(UInt64, UInt64)

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

    Improve this Doc - View Source + View Source

    GameAllocateDefault(UInt64, UInt64)

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

    Improve this Doc - View Source + View Source

    GameAllocateSound(UInt64, UInt64)

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

    Improve this Doc - View Source + View Source

    GameAllocateUi(UInt64, UInt64)

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

    Improve this Doc - View Source + View Source

    GameFree(ref IntPtr, UInt64)

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

    Improve this Doc - View Source + View Source

    NullTerminate(Byte[])

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

    Improve this Doc - View Source + View Source

    SizeOf<T>()

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

    Improve this Doc - View Source + View Source

    SizeOf<T>(Boolean)

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

    Improve this Doc - View Source + View Source

    SizeOf<T>(Int32)

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

    Improve this Doc - View Source + View Source

    SizeOf<T>(Int32, Boolean)

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

    Improve this Doc - View Source + View Source

    WriteProcessMemory(IntPtr, Byte[])

    diff --git a/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html b/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html index 6ade7119d..2297aa6a2 100644 --- a/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html +++ b/docs/api/Dalamud.Plugin.DalamudPluginInterface.LanguageChangedDelegate.html @@ -111,7 +111,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Plugin.DalamudPluginInterface.html b/docs/api/Dalamud.Plugin.DalamudPluginInterface.html index 7675a2d81..dc35ea021 100644 --- a/docs/api/Dalamud.Plugin.DalamudPluginInterface.html +++ b/docs/api/Dalamud.Plugin.DalamudPluginInterface.html @@ -122,7 +122,7 @@ Improve this Doc - View Source + View Source

    AssemblyLocation

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

    ConfigDirectory

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

    ConfigFile

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

    DalamudAssetDirectory

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

    GeneralChatType

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

    IsDebugging

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

    IsDev

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

    IsDevMenuOpen

    @@ -365,12 +365,46 @@ + + | + Improve this Doc + + + View Source + + +

    IsTesting

    +

    Gets a value indicating whether this is a testing release of a plugin.

    +
    +
    +
    Declaration
    +
    +
    public bool IsTesting { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    +
    Remarks
    +

    Dev plugins have undefined behavior for this value, but can be expected to return false.

    +
    | Improve this Doc - View Source + View Source

    LoadTime

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

    LoadTimeDelta

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

    LoadTimeUTC

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

    PluginInternalNames

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

    PluginNames

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

    Reason

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

    Sanitizer

    @@ -582,12 +616,46 @@ + + | + Improve this Doc + + + View Source + + +

    SourceRepository

    +

    Gets the repository from which this plugin was installed.

    +

    If a plugin was installed from the official/main repository, this will return the value of +Dalamud.Plugin.Internal.Types.LocalPluginManifest.FlagMainRepo. Developer plugins will return the value of +Dalamud.Plugin.Internal.Types.LocalPluginManifest.FlagDevPlugin.

    +
    +
    +
    Declaration
    +
    +
    public string SourceRepository { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.String
    | Improve this Doc - View Source + View Source

    UiBuilder

    @@ -618,7 +686,7 @@ Improve this Doc - View Source + View Source

    UiLanguage

    @@ -651,7 +719,7 @@ Improve this Doc - View Source + View Source

    AddChatLinkHandler(UInt32, Action<UInt32, SeString>)

    @@ -707,7 +775,7 @@ Improve this Doc - View Source + View Source

    Create<T>(Object[])

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

    Dispose()

    @@ -791,7 +859,7 @@ public void Dispose()
    Improve this Doc - View Source + View Source

    GetData<T>(String)

    @@ -854,7 +922,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    GetIpcProvider<TRet>(String)

    @@ -936,7 +1004,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    GetIpcProvider<T1, TRet>(String)

    @@ -1002,7 +1070,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    GetIpcProvider<T1, T2, TRet>(String)

    @@ -1072,7 +1140,7 @@ public void Dispose() Improve this Doc - View Source + View Source

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

    @@ -1146,7 +1214,7 @@ public void Dispose() Improve this Doc - View Source + View Source

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

    @@ -1224,7 +1292,7 @@ public void Dispose() Improve this Doc - View Source + View Source

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

    @@ -1306,7 +1374,7 @@ public void Dispose() Improve this Doc - View Source + View Source

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

    @@ -1392,7 +1460,7 @@ public void Dispose() Improve this Doc - View Source + View Source

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

    @@ -1482,7 +1550,7 @@ public void Dispose() Improve this Doc - View Source + View Source

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

    @@ -1576,7 +1644,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    GetIpcSubscriber<TRet>(String)

    @@ -1642,7 +1710,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    GetIpcSubscriber<T1, TRet>(String)

    @@ -1708,7 +1776,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    GetIpcSubscriber<T1, T2, TRet>(String)

    @@ -1778,7 +1846,7 @@ public void Dispose() Improve this Doc - View Source + View Source

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

    @@ -1852,7 +1920,7 @@ public void Dispose() Improve this Doc - View Source + View Source

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

    @@ -1930,7 +1998,7 @@ public void Dispose() Improve this Doc - View Source + View Source

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

    @@ -2012,7 +2080,7 @@ public void Dispose() Improve this Doc - View Source + View Source

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

    @@ -2098,7 +2166,7 @@ public void Dispose() Improve this Doc - View Source + View Source

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

    @@ -2188,7 +2256,7 @@ public void Dispose() Improve this Doc - View Source + View Source

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

    @@ -2282,7 +2350,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    GetOrCreateData<T>(String, Func<T>)

    @@ -2350,7 +2418,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    GetPluginConfig()

    @@ -2382,7 +2450,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    GetPluginConfigDirectory()

    @@ -2414,7 +2482,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    GetPluginLocDirectory()

    @@ -2446,7 +2514,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    Inject(Object, Object[])

    @@ -2502,7 +2570,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    RelinquishData(String)

    @@ -2534,7 +2602,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    RemoveChatLinkHandler()

    @@ -2550,7 +2618,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    RemoveChatLinkHandler(UInt32)

    @@ -2584,7 +2652,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    SavePluginConfig(IPluginConfiguration)

    @@ -2618,7 +2686,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    TryGetData<T>(String, out T)

    @@ -2688,7 +2756,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    LanguageChanged

    Event that gets fired when loc is changed

    @@ -2720,7 +2788,7 @@ public void Dispose() Improve this Doc - View Source + View Source

    IDisposable.Dispose()

    @@ -2746,7 +2814,7 @@ public void Dispose() Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/Dalamud.Utility.MapUtil.html b/docs/api/Dalamud.Utility.MapUtil.html index 5c80d0600..54bfce76f 100644 --- a/docs/api/Dalamud.Utility.MapUtil.html +++ b/docs/api/Dalamud.Utility.MapUtil.html @@ -243,13 +243,13 @@ it with 0 for calculation purposes to show a more sane Z coordinate.

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

    WorldToMap(Vector2, Map)

    +

    WorldToMap(Vector2, Map)

    All-in-one helper method to convert a World Coordinate (internal to the game) to a Map Coordinate (visible to players in the minimap/elsewhere).

    @@ -275,7 +275,7 @@ players in the minimap/elsewhere).

    - Lumina.Excel.GeneratedSheets.Map + Map map

    A Lumina map to use for offset/scale information.

    @@ -369,13 +369,13 @@ players in the minimap/elsewhere).

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

    WorldToMap(Vector3, Map, TerritoryTypeTransient, Boolean)

    +

    WorldToMap(Vector3, Map, TerritoryTypeTransient, Boolean)

    All-in-one helper method to convert a World Coordinate (internal to the game) to a Map Coordinate (visible to players in the minimap/elsewhere).

    @@ -401,13 +401,13 @@ players in the minimap/elsewhere).

    - Lumina.Excel.GeneratedSheets.Map + Map map

    A Lumina map to use for offset/scale information.

    - Lumina.Excel.GeneratedSheets.TerritoryTypeTransient + TerritoryTypeTransient territoryTransient

    A TerritoryTypeTransient to use for Z offset information.

    @@ -436,7 +436,7 @@ players in the minimap/elsewhere).

    -
    Remarks
    +
    Remarks

    Note that this method will swap Y and Z to appropriately reflect the game's display.

    diff --git a/docs/api/Dalamud.Utility.SeStringExtensions.html b/docs/api/Dalamud.Utility.SeStringExtensions.html index 3591a44dd..743478f05 100644 --- a/docs/api/Dalamud.Utility.SeStringExtensions.html +++ b/docs/api/Dalamud.Utility.SeStringExtensions.html @@ -121,14 +121,14 @@ View Source -

    ToDalamudString(SeString)

    +

    ToDalamudString(Lumina.Text.SeString)

    Convert a Lumina SeString into a Dalamud SeString. This conversion re-parses the string.

    Declaration
    -
    public static SeString ToDalamudString(this SeString originalString)
    +
    public static SeString ToDalamudString(this Lumina.Text.SeString originalString)
    Parameters
    diff --git a/docs/api/Dalamud.Utility.Signatures.SignatureAttribute.html b/docs/api/Dalamud.Utility.Signatures.SignatureAttribute.html index 7b5ac5cdd..2eb8270a5 100644 --- a/docs/api/Dalamud.Utility.Signatures.SignatureAttribute.html +++ b/docs/api/Dalamud.Utility.Signatures.SignatureAttribute.html @@ -218,7 +218,6 @@ information.

    Syntax
    [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
    -[MeansImplicitUse(ImplicitUseKindFlags.Assign, ImplicitUseTargetFlags.Default)]
     public sealed class SignatureAttribute : Attribute

    Constructors diff --git a/docs/api/Dalamud.Utility.TexFileExtensions.html b/docs/api/Dalamud.Utility.TexFileExtensions.html index 080ed82fb..b64bb9356 100644 --- a/docs/api/Dalamud.Utility.TexFileExtensions.html +++ b/docs/api/Dalamud.Utility.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 @@
    - + diff --git a/docs/api/Dalamud.Utility.VectorExtensions.html b/docs/api/Dalamud.Utility.VectorExtensions.html index de477a054..4df31a51f 100644 --- a/docs/api/Dalamud.Utility.VectorExtensions.html +++ b/docs/api/Dalamud.Utility.VectorExtensions.html @@ -127,7 +127,7 @@
    Declaration
    -
    public static Vector2 ToSharpDX(this Vector2 vec)
    +
    public static SharpDX.Vector2 ToSharpDX(this Vector2 vec)
    Parameters
    Lumina.Data.Files.TexFileTexFile texFile

    The TexFile to format.

    @@ -177,7 +177,7 @@
    Declaration
    -
    public static Vector3 ToSharpDX(this Vector3 vec)
    +
    public static SharpDX.Vector3 ToSharpDX(this Vector3 vec)
    Parameters
    @@ -227,7 +227,7 @@
    Declaration
    -
    public static Vector4 ToSharpDX(this Vector4 vec)
    +
    public static SharpDX.Vector4 ToSharpDX(this Vector4 vec)
    Parameters
    @@ -271,13 +271,13 @@ View Source -

    ToSystem(Vector2)

    +

    ToSystem(SharpDX.Vector2)

    Converts a SharpDX vector to System.Numerics.

    Declaration
    -
    public static Vector2 ToSystem(this Vector2 vec)
    +
    public static Vector2 ToSystem(this SharpDX.Vector2 vec)
    Parameters
    @@ -321,13 +321,13 @@ View Source -

    ToSystem(Vector3)

    +

    ToSystem(SharpDX.Vector3)

    Converts a SharpDX vector to System.Numerics.

    Declaration
    -
    public static Vector3 ToSystem(this Vector3 vec)
    +
    public static Vector3 ToSystem(this SharpDX.Vector3 vec)
    Parameters
    @@ -371,13 +371,13 @@ View Source -

    ToSystem(Vector4)

    +

    ToSystem(SharpDX.Vector4)

    Converts a SharpDX vector to System.Numerics.

    Declaration
    -
    public static Vector4 ToSystem(this Vector4 vec)
    +
    public static Vector4 ToSystem(this SharpDX.Vector4 vec)
    Parameters
    diff --git a/docs/api/Dalamud.Utility.html b/docs/api/Dalamud.Utility.html index 9321f21fa..104d59b5b 100644 --- a/docs/api/Dalamud.Utility.html +++ b/docs/api/Dalamud.Utility.html @@ -95,7 +95,7 @@ uses of AddonText 1631.

    Extension methods for strings.

    TexFileExtensions

    -

    Extensions to Lumina.Data.Files.TexFile.

    +

    Extensions to .

    ThreadSafety

    Helpers for working with thread safety.

    diff --git a/docs/api/FFXIVClientStructs.Attributes.Addon.html b/docs/api/FFXIVClientStructs.Attributes.Addon.html index 3ad081aee..8703bc645 100644 --- a/docs/api/FFXIVClientStructs.Attributes.Addon.html +++ b/docs/api/FFXIVClientStructs.Attributes.Addon.html @@ -78,137 +78,7 @@
    Inheritance
    System.Object
    -
    System.Attribute
    -
    Addon
    -
    -
    -
    Inherited Members
    -
    - System.Attribute.Equals(System.Object) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Module) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.GetHashCode() -
    -
    - System.Attribute.IsDefaultAttribute() -
    -
    - System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) -
    -
    - System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) -
    -
    - System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) -
    -
    - System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.IsDefined(System.Reflection.Module, System.Type) -
    -
    - System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) -
    -
    - System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) -
    -
    - System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.Match(System.Object) -
    -
    - System.Attribute.TypeId -
    -
    - System.Object.Equals(System.Object, System.Object) -
    -
    - System.Object.GetType() -
    -
    - System.Object.MemberwiseClone() -
    -
    - System.Object.ReferenceEquals(System.Object, System.Object) -
    -
    - System.Object.ToString() -
    +
    Addon
    Namespace: FFXIVClientStructs.Attributes
    Assembly: FFXIVClientStructs.dll
    @@ -223,7 +93,7 @@ Improve this Doc - View Source + View Source

    Addon(String[])

    @@ -257,7 +127,7 @@ Improve this Doc - View Source + View Source

    AddonIdentifiers

    @@ -277,7 +147,7 @@
    - + @@ -293,7 +163,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.Attributes.AgentAttribute.html b/docs/api/FFXIVClientStructs.Attributes.AgentAttribute.html index 59585520a..d9228465e 100644 --- a/docs/api/FFXIVClientStructs.Attributes.AgentAttribute.html +++ b/docs/api/FFXIVClientStructs.Attributes.AgentAttribute.html @@ -78,137 +78,7 @@
    Inheritance
    System.Object
    -
    System.Attribute
    -
    AgentAttribute
    -
    -
    -
    Inherited Members
    -
    - System.Attribute.Equals(System.Object) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Module) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.GetHashCode() -
    -
    - System.Attribute.IsDefaultAttribute() -
    -
    - System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) -
    -
    - System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) -
    -
    - System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) -
    -
    - System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.IsDefined(System.Reflection.Module, System.Type) -
    -
    - System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) -
    -
    - System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) -
    -
    - System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.Match(System.Object) -
    -
    - System.Attribute.TypeId -
    -
    - System.Object.Equals(System.Object, System.Object) -
    -
    - System.Object.GetType() -
    -
    - System.Object.MemberwiseClone() -
    -
    - System.Object.ReferenceEquals(System.Object, System.Object) -
    -
    - System.Object.ToString() -
    +
    AgentAttribute
    Namespace: FFXIVClientStructs.Attributes
    Assembly: FFXIVClientStructs.dll
    @@ -223,7 +93,7 @@ Improve this Doc - View Source + View Source

    AgentAttribute(AgentId)

    @@ -257,7 +127,7 @@ Improve this Doc - View Source + View Source

    ID

    @@ -293,7 +163,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.Attributes.FixedArrayAttribute.html b/docs/api/FFXIVClientStructs.Attributes.FixedArrayAttribute.html index 9c41866e8..d054d0763 100644 --- a/docs/api/FFXIVClientStructs.Attributes.FixedArrayAttribute.html +++ b/docs/api/FFXIVClientStructs.Attributes.FixedArrayAttribute.html @@ -79,156 +79,25 @@
    Inheritance
    System.Object
    -
    System.Attribute
    -
    FixedArrayAttribute
    -
    -
    -
    Inherited Members
    -
    - System.Attribute.Equals(System.Object) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) -
    -
    - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Module) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) -
    -
    - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.GetHashCode() -
    -
    - System.Attribute.IsDefaultAttribute() -
    -
    - System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) -
    -
    - System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) -
    -
    - System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) -
    -
    - System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.IsDefined(System.Reflection.Module, System.Type) -
    -
    - System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) -
    -
    - System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) -
    -
    - System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) -
    -
    - System.Attribute.Match(System.Object) -
    -
    - System.Attribute.TypeId -
    -
    - System.Object.Equals(System.Object, System.Object) -
    -
    - System.Object.GetType() -
    -
    - System.Object.MemberwiseClone() -
    -
    - System.Object.ReferenceEquals(System.Object, System.Object) -
    -
    - System.Object.ToString() -
    +
    FixedArrayAttribute
    Namespace: FFXIVClientStructs.Attributes
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [AttributeUsage(AttributeTargets.Field)]
    -public class FixedArrayAttribute : Attribute
    +
    public class FixedArrayAttribute : Attribute

    Constructors

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

    FixedArrayAttribute(Type, Int32)

    +

    FixedArrayAttribute(Type, Int32)

    Declaration
    @@ -246,7 +115,7 @@ public class FixedArrayAttribute : Attribute - + @@ -264,7 +133,7 @@ public class FixedArrayAttribute : AttributeImprove this Doc - View Source + View Source

    Count

    @@ -294,7 +163,7 @@ public class FixedArrayAttribute : AttributeImprove this Doc - View Source + View Source

    Type

    @@ -314,7 +183,7 @@ public class FixedArrayAttribute : Attribute - + @@ -330,7 +199,7 @@ public class FixedArrayAttribute : AttributeImprove this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.Attributes.html b/docs/api/FFXIVClientStructs.Attributes.html index f972c214e..2cb337272 100644 --- a/docs/api/FFXIVClientStructs.Attributes.html +++ b/docs/api/FFXIVClientStructs.Attributes.html @@ -84,12 +84,6 @@

    FixedArrayAttribute

    Describes a Fixed Buffer to assist with automatic parsing.

    -

    MemberFunctionAttribute

    -
    -

    StaticAddressAttribute

    -
    -

    VirtualFunctionAttribute

    -
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.BeastReputationWork.html b/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.BeastReputationWork.html new file mode 100644 index 000000000..f086c2018 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.BeastReputationWork.html @@ -0,0 +1,207 @@ + + + + + + + + Struct BeastReputationWork + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    System.Collections.Generic.IEnumerable<System.String>IEnumerable<System.String>
    System.TypeType type
    System.TypeType
    + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + +

    Value

    +
    +
    +
    Declaration
    +
    +
    public ushort Value
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt16
    + + + + + + + + + + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.DailyQuestWork.html b/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.DailyQuestWork.html new file mode 100644 index 000000000..f5d86280f --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.DailyQuestWork.html @@ -0,0 +1,239 @@ + + + + + + + + Struct DailyQuestWork + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.LeveWork.html b/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.LeveWork.html new file mode 100644 index 000000000..84f269543 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.LeveWork.html @@ -0,0 +1,356 @@ + + + + + + + + Struct LeveWork + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.QuestWork.html b/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.QuestWork.html new file mode 100644 index 000000000..d5126c16f --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.QuestWork.html @@ -0,0 +1,386 @@ + + + + + + + + Struct QuestWork + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.TrackingWork.html b/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.TrackingWork.html new file mode 100644 index 000000000..42e40d9f1 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.TrackingWork.html @@ -0,0 +1,207 @@ + + + + + + + + Struct TrackingWork + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.html b/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.html new file mode 100644 index 000000000..4d1c61cde --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions.html @@ -0,0 +1,126 @@ + + + + + + + + Namespace FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html index 8df63e1d6..8e2e1a90b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionManager.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    BlueMageActions

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

    Combo

    +
    +
    +
    Declaration
    +
    +
    public ComboDetail Combo
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    ComboDetail

    Methods

    @@ -140,7 +169,7 @@ Improve this Doc - View Source + View Source

    AssignBlueMageActionToSlot(Int32, UInt32)

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

    CheckActionResources(ActionType, UInt32, Void*)

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

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

    @@ -306,7 +335,7 @@ Improve this Doc - View Source + View Source

    GetActionInRangeOrLoS(UInt32, GameObject*, GameObject*)

    @@ -363,7 +392,7 @@ Improve this Doc - View Source + View Source

    GetActionRange(UInt32)

    @@ -407,18 +436,18 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

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

    +

    GetActionStatus(ActionType, UInt32, Int64, Boolean, Boolean, UInt32*)

    Declaration
    -
    public uint GetActionStatus(ActionType actionType, uint actionID, long targetID = 3758096384L, uint a4 = 1U, uint a5 = 1U)
    +
    public uint GetActionStatus(ActionType actionType, uint actionID, long targetID = 3758096384L, bool checkRecastActive = true, bool checkCastingActive = true, uint *outOptExtraInfo = default(uint *))
    Parameters
    @@ -446,13 +475,18 @@ - - + + - - + + + + + + + @@ -477,7 +511,7 @@ Improve this Doc - View Source + View Source

    GetActiveBlueMageActionInSlot(Int32)

    @@ -524,7 +558,7 @@ Improve this Doc - View Source + View Source

    GetAdjustedActionId(UInt32)

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

    GetAdjustedCastTime(ActionType, UInt32, Byte, Byte*)

    @@ -633,7 +667,7 @@ Improve this Doc - View Source + View Source

    GetAdjustedRecastTime(ActionType, UInt32, Byte)

    @@ -690,7 +724,7 @@ Improve this Doc - View Source + View Source

    GetMaxCharges(UInt32, UInt32)

    @@ -742,7 +776,7 @@ Improve this Doc - View Source + View Source

    GetRecastGroup(Int32, UInt32)

    @@ -794,7 +828,7 @@ Improve this Doc - View Source + View Source

    GetRecastGroupDetail(Int32)

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

    GetRecastTime(ActionType, UInt32)

    @@ -893,7 +927,7 @@ Improve this Doc - View Source + View Source

    GetRecastTimeElapsed(ActionType, UInt32)

    @@ -945,7 +979,7 @@ Improve this Doc - View Source + View Source

    Instance()

    @@ -975,7 +1009,7 @@ Improve this Doc - View Source + View Source

    IsRecastTimerActive(ActionType, UInt32)

    @@ -1027,7 +1061,7 @@ Improve this Doc - View Source + View Source

    SetBlueMageActions(UInt32*)

    @@ -1074,7 +1108,7 @@ Improve this Doc - View Source + View Source

    SwapBlueMageActionSlots(Int32, Int32)

    @@ -1111,7 +1145,7 @@ Improve this Doc - View Source + View Source

    UseAction(ActionType, UInt32, Int64, UInt32, UInt32, UInt32, Void*)

    @@ -1185,13 +1219,13 @@
    System.UInt32a4System.BooleancheckRecastActive
    System.UInt32a5System.BooleancheckCastingActive
    System.UInt32*outOptExtraInfo
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    UseActionLocation(ActionType, UInt32, Int64, Vector3*, UInt32)

    +

    UseActionLocation(ActionType, UInt32, Int64, Vector3*, UInt32)

    Declaration
    @@ -1224,7 +1258,7 @@ - Vector3* + Vector3* location diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionTimelineDriver.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionTimelineDriver.html new file mode 100644 index 000000000..6b2537399 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionTimelineDriver.html @@ -0,0 +1,312 @@ + + + + + + + + Struct ActionTimelineDriver + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionTimelineManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionTimelineManager.html new file mode 100644 index 000000000..c98931356 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionTimelineManager.html @@ -0,0 +1,265 @@ + + + + + + + + Struct ActionTimelineManager + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionTimelineSlots.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionTimelineSlots.html new file mode 100644 index 000000000..2e81b9c8e --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionTimelineSlots.html @@ -0,0 +1,182 @@ + + + + + + + + Enum ActionTimelineSlots + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionType.html index a82e37d18..32cad5002 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ActionType.html @@ -192,7 +192,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html index 7a1ed2ba0..c8cacbace 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Character

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

    Foray

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

    SpellCastInfo

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

    StatusManager

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

    GetCastInfo

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

    GetForayInfo

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

    GetStatusManager

    @@ -323,7 +323,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CastInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CastInfo.html index 0a7f46e26..e39555e58 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CastInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CastInfo.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ActionID

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

    ActionRecipientsCount

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

    ActionRecipientsObjectIdArray

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

    ActionType

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

    AdjustedTotalCastTime

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

    CastLocation

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

    CastTargetID

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

    CurrentCastTime

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

    Interruptible

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

    IsCasting

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

    TotalCastTime

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

    Unk_08

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

    Unk_30

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

    UsedActionId

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

    UsedActionType

    @@ -550,7 +550,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CharacterModes.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CharacterModes.html new file mode 100644 index 000000000..298adf64c --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CharacterModes.html @@ -0,0 +1,174 @@ + + + + + + + + Enum Character.CharacterModes + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionContainer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionContainer.html new file mode 100644 index 000000000..6bdd822a8 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionContainer.html @@ -0,0 +1,236 @@ + + + + + + + + Struct Character.CompanionContainer + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.EurekaElement.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.EurekaElement.html index 1c185f958..034a55969 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.EurekaElement.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.EurekaElement.html @@ -136,7 +136,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ForayInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ForayInfo.html index 21c00cccb..16e72db10 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ForayInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.ForayInfo.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Element

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

    ForayRank

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

    ElementalLevel

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

    ResistanceRank

    @@ -235,7 +235,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MountContainer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MountContainer.html new file mode 100644 index 000000000..5d12edb55 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.MountContainer.html @@ -0,0 +1,323 @@ + + + + + + + + Struct Character.MountContainer + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.OrnamentContainer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.OrnamentContainer.html new file mode 100644 index 000000000..1ba804539 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.OrnamentContainer.html @@ -0,0 +1,236 @@ + + + + + + + + Struct Character.OrnamentContainer + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html index 834b0a84f..2958a532a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html @@ -104,12 +104,41 @@

    Fields

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

    ActionTimelineManager

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

    Balloon

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

    Battalion

    +
    +
    +
    Declaration
    +
    +
    public byte Battalion
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    | Improve this Doc @@ -162,12 +220,41 @@ + + | + Improve this Doc + + + View Source + +

    Companion

    +
    +
    +
    Declaration
    +
    +
    public Character.CompanionContainer Companion
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Character.CompanionContainer
    | Improve this Doc - View Source + View Source

    CompanionObject

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

    CompanionOwnerID

    @@ -254,7 +341,7 @@ Improve this Doc - View Source + View Source

    CurrentWorld

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

    CustomizeData

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

    DrawData

    @@ -341,7 +428,7 @@ Improve this Doc - View Source + View Source

    EquipSlotData

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

    EventState

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

    FreeCompanyTag

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

    HomeWorld

    @@ -713,6 +800,35 @@ + + | + Improve this Doc + + + View Source + +

    Mode

    +
    +
    +
    Declaration
    +
    +
    public Character.CharacterModes Mode
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Character.CharacterModes
    | Improve this Doc @@ -858,12 +974,70 @@ + + | + Improve this Doc + + + View Source + +

    ModeParam

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

    Mount

    +
    +
    +
    Declaration
    +
    +
    public Character.MountContainer Mount
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Character.MountContainer
    | Improve this Doc - View Source + View Source

    NameID

    @@ -892,7 +1066,7 @@ Improve this Doc
    - View Source + View Source

    Omen

    @@ -921,7 +1095,7 @@ Improve this Doc - View Source + View Source

    OnlineStatus

    @@ -945,12 +1119,41 @@ + + | + Improve this Doc + + + View Source + +

    Ornament

    +
    +
    +
    Declaration
    +
    +
    public Character.OrnamentContainer Ornament
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Character.OrnamentContainer
    | Improve this Doc - View Source + View Source

    PlayerTargetObjectID

    @@ -979,7 +1182,7 @@ Improve this Doc - View Source + View Source

    ShieldValue

    @@ -1003,12 +1206,41 @@ + + | + Improve this Doc + + + View Source + +

    StatusEffectVFXId

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

    StatusFlags

    @@ -1037,14 +1269,14 @@ Improve this Doc - View Source + View Source

    TargetObjectID

    Declaration
    -
    public uint TargetObjectID
    +
    public ulong TargetObjectID
    Field Value
    @@ -1056,7 +1288,7 @@ - + @@ -1095,7 +1327,7 @@ Improve this Doc - View Source + View Source

    VfxData

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

    VfxData2

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

    CopyFromCharacter(Character*, UInt32)

    @@ -1207,7 +1439,7 @@ Improve this Doc - View Source + View Source

    GetCastInfo()

    @@ -1237,7 +1469,7 @@ Improve this Doc - View Source + View Source

    GetForayInfo()

    @@ -1267,7 +1499,7 @@ Improve this Doc - View Source + View Source

    GetStatusManager()

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

    GetTargetId()

    @@ -1305,7 +1537,7 @@
    Declaration
    -
    public uint GetTargetId()
    +
    public ulong GetTargetId()
    Returns
    System.UInt32System.UInt64
    @@ -1317,7 +1549,7 @@ - + @@ -1327,7 +1559,7 @@ Improve this Doc - View Source + View Source

    IsMount()

    @@ -1352,6 +1584,73 @@
    System.UInt32System.UInt64
    + + | + Improve this Doc + + + View Source + + +

    IsMounted()

    +
    +
    +
    Declaration
    +
    +
    public bool IsMounted()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    SetMode(Character.CharacterModes, Byte)

    +
    +
    +
    Declaration
    +
    +
    public void SetMode(Character.CharacterModes mode, byte modeParam)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Character.CharacterModesmode
    System.BytemodeParam
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html index be5100429..9e15862f6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CharacterManager.html @@ -102,6 +102,153 @@
    public struct CharacterManager
    +

    Fields +

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

    BattleCharaArray

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

    BattleCharaMemory

    +
    +
    +
    Declaration
    +
    +
    public BattleChara*BattleCharaMemory
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    BattleChara*
    + + | + Improve this Doc + + + View Source + +

    CompanionClassSize

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

    CompanionMemory

    +
    +
    +
    Declaration
    +
    +
    public Companion*CompanionMemory
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Companion*
    + + | + Improve this Doc + + + View Source + +

    UpdateIndex

    +
    +
    +
    Declaration
    +
    +
    public int UpdateIndex
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32

    Methods

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

    Instance()

    @@ -136,18 +283,18 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

    LookupBattleCharaByName(String, Boolean, Int16)

    +

    LookupBattleCharaByName(Byte*, Boolean, Int16)

    Declaration
    -
    public BattleChara*LookupBattleCharaByName(string name, bool onlyPlayers = false, short world = -1)
    +
    public BattleChara*LookupBattleCharaByName(byte *name, bool onlyPlayers = false, short world = -1)
    Parameters
    @@ -160,7 +307,7 @@ - + @@ -196,7 +343,7 @@ Improve this Doc - View Source + View Source

    LookupBattleCharaByObjectId(Int32)

    @@ -243,7 +390,7 @@ Improve this Doc - View Source + View Source

    LookupBuddyByOwnerObject(BattleChara*)

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

    LookupPetByOwnerObject(BattleChara*)

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CustomizeData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CustomizeData.html index 8b81ae697..3ea50e4aa 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CustomizeData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.CustomizeData.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Data

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

    Item[Int32]

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

    NormalizeCustomizeData(CustomizeData*)

    @@ -242,7 +242,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.DrawDataContainer.WeaponSlot.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.DrawDataContainer.WeaponSlot.html index febb4ec08..a7699818a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.DrawDataContainer.WeaponSlot.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.DrawDataContainer.WeaponSlot.html @@ -120,7 +120,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.DrawDataContainer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.DrawDataContainer.html index 3c827f4e5..ffd0341c3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.DrawDataContainer.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.DrawDataContainer.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Arms

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

    CustomizeData

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

    Ear

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

    Feet

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

    Flags1

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

    Flags2

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

    Head

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

    Legs

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

    LFinger

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

    MainHand

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

    MainHandFlags1

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

    MainHandFlags2

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

    MainHandModel

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

    Neck

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

    OffHand

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

    OffHandFlags1

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

    OffHandFlags2

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

    OffHandModel

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

    RFinger

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

    Top

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

    Unk144Flags1

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

    Unk144Flags2

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

    Unk18A

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

    Unk8

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

    UnkE0Model

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

    UnkF0

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

    Vtable

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

    Wrist

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

    LoadWeapon(DrawDataContainer.WeaponSlot, WeaponModelId, Byte, Byte, Byte, Byte)

    @@ -986,7 +986,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.DrawObjectData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.DrawObjectData.html index 3c790727f..d6b261310 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.DrawObjectData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.DrawObjectData.html @@ -113,7 +113,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.EquipmentModelId.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.EquipmentModelId.html index 568a54143..783e3c11d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.EquipmentModelId.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.EquipmentModelId.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Id

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

    Stain

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

    Value

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

    Variant

    @@ -231,7 +231,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.html index ab208316f..2f42a9d45 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Ornament.html @@ -104,6 +104,35 @@

    Fields

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

    AttachmentPoint

    +
    +
    +
    Declaration
    +
    +
    public byte AttachmentPoint
    +
    +
    Field Value
    +
    System.StringSystem.Byte* name
    + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    | Improve this Doc diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.WeaponModelId.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.WeaponModelId.html index ce5ae8875..0044f09a4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.WeaponModelId.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.WeaponModelId.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Id

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

    Stain

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

    Type

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

    Value

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

    Variant

    @@ -260,7 +260,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.html index 82af31b4c..de1c56b3e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.html @@ -83,8 +83,14 @@

    Character.CastInfo

    +

    Character.CompanionContainer

    +

    Character.ForayInfo

    +

    Character.MountContainer

    +
    +

    Character.OrnamentContainer

    +

    CharacterManager

    Companion

    @@ -103,6 +109,8 @@

    Enums

    +

    Character.CharacterModes

    +

    Character.EurekaElement

    DrawDataContainer.WeaponSlot

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ComboDetail.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ComboDetail.html new file mode 100644 index 000000000..4fe4312a6 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.ComboDetail.html @@ -0,0 +1,207 @@ + + + + + + + + Struct ComboDetail + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.CameraManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.CameraManager.html index 710029dfb..766a7e280 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.CameraManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.CameraManager.html @@ -336,22 +336,54 @@ -

    Methods +

    Properties

    | Improve this Doc - View Source + View Source -

    Instance()

    +

    Instance

    Declaration
    -
    public static CameraManager*Instance()
    +
    public static readonly CameraManager*Instance { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    CameraManager*
    +

    Methods +

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

    GetActiveCamera()

    +
    +
    +
    Declaration
    +
    +
    public Camera*GetActiveCamera()
    Returns
    @@ -363,7 +395,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.Control.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.Control.html index 25fe27f34..a6af21e80 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.Control.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.Control.html @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    LocalPlayer

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

    LocalPlayerObjectId

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

    Instance()

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.GameObjectArray.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.GameObjectArray.html index 3b0cf3f43..9fcea8bf6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.GameObjectArray.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.GameObjectArray.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Length

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

    Objects

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

    Item[Int32]

    @@ -222,7 +222,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html index fb31c9474..5a5650c7c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Control.TargetSystem.html @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    ObjectFilterArray0

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

    ObjectFilterArray1

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

    ObjectFilterArray2

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

    ObjectFilterArray3

    @@ -435,7 +435,7 @@
    Declaration
    -
    public uint TargetObjectId
    +
    public GameObjectID TargetObjectId
    Field Value
    CameraManager*Camera*
    @@ -447,7 +447,7 @@ - + @@ -459,7 +459,7 @@ Improve this Doc - View Source + View Source

    GetCurrentTarget()

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

    GetCurrentTargetID()

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

    GetMouseOverObject(Int32, Int32)

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

    GetMouseOverObject(Int32, Int32, GameObjectArray*, Camera*)

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

    Instance()

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

    InteractWithObject(GameObject*, Boolean)

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

    IsObjectInViewRange(GameObject*)

    @@ -757,12 +757,59 @@
    System.UInt32GameObjectID
    + + | + Improve this Doc + + + View Source + + +

    IsObjectOnScreen(GameObject*)

    +
    +
    +
    Declaration
    +
    +
    public bool IsObjectOnScreen(GameObject*obj)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    GameObject*obj
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    | Improve this Doc - View Source + View Source

    OpenObjectInteraction(GameObject*)

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.Director.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.Director.html index a0d565e40..b2c291ec6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.Director.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.Director.html @@ -104,6 +104,93 @@

    Fields

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

    ContentFlags

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

    ContentId

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

    EventHandlerInfo

    +
    +
    +
    Declaration
    +
    +
    public EventHandlerInfo*EventHandlerInfo
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    EventHandlerInfo*
    | Improve this Doc @@ -133,12 +220,41 @@ + + | + Improve this Doc + + + View Source + +

    Sequence

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

    String0

    @@ -167,7 +283,7 @@ Improve this Doc
    - View Source + View Source

    String1

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

    String2

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

    UnionData

    +
    +
    +
    Declaration
    +
    +
    public byte *UnionData
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte*
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.html index 37fb4e0b2..df0698573 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.DirectorModule.html @@ -106,17 +106,17 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

    ActiveInstanceDirector

    +

    ActiveContentDirector

    Declaration
    -
    public Director*ActiveInstanceDirector
    +
    public ContentDirector*ActiveContentDirector
    Field Value
    @@ -128,7 +128,36 @@ - + + + + +
    Director*ContentDirector*
    + + | + Improve this Doc + + + View Source + +

    DirectorFactories

    +
    +
    +
    Declaration
    +
    +
    public StdMap<ushort, StdPair<nint, nint>> DirectorFactories
    +
    +
    Field Value
    + + + + + + + + + + @@ -138,7 +167,7 @@ Improve this Doc - View Source + View Source

    DirectorList

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

    ModuleBase

    @@ -202,7 +231,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html index 2d1b44181..67537b7fc 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventFramework.html @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    EventState1

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

    EventState2

    @@ -249,6 +249,35 @@
    TypeDescription
    StdMap<System.UInt16, StdPair<System.IntPtr, System.IntPtr>>
    + + | + Improve this Doc + + + View Source + +

    LoadState

    +
    +
    +
    Declaration
    +
    +
    public int LoadState
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    | Improve this Doc @@ -283,7 +312,7 @@ Improve this Doc - View Source + View Source

    LuaState

    @@ -312,7 +341,7 @@ Improve this Doc - View Source + View Source

    LuaThread

    @@ -338,12 +367,196 @@

    Methods

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

    GetContentDirector()

    +
    +
    +
    Declaration
    +
    +
    public ContentDirector*GetContentDirector()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    ContentDirector*
    + + | + Improve this Doc + + + View Source + + +

    GetCurrentContentId()

    +
    +
    +
    Declaration
    +
    +
    public static uint GetCurrentContentId()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    + + | + Improve this Doc + + + View Source + + +

    GetEventHandlerById(UInt16)

    +
    +
    +
    Declaration
    +
    +
    public EventHandler*GetEventHandlerById(ushort id)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt16id
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    EventHandler*
    + + | + Improve this Doc + + + View Source + + +

    GetEventHandlerById(UInt32)

    +
    +
    +
    Declaration
    +
    +
    public EventHandler*GetEventHandlerById(uint id)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32id
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    EventHandler*
    + + | + Improve this Doc + + + View Source + + +

    GetInstanceContentDeepDungeon()

    +
    +
    +
    Declaration
    +
    +
    public InstanceContentDeepDungeon*GetInstanceContentDeepDungeon()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    InstanceContentDeepDungeon*
    | Improve this Doc - View Source + View Source

    GetInstanceContentDirector()

    @@ -368,12 +581,42 @@ + + | + Improve this Doc + + + View Source + + +

    GetPublicContentDirector()

    +
    +
    +
    Declaration
    +
    +
    public PublicContentDirector*GetPublicContentDirector()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    PublicContentDirector*
    | Improve this Doc - View Source + View Source

    Instance()

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventGPoseController.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventGPoseController.html new file mode 100644 index 000000000..b857db01b --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventGPoseController.html @@ -0,0 +1,218 @@ + + + + + + + + Struct EventGPoseController + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandler.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandler.html index 2350aa510..b5cda831e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandler.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandler.html @@ -106,17 +106,17 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

    EventSceneModule

    +

    EventObjects

    Declaration
    -
    public void *EventSceneModule
    +
    public StdSet<Pointer<GameObject>> EventObjects
    Field Value
    @@ -128,7 +128,123 @@ - + + + + +
    System.Void*StdSet<Pointer<GameObject>>
    + + | + Improve this Doc + + + View Source + +

    EventSceneModule

    +
    +
    +
    Declaration
    +
    +
    public EventSceneModuleUsualImpl*EventSceneModule
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    EventSceneModuleUsualImpl*
    + + | + Improve this Doc + + + View Source + +

    Info

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

    UnkString0

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

    UnkString1

    +
    +
    +
    Declaration
    +
    +
    public Utf8String UnkString1
    +
    +
    Field Value
    + + + + + + + + + + @@ -144,7 +260,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerInfo.html new file mode 100644 index 000000000..16caba60d --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerInfo.html @@ -0,0 +1,207 @@ + + + + + + + + Struct EventHandlerInfo + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    TypeDescription
    Utf8String
    + + + + + + + + + + + + +
    TypeDescription
    EventId
    + + | + Improve this Doc + + + View Source + +

    Flags

    +
    +
    +
    Declaration
    +
    +
    public byte Flags
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + + + + + + + + + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.html index 9adf69eb1..8e86d540a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerModule.html @@ -104,6 +104,64 @@

    Fields

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

    EventHandlerFactories

    +
    +
    +
    Declaration
    +
    +
    public StdMap<ushort, StdPair<nint, nint>> EventHandlerFactories
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    StdMap<System.UInt16, StdPair<System.IntPtr, System.IntPtr>>
    + + | + Improve this Doc + + + View Source + +

    EventHandlerMap

    +
    +
    +
    Declaration
    +
    +
    public StdMap<uint, Pointer<EventHandler>> EventHandlerMap
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    StdMap<System.UInt32, Pointer<EventHandler>>
    | Improve this Doc diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerType.html new file mode 100644 index 000000000..c7db1ae04 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventHandlerType.html @@ -0,0 +1,326 @@ + + + + + + + + Enum EventHandlerType + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventId.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventId.html new file mode 100644 index 000000000..2423ba609 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventId.html @@ -0,0 +1,332 @@ + + + + + + + + Struct EventId + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventSceneModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventSceneModule.html index 89652a801..8881af8c8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventSceneModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.EventSceneModule.html @@ -104,6 +104,35 @@

    Fields

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

    EventGPoseController

    +
    +
    +
    Declaration
    +
    +
    public EventGPoseController EventGPoseController
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    EventGPoseController
    | Improve this Doc diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.html index 92eca6b23..4b3cef54e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Event.html @@ -83,10 +83,16 @@

    EventFramework

    +

    EventGPoseController

    +

    EventHandler

    +

    EventHandlerInfo

    +

    EventHandlerModule

    +

    EventId

    +

    EventSceneModule

    EventSceneModuleImplBase

    @@ -103,6 +109,10 @@

    ModuleBase

    +

    Enums +

    +

    EventHandlerType

    +
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.html index 0d2c1e002..8cab3a4f1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Fate.FateManager.html @@ -309,6 +309,53 @@

    Methods

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

    GetFateById(UInt16)

    +
    +
    +
    Declaration
    +
    +
    public FateContext*GetFateById(ushort fateId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt16fateId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    FateContext*
    | Improve this Doc diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags.html index f840bbd00..7a0391b13 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AetherFlags.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum AetherFlags : byte
    +
    public enum AetherFlags : byte

    Fields

    @@ -153,7 +152,7 @@ public enum AetherFlags : byte Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianCard.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianCard.html index 679748aff..81a89de7d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianCard.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianCard.html @@ -144,7 +144,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianSeal.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianSeal.html index 19dd577ff..60fd89396 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianSeal.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.AstrologianSeal.html @@ -120,7 +120,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.html index 0356556d5..80e9e5b3f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.BeastChakraType.html @@ -124,7 +124,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep.html index 1b36e5731..dab48a72b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.DanceStep.html @@ -128,7 +128,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.html index 0925e2250..3451e40c6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.EnochianFlags.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum EnochianFlags : byte
    +
    public enum EnochianFlags : byte

    Fields

    @@ -121,7 +120,7 @@ public enum EnochianFlags : byte Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.KaeshiAction.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.KaeshiAction.html index 7a9734490..4d57559db 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.KaeshiAction.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.KaeshiAction.html @@ -124,7 +124,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.html index 14ac2a400..f621e8060 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.NadiFlags.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum NadiFlags : byte
    +
    public enum NadiFlags : byte

    Fields

    @@ -117,7 +116,7 @@ public enum NadiFlags : byte Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SenFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SenFlags.html index e4f2c8c9b..c5a9c1c6f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SenFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SenFlags.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum SenFlags : byte
    +
    public enum SenFlags : byte

    Fields

    @@ -125,7 +124,7 @@ public enum SenFlags : byte Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SongFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SongFlags.html index e190fd8c0..8f4ce159e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SongFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Gauge.SongFlags.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum SongFlags : byte
    +
    public enum SongFlags : byte

    Fields

    @@ -149,7 +148,7 @@ public enum SongFlags : byte Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html index 5178e250b..d1e279f50 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.GroupManager.html @@ -104,12 +104,41 @@

    Fields

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

    AllianceFlags

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

    AllianceMembers

    @@ -133,41 +162,12 @@ - - | - Improve this Doc - - - View Source - -

    IsAlliance

    -
    -
    -
    Declaration
    -
    -
    public bool IsAlliance
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Boolean
    | Improve this Doc - View Source + View Source

    MemberCount

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

    PartyId

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

    PartyId_2

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

    PartyLeaderIndex

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

    PartyMembers

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

    Unk_3D40

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

    Unk_3D44

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

    Unk_3D5D

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

    Unk_3D5F

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

    Unk_3D60

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

    GetAllianceMemberByGroupAndIndex(Int32, Int32)

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

    GetAllianceMemberByIndex(Int32)

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

    GetPartyMemberByContentId(UInt64)

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

    GetPartyMemberByIndex(Int32)

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

    GetPartyMemberByObjectId(UInt32)

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

    Instance()

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

    IsCharacterInPartyByName(Byte*)

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

    IsObjectIDInAlliance(UInt32)

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

    IsObjectIDInParty(UInt32)

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

    IsObjectIDPartyLeader(UInt32)

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.html index c74a6f818..7bb9691f6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Group.PartyMember.html @@ -220,6 +220,35 @@ + + | + Improve this Doc + + + View Source + +

    Flags

    +
    +
    +
    Declaration
    +
    +
    public byte Flags
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    | Improve this Doc @@ -481,35 +510,6 @@ - - | - Improve this Doc - - - View Source - -

    Unk_220

    -
    -
    -
    Declaration
    -
    -
    public byte Unk_220
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Byte
    | Improve this Doc diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Housing.HousingManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Housing.HousingManager.html new file mode 100644 index 000000000..5c0e59eba --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Housing.HousingManager.html @@ -0,0 +1,387 @@ + + + + + + + + Struct HousingManager + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Housing.HousingTerritory.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Housing.HousingTerritory.html new file mode 100644 index 000000000..5ea2a870d --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Housing.HousingTerritory.html @@ -0,0 +1,178 @@ + + + + + + + + Struct HousingTerritory + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Housing.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Housing.html new file mode 100644 index 000000000..bf9d71e9f --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Housing.html @@ -0,0 +1,120 @@ + + + + + + + + Namespace FFXIVClientStructs.FFXIV.Client.Game.Housing + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDeepDungeon.DeepDungeonChestInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDeepDungeon.DeepDungeonChestInfo.html new file mode 100644 index 000000000..0c2210d55 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDeepDungeon.DeepDungeonChestInfo.html @@ -0,0 +1,207 @@ + + + + + + + + Struct InstanceContentDeepDungeon.DeepDungeonChestInfo + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDeepDungeon.DeepDungeonItemInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDeepDungeon.DeepDungeonItemInfo.html new file mode 100644 index 000000000..74ed94367 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDeepDungeon.DeepDungeonItemInfo.html @@ -0,0 +1,298 @@ + + + + + + + + Struct InstanceContentDeepDungeon.DeepDungeonItemInfo + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDeepDungeon.DeepDungeonPartyInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDeepDungeon.DeepDungeonPartyInfo.html new file mode 100644 index 000000000..0116491dc --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDeepDungeon.DeepDungeonPartyInfo.html @@ -0,0 +1,207 @@ + + + + + + + + Struct InstanceContentDeepDungeon.DeepDungeonPartyInfo + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDeepDungeon.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDeepDungeon.html new file mode 100644 index 000000000..564ef11c8 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDeepDungeon.html @@ -0,0 +1,468 @@ + + + + + + + + Struct InstanceContentDeepDungeon + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDirector.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDirector.html index 43ff5bc71..ad6c90cb0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDirector.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.InstanceContentDirector.html @@ -133,6 +133,35 @@ + + | + Improve this Doc + + + View Source + +

    InstanceContentType

    +
    +
    +
    Declaration
    +
    +
    public byte InstanceContentType
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.PublicContentDirector.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.PublicContentDirector.html new file mode 100644 index 000000000..9c1dd65b7 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.PublicContentDirector.html @@ -0,0 +1,178 @@ + + + + + + + + Struct PublicContentDirector + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.html index 2f93bd5b3..854f0ff52 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InstanceContent.html @@ -79,8 +79,18 @@

    ContentDirector

    +

    InstanceContentDeepDungeon

    +
    +

    InstanceContentDeepDungeon.DeepDungeonChestInfo

    +
    +

    InstanceContentDeepDungeon.DeepDungeonItemInfo

    +
    +

    InstanceContentDeepDungeon.DeepDungeonPartyInfo

    +

    InstanceContentDirector

    +

    PublicContentDirector

    +
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.html index a78fe0b4f..95903cbc7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryContainer.html @@ -109,7 +109,7 @@ Improve this Doc
    - View Source + View Source

    Items

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

    Loaded

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

    Size

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

    Type

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

    GetInventorySlot(Int32)

    @@ -280,7 +280,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemFlags.html index d5683b747..d45825f09 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.ItemFlags.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum ItemFlags : byte
    +
    public enum ItemFlags : byte

    Fields

    @@ -129,7 +128,7 @@ public enum ItemFlags : byte Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.html index ee66a15b8..d25b10f80 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryItem.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Condition

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

    Container

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

    CrafterContentID

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

    Flags

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

    GlamourID

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

    ItemID

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

    Materia

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

    MateriaGrade

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

    Quantity

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

    Slot

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

    Spiritbond

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

    Stain

    @@ -463,7 +463,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.html index 9fabde52e..f8783df6f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryManager.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Inventories

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

    GetInventoryContainer(InventoryType)

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

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

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

    GetItemCountInContainer(UInt32, InventoryType, Boolean, Int16)

    @@ -311,12 +311,42 @@ + + | + Improve this Doc + + + View Source + + +

    GetPermittedGearsetCount()

    +
    +
    +
    Declaration
    +
    +
    public byte GetPermittedGearsetCount()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    | Improve this Doc - View Source + View Source

    Instance()

    @@ -346,7 +376,7 @@ Improve this Doc - View Source + View Source

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

    @@ -419,7 +449,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryType.html index 5dcb926ec..e1255fe94 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.InventoryType.html @@ -376,7 +376,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.CraftworkDemandShift.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.CraftworkDemandShift.html new file mode 100644 index 000000000..ff60f8427 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.CraftworkDemandShift.html @@ -0,0 +1,162 @@ + + + + + + + + Enum CraftworkDemandShift + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.CraftworkSupply.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.CraftworkSupply.html new file mode 100644 index 000000000..02309dd87 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.CraftworkSupply.html @@ -0,0 +1,162 @@ + + + + + + + + Enum CraftworkSupply + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.FarmSlotFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.FarmSlotFlags.html new file mode 100644 index 000000000..0898fdcaf --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.FarmSlotFlags.html @@ -0,0 +1,158 @@ + + + + + + + + Enum FarmSlotFlags + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.IslandState.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.IslandState.html new file mode 100644 index 000000000..827ca8f12 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.IslandState.html @@ -0,0 +1,752 @@ + + + + + + + + Struct IslandState + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIAllowedVisitors.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIAllowedVisitors.html new file mode 100644 index 000000000..15be50395 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIAllowedVisitors.html @@ -0,0 +1,154 @@ + + + + + + + + Enum MJIAllowedVisitors + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIAnimal.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIAnimal.html new file mode 100644 index 000000000..2c3a54068 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIAnimal.html @@ -0,0 +1,352 @@ + + + + + + + + Struct MJIAnimal + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIBuildingPlacement.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIBuildingPlacement.html new file mode 100644 index 000000000..96cd689f5 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIBuildingPlacement.html @@ -0,0 +1,244 @@ + + + + + + + + Struct MJIBuildingPlacement + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIFarmPasture.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIFarmPasture.html new file mode 100644 index 000000000..9287dfb24 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIFarmPasture.html @@ -0,0 +1,265 @@ + + + + + + + + Struct MJIFarmPasture + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIFarmPasturePlacement.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIFarmPasturePlacement.html new file mode 100644 index 000000000..3bf547fd4 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIFarmPasturePlacement.html @@ -0,0 +1,209 @@ + + + + + + + + Struct MJIFarmPasturePlacement + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIFarmState.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIFarmState.html new file mode 100644 index 000000000..e7c8cd956 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIFarmState.html @@ -0,0 +1,352 @@ + + + + + + + + Struct MJIFarmState + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIGranaries.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIGranaries.html new file mode 100644 index 000000000..ec65e2f87 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIGranaries.html @@ -0,0 +1,375 @@ + + + + + + + + Struct MJIGranaries + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJILandmarkPlacement.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJILandmarkPlacement.html new file mode 100644 index 000000000..4721c5c3c --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJILandmarkPlacement.html @@ -0,0 +1,267 @@ + + + + + + + + Struct MJILandmarkPlacement + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIManager.html new file mode 100644 index 000000000..72ffb9f55 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIManager.html @@ -0,0 +1,1188 @@ + + + + + + + + Struct MJIManager + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIMinimapIcons.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIMinimapIcons.html new file mode 100644 index 000000000..8a5054dfb --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIMinimapIcons.html @@ -0,0 +1,162 @@ + + + + + + + + Enum MJIMinimapIcons + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIPastureHandler.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIPastureHandler.html new file mode 100644 index 000000000..64646bb27 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIPastureHandler.html @@ -0,0 +1,207 @@ + + + + + + + + Struct MJIPastureHandler + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIWorkshops.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIWorkshops.html new file mode 100644 index 000000000..b96aceede --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.MJIWorkshops.html @@ -0,0 +1,394 @@ + + + + + + + + Struct MJIWorkshops + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.html new file mode 100644 index 000000000..52e5e0d9b --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.MJI.html @@ -0,0 +1,160 @@ + + + + + + + + Namespace FFXIVClientStructs.FFXIV.Client.Game.MJI + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ClientObjectManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ClientObjectManager.html new file mode 100644 index 000000000..7eca16482 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ClientObjectManager.html @@ -0,0 +1,392 @@ + + + + + + + + Struct ClientObjectManager + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html index e062731dc..a28dd42e7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    DataID

    @@ -133,12 +133,70 @@ + + | + Improve this Doc + + + View Source + +

    DefaultPosition

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

    DefaultRotation

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

    DrawObject

    @@ -162,12 +220,41 @@ + + | + Improve this Doc + + + View Source + +

    EventId

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

    FateId

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

    Gender

    @@ -225,7 +312,7 @@ Improve this Doc - View Source + View Source

    Height

    @@ -254,7 +341,7 @@ Improve this Doc - View Source + View Source

    HitboxRadius

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

    LuaActor

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

    Name

    @@ -336,12 +423,41 @@ + + | + Improve this Doc + + + View Source + +

    NamePlateIconId

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

    ObjectID

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

    ObjectIndex

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

    ObjectKind

    @@ -428,7 +544,7 @@ Improve this Doc - View Source + View Source

    OwnerID

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

    Position

    @@ -476,7 +592,7 @@ - Vector3 + Vector3 @@ -486,7 +602,7 @@ Improve this Doc - View Source + View Source

    RenderFlags

    @@ -515,7 +631,7 @@ Improve this Doc - View Source + View Source

    Rotation

    @@ -544,7 +660,7 @@ Improve this Doc - View Source + View Source

    Scale

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

    SubKind

    @@ -597,12 +713,41 @@ + + | + Improve this Doc + + + View Source + +

    TargetableStatus

    +
    +
    +
    Declaration
    +
    +
    public ObjectTargetableFlags TargetableStatus
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    ObjectTargetableFlags
    | Improve this Doc - View Source + View Source

    TargetStatus

    @@ -631,7 +776,7 @@ Improve this Doc - View Source + View Source

    VfxScale

    @@ -660,7 +805,7 @@ Improve this Doc - View Source + View Source

    YalmDistanceFromPlayerX

    @@ -689,7 +834,7 @@ Improve this Doc - View Source + View Source

    YalmDistanceFromPlayerZ

    @@ -720,7 +865,7 @@ Improve this Doc - View Source + View Source

    DisableDraw()

    @@ -735,7 +880,7 @@ Improve this Doc - View Source + View Source

    EnableDraw()

    @@ -750,7 +895,7 @@ Improve this Doc - View Source + View Source

    GetDrawObject()

    @@ -780,7 +925,7 @@ Improve this Doc - View Source + View Source

    GetHeight()

    @@ -810,7 +955,7 @@ Improve this Doc - View Source + View Source

    GetIsTargetable()

    @@ -840,7 +985,7 @@ Improve this Doc - View Source + View Source

    GetName()

    @@ -870,7 +1015,7 @@ Improve this Doc - View Source + View Source

    GetNpcID()

    @@ -900,7 +1045,7 @@ Improve this Doc - View Source + View Source

    GetObjectID()

    @@ -930,7 +1075,7 @@ Improve this Doc - View Source + View Source

    GetObjectKind()

    @@ -960,7 +1105,7 @@ Improve this Doc - View Source + View Source

    GetRadius()

    @@ -990,7 +1135,7 @@ Improve this Doc - View Source + View Source

    IsCharacter()

    @@ -1020,7 +1165,7 @@ Improve this Doc - View Source + View Source

    IsDead()

    @@ -1045,6 +1190,36 @@ + + | + Improve this Doc + + + View Source + + +

    IsNotMounted()

    +
    +
    +
    Declaration
    +
    +
    public bool IsNotMounted()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.html index 487b53ffc..2f4a464a7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectKind.html @@ -131,6 +131,10 @@ HousingEventObject + + MjiObject + + Mount @@ -172,7 +176,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectTargetableFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectTargetableFlags.html new file mode 100644 index 000000000..c3e8f3ebb --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.ObjectTargetableFlags.html @@ -0,0 +1,150 @@ + + + + + + + + Enum ObjectTargetableFlags + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.html index e63002f86..b89b42c48 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.html @@ -77,6 +77,8 @@

    Structs

    +

    ClientObjectManager

    +

    GameObject

    GameObjectID

    @@ -87,6 +89,8 @@

    ObjectKind

    +

    ObjectTargetableFlags

    +
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.QuestFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.QuestFlags.html index 917859854..19d72bb7c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.QuestFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.QuestFlags.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum QuestFlags : byte
    +
    public enum QuestFlags : byte

    Fields

    @@ -121,7 +120,7 @@ public enum QuestFlags : byte Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.html index a99f997e0..c85883a63 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.Quest.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Flags

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

    QuestID

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

    IsHidden

    @@ -205,7 +205,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.html index 984e6aaaa..fda179703 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.QuestListArray.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -162,7 +162,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.html index cb892ea7d..57175f1ce 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.QuestManager.html @@ -104,12 +104,128 @@

    Fields

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

    BeastReputation

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

    DailyQuests

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

    LeveQuests

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

    NormalQuests

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

    Quest

    @@ -133,14 +249,328 @@ + + | + Improve this Doc + + + View Source + +

    TrackedQuests

    +
    +
    +
    Declaration
    +
    +
    public byte *TrackedQuests
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte*

    Methods

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

    GetBeastReputationById(UInt32)

    +
    +
    +
    Declaration
    +
    +
    public BeastReputationWork*GetBeastReputationById(uint beastTribeId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32beastTribeId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    BeastReputationWork*
    + + | + Improve this Doc + + + View Source + + +

    GetDailyQuestById(UInt16)

    +
    +
    +
    Declaration
    +
    +
    public DailyQuestWork*GetDailyQuestById(ushort questId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt16questId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    DailyQuestWork*
    + + | + Improve this Doc + + + View Source + + +

    GetLeveQuestById(UInt16)

    +
    +
    +
    Declaration
    +
    +
    public LeveWork*GetLeveQuestById(ushort leveId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt16leveId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    LeveWork*
    + + | + Improve this Doc + + + View Source + + +

    GetQuestById(UInt16)

    +
    +
    +
    Declaration
    +
    +
    public QuestWork*GetQuestById(ushort questId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt16questId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    QuestWork*
    + + | + Improve this Doc + + + View Source + + +

    GetQuestSequence(UInt16)

    +
    +
    +
    Declaration
    +
    +
    public static byte GetQuestSequence(ushort questId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt16questId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + + +

    GetQuestSequence(UInt32)

    +
    +
    +
    Declaration
    +
    +
    public static byte GetQuestSequence(uint questId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32questId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    +
    Remarks
    +

    This is a helper method to handle trimming uints down to the game-requested ushort.

    +
    | Improve this Doc - View Source + View Source

    Instance()

    @@ -165,12 +595,156 @@ + + | + Improve this Doc + + + View Source + + +

    IsDailyQuestCompleted(UInt16)

    +
    +
    +
    Declaration
    +
    +
    public bool IsDailyQuestCompleted(ushort questId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt16questId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    IsQuestAccepted(UInt16)

    +
    +
    +
    Declaration
    +
    +
    public bool IsQuestAccepted(ushort questId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt16questId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    IsQuestAccepted(UInt32)

    +
    +
    +
    Declaration
    +
    +
    public bool IsQuestAccepted(uint questId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32questId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    +
    Remarks
    +

    This is a helper method to handle trimming uints down to the game-requested ushort.

    +
    | Improve this Doc - View Source + View Source

    IsQuestComplete(UInt16)

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

    IsQuestComplete(UInt32)

    @@ -259,100 +833,6 @@ - - | - Improve this Doc - - - View Source - - -

    IsQuestCurrent(UInt16)

    -
    -
    -
    Declaration
    -
    -
    public static bool IsQuestCurrent(ushort questId)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.UInt16questId
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Boolean
    - - | - Improve this Doc - - - View Source - - -

    IsQuestCurrent(UInt32)

    -
    -
    -
    Declaration
    -
    -
    public static bool IsQuestCurrent(uint questId)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.UInt32questId
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Boolean
    @@ -364,7 +844,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RaceChocoboManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RaceChocoboManager.html new file mode 100644 index 000000000..b61628933 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RaceChocoboManager.html @@ -0,0 +1,761 @@ + + + + + + + + Struct RaceChocoboManager + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.html index 9e3959e5b..f00940476 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RecastDetail.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ActionID

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

    Elapsed

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

    IsActive

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

    Total

    @@ -231,7 +231,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html index 3b22d615e..3e6bca971 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.Retainer.html @@ -109,14 +109,14 @@ Improve this Doc - View Source + View Source

    Available

    Declaration
    -
    public byte Available
    +
    public bool Available
    Field Value
    @@ -128,7 +128,7 @@ - + @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    ClassJob

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

    Gil

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

    ItemCount

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

    Level

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

    MarkerItemCount

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

    MarketExpire

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

    Name

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

    RetainerID

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

    Town

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

    VentureComplete

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

    VentureID

    @@ -463,7 +463,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html index 4df867a18..ecc226c4f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.RetainerTown.html @@ -136,7 +136,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html index 3c504001a..93e09e0f7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.RetainerList.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Retainer0

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

    Retainer1

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

    Retainer2

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

    Retainer3

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

    Retainer4

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

    Retainer5

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

    Retainer6

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

    Retainer7

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

    Retainer8

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

    Retainer9

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

    Item[Int32]

    @@ -454,7 +454,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html index 2ad518d42..0e4d78f57 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.RetainerManager.html @@ -133,6 +133,65 @@
    System.ByteSystem.Boolean
    + + | + Improve this Doc + + + View Source + +

    LastSelectedRetainerId

    +

    Contains the Retainer.RetainerId of the last retainer to be selected.

    +
    +
    +
    Declaration
    +
    +
    public ulong LastSelectedRetainerId
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt64
    + + | + Improve this Doc + + + View Source + +

    MaxRetainerEntitlement

    +
    +
    +
    Declaration
    +
    +
    public byte MaxRetainerEntitlement
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    | Improve this Doc @@ -196,7 +255,7 @@ Improve this Doc - View Source + View Source

    RetainerCount

    @@ -220,14 +279,73 @@ + + | + Improve this Doc + + + View Source + +

    RetainerObjectId

    +
    +
    +
    Declaration
    +
    +
    public uint RetainerObjectId
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32

    Methods

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

    GetActiveRetainer()

    +
    +
    +
    Declaration
    +
    +
    public RetainerManager.RetainerList.Retainer*GetActiveRetainer()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    RetainerManager.RetainerList.Retainer*
    | Improve this Doc - View Source + View Source

    GetRetainerBySortedIndex(UInt32)

    @@ -269,6 +387,36 @@ + + | + Improve this Doc + + + View Source + + +

    GetRetainerCount()

    +
    +
    +
    Declaration
    +
    +
    public byte GetRetainerCount()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    | Improve this Doc diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html index 06b770937..40ab002e5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.StatusManager.html @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Status

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

    Unk_170

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

    Unk_174

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

    Unk_178

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

    Unk_180

    @@ -280,12 +280,54 @@

    Methods

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

    AddStatus(UInt16, UInt16, Void*)

    +
    +
    +
    Declaration
    +
    +
    public void AddStatus(ushort statusId, ushort param = 0, void *u3 = default(void *))
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt16statusId
    System.UInt16param
    System.Void*u3
    | Improve this Doc - View Source + View Source

    GetRemainingTime(Int32)

    @@ -332,7 +374,7 @@ Improve this Doc - View Source + View Source

    GetSourceId(Int32)

    @@ -379,7 +421,7 @@ Improve this Doc - View Source + View Source

    GetStatusId(Int32)

    @@ -426,7 +468,7 @@ Improve this Doc - View Source + View Source

    GetStatusIndex(UInt32, UInt32)

    @@ -478,7 +520,7 @@ Improve this Doc - View Source + View Source

    HasStatus(UInt32, UInt32)

    @@ -525,6 +567,43 @@ + + | + Improve this Doc + + + View Source + + +

    RemoveStatus(Int32, Byte)

    +
    +
    +
    Declaration
    +
    +
    public void RemoveStatus(int statusIndex, byte u2 = 0)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32statusIndex
    System.Byteu2
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.AreaInstance.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.AreaInstance.html new file mode 100644 index 000000000..9fbca6873 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.AreaInstance.html @@ -0,0 +1,239 @@ + + + + + + + + Struct AreaInstance + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.html index b1b36bbe8..93eff9ed0 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Buddy.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ActiveCommand

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

    AttackerLevel

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

    BattleBuddies

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

    CompanionPtr

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

    CurrentColorStainId

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

    CurrentXP

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

    DefenderLevel

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

    FavoriteFeed

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

    HealerLevel

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

    Mounted

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

    Name

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

    PetPtr

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

    Rank

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

    SkillPoints

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

    SquadronTrustPtr

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

    Stars

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

    TimeLeft

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

    IsBuddyEquipUnlocked(UInt32)

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.ContentsFinder.LootRule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.ContentsFinder.LootRule.html index 7a2183e09..0c9910119 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.ContentsFinder.LootRule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.ContentsFinder.LootRule.html @@ -120,7 +120,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.ContentsFinder.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.ContentsFinder.html index 1c602aa73..0d2220221 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.ContentsFinder.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.ContentsFinder.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ExplorerMode

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

    LevelSync

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

    LimitedLevelingRoulette

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

    LootRules

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

    MinimalIL

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

    SilenceEcho

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

    UnrestrictedParty

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

    vtbl

    @@ -347,7 +347,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.ContentsNote.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.ContentsNote.html new file mode 100644 index 000000000..fea5edb52 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.ContentsNote.html @@ -0,0 +1,373 @@ + + + + + + + + Struct ContentsNote + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.FieldMarker.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.FieldMarker.html index 419155c7d..8df120b17 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.FieldMarker.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.FieldMarker.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Active

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

    Position

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

    X

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

    Y

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

    Z

    @@ -260,7 +260,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hate.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hate.html index b34242612..3c05d6134 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hate.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hate.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    HateArray

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

    HateArrayLength

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

    HateTargetId

    @@ -191,38 +191,6 @@ -

    Properties -

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

    HateSpan

    -
    -
    -
    Declaration
    -
    -
    public readonly ReadOnlySpan<HateInfo> HateSpan { get; }
    -
    -
    Property Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.ReadOnlySpan<HateInfo>
    @@ -234,7 +202,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.HateInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.HateInfo.html index 1b04aaa3e..20eca0af9 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.HateInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.HateInfo.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Enmity

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

    ObjectId

    @@ -173,7 +173,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hater.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hater.html index b2f522192..3c6439864 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hater.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hater.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    HaterArray

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

    HaterArrayLength

    @@ -162,38 +162,6 @@ -

    Properties -

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

    HaterSpan

    -
    -
    -
    Declaration
    -
    -
    public readonly ReadOnlySpan<HaterInfo> HaterSpan { get; }
    -
    -
    Property Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.ReadOnlySpan<HaterInfo>
    @@ -205,7 +173,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.HaterInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.HaterInfo.html index cf77ba60f..cefa15654 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.HaterInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.HaterInfo.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Enmity

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

    Name

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

    ObjectId

    @@ -202,7 +202,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hotbar.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hotbar.html index 9d5a53f0a..6e96e10fb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hotbar.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Hotbar.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    CancelCast()

    @@ -119,54 +119,6 @@
    public void CancelCast()
    - - | - Improve this Doc - - - View Source - - -

    IsActionUnlocked(UInt32)

    -
    -
    -
    Declaration
    -
    -
    [Obsolete("This is wrong. Use UIState.IsUnlockLinkUnlocked() instead.", false)]
    -public bool IsActionUnlocked(uint actionId)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.UInt32actionId
    -
    Returns
    - - - - - - - - - - - - - -
    TypeDescription
    System.Boolean
    @@ -178,7 +130,7 @@ public bool IsActionUnlocked(uint actionId) Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.MarkingController.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.MarkingController.html index ed3404d1c..832797dd1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.MarkingController.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.MarkingController.html @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    LetterMarkerArray

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

    MarkerArray

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

    MarkerTimeArray

    @@ -220,38 +220,6 @@ -

    Properties -

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

    FieldMarkerSpan

    -
    -
    -
    Declaration
    -
    -
    public readonly Span<FieldMarker> FieldMarkerSpan { get; }
    -
    -
    Property Value
    - - - - - - - - - - - - - -
    TypeDescription
    System.Span<FieldMarker>

    Methods

    @@ -295,7 +263,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.MobHunt.KillCounts.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.MobHunt.KillCounts.html new file mode 100644 index 000000000..b0c582f34 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.MobHunt.KillCounts.html @@ -0,0 +1,227 @@ + + + + + + + + Struct MobHunt.KillCounts + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.MobHunt.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.MobHunt.html new file mode 100644 index 000000000..45e17b2e1 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.MobHunt.html @@ -0,0 +1,345 @@ + + + + + + + + Struct MobHunt + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.PlayerState.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.PlayerState.html index d0584e10b..199744ce2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.PlayerState.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.PlayerState.html @@ -109,7 +109,7 @@ Improve this Doc
    - View Source + View Source

    Attributes

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

    BaseDexterity

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

    BaseIntelligence

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

    BaseMind

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

    BasePiety

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

    BaseRestedExperience

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

    BaseStrength

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

    BaseVitality

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

    BirthDay

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

    BirthMonth

    +
    +
    +
    Declaration
    +
    +
    public byte BirthMonth
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    | Improve this Doc @@ -370,7 +428,7 @@ Improve this Doc - View Source + View Source

    ClassJobExpArray

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

    ClassJobLevelArray

    @@ -457,7 +515,7 @@ Improve this Doc - View Source + View Source

    CurrentClassJobId

    @@ -486,7 +544,7 @@ Improve this Doc - View Source + View Source

    CurrentLevel

    @@ -515,14 +573,14 @@ Improve this Doc - View Source + View Source

    DesynthesisLevels

    Declaration
    -
    public ushort *DesynthesisLevels
    +
    public uint *DesynthesisLevels
    Field Value
    @@ -534,7 +592,7 @@ - + @@ -544,7 +602,7 @@ Improve this Doc - View Source + View Source

    FavouriteAetheryteArray

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

    FavouriteAetheryteCount

    @@ -597,12 +655,41 @@
    System.UInt16*System.UInt32*
    + + | + Improve this Doc + + + View Source + +

    FirstClass

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

    FishingBait

    @@ -631,7 +718,7 @@ Improve this Doc - View Source + View Source

    FreeAetheryteId

    @@ -660,7 +747,7 @@ Improve this Doc - View Source + View Source

    GCRankImmortalFlames

    @@ -689,7 +776,7 @@ Improve this Doc - View Source + View Source

    GCRankMaelstrom

    @@ -718,7 +805,7 @@ Improve this Doc - View Source + View Source

    GCRankTwinAdders

    @@ -747,7 +834,7 @@ Improve this Doc - View Source + View Source

    GrandCompany

    @@ -771,12 +858,41 @@ + + | + Improve this Doc + + + View Source + +

    GuardianDeity

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

    HomeAetheryteId

    @@ -805,7 +921,7 @@ Improve this Doc - View Source + View Source

    IsLevelSynced

    @@ -858,6 +974,64 @@ + + | + Improve this Doc + + + View Source + +

    MaxExpansion

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

    MaxLevel

    +
    +
    +
    Declaration
    +
    +
    public byte MaxLevel
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    | Improve this Doc @@ -892,7 +1066,7 @@ Improve this Doc - View Source + View Source

    PlayerCommendations

    @@ -916,12 +1090,128 @@ + + | + Improve this Doc + + + View Source + +

    QuestSpecialFlags

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

    Race

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

    Sex

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

    StartTown

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

    SyncedLevel

    @@ -945,6 +1235,126 @@ + + | + Improve this Doc + + + View Source + +

    Tribe

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

    UnlockFlags

    +
    +
    +
    Declaration
    +
    +
    public byte *UnlockFlags
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte*
    +

    Properties +

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

    IsLegacy

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

    IsWarriorOfLight

    +
    +
    +
    Declaration
    +
    +
    public readonly bool IsWarriorOfLight { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean

    Methods

    @@ -952,7 +1362,7 @@ Improve this Doc - View Source + View Source

    GetBeastTribeAllowance()

    @@ -982,7 +1392,7 @@ Improve this Doc - View Source + View Source

    GetBeastTribeRank(Byte)

    @@ -1029,7 +1439,7 @@ Improve this Doc - View Source + View Source

    GetDesynthesisLevel(UInt32)

    @@ -1076,7 +1486,7 @@ Improve this Doc - View Source + View Source

    GetGrandCompanyRank()

    @@ -1106,7 +1516,7 @@ Improve this Doc - View Source + View Source

    Instance()

    @@ -1131,12 +1541,59 @@ + + | + Improve this Doc + + + View Source + + +

    IsAetherCurrentUnlocked(UInt32)

    +
    +
    +
    Declaration
    +
    +
    public bool IsAetherCurrentUnlocked(uint aetherCurrentId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32aetherCurrentId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    | Improve this Doc - View Source + View Source

    IsFolkloreBookUnlocked(UInt32)

    @@ -1183,7 +1640,7 @@ Improve this Doc - View Source + View Source

    IsFramersKitUnlocked(UInt32)

    @@ -1230,7 +1687,7 @@ Improve this Doc - View Source + View Source

    IsMcGuffinUnlocked(UInt32)

    @@ -1277,7 +1734,7 @@ Improve this Doc - View Source + View Source

    IsMountUnlocked(UInt32)

    @@ -1324,7 +1781,7 @@ Improve this Doc - View Source + View Source

    IsOrchestrionRollUnlocked(UInt32)

    @@ -1371,7 +1828,7 @@ Improve this Doc - View Source + View Source

    IsOrnamentUnlocked(UInt32)

    @@ -1418,7 +1875,7 @@ Improve this Doc - View Source + View Source

    IsSecretRecipeBookUnlocked(UInt32)

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RecipeNote.RecipeData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RecipeNote.RecipeData.html new file mode 100644 index 000000000..7eede38f1 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RecipeNote.RecipeData.html @@ -0,0 +1,239 @@ + + + + + + + + Struct RecipeNote.RecipeData + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RecipeNote.RecipeEntry.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RecipeNote.RecipeEntry.html new file mode 100644 index 000000000..c1ed43b5c --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RecipeNote.RecipeEntry.html @@ -0,0 +1,207 @@ + + + + + + + + Struct RecipeNote.RecipeEntry + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RecipeNote.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RecipeNote.html new file mode 100644 index 000000000..5692e3f4d --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.RecipeNote.html @@ -0,0 +1,239 @@ + + + + + + + + Struct RecipeNote + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.TerritoryInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.TerritoryInfo.html new file mode 100644 index 000000000..7f2445536 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.TerritoryInfo.html @@ -0,0 +1,299 @@ + + + + + + + + Struct TerritoryInfo + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html index b8e424888..6022fbbcb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.UIState.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ActiveDirector

    @@ -133,12 +133,41 @@ + + | + Improve this Doc + + + View Source + +

    AreaInstance

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

    Buddy

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

    Cabinet

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

    ContentsFinder

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

    ContentsNote

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

    FateDirector

    @@ -254,7 +312,7 @@ Improve this Doc - View Source + View Source

    Hate

    @@ -283,7 +341,7 @@ Improve this Doc - View Source + View Source

    Hater

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

    Hotbar

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

    Map

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

    MarkingController

    @@ -394,12 +452,41 @@ + + | + Improve this Doc + + + View Source + +

    MobHunt

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

    PlayerState

    @@ -423,12 +510,41 @@ + + | + Improve this Doc + + + View Source + +

    RecipeNote

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

    RelicNote

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

    Revive

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

    Telepo

    @@ -515,7 +631,7 @@ Improve this Doc - View Source + View Source

    UnlockedCompanionsBitmask

    @@ -539,12 +655,41 @@ + + | + Improve this Doc + + + View Source + +

    UnlockLinkBitmask

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

    WeaponState

    @@ -575,7 +720,7 @@ Improve this Doc - View Source + View Source

    Instance()

    @@ -605,7 +750,7 @@ Improve this Doc - View Source + View Source

    IsCompanionUnlocked(UInt32)

    @@ -659,7 +804,7 @@ method is a pain in the neck to find and, frustratingly, cannot be sigg Improve this Doc - View Source + View Source

    IsEmoteUnlocked(UInt16)

    @@ -706,7 +851,7 @@ method is a pain in the neck to find and, frustratingly, cannot be sigg Improve this Doc - View Source + View Source

    IsInstanceContentCompleted(UInt32)

    @@ -748,12 +893,59 @@ method is a pain in the neck to find and, frustratingly, cannot be sigg + + | + Improve this Doc + + + View Source + + +

    IsInstanceContentUnlocked(UInt32)

    +
    +
    +
    Declaration
    +
    +
    public static bool IsInstanceContentUnlocked(uint instanceContentId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32instanceContentId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    | Improve this Doc - View Source + View Source

    IsItemActionUnlocked(Void*)

    @@ -800,7 +992,7 @@ method is a pain in the neck to find and, frustratingly, cannot be sigg Improve this Doc - View Source + View Source

    IsTripleTriadCardUnlocked(UInt16)

    @@ -847,7 +1039,7 @@ method is a pain in the neck to find and, frustratingly, cannot be sigg Improve this Doc - View Source + View Source

    IsUnlockLinkUnlocked(UInt32)

    @@ -891,18 +1083,18 @@ method is a pain in the neck to find and, frustratingly, cannot be sigg | - Improve this Doc + Improve this Doc - View Source + View Source -

    IsUnlockLinkUnlockedOrQuestCompleted(UInt32, Byte)

    +

    IsUnlockLinkUnlockedOrQuestCompleted(UInt32, Byte, Boolean)

    Declaration
    -
    public bool IsUnlockLinkUnlockedOrQuestCompleted(uint unlockLinkOrQuestId, byte a3)
    +
    public bool IsUnlockLinkUnlockedOrQuestCompleted(uint unlockLinkOrQuestId, byte minQuestProgression = 0, bool a4 = true)
    Parameters
    @@ -921,7 +1113,12 @@ method is a pain in the neck to find and, frustratingly, cannot be sigg - + + + + + + @@ -952,7 +1149,7 @@ method is a pain in the neck to find and, frustratingly, cannot be sigg Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.WeaponState.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.WeaponState.html index b958b7980..1423d3ebb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.WeaponState.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.WeaponState.html @@ -106,17 +106,46 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

    AutoSheathDelayTimer

    +

    AutoSheatheState

    Declaration
    -
    public float AutoSheathDelayTimer
    +
    public bool AutoSheatheState
    +
    +
    Field Value
    +
    System.Bytea3minQuestProgression
    System.Booleana4
    + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + +

    AutoSheathTimer

    +
    +
    +
    Declaration
    +
    +
    public float AutoSheathTimer
    Field Value
    @@ -133,48 +162,19 @@
    - - | - Improve this Doc - - - View Source - -

    AutoSheatheState

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

    IsAutoAttacking

    Declaration
    -
    public byte IsAutoAttacking
    +
    public bool IsAutoAttacking
    Field Value
    @@ -186,24 +186,53 @@ - +
    System.ByteSystem.Boolean
    | - Improve this Doc + Improve this Doc View Source -

    SheatheTimer

    +

    IsUnsheathed

    Declaration
    -
    public float SheatheTimer
    +
    public bool IsUnsheathed
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + +

    SheatheCooldown

    +
    +
    +
    Declaration
    +
    +
    public float SheatheCooldown
    Field Value
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html index 3937ef536..ad42ac7fb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html @@ -77,6 +77,8 @@

    Structs

    +

    AreaInstance

    +

    Buddy

    Buddy.BuddyMember

    @@ -87,6 +89,8 @@ items.

    ContentsFinder

    +

    ContentsNote

    +

    FieldMarker

    Hate

    @@ -107,8 +111,19 @@ items.

    MarkingController

    +

    MobHunt

    +

    Note: The game does not clear the data when a mark is completed.

    +
    +

    MobHunt.KillCounts

    +

    PlayerState

    +

    RecipeNote

    +
    +

    RecipeNote.RecipeData

    +
    +

    RecipeNote.RecipeEntry

    +

    RelicNote

    Revive

    @@ -119,6 +134,9 @@ items.

    TeleportInfo

    +

    TerritoryInfo

    +

    Contains the PlaceName values of where the player is currently located.

    +

    UIState

    WeaponState

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.html index f4c59ecc6..81cd25340 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.html @@ -79,6 +79,10 @@

    ActionManager

    +

    ActionTimelineDriver

    +
    +

    ActionTimelineManager

    +

    Balloon

    Camera

    @@ -89,6 +93,8 @@

    CameraBase

    +

    ComboDetail

    +

    GameMain

    InventoryContainer

    @@ -103,37 +109,14 @@

    LowCutCamera

    -

    MJIBuildingPlacement

    -

    A record of building population information at a specific Site ID.

    -
    -

    MJIBuildingPlacements

    -

    A helper struct that wraps an array of structs for MJIBuildingPlacement.

    -
    -

    MJIGranaries

    -

    A struct representing a list of granaries present in the Island Sanctuary.

    -

    The struct provides a helper method to retrieve information about a single granary (referenced by ID), but will -otherwise allow querying a specific field by ID directly.

    -
    -

    MJILandmarkPlacement

    -

    A record of landmark population information at a specific Site ID.

    -
    -

    MJILandmarkPlacements

    -

    A helper struct that wraps an array of structs for MJILandmarkPlacement.

    -
    -

    MJIManager

    -

    Manager struct (?) for Island Sanctuary (internally MJI).

    -
    -

    MJIWorkshops

    -

    A struct representing a list of workshops present in the Island Sanctuary.

    -

    The struct provides a helper method to retrieve information about a single workshop (referenced by ID), but will -otherwise allow querying a specific field by ID directly.

    -

    QuestManager

    QuestManager.QuestListArray

    QuestManager.QuestListArray.Quest

    +

    RaceChocoboManager

    +

    RecastDetail

    RetainerManager

    @@ -148,22 +131,18 @@ otherwise allow querying a specific field by ID directly.

    Enums

    +

    ActionTimelineSlots

    +

    ActionType

    BalloonState

    BalloonType

    -

    CraftworkDemandShift

    -
    -

    CraftworkSupply

    -

    InventoryItem.ItemFlags

    InventoryType

    -

    MJIAllowedVisitors

    -

    QuestManager.QuestListArray.Quest.QuestFlags

    RetainerManager.RetainerList.RetainerTown

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.EnvManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.EnvManager.html new file mode 100644 index 000000000..887778681 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.EnvManager.html @@ -0,0 +1,558 @@ + + + + + + + + Struct EnvManager + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    ActiveWeather

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

    CurrentTransitionTime

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

    DayTimeSeconds

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

    EnvScene

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

    EnvSimulator

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

    EnvSoundState

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

    EnvSpace

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

    EnvState

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

    ShadowCamera

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

    TransitionProgress

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

    TransitionTime

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

    UnkFlags

    +
    +
    +
    Declaration
    +
    +
    public uint UnkFlags
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    +

    Methods +

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

    Instance()

    +
    +
    +
    Declaration
    +
    +
    public static EnvManager*Instance()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    EnvManager*
    + + + + + + + + + + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.EnvSimulator.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.EnvSimulator.html new file mode 100644 index 000000000..8d3dfdc37 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.EnvSimulator.html @@ -0,0 +1,147 @@ + + + + + + + + Struct EnvSimulator + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.EnvSoundState.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.EnvSoundState.html new file mode 100644 index 000000000..c074624a7 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.EnvSoundState.html @@ -0,0 +1,147 @@ + + + + + + + + Struct EnvSoundState + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.EnvState.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.EnvState.html new file mode 100644 index 000000000..d7514e1be --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.EnvState.html @@ -0,0 +1,147 @@ + + + + + + + + Struct EnvState + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.html new file mode 100644 index 000000000..d0f6c6871 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Environment.html @@ -0,0 +1,124 @@ + + + + + + + + Namespace FFXIVClientStructs.FFXIV.Client.Graphics.Environment + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html index 2bedf2dd7..223170763 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.CVector-1.html @@ -101,6 +101,7 @@
    Syntax
    public struct CVector<T>
    +
         where T : struct
    Type Parameters
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html index d6accd911..f01c7114f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html @@ -104,6 +104,93 @@

    Fields

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

    AspectRatio

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

    ColorFilter

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

    ColorFilterRange

    +
    +
    +
    Declaration
    +
    +
    public float ColorFilterRange
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    | Improve this Doc @@ -138,7 +225,7 @@ Improve this Doc - View Source + View Source

    D3D11DeviceContext

    @@ -167,7 +254,7 @@ Improve this Doc - View Source + View Source

    D3D11Forwarder

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

    D3DFeatureLevel

    @@ -225,7 +312,7 @@ Improve this Doc - View Source + View Source

    DXGIFactory

    @@ -254,7 +341,7 @@ Improve this Doc - View Source + View Source

    DXGIOutput

    @@ -278,12 +365,70 @@ + + | + Improve this Doc + + + View Source + +

    GammaCorrection

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

    Height

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

    ImmediateContext

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

    NewHeight

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

    NewWidth

    +
    +
    +
    Declaration
    +
    +
    public uint NewWidth
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    | Improve this Doc @@ -336,6 +539,35 @@ + + | + Improve this Doc + + + View Source + +

    RequestResolutionChange

    +
    +
    +
    Declaration
    +
    +
    public byte RequestResolutionChange
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    | Improve this Doc @@ -365,6 +597,35 @@ + + | + Improve this Doc + + + View Source + +

    Width

    +
    +
    +
    Declaration
    +
    +
    public uint Width
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32

    Methods

    @@ -372,7 +633,7 @@ Improve this Doc - View Source + View Source

    Instance()

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html index 352fbe913..77b346545 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html @@ -109,7 +109,7 @@ Improve this Doc
    - View Source + View Source

    BoneSimulators

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

    Skeleton

    @@ -167,14 +167,14 @@ Improve this Doc - View Source + View Source

    SkeletonInvWorldMatrix

    Declaration
    -
    public Matrix44 SkeletonInvWorldMatrix
    +
    public Matrix4x4 SkeletonInvWorldMatrix
    Field Value
    @@ -186,7 +186,7 @@ - + @@ -196,14 +196,14 @@ Improve this Doc - View Source + View Source

    SkeletonWorldMatrix

    Declaration
    -
    public Matrix44 SkeletonWorldMatrix
    +
    public Matrix4x4 SkeletonWorldMatrix
    Field Value
    Matrix44Matrix4x4
    @@ -215,7 +215,7 @@ - + @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    vtbl

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

    WindScale

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

    WindVariation

    @@ -318,7 +318,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html index 0b9376bb3..e43777f1e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    CharacterPosition

    @@ -128,7 +128,7 @@ - + @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Gravity

    @@ -157,7 +157,7 @@ - + @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    PhysicsGroup

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

    Skeleton

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

    vtbl

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

    Wind

    @@ -273,7 +273,7 @@ - + @@ -289,7 +289,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html index 4c461bbcf..6f2408d13 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    BoneSimulator_1

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

    BoneSimulator_2

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

    BoneSimulator_3

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

    BoneSimulator_4

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

    BoneSimulator_5

    @@ -260,7 +260,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Ray.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Ray.html new file mode 100644 index 000000000..5316a08bc --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Ray.html @@ -0,0 +1,295 @@ + + + + + + + + Struct Ray + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    Matrix44Matrix4x4
    Vector3Vector3
    Vector3Vector3
    Vector3Vector3
    + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Vector3origin
    Vector3direction
    +

    Fields +

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

    Direction

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

    Origin

    +
    +
    +
    Declaration
    +
    +
    public Vector3 Origin
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Vector3
    +

    Methods +

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

    GetPoint(Single)

    +
    +
    +
    Declaration
    +
    +
    public Vector3 GetPoint(float distance)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Singledistance
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Vector3
    + + + + + + + + + + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Camera.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Camera.html index e387df21d..04b253a46 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Camera.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Camera.html @@ -104,12 +104,157 @@

    Fields

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

    AspectRatio

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

    FarPlane

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

    FoV

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

    NearPlane

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

    ProjectionMatrix

    +
    +
    +
    Declaration
    +
    +
    public Matrix4x4 ProjectionMatrix
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    | Improve this Doc - View Source + View Source

    ReferencedClassBase

    @@ -144,7 +289,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.html index 3d589cfc0..f4616bca7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Manager.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ViewArray

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.PartialSkeleton.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.PartialSkeleton.html index a1d53cbe3..a189bcf74 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.PartialSkeleton.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.PartialSkeleton.html @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -472,7 +472,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html index 670e3c174..ca21c846a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    FarShadowMap_Height

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

    FarShadowMap_Width

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

    NearShadowMap_Height

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

    NearShadowMap_Width

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

    Notifier

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

    OffscreenDepthStencil

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

    OffscreenGBuffer

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

    OffscreenRenderTarget_1

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

    OffscreenRenderTarget_2

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

    OffscreenRenderTarget_3

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

    OffscreenRenderTarget_4

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

    OffscreenRenderTarget_Unk1

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

    OffscreenRenderTarget_Unk2

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

    OffscreenRenderTarget_Unk3

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

    RenderTargetArray

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

    RenderTargetArray2

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

    Resolution_Height

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

    Resolution_Width

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

    ShadowMap_Height

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

    ShadowMap_Width

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

    UnkBool_1

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

    vtbl

    @@ -742,6 +742,38 @@ +

    Methods +

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

    Instance()

    +
    +
    +
    Declaration
    +
    +
    public static RenderTargetManager*Instance()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    RenderTargetManager*
    @@ -753,7 +785,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.ShadowCamera.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.ShadowCamera.html new file mode 100644 index 000000000..050db0c6c --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.ShadowCamera.html @@ -0,0 +1,178 @@ + + + + + + + + Struct ShadowCamera + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.SubView.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.SubView.html index df3773b67..521dc2089 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.SubView.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.SubView.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Camera

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

    DepthStencil

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

    Flags

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

    RenderTarget_1

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

    RenderTarget_2

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

    RenderTarget_3

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

    RenderTarget_4

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

    RenderTargetUsedCount

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

    ViewportRegion

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

    Vtbl

    @@ -405,7 +405,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html index d8ab50351..a9628c336 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    D3D11ShaderResourceView

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

    D3D11Texture2D

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

    Depth

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

    Flags

    @@ -280,11 +280,40 @@ | - Improve this Doc + Improve this Doc View Source +

    Height3

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

    MipLevel

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

    TextureFormat

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

    Unk_35

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

    Unk_36

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

    Unk_37

    +

    Unk_55

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

    Unk_56

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

    Unk_57

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

    Unk_60

    +
    +
    +
    Declaration
    +
    +
    public byte Unk_60
    Field Value
    @@ -539,6 +597,35 @@
    + + | + Improve this Doc + + + View Source + +

    Width3

    +
    +
    +
    Declaration
    +
    +
    public uint Width3
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.View.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.View.html index e10c4d34c..6c0fadef1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.View.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.View.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    CanvasRegion

    @@ -128,7 +128,7 @@ - Rectangle + Rectangle @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Flags

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

    SubViewArray

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

    Vtbl

    @@ -231,7 +231,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.html index a15042f1e..b89f0741e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.html @@ -89,6 +89,8 @@

    RenderTargetManager

    +

    ShadowCamera

    +

    Skeleton

    SubView

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Camera.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Camera.html index 72e495ee4..db9e28416 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Camera.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Camera.html @@ -104,12 +104,41 @@

    Fields

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

    LookAtVector

    +
    +
    +
    Declaration
    +
    +
    public Vector3 LookAtVector
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Vector3
    | Improve this Doc - View Source + View Source

    Object

    @@ -162,41 +191,12 @@ - - | - Improve this Doc - - - View Source - -

    Vector_0

    -
    -
    -
    Declaration
    -
    -
    public Vector3 Vector_0
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    Vector3
    | Improve this Doc - View Source + View Source

    Vector_1

    @@ -215,111 +215,24 @@ - Vector3 + Vector3 | - Improve this Doc - - - View Source - -

    Vector_2

    -
    -
    -
    Declaration
    -
    -
    public Vector3 Vector_2
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    Vector3
    - - | - Improve this Doc - - - View Source - -

    Vector_3

    -
    -
    -
    Declaration
    -
    -
    public Vector3 Vector_3
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    Vector3
    - - | - Improve this Doc - - - View Source - -

    Vector_4

    -
    -
    -
    Declaration
    -
    -
    public Vector3 Vector_4
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    Vector3
    - - | - Improve this Doc + Improve this Doc View Source -

    Vector_5

    +

    ViewMatrix

    Declaration
    -
    public Vector3 Vector_5
    +
    public Matrix4x4 ViewMatrix
    Field Value
    @@ -331,7 +244,244 @@ - + + + + +
    Vector3Matrix4x4
    +

    Methods +

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

    ScreenPointToRay(Ray*, Int32, Int32)

    +
    +
    +
    Declaration
    +
    +
    public void ScreenPointToRay(Ray*ray, int x, int y)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Ray*ray
    System.Int32x
    System.Int32y
    + + | + Improve this Doc + + + View Source + + +

    ScreenPointToRay(Vector2)

    +
    +
    +
    Declaration
    +
    +
    public Ray ScreenPointToRay(Vector2 screenPoint)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Vector2screenPoint
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Ray
    + + | + Improve this Doc + + + View Source + + +

    ScreenPointToRay(Int32, Int32)

    +
    +
    +
    Declaration
    +
    +
    public Ray ScreenPointToRay(int x, int y)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32x
    System.Int32y
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Ray
    + + | + Improve this Doc + + + View Source + + +

    ScreenToWorldPoint(Vector2)

    +
    +
    +
    Declaration
    +
    +
    public static Vector3 ScreenToWorldPoint(Vector2 screenPoint)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Vector2screenPoint
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Vector3
    + + | + Improve this Doc + + + View Source + + +

    WorldToScreenPoint(Vector3)

    +
    +
    +
    Declaration
    +
    +
    public static Vector2 WorldToScreenPoint(Vector3 worldPoint)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Vector3worldPoint
    +
    Returns
    + + + + + + + + + + @@ -347,7 +497,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CameraManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CameraManager.html new file mode 100644 index 000000000..0d107e2f0 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CameraManager.html @@ -0,0 +1,271 @@ + + + + + + + + Struct CameraManager + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    TypeDescription
    Vector2
    + + + + + + + + + + + + +
    TypeDescription
    System.Byte*
    + + | + Improve this Doc + + + View Source + +

    CameraIndex

    +
    +
    +
    Declaration
    +
    +
    public int CameraIndex
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    +

    Properties +

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

    CurrentCamera

    +
    +
    +
    Declaration
    +
    +
    public readonly Camera*CurrentCamera { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Camera*
    +

    Methods +

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

    Instance()

    +
    +
    +
    Declaration
    +
    +
    public static CameraManager*Instance()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    CameraManager*
    + + + + + + + + + + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html index 88b72e395..3a6a4f762 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Object

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

    Skeleton

    -
    -
    -
    Declaration
    -
    -
    public Skeleton*Skeleton
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    Skeleton*
    @@ -173,7 +144,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.EnvLocation.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.EnvLocation.html new file mode 100644 index 000000000..c26d90275 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.EnvLocation.html @@ -0,0 +1,178 @@ + + + + + + + + Struct EnvLocation + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.EnvScene.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.EnvScene.html new file mode 100644 index 000000000..b8eb22597 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.EnvScene.html @@ -0,0 +1,178 @@ + + + + + + + + Struct EnvScene + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.EnvSpace.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.EnvSpace.html new file mode 100644 index 000000000..f6f74e1c9 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.EnvSpace.html @@ -0,0 +1,207 @@ + + + + + + + + Struct EnvSpace + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html index 1dd617ea9..b68a9d453 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ChildObject

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

    NextSiblingObject

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

    ParentObject

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

    Position

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

    PreviousSiblingObject

    @@ -254,14 +254,14 @@ Improve this Doc - View Source + View Source

    Rotation

    Declaration
    -
    public Quarternion Rotation
    +
    public Quaternion Rotation
    Field Value
    @@ -273,7 +273,7 @@ - + @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    Scale

    @@ -302,7 +302,7 @@ - + @@ -314,7 +314,7 @@ Improve this Doc - View Source + View Source

    GetObjectType()

    @@ -350,7 +350,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html index 925c8b778..272c41de6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.ObjectType.html @@ -148,7 +148,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html index 40f963937..c4bca2308 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html @@ -79,12 +79,20 @@

    Camera

    +

    CameraManager

    +

    CharacterBase

    Demihuman

    DrawObject

    +

    EnvLocation

    +
    +

    EnvScene

    +
    +

    EnvSpace

    +

    Human

    Monster

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html index df12c93f7..313c2e2fd 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Position

    @@ -128,7 +128,7 @@ - + @@ -138,14 +138,14 @@ Improve this Doc - View Source + View Source

    Rotation

    Declaration
    -
    public Quarternion Rotation
    +
    public Quaternion Rotation
    Field Value
    QuarternionQuaternion
    Vector3Vector3
    Vector3Vector3
    @@ -157,7 +157,7 @@ - + @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    Scale

    @@ -186,7 +186,7 @@ - + @@ -202,7 +202,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.html index 9a7abb40d..f0401901e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.html @@ -79,18 +79,12 @@

    ByteColor

    -

    Matrix44

    -
    -

    Quarternion

    -
    -

    Rectangle

    +

    Ray

    ReferencedClassBase

    Transform

    -

    Vector3

    -
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.LayoutEngine.LayoutWorld.html b/docs/api/FFXIVClientStructs.FFXIV.Client.LayoutEngine.LayoutWorld.html index e6f880b64..25f6666b7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.LayoutEngine.LayoutWorld.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.LayoutEngine.LayoutWorld.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ActiveLayout

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

    RsvMap

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

    Instance()

    @@ -205,7 +205,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html index cd29b194e..57195a10e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html @@ -104,6 +104,35 @@

    Fields

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

    BGCollisionModule

    +
    +
    +
    Declaration
    +
    +
    public BGCollisionModule*BGCollisionModule
    +
    +
    Field Value
    +
    QuarternionQuaternion
    Vector3Vector3
    + + + + + + + + + + + + +
    TypeDescription
    BGCollisionModule*
    | Improve this Doc @@ -167,7 +196,7 @@ Improve this Doc - View Source + View Source

    EorzeaTime

    @@ -191,12 +220,41 @@ + + | + Improve this Doc + + + View Source + +

    EorzeaTimeOverride

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

    ExcelModuleInterface

    @@ -225,7 +283,7 @@ Improve this Doc - View Source + View Source

    ExdModule

    @@ -249,6 +307,35 @@ + + | + Improve this Doc + + + View Source + +

    FrameCounter

    +
    +
    +
    Declaration
    +
    +
    public uint FrameCounter
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    | Improve this Doc @@ -283,7 +370,7 @@ Improve this Doc - View Source + View Source

    FrameRate

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

    GameVersion

    @@ -336,6 +423,35 @@ + + | + Improve this Doc + + + View Source + +

    IsEorzeaTimeOverridden

    +
    +
    +
    Declaration
    +
    +
    public bool IsEorzeaTimeOverridden
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    | Improve this Doc @@ -370,7 +486,7 @@ Improve this Doc - View Source + View Source

    LuaState

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

    UIModule

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

    WindowInactive

    @@ -517,7 +633,7 @@ Improve this Doc - View Source + View Source

    UserPath

    @@ -549,7 +665,7 @@ Improve this Doc - View Source + View Source

    GetServerTime()

    @@ -579,7 +695,7 @@ Improve this Doc - View Source + View Source

    GetUiModule()

    @@ -609,7 +725,7 @@ Improve this Doc - View Source + View Source

    Instance()

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html index c6900237d..047dcf1d1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Memory.IMemorySpace.html @@ -118,6 +118,7 @@
    Declaration
    public T*Create<T>()
    +
         where T : struct, ICreatable
    Returns
    @@ -155,7 +156,7 @@ Improve this Doc - View Source + View Source

    Free(Void*, UInt64)

    @@ -192,7 +193,7 @@ Improve this Doc - View Source + View Source

    Free<T>(T*)

    @@ -201,6 +202,7 @@
    Declaration
    public static void Free<T>(T*ptr)
    +
         where T : struct
    Parameters
    @@ -330,7 +332,7 @@ Improve this Doc - View Source + View Source

    GetSoundSpace()

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

    GetUISpace()

    @@ -390,7 +392,7 @@ Improve this Doc - View Source + View Source

    Malloc(UInt64, UInt64)

    @@ -442,7 +444,7 @@ Improve this Doc - View Source + View Source

    Malloc<T>(UInt64)

    @@ -451,6 +453,7 @@
    Declaration
    public void *Malloc<T>(ulong alignment = 8UL)
    +
         where T : struct
    Parameters
    @@ -505,7 +508,7 @@ Improve this Doc - View Source + View Source

    Memset(Void*, Int32, UInt64)

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.SkeletonResourceHandle.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.SkeletonResourceHandle.html index d9933256e..bbcc09564 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.SkeletonResourceHandle.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.SkeletonResourceHandle.html @@ -203,7 +203,7 @@
    Declaration
    -
    public Matrix44*InverseBoneMatrix
    +
    public Matrix4x4*InverseBoneMatrix
    Field Value
    @@ -215,7 +215,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.CategoryContainer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.CategoryContainer.html index b163b561e..2c4f28f4c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.CategoryContainer.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.CategoryContainer.html @@ -109,14 +109,14 @@ Improve this Doc - View Source + View Source

    CategoryMaps

    Declaration
    -
    public ulong *CategoryMaps
    +
    public byte *CategoryMaps
    Field Value
    Matrix44*Matrix4x4*
    @@ -128,7 +128,7 @@ - + @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    MainMap

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.html index 6e3baeead..544bf8d3e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.ResourceGraph.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    BgCommonContainer

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

    BgContainer

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

    CharaContainer

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

    CommonContainer

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

    ContainerArray

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

    CutContainer

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

    DebugContainer

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

    ExdContainer

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

    GameScriptContainer

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

    MusicContainer

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

    ShaderContainer

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

    SoundContainer

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

    SqpackTestContainer

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

    UiContainer

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

    UiScriptContainer

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

    VfxContainer

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.ActionBarSlot.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.ActionBarSlot.html index fd05d7131..73d241b0b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.ActionBarSlot.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.ActionBarSlot.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ActionId

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

    ChargeIcon

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

    ControlHintTextNode

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

    Icon

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

    IconFrame

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

    PopUpHelpTextPtr

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

    RecastOverlayContainer

    @@ -318,7 +318,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.ActiveActions.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.ActiveActions.html index b3bb664d2..d6363819e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.ActiveActions.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.ActiveActions.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ActionID

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

    AtkComponentDragDrop

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

    AtkTextNode

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

    Name

    @@ -231,7 +231,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.SpellbookBlock.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.SpellbookBlock.html index 45ab78358..ba7822e57 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.SpellbookBlock.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.SpellbookBlock.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ActionID

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

    AtkCollisionNode

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

    AtkComponentBase

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

    AtkComponentCheckBox

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

    AtkComponentIcon

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

    AtkResNode1

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

    AtkResNode2

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

    AtkTextNode

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

    Name

    @@ -376,7 +376,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.html index f8cf7733f..34bb5c738 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonAOZNotebook.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ActiveActions01

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

    ActiveActions02

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

    ActiveActions03

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

    ActiveActions04

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

    ActiveActions05

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

    ActiveActions06

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

    ActiveActions07

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

    ActiveActions08

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

    ActiveActions09

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

    ActiveActions10

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

    ActiveActions11

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

    ActiveActions12

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

    ActiveActions13

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

    ActiveActions14

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

    ActiveActions15

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

    ActiveActions16

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

    ActiveActions17

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

    ActiveActions18

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

    ActiveActions19

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

    ActiveActions20

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

    ActiveActions21

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

    ActiveActions22

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

    ActiveActions23

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

    ActiveActions24

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

    AtkUnitBase

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

    SpellbookBlock01

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

    SpellbookBlock02

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

    SpellbookBlock03

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

    SpellbookBlock04

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

    SpellbookBlock05

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

    SpellbookBlock06

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

    SpellbookBlock07

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

    SpellbookBlock08

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

    SpellbookBlock09

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

    SpellbookBlock10

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

    SpellbookBlock11

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

    SpellbookBlock12

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

    SpellbookBlock13

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

    SpellbookBlock14

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

    SpellbookBlock15

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

    SpellbookBlock16

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

    GetActiveActions(Int32)

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

    GetSpellbookBlock(Int32)

    @@ -1400,7 +1400,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonActionBarBase.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonActionBarBase.html index 4053ab05d..52f6c31b7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonActionBarBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonActionBarBase.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ActionBarSlots

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

    AtkUnitBase

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

    CurrentPulsingSlots

    Bitfield representing currently active pulses.

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

    IsSharedHotbar

    Whether the current hotbar is considered a "shared" hotbar or not.

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

    RaptureHotbarId

    The ID of the hotbar in RaptureHotbarModule that this ActionBar is currently referencing.

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

    SlotCount

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

    Slot

    @@ -311,7 +311,7 @@
    - + @@ -323,7 +323,7 @@ Improve this Doc - View Source + View Source

    PulseActionBarSlot(Int32)

    @@ -361,7 +361,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonChocoboBreedTraining.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonChocoboBreedTraining.html new file mode 100644 index 000000000..1fa2f0ae3 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonChocoboBreedTraining.html @@ -0,0 +1,236 @@ + + + + + + + + Struct AddonChocoboBreedTraining + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    System.UInt64*System.Byte*
    System.Span<ActionBarSlot>Span<ActionBarSlot>
    + + + + + + + + + + + + +
    TypeDescription
    AtkUnitBase
    + + | + Improve this Doc + + + View Source + +

    CancelButton

    +
    +
    +
    Declaration
    +
    +
    public AtkComponentButton*CancelButton
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    AtkComponentButton*
    + + | + Improve this Doc + + + View Source + +

    CommenceButton

    +
    +
    +
    Declaration
    +
    +
    public AtkComponentButton*CommenceButton
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    AtkComponentButton*
    + + + + + + + + + + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContentsFinder.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContentsFinder.html new file mode 100644 index 000000000..7c6b1f7d8 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContentsFinder.html @@ -0,0 +1,526 @@ + + + + + + + + Struct AddonContentsFinder + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html index 847bd6add..87d4b6f09 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Row1

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

    Row2

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

    Row3

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

    Item[Int32]

    @@ -251,7 +251,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html index 92eba7481..32e86f504 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Col1

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

    Col2

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

    Col3

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

    Item[Int32]

    @@ -251,7 +251,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html index b4198258d..2741dc77e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Row1

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

    Row2

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

    Row3

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

    Item[Int32]

    @@ -251,7 +251,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html index 6d3f8fb13..aea133f47 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Col1

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

    Col2

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

    Col3

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

    Item[Int32]

    @@ -251,7 +251,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html index c5fbc4187..0a424076b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Col1

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

    Col2

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

    Col3

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

    MajorDiagonal

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

    MinorDiagonal

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

    Row1

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

    Row2

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

    Row3

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

    Item[Int32]

    @@ -396,7 +396,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html index 0ece85c6f..add2bf882 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AtkUnitBase

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

    GameBoard

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

    GameNumbers

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

    LaneSelector

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

    UnkCompBase2A8

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

    UnkCompBase2B0

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

    UnkCompBase2B8

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

    UnkCompBase2C0

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

    UnkCompBase2C8

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

    UnkCompBase2D0

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

    UnkCompBase2D8

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

    UnkCompBase2E0

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

    UnkCompBase2E8

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

    UnkCompBase308

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

    UnkCompBase310

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

    UnkCompBase318

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

    UnkCompBase330

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

    UnkCompBase338

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

    UnkCompBase340

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

    UnkCompBase348

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

    UnkCompBase350

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

    UnkCompBase358

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

    UnkCompBase360

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

    UnkCompBase368

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

    UnkCompBase370

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

    UnkCompBase378

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

    UnkCompBase380

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

    UnkCompBase388

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

    UnkCompBase390

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

    UnkCompBase398

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

    UnkCompBase3A0

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

    UnkCompBase3A8

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

    UnkCompBase3B0

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

    UnkCompBase3B8

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

    UnkCompBase3C0

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

    UnkCompButton320

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

    UnkImageNode3C8

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

    UnkNumber3D0

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

    UnkNumber3D4

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

    UnkNumber3FC

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

    UnkNumber400

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

    UnkNumber404

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

    UnkResNode2F0

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

    UnkResNode2F8

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

    UnkResNode300

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

    UnkTextNode328

    @@ -1449,7 +1449,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcons.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcons.html index ea046dc06..063eaddf4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcons.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.StatusIcons.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    StatusIcon0

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

    StatusIcon1

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

    StatusIcon2

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

    StatusIcon3

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

    StatusIcon4

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

    StatusIcon5

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

    StatusIcon6

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

    StatusIcon7

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

    StatusIcon8

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

    StatusIcon9

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

    Item[Int32]

    @@ -454,7 +454,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.html index 513a54fcc..5d62dc71c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyListMemberStruct.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    CastingActionName

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

    CastingProgressBar

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

    CastingProgressBarBackground

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

    ClassJobIcon

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

    ClickFlash

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

    EmnityBarContainer

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

    EmnityBarFill

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

    EmnityByte

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

    GroupSlotIndicator

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

    HPGaugeBar

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

    HPGaugeComponent

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

    IconBottomLeftText

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

    MPGaugeBar

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

    Name

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

    NameAndBarsContainer

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

    PartyMemberComponent

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

    Size

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

    StatusIcon

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

    TargetGlow

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

    TargetGlowContainer

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

    UnknownA8

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

    UnknownImageB0

    @@ -753,7 +753,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyMembers.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyMembers.html index fdbef71e9..ec4838e0b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyMembers.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.PartyMembers.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    PartyMember0

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

    PartyMember1

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

    PartyMember2

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

    PartyMember3

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

    PartyMember4

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

    PartyMember5

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

    PartyMember6

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

    PartyMember7

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

    Item[Int32]

    @@ -396,7 +396,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html index 6bb3bb7df..58e49138a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.TrustMembers.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Trust0

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

    Trust1

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

    Trust2

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

    Trust3

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

    Trust4

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

    Trust5

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

    Trust6

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

    Item[Int32]

    @@ -367,7 +367,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html index 928969b38..8a39bf0cd 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonPartyList.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AtkUnitBase

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

    BackgroundNineGridNode

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

    Chocobo

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

    ChocoboCount

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

    ChocoboIconId

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

    Edited

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

    EnmityLeaderIndex

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

    HideWhenSolo

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

    HoveredIndex

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

    LeaderMarkResNode

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

    MemberCount

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

    MpBarSpecialResNode

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

    MpBarSpecialTextNode

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

    PartyClassJobIconId

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

    PartyMember

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

    PartyTypeTextNode

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

    Pet

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

    PetCount

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

    PetIconId

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

    TargetedIndex

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

    TrustClassJobIconId

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

    TrustCount

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

    TrustMember

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

    Unknown1410

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

    Unknown1414

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

    Unknown1418

    @@ -869,7 +869,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRaceChocoboResult.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRaceChocoboResult.html new file mode 100644 index 000000000..774f6fdd5 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRaceChocoboResult.html @@ -0,0 +1,207 @@ + + + + + + + + Struct AddonRaceChocoboResult + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerList.html new file mode 100644 index 000000000..f79805b67 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerList.html @@ -0,0 +1,178 @@ + + + + + + + + Struct AddonRetainerList + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskList.html new file mode 100644 index 000000000..99e9c6544 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskList.html @@ -0,0 +1,178 @@ + + + + + + + + Struct AddonRetainerTaskList + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageItemSelector.SalvageItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageItemSelector.SalvageItem.html index e394fb410..cf2e89c5a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageItemSelector.SalvageItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageItemSelector.SalvageItem.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    IconId

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

    Inventory

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

    JobIconID

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

    JobNamePtr

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

    NamePtr

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

    Quantity

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

    Slot

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

    Unknown28

    @@ -347,7 +347,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageItemSelector.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageItemSelector.html index 57149c3a2..94c72203a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageItemSelector.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageItemSelector.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AtkUnitBase

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

    ItemCount

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

    ItemData

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

    SelectedCategory

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

    Items

    @@ -247,7 +247,7 @@ - System.Span<AddonSalvageItemSelector.SalvageItem> + Span<AddonSalvageItemSelector.SalvageItem> @@ -263,7 +263,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectOk.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectOk.html new file mode 100644 index 000000000..25cd47edc --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectOk.html @@ -0,0 +1,236 @@ + + + + + + + + Struct AddonSelectOk + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html index 552bab4c4..6119f530a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AtkUnitBase

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

    DutySlotList

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

    NumStickersPlaced

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

    StickerSlotList

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

    StringThing

    @@ -260,7 +260,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html index 5072fd7f2..a69c85ffe 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Row1

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

    Row2

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

    Row3

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

    Row4

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

    Row5

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

    Row6

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

    Item[Int32]

    @@ -338,7 +338,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html index adb5b6f58..c95e39088 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Button

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

    RevealedIconResNode

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

    RevealedTileResNode

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

    self

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

    Unk28

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

    UnkRes20

    @@ -289,7 +289,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html index 1621dc8f3..9fa7e8469 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Col1

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

    Col2

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

    Col3

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

    Col4

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

    Col5

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

    Col6

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

    Item[Int32]

    @@ -338,7 +338,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html index b0cd3a5d1..fe30a1121 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    CompBase

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

    NameText

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

    Res

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

    RewardText

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

    Unk20

    @@ -260,7 +260,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html index 4eeb24f66..97d9ab9aa 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AtkComponentButton2C0

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    AtkResNode2C8

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    AtkResNode2E0

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    AtkResNodeA38

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    AtkTextNode2D0

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    AtkTextNode2D8

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    AtkTextNode2E8

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    AtkTextNode2F0

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    AtkUnitBase

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    CofferStr

    @@ -399,7 +399,7 @@ Improve this Doc - View Source + View Source

    CommanderStr

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    DualBladesStr

    @@ -457,7 +457,7 @@ Improve this Doc - View Source + View Source

    GameBoard

    @@ -486,7 +486,7 @@ Improve this Doc - View Source + View Source

    GiftBoxStr

    @@ -515,7 +515,7 @@ Improve this Doc - View Source + View Source

    RewardPanelCoffer

    @@ -544,7 +544,7 @@ Improve this Doc - View Source + View Source

    RewardPanelCommander

    @@ -573,7 +573,7 @@ Improve this Doc - View Source + View Source

    RewardPanelDualBlades

    @@ -602,7 +602,7 @@ Improve this Doc - View Source + View Source

    RewardPanelGiftBox

    @@ -637,7 +637,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ActionStatus.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ActionStatus.html new file mode 100644 index 000000000..a87ede8b9 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ActionStatus.html @@ -0,0 +1,154 @@ + + + + + + + + Enum ActionStatus + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentAozContentBriefing.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentAozContentBriefing.html index 8b3d2c073..7e1077d7f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentAozContentBriefing.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentAozContentBriefing.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AdvancedRequirement

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    AdvancedRequirements

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    AgentInterface

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    AozContentData

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    ModerateRequirement

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    ModerateRequirements

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    NoviceRequirement

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    NoviceRequirements

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    WeeklyAdvancedTitle

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    WeeklyAozContentId

    @@ -399,7 +399,7 @@ Improve this Doc - View Source + View Source

    WeeklyCompletion

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    WeeklyModerateTitle

    @@ -457,7 +457,7 @@ Improve this Doc - View Source + View Source

    WeeklyNoviceTitle

    @@ -492,7 +492,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html index 5a57c7e61..99a4bf8e5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentContext.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AgentInterface

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    ContextMenuArray

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    ContextMenuIndex

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    ContextMenuTarget

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    ContextMenuTitle

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    CurrentContextMenu

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    CurrentContextMenuTarget

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    MainContextMenu

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    OpenAtPosition

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    OwnerAddon

    @@ -399,7 +399,7 @@ Improve this Doc - View Source + View Source

    Position

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    SubContextMenu

    @@ -457,7 +457,7 @@ Improve this Doc - View Source + View Source

    TargetContentId

    @@ -486,7 +486,7 @@ Improve this Doc - View Source + View Source

    TargetGender

    @@ -515,7 +515,7 @@ Improve this Doc - View Source + View Source

    TargetHomeWorldId

    @@ -544,7 +544,7 @@ Improve this Doc - View Source + View Source

    TargetMountSeats

    @@ -573,7 +573,7 @@ Improve this Doc - View Source + View Source

    TargetName

    @@ -602,7 +602,7 @@ Improve this Doc - View Source + View Source

    TargetObjectId

    @@ -631,7 +631,7 @@ Improve this Doc - View Source + View Source

    UpdateChecker

    @@ -660,7 +660,7 @@ Improve this Doc - View Source + View Source

    UpdateCheckerParam

    @@ -689,7 +689,7 @@ Improve this Doc - View Source + View Source

    YesNoEventId

    @@ -718,7 +718,7 @@ Improve this Doc - View Source + View Source

    YesNoTargetContentId

    @@ -747,7 +747,7 @@ Improve this Doc - View Source + View Source

    YesNoTargetHomeWorldId

    @@ -776,7 +776,7 @@ Improve this Doc - View Source + View Source

    YesNoTargetName

    @@ -805,7 +805,7 @@ Improve this Doc - View Source + View Source

    YesNoTargetObjectId

    @@ -836,7 +836,7 @@ Improve this Doc - View Source + View Source

    AddContextMenuItem(Int32, Byte*, Boolean, Boolean, Boolean)

    @@ -888,7 +888,7 @@ Improve this Doc - View Source + View Source

    AddContextMenuItem(Int32, String, Boolean, Boolean, Boolean)

    @@ -940,7 +940,7 @@ Improve this Doc - View Source + View Source

    AddContextMenuItem2(Int32, UInt32, Boolean, Boolean, Boolean)

    @@ -992,7 +992,7 @@ Improve this Doc - View Source + View Source

    AddMenuItem(Byte*, Void*, Int64, Boolean, Boolean)

    @@ -1044,7 +1044,7 @@ Improve this Doc - View Source + View Source

    AddMenuItem(String, Void*, Int64, Boolean, Boolean)

    @@ -1096,7 +1096,7 @@ Improve this Doc - View Source + View Source

    AddMenuItem2(UInt32, Void*, Int64, Boolean, Boolean)

    @@ -1148,7 +1148,7 @@ Improve this Doc - View Source + View Source

    ClearMenu()

    @@ -1163,7 +1163,7 @@ Improve this Doc - View Source + View Source

    Instance()

    @@ -1193,7 +1193,7 @@ Improve this Doc - View Source + View Source

    OpenContextMenu(Boolean, Boolean)

    @@ -1230,7 +1230,7 @@ Improve this Doc - View Source + View Source

    OpenContextMenuForAddon(UInt32, Boolean)

    @@ -1267,7 +1267,7 @@ Improve this Doc - View Source + View Source

    OpenSubMenu()

    @@ -1297,7 +1297,7 @@ Improve this Doc - View Source + View Source

    OpenYesNo(Byte*, UInt32, UInt32, UInt32, Boolean)

    @@ -1349,7 +1349,7 @@ Improve this Doc - View Source + View Source

    OpenYesNo(String, UInt32, UInt32, UInt32, Boolean)

    @@ -1401,7 +1401,7 @@ Improve this Doc - View Source + View Source

    SetMenuTitle(Byte*)

    @@ -1433,7 +1433,7 @@ Improve this Doc - View Source + View Source

    SetMenuTitle(String)

    @@ -1465,7 +1465,7 @@ Improve this Doc - View Source + View Source

    SetPosition(Int32, Int32)

    @@ -1508,7 +1508,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentCraftActionSimulator.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentCraftActionSimulator.html new file mode 100644 index 000000000..dd0ddca83 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentCraftActionSimulator.html @@ -0,0 +1,268 @@ + + + + + + + + Struct AgentCraftActionSimulator + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonInspect.AgentDeepDungeonInspectData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonInspect.AgentDeepDungeonInspectData.html new file mode 100644 index 000000000..a84a4bb1f --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonInspect.AgentDeepDungeonInspectData.html @@ -0,0 +1,613 @@ + + + + + + + + Struct AgentDeepDungeonInspect.AgentDeepDungeonInspectData + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonInspect.Unk78.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonInspect.Unk78.html new file mode 100644 index 000000000..333a55c7d --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonInspect.Unk78.html @@ -0,0 +1,207 @@ + + + + + + + + Struct AgentDeepDungeonInspect.Unk78 + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonInspect.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonInspect.html new file mode 100644 index 000000000..ee6aa1880 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonInspect.html @@ -0,0 +1,239 @@ + + + + + + + + Struct AgentDeepDungeonInspect + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonMap.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonMap.html new file mode 100644 index 000000000..32ad33047 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonMap.html @@ -0,0 +1,239 @@ + + + + + + + + Struct AgentDeepDungeonMap + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonMapData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonMapData.html new file mode 100644 index 000000000..f967c23f0 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonMapData.html @@ -0,0 +1,385 @@ + + + + + + + + Struct AgentDeepDungeonMapData + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonStatus.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonStatus.html new file mode 100644 index 000000000..daebf9a51 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentDeepDungeonStatus.html @@ -0,0 +1,239 @@ + + + + + + + + Struct AgentDeepDungeonStatus + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyCrestEditor.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyCrestEditor.html new file mode 100644 index 000000000..0e16d3815 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyCrestEditor.html @@ -0,0 +1,268 @@ + + + + + + + + Struct AgentFreeCompanyCrestEditor + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.ActiveType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.ActiveType.html new file mode 100644 index 000000000..e9ab04304 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.ActiveType.html @@ -0,0 +1,154 @@ + + + + + + + + Enum AgentFreeCompanyProfile.FCProfile.ActiveType + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.FocusType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.FocusType.html new file mode 100644 index 000000000..9b135a709 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.FocusType.html @@ -0,0 +1,182 @@ + + + + + + + + Enum AgentFreeCompanyProfile.FCProfile.FocusType + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.RecruitmentType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.RecruitmentType.html new file mode 100644 index 000000000..ff16ac30a --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.RecruitmentType.html @@ -0,0 +1,154 @@ + + + + + + + + Enum AgentFreeCompanyProfile.FCProfile.RecruitmentType + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.SeekingType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.SeekingType.html new file mode 100644 index 000000000..d41f2d430 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.SeekingType.html @@ -0,0 +1,166 @@ + + + + + + + + Enum AgentFreeCompanyProfile.FCProfile.SeekingType + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.html new file mode 100644 index 000000000..3e474e5f5 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.FCProfile.html @@ -0,0 +1,265 @@ + + + + + + + + Struct AgentFreeCompanyProfile.FCProfile + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.html new file mode 100644 index 000000000..073d64af4 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentFreeCompanyProfile.html @@ -0,0 +1,935 @@ + + + + + + + + Struct AgentFreeCompanyProfile + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentGatheringNote.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentGatheringNote.html new file mode 100644 index 000000000..78e28fc04 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentGatheringNote.html @@ -0,0 +1,242 @@ + + + + + + + + Struct AgentGatheringNote + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html index 2fb367a68..7ab12c699 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentId.html @@ -123,6 +123,14 @@ AirShipExplorationDetail + + AirShipExplorationResult + + + + AirShipParts + + AkatsukiNote @@ -167,6 +175,14 @@ BannerList + + BannerMIP + + + + BannerParty + + BannerUpdateView @@ -187,6 +203,10 @@ Cabinet + + CameraSetting + + Catch @@ -499,6 +519,10 @@ FishRecord + + FittingShop + + FreeCompany @@ -911,6 +935,10 @@ MJIRecipeNoteBook + + MJISettings + + MobHunt @@ -979,6 +1007,10 @@ PadMouseMode + + PatchMark + + PerformanceGamepadGuide @@ -1107,6 +1139,10 @@ Retainer + + RetainerItemTransfer + + RetainerList @@ -1207,6 +1243,10 @@ SubmersibleExplorationDetail + + SubmersibleExplorationResult + + SupportEdit @@ -1239,6 +1279,14 @@ TelepotTown + + TofuList + + + + TourismMenu + + Trade @@ -1263,6 +1311,10 @@ Tryon + + TryonRetainer + + VoteGiveUp @@ -1328,7 +1380,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.FreeCompanyData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.FreeCompanyData.html new file mode 100644 index 000000000..cd721ea17 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.FreeCompanyData.html @@ -0,0 +1,381 @@ + + + + + + + + Struct AgentInspect.FreeCompanyData + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.ItemData.ColorRGB.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.ItemData.ColorRGB.html new file mode 100644 index 000000000..5986c9dbf --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.ItemData.ColorRGB.html @@ -0,0 +1,236 @@ + + + + + + + + Struct AgentInspect.ItemData.ColorRGB + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.ItemData.IconFlagsTopRight.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.ItemData.IconFlagsTopRight.html new file mode 100644 index 000000000..de2c1c07a --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.ItemData.IconFlagsTopRight.html @@ -0,0 +1,154 @@ + + + + + + + + Enum AgentInspect.ItemData.IconFlagsTopRight + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.ItemData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.ItemData.html new file mode 100644 index 000000000..77cb58f7d --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.ItemData.html @@ -0,0 +1,381 @@ + + + + + + + + Struct AgentInspect.ItemData + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.ItemDataFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.ItemDataFlags.html new file mode 100644 index 000000000..4becab33d --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.ItemDataFlags.html @@ -0,0 +1,150 @@ + + + + + + + + Enum AgentInspect.ItemDataFlags + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.html new file mode 100644 index 000000000..6855da5af --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInspect.html @@ -0,0 +1,822 @@ + + + + + + + + Struct AgentInspect + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html index 03e14a6a2..3f548708e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentInventoryContext.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AgentInterface

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    BlockedInventoryId

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    BlockedInventorySlotId

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    BlockingAddonId

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    ContexItemStartIndex

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    ContextItemCount

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    ContextItemDisabledMask

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    ContextItemSubmenuMask

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    DiscardDummyItem

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    DummyInventoryId

    @@ -399,7 +399,7 @@ Improve this Doc - View Source + View Source

    EventIdArray

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    EventParams

    @@ -457,7 +457,7 @@ Improve this Doc - View Source + View Source

    OwnerAddonId

    @@ -486,7 +486,7 @@ Improve this Doc - View Source + View Source

    PositionX

    @@ -515,7 +515,7 @@ Improve this Doc - View Source + View Source

    PositionY

    @@ -544,7 +544,7 @@ Improve this Doc - View Source + View Source

    TargetDummyItem

    @@ -573,7 +573,7 @@ Improve this Doc - View Source + View Source

    TargetInventoryId

    @@ -602,7 +602,7 @@ Improve this Doc - View Source + View Source

    TargetInventorySlot

    @@ -631,7 +631,7 @@ Improve this Doc - View Source + View Source

    TargetInventorySlotId

    @@ -662,7 +662,7 @@ Improve this Doc - View Source + View Source

    EventIdSpan

    @@ -682,7 +682,7 @@ - System.Span<System.Byte> + Span<System.Byte> @@ -692,7 +692,7 @@ Improve this Doc - View Source + View Source

    EventParamsSpan

    @@ -712,7 +712,7 @@ - System.Span<AtkValue> + Span<AtkValue> @@ -724,7 +724,7 @@ Improve this Doc - View Source + View Source

    Instance()

    @@ -754,7 +754,7 @@ Improve this Doc - View Source + View Source

    IsContextItemDisabled(Int32)

    @@ -801,7 +801,7 @@ Improve this Doc - View Source + View Source

    OpenForItemSlot(InventoryType, Int32, UInt32)

    @@ -843,7 +843,7 @@ Improve this Doc - View Source + View Source

    OpenForItemSlot(UInt32, Int32, Int32, UInt32)

    @@ -890,7 +890,7 @@ Improve this Doc - View Source + View Source

    UseItem(UInt32, UInt32, UInt32, Int16)

    @@ -958,7 +958,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html index e21318d90..003feb12c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMap.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AgentInterface

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    CurrentMapBgPath

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    CurrentMapDiscoveryFlag

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    CurrentMapId

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    CurrentMapMarkerRange

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    CurrentMapPath

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    CurrentMapSizeFactor

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    CurrentMapSizeFactorFloat

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    CurrentOffsetX

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    CurrentOffsetY

    @@ -399,7 +399,7 @@ Improve this Doc - View Source + View Source

    CurrentTerritoryId

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    FlagMapMarker

    @@ -457,7 +457,7 @@ Improve this Doc - View Source + View Source

    IsControlKeyPressed

    @@ -486,7 +486,7 @@ Improve this Doc - View Source + View Source

    IsFlagMarkerSet

    @@ -515,7 +515,7 @@ Improve this Doc - View Source + View Source

    IsPlayerMoving

    @@ -544,7 +544,7 @@ Improve this Doc - View Source + View Source

    MapMarkerCount

    @@ -573,7 +573,7 @@ Improve this Doc - View Source + View Source

    MapMarkerInfoArray

    @@ -597,12 +597,70 @@ + + | + Improve this Doc + + + View Source + +

    MapSelectionStrings

    +
    +
    +
    Declaration
    +
    +
    public byte *MapSelectionStrings
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte*
    + + | + Improve this Doc + + + View Source + +

    MapTitleString

    +
    +
    +
    Declaration
    +
    +
    public Utf8String MapTitleString
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Utf8String
    | Improve this Doc - View Source + View Source

    MiniMapMarkerArray

    @@ -631,7 +689,7 @@ Improve this Doc - View Source + View Source

    MiniMapMarkerCount

    @@ -660,7 +718,7 @@ Improve this Doc - View Source + View Source

    SelectedMapBgPath

    @@ -689,7 +747,7 @@ Improve this Doc - View Source + View Source

    SelectedMapDiscoveryFlag

    @@ -718,7 +776,7 @@ Improve this Doc - View Source + View Source

    SelectedMapId

    @@ -747,7 +805,7 @@ Improve this Doc - View Source + View Source

    SelectedMapMarkerRange

    @@ -776,7 +834,7 @@ Improve this Doc - View Source + View Source

    SelectedMapPath

    @@ -805,7 +863,7 @@ Improve this Doc - View Source + View Source

    SelectedMapSizeFactor

    @@ -834,7 +892,7 @@ Improve this Doc - View Source + View Source

    SelectedMapSizeFactorFloat

    @@ -863,7 +921,7 @@ Improve this Doc - View Source + View Source

    SelectedMapSub

    @@ -892,7 +950,7 @@ Improve this Doc - View Source + View Source

    SelectedOffsetX

    @@ -921,7 +979,7 @@ Improve this Doc - View Source + View Source

    SelectedOffsetY

    @@ -950,7 +1008,7 @@ Improve this Doc - View Source + View Source

    SelectedTerritoryId

    @@ -974,12 +1032,41 @@ + + | + Improve this Doc + + + View Source + +

    SymbolMap

    +
    +
    +
    Declaration
    +
    +
    public StdMap<uint, uint> SymbolMap
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    StdMap<System.UInt32, System.UInt32>
    | Improve this Doc - View Source + View Source

    TempMapMarkerArray

    @@ -1008,7 +1095,7 @@ Improve this Doc - View Source + View Source

    TempMapMarkerCount

    @@ -1037,7 +1124,7 @@ Improve this Doc - View Source + View Source

    UnkArray2

    @@ -1066,7 +1153,7 @@ Improve this Doc - View Source + View Source

    UpdateFlags

    @@ -1095,7 +1182,7 @@ Improve this Doc - View Source + View Source

    WarpMarkerArray

    @@ -1126,7 +1213,7 @@ Improve this Doc - View Source + View Source

    AddGatheringTempMarker(Int32, Int32, Int32, UInt32, UInt32, String)

    @@ -1183,7 +1270,7 @@ Improve this Doc - View Source + View Source

    AddGatheringTempMarker(UInt32, Int32, Int32, UInt32, Int32, Utf8String*)

    @@ -1235,12 +1322,141 @@ + + | + Improve this Doc + + + View Source + + +

    AddMapMarker(Vector3, UInt32, Int32, Byte*, Byte, Byte)

    +
    +
    +
    Declaration
    +
    +
    public bool AddMapMarker(Vector3 position, uint icon, int scale = 0, byte *text = default(byte *), byte textPosition = 3, byte textStyle = 0)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Numerics.Vector3position
    System.UInt32icon
    System.Int32scale
    System.Byte*text
    System.BytetextPosition
    System.BytetextStyle
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    AddMiniMapMarker(Vector3, UInt32, Int32)

    +
    +
    +
    Declaration
    +
    +
    public bool AddMiniMapMarker(Vector3 position, uint icon, int scale = 0)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Numerics.Vector3position
    System.UInt32icon
    System.Int32scale
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    | Improve this Doc - View Source + View Source

    Instance()

    @@ -1270,7 +1486,7 @@ Improve this Doc - View Source + View Source

    OpenMap(OpenMapInfo*)

    @@ -1302,7 +1518,7 @@ Improve this Doc - View Source + View Source

    OpenMap(UInt32, UInt32, String, MapType)

    @@ -1349,7 +1565,7 @@ Improve this Doc - View Source + View Source

    OpenMapByMapId(UInt32)

    @@ -1376,12 +1592,42 @@ + + | + Improve this Doc + + + View Source + + +

    ResetMapMarkers()

    +
    +
    +
    Declaration
    +
    +
    public void ResetMapMarkers()
    +
    + + | + Improve this Doc + + + View Source + + +

    ResetMiniMapMarkers()

    +
    +
    +
    Declaration
    +
    +
    public void ResetMiniMapMarkers()
    +
    | Improve this Doc - View Source + View Source

    SetFlagMapMarker(UInt32, UInt32, Vector3, UInt32)

    @@ -1428,7 +1674,7 @@ Improve this Doc - View Source + View Source

    SetFlagMapMarker(UInt32, UInt32, Single, Single, UInt32)

    @@ -1486,7 +1732,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMiragePrismPrismBox.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMiragePrismPrismBox.html new file mode 100644 index 000000000..82d489a56 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentMiragePrismPrismBox.html @@ -0,0 +1,326 @@ + + + + + + + + Struct AgentMiragePrismPrismBox + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html index b84100863..cbb35a7aa 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html @@ -104,41 +104,12 @@

    Fields

    - - | - Improve this Doc - - - View Source - -

    AgentArray

    -
    -
    -
    Declaration
    -
    -
    public AgentInterface*AgentArray
    -
    -
    Field Value
    - - - - - - - - - - - - - -
    TypeDescription
    AgentInterface*
    | Improve this Doc - View Source + View Source

    AgentModulePtr

    @@ -162,12 +133,41 @@ + + | + Improve this Doc + + + View Source + +

    Agents

    +
    +
    +
    Declaration
    +
    +
    public byte *Agents
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte*
    | Improve this Doc - View Source + View Source

    FrameCounter

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    FrameDelta

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    Initialized

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    UIModule

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    UIModulePtr

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    Unk_11

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -372,7 +372,7 @@ Improve this Doc - View Source + View Source

    GetAgentAozContentBriefing()

    @@ -402,7 +402,7 @@ Improve this Doc - View Source + View Source

    GetAgentAozContentResult()

    @@ -432,7 +432,7 @@ Improve this Doc - View Source + View Source

    GetAgentByInternalId(AgentId)

    @@ -479,7 +479,7 @@ Improve this Doc - View Source + View Source

    GetAgentByInternalID(UInt32)

    @@ -521,12 +521,102 @@ + + | + Improve this Doc + + + View Source + + +

    GetAgentCraftActionSimulator()

    +
    +
    +
    Declaration
    +
    +
    public AgentCraftActionSimulator*GetAgentCraftActionSimulator()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AgentCraftActionSimulator*
    + + | + Improve this Doc + + + View Source + + +

    GetAgentDeepDungeonMap()

    +
    +
    +
    Declaration
    +
    +
    public AgentDeepDungeonMap*GetAgentDeepDungeonMap()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AgentDeepDungeonMap*
    + + | + Improve this Doc + + + View Source + + +

    GetAgentDeepDungeonStatus()

    +
    +
    +
    Declaration
    +
    +
    public AgentDeepDungeonStatus*GetAgentDeepDungeonStatus()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AgentDeepDungeonStatus*
    | Improve this Doc - View Source + View Source

    GetAgentHUD()

    @@ -556,7 +646,7 @@ Improve this Doc - View Source + View Source

    GetAgentHudLayout()

    @@ -586,7 +676,7 @@ Improve this Doc - View Source + View Source

    GetAgentItemSearch()

    @@ -616,7 +706,7 @@ Improve this Doc - View Source + View Source

    GetAgentLobby()

    @@ -646,7 +736,7 @@ Improve this Doc - View Source + View Source

    GetAgentMap()

    @@ -671,12 +761,42 @@ + + | + Improve this Doc + + + View Source + + +

    GetAgentMiragePrismPrismBox()

    +
    +
    +
    Declaration
    +
    +
    public AgentMiragePrismPrismBox*GetAgentMiragePrismPrismBox()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AgentMiragePrismPrismBox*
    | Improve this Doc - View Source + View Source

    GetAgentMJIPouch()

    @@ -706,7 +826,7 @@ Improve this Doc - View Source + View Source

    GetAgentMonsterNote()

    @@ -736,7 +856,7 @@ Improve this Doc - View Source + View Source

    GetAgentRetainerList()

    @@ -766,7 +886,7 @@ Improve this Doc - View Source + View Source

    GetAgentRevive()

    @@ -796,7 +916,7 @@ Improve this Doc - View Source + View Source

    GetAgentSalvage()

    @@ -826,7 +946,7 @@ Improve this Doc - View Source + View Source

    GetAgentScreenLog()

    @@ -856,7 +976,7 @@ Improve this Doc - View Source + View Source

    GetAgentTeleport()

    @@ -881,6 +1001,36 @@ + + | + Improve this Doc + + + View Source + + +

    Instance()

    +
    +
    +
    Declaration
    +
    +
    public static AgentModule*Instance()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    AgentModule*
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentReadyCheck.ReadyCheckEntry.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentReadyCheck.ReadyCheckEntry.html index 770143b88..e9954b607 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentReadyCheck.ReadyCheckEntry.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentReadyCheck.ReadyCheckEntry.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ContentID

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Status

    @@ -173,7 +173,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentReadyCheck.ReadyCheckStatus.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentReadyCheck.ReadyCheckStatus.html index 08652c0da..7935e263f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentReadyCheck.ReadyCheckStatus.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentReadyCheck.ReadyCheckStatus.html @@ -128,7 +128,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentReadyCheck.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentReadyCheck.html index 48a57a742..c60d818cb 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentReadyCheck.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentReadyCheck.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AgentInterface

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    ReadyCheckEntries

    @@ -169,7 +169,7 @@ Improve this Doc - View Source + View Source

    ReadyCheckEntrySpan

    @@ -189,7 +189,7 @@ - System.Span<AgentReadyCheck.ReadyCheckEntry> + Span<AgentReadyCheck.ReadyCheckEntry> @@ -205,7 +205,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentSalvage.SalvageItemCategory.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentSalvage.SalvageItemCategory.html index d878a2ca8..fa627c541 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentSalvage.SalvageItemCategory.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentSalvage.SalvageItemCategory.html @@ -140,7 +140,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentSalvage.SalvageListItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentSalvage.SalvageListItem.html new file mode 100644 index 000000000..3cdd295e5 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentSalvage.SalvageListItem.html @@ -0,0 +1,352 @@ + + + + + + + + Struct AgentSalvage.SalvageListItem + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentSalvage.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentSalvage.html index 0b94e6e61..5693431ce 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentSalvage.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentSalvage.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AgentInterface

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    DesynthItem

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    DesynthItemId

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    DesynthItemSlot

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    DesynthResult

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    ItemCount

    @@ -283,14 +283,14 @@ Improve this Doc - View Source + View Source

    ItemList

    Declaration
    -
    public void *ItemList
    +
    public AgentSalvage.SalvageListItem*ItemList
    Field Value
    @@ -302,7 +302,7 @@ - + @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    SelectedCategory

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    TextAlchemist

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    TextArmourer

    @@ -399,7 +399,7 @@ Improve this Doc - View Source + View Source

    TextBlacksmith

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    TextCarpenter

    @@ -457,7 +457,7 @@ Improve this Doc - View Source + View Source

    TextCulinarian

    @@ -486,7 +486,7 @@ Improve this Doc - View Source + View Source

    TextGoldsmith

    @@ -515,7 +515,7 @@ Improve this Doc - View Source + View Source

    TextLeatherworker

    @@ -544,7 +544,7 @@ Improve this Doc - View Source + View Source

    TextWeaver

    @@ -575,7 +575,7 @@ Improve this Doc - View Source + View Source

    DesynthResultSpan

    @@ -595,7 +595,7 @@ - + @@ -607,7 +607,7 @@ Improve this Doc - View Source + View Source

    Instance()

    @@ -637,7 +637,7 @@ Improve this Doc - View Source + View Source

    ItemListAdd(Boolean, InventoryType, Int32, UInt32, Void*, UInt32)

    @@ -709,7 +709,7 @@ Improve this Doc - View Source + View Source

    ItemListRefresh()

    @@ -745,7 +745,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozArrangementData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozArrangementData.html index 010f17090..2a66dc0d7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozArrangementData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozArrangementData.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Count

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Enemies

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    Positions

    @@ -202,7 +202,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozContentData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozContentData.html index c4b6b8bab..3b5fffff5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozContentData.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozContentData.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Act1Arrangement

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Act2Arrangement

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    Act3Arrangement

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    AdvancedRewards

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    AdvancedString

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    Arrangements

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    CurrentActIndex

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    CurrentContentIndex

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    CurrentEnemyIndex

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    MaxContentEntries

    @@ -399,7 +399,7 @@ Improve this Doc - View Source + View Source

    ModerateRewards

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    ModerateString

    @@ -457,7 +457,7 @@ Improve this Doc - View Source + View Source

    NoviceRewards

    @@ -486,7 +486,7 @@ Improve this Doc - View Source + View Source

    NoviceString

    @@ -515,7 +515,7 @@ Improve this Doc - View Source + View Source

    SelectedContentIndex

    @@ -544,7 +544,7 @@ Improve this Doc - View Source + View Source

    WeeklyRewards

    @@ -579,7 +579,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozWeeklyFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozWeeklyFlags.html index 21b50aa7a..6149faa4a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozWeeklyFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozWeeklyFlags.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum AozWeeklyFlags : byte
    +
    public enum AozWeeklyFlags : byte

    Fields

    @@ -129,7 +128,7 @@ public enum AozWeeklyFlags : byteImprove this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozWeeklyReward.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozWeeklyReward.html index f7c82a6b9..18b21f9e4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozWeeklyReward.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AozWeeklyReward.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Gil

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Seals

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    Tomes

    @@ -202,7 +202,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ContextMenu.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ContextMenu.html index 9459c0194..4bed56bc8 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ContextMenu.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ContextMenu.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ContextItemDisabledMask

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    ContextSubMenuMask

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    ContextTitleString

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    CurrentEventId

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    CurrentEventIndex

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    EventHandlerArray

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    EventHandlerParamArray

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    EventIdArray

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    EventParams

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    SelectedContextItemIndex

    @@ -401,7 +401,7 @@ Improve this Doc - View Source + View Source

    EventParamSpan

    @@ -421,7 +421,7 @@ - + @@ -437,7 +437,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ContextMenuTarget.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ContextMenuTarget.html index eaad86230..c74b7b330 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ContextMenuTarget.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ContextMenuTarget.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AddonListIndex

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    ClassJobId

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    ClientLanguage

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    ContentId

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    CurrentWorldId

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    FcName

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    Gender

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    GrandCompany

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    HomeWorldId

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    LanguageBitmask

    @@ -399,7 +399,7 @@ Improve this Doc - View Source + View Source

    Name

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    TerritoryTypeId

    @@ -457,7 +457,7 @@ Improve this Doc - View Source + View Source

    Unk_Info_Ptr

    @@ -492,7 +492,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.CrestData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.CrestData.html new file mode 100644 index 000000000..f90e9624b --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.CrestData.html @@ -0,0 +1,388 @@ + + + + + + + + Struct CrestData + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    System.Void*AgentSalvage.SalvageListItem*
    System.Span<SalvageResult>Span<SalvageResult>
    System.Span<AtkValue>Span<AtkValue>
    + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + +

    Data

    +
    +
    +
    Declaration
    +
    +
    public ulong Data
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt64
    + + | + Improve this Doc + + + View Source + +

    OrdinaryTinctures

    +
    +
    +
    Declaration
    +
    +
    public byte OrdinaryTinctures
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    +

    Properties +

    + + | + Improve this Doc + + + View Source + + +

    ChargeColor

    +
    +
    +
    Declaration
    +
    +
    public byte ChargeColor { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + + +

    Escutcheon

    +
    +
    +
    Declaration
    +
    +
    public byte Escutcheon { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + + +

    Ordinary

    +
    +
    +
    Declaration
    +
    +
    public byte Ordinary { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + + +

    OrdinaryTincture1

    +
    +
    +
    Declaration
    +
    +
    public byte OrdinaryTincture1 { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + + +

    OrdinaryTincture2

    +
    +
    +
    Declaration
    +
    +
    public byte OrdinaryTincture2 { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + + + + + + + + + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.DeepDungeonStatusData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.DeepDungeonStatusData.html new file mode 100644 index 000000000..159bf3d8c --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.DeepDungeonStatusData.html @@ -0,0 +1,294 @@ + + + + + + + + Struct DeepDungeonStatusData + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.DeepDungeonStatusItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.DeepDungeonStatusItem.html new file mode 100644 index 000000000..056432812 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.DeepDungeonStatusItem.html @@ -0,0 +1,236 @@ + + + + + + + + Struct DeepDungeonStatusItem + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.EfficiencyCalculation.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.EfficiencyCalculation.html new file mode 100644 index 000000000..a0bb10b3f --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.EfficiencyCalculation.html @@ -0,0 +1,323 @@ + + + + + + + + Struct EfficiencyCalculation + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html index aa0666bf9..7cdba0bae 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.FlagMapMarker.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    MapId

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    MapMarker

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    TerritoryId

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    XFloat

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    YFloat

    @@ -260,7 +260,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html index da9d6770e..8c0197549 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerBase.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    IconFlags

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    IconId

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    Index

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    Scale

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    SecondaryIconId

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    Subtext

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    SubtextOrientation

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    SubtextStyle

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    X

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    Y

    @@ -405,7 +405,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.html index b5665439f..3ee50954f 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapMarkerInfo.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    DataKey

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    DataType

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    MapMarker

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    MapMarkerSubKey

    @@ -231,7 +231,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html index c17b04c50..4d3a0de59 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MapType.html @@ -148,7 +148,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.html index 40146ba57..376ad97d3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiniMapMarker.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    DataKey

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    DataType

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    MapMarker

    @@ -202,7 +202,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiragePrismPrismBoxData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiragePrismPrismBoxData.html new file mode 100644 index 000000000..efa18867a --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.MiragePrismPrismBoxData.html @@ -0,0 +1,671 @@ + + + + + + + + Struct MiragePrismPrismBoxData + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.html index 7df0f9a36..106160caf 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.OpenMapInfo.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    MapId

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    TerritoryId

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    TitleString

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    Type

    @@ -231,7 +231,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.PrismBoxCrystallizeItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.PrismBoxCrystallizeItem.html new file mode 100644 index 000000000..5b27c0084 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.PrismBoxCrystallizeItem.html @@ -0,0 +1,236 @@ + + + + + + + + Struct PrismBoxCrystallizeItem + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.PrismBoxItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.PrismBoxItem.html new file mode 100644 index 000000000..a00693d2e --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.PrismBoxItem.html @@ -0,0 +1,265 @@ + + + + + + + + Struct PrismBoxItem + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ProgressEfficiencyCalculation.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ProgressEfficiencyCalculation.html new file mode 100644 index 000000000..d1866aa1d --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ProgressEfficiencyCalculation.html @@ -0,0 +1,265 @@ + + + + + + + + Struct ProgressEfficiencyCalculation + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ProgressEfficiencyCalculations.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ProgressEfficiencyCalculations.html new file mode 100644 index 000000000..c141fab4d --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.ProgressEfficiencyCalculations.html @@ -0,0 +1,410 @@ + + + + + + + + Struct ProgressEfficiencyCalculations + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.QualityEfficiencyCalculation.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.QualityEfficiencyCalculation.html new file mode 100644 index 000000000..808cead35 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.QualityEfficiencyCalculation.html @@ -0,0 +1,265 @@ + + + + + + + + Struct QualityEfficiencyCalculation + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.QualityEfficiencyCalculations.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.QualityEfficiencyCalculations.html new file mode 100644 index 000000000..40ba2fd69 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.QualityEfficiencyCalculations.html @@ -0,0 +1,526 @@ + + + + + + + + Struct QualityEfficiencyCalculations + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.SalvageResult.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.SalvageResult.html index ee92537e1..3c8b5cffe 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.SalvageResult.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.SalvageResult.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ItemId

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Quantity

    @@ -173,7 +173,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.html index ab68e1988..94ea7a97a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.TempMapMarker.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    MapMarker

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    StyleFlags

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    TooltipText

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    Type

    @@ -231,7 +231,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html index c61cff8c0..cefd415f7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html @@ -91,8 +91,38 @@

    AgentContext

    +

    AgentCraftActionSimulator

    +
    +

    AgentDeepDungeonInspect

    +
    +

    AgentDeepDungeonInspect.AgentDeepDungeonInspectData

    +
    +

    AgentDeepDungeonInspect.Unk78

    +
    +

    AgentDeepDungeonMap

    +
    +

    AgentDeepDungeonMapData

    +
    +

    AgentDeepDungeonStatus

    +
    +

    AgentFreeCompanyCrestEditor

    +
    +

    AgentFreeCompanyProfile

    +
    +

    AgentFreeCompanyProfile.FCProfile

    +
    +

    AgentGatheringNote

    +

    AgentHUD

    +

    AgentInspect

    +
    +

    AgentInspect.FreeCompanyData

    +
    +

    AgentInspect.ItemData

    +
    +

    AgentInspect.ItemData.ColorRGB

    +

    AgentInventoryContext

    AgentItemSearch

    @@ -101,6 +131,8 @@

    AgentMap

    +

    AgentMiragePrismPrismBox

    +

    AgentMJIPouch

    AgentMJIPouch.PouchIndexInfo

    @@ -129,6 +161,8 @@

    AgentSalvage

    +

    AgentSalvage.SalvageListItem

    +

    AgentScreenLog

    AgentTeleport

    @@ -149,6 +183,14 @@

    ContextMenuTarget

    +

    CrestData

    +
    +

    DeepDungeonStatusData

    +
    +

    DeepDungeonStatusItem

    +
    +

    EfficiencyCalculation

    +

    FlagMapMarker

    HudPartyMember

    @@ -161,18 +203,46 @@

    MiniMapMarker

    +

    MiragePrismPrismBoxData

    +

    OpenMapInfo

    PouchInventoryItem

    +

    PrismBoxCrystallizeItem

    +
    +

    PrismBoxItem

    +
    +

    ProgressEfficiencyCalculation

    +
    +

    ProgressEfficiencyCalculations

    +
    +

    QualityEfficiencyCalculation

    +
    +

    QualityEfficiencyCalculations

    +

    SalvageResult

    TempMapMarker

    Enums

    +

    ActionStatus

    +
    +

    AgentFreeCompanyProfile.FCProfile.ActiveType

    +
    +

    AgentFreeCompanyProfile.FCProfile.FocusType

    +
    +

    AgentFreeCompanyProfile.FCProfile.RecruitmentType

    +
    +

    AgentFreeCompanyProfile.FCProfile.SeekingType

    +

    AgentId

    +

    AgentInspect.ItemData.IconFlagsTopRight

    +
    +

    AgentInspect.ItemDataFlags

    +

    AgentReadyCheck.ReadyCheckStatus

    AgentSalvage.SalvageItemCategory

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.DutySlot.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.DutySlot.html index 8967186f3..1fef4b8cc 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.DutySlot.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.DutySlot.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    addon

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    DutyButton

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    DutyImage

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    DutyResNode

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    index

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    ResNode1

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    ResNode2

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    TextNode

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -376,7 +376,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.DutySlotList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.DutySlotList.html index 2a79f52fb..dd50d88ed 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.DutySlotList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.DutySlotList.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    addon

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    CancelButton

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    DutyContainer

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    DutySlot1

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    DutySlot10

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    DutySlot11

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    DutySlot12

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    DutySlot13

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    DutySlot14

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    DutySlot15

    @@ -399,7 +399,7 @@ Improve this Doc - View Source + View Source

    DutySlot16

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    DutySlot2

    @@ -457,7 +457,7 @@ Improve this Doc - View Source + View Source

    DutySlot3

    @@ -486,7 +486,7 @@ Improve this Doc - View Source + View Source

    DutySlot4

    @@ -515,7 +515,7 @@ Improve this Doc - View Source + View Source

    DutySlot5

    @@ -544,7 +544,7 @@ Improve this Doc - View Source + View Source

    DutySlot6

    @@ -573,7 +573,7 @@ Improve this Doc - View Source + View Source

    DutySlot7

    @@ -602,7 +602,7 @@ Improve this Doc - View Source + View Source

    DutySlot8

    @@ -631,7 +631,7 @@ Improve this Doc - View Source + View Source

    DutySlot9

    @@ -660,7 +660,7 @@ Improve this Doc - View Source + View Source

    NumSecondChances

    @@ -689,7 +689,7 @@ Improve this Doc - View Source + View Source

    SecondChanceButton

    @@ -718,7 +718,7 @@ Improve this Doc - View Source + View Source

    SecondChancesRemaining

    @@ -747,7 +747,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -778,7 +778,7 @@ Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -831,7 +831,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.html index 7c68b813f..07d4f37ee 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmGroup.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    GroupMemberCount

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    GroupMembers

    @@ -169,7 +169,7 @@ Improve this Doc - View Source + View Source

    GroupMemberSpan

    @@ -189,7 +189,7 @@ - System.ReadOnlySpan<CrossRealmMember> + ReadOnlySpan<CrossRealmMember> @@ -205,7 +205,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html index 6b68548fc..c8ace7118 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.CrossRealmMember.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ClassJobId

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    ContentId

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    CurrentWorld

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    GroupIndex

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    HomeWorld

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    IsPartyLeader

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    Level

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    MemberIndex

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    Name

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    ObjectId

    @@ -405,7 +405,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoModule.html new file mode 100644 index 000000000..01c3b39d7 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoModule.html @@ -0,0 +1,323 @@ + + + + + + + + Struct InfoModule + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html index 9e0a050c8..ab8354fa1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCrossRealm.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    CrossRealmGroupArray

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    GroupCount

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    IsCrossRealm

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    IsInAllianceRaid

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    IsInCrossRealmParty

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    IsPartyLeader

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    LocalPlayerGroupIndex

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    UiModule

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    Vtbl

    @@ -372,7 +372,7 @@ Improve this Doc - View Source + View Source

    CrossRealmGroupSpan

    @@ -392,7 +392,7 @@ - System.ReadOnlySpan<CrossRealmGroup> + ReadOnlySpan<CrossRealmGroup> @@ -404,7 +404,7 @@ Improve this Doc - View Source + View Source

    GetGroupIndex(Byte)

    @@ -451,7 +451,7 @@ Improve this Doc - View Source + View Source

    GetGroupMember(UInt32, Int32)

    @@ -503,7 +503,7 @@ Improve this Doc - View Source + View Source

    GetGroupMemberCount(Int32)

    @@ -550,7 +550,7 @@ Improve this Doc - View Source + View Source

    GetMemberByContentId(UInt64)

    @@ -597,7 +597,7 @@ Improve this Doc - View Source + View Source

    GetMemberByObjectId(UInt32)

    @@ -644,7 +644,7 @@ Improve this Doc - View Source + View Source

    GetPartyMemberCount()

    @@ -674,7 +674,7 @@ Improve this Doc - View Source + View Source

    Instance()

    @@ -704,7 +704,7 @@ Improve this Doc - View Source + View Source

    IsAllianceRaid()

    @@ -734,7 +734,7 @@ Improve this Doc - View Source + View Source

    IsContentIdInParty(UInt64)

    @@ -781,7 +781,7 @@ Improve this Doc - View Source + View Source

    IsCrossRealmParty()

    @@ -817,7 +817,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.html index dcc2fd956..262985f64 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Info.html @@ -81,6 +81,8 @@

    CrossRealmMember

    +

    InfoModule

    +

    InfoProxyCrossRealm

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html index 4399e32a1..a94183058 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.ConfigOption.html @@ -195,6 +195,18 @@ BahamutSize + + BannerContentsDispType + + + + BannerContentsNotice + + + + BannerContentsOrderType + + BattleEffect @@ -1883,6 +1895,10 @@ LastLogin1 + + LegacyCameraCorrectionFix + + LegacyCameraType @@ -2191,6 +2207,10 @@ MapResolution_DX11 + + MipDispType + + MouseAutoFocus @@ -2847,6 +2867,10 @@ PartyListStatus + + PartyListStatusTimer + + PetMirageTypeCarbuncleSupport @@ -2987,6 +3011,18 @@ ResoMouseDrag + + RightClickExclusionBNPC + + + + RightClickExclusionMinion + + + + RightClickExclusionPC + + ScenarioTreeCompleteDisp diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBar.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBar.html index 91f864941..746e34ce2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBar.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBar.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Size

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Slot

    @@ -173,7 +173,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.html index 69101bb5f..5654109af 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlot.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    CommandId

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    CommandType

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    CostText

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    Icon

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    IconA

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    IconB

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    IconTypeA

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    IconTypeB

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    IsLoaded

    A "boolean" representing if this specific hotbar slot has been fully loaded. False for empty slots and slots @@ -376,7 +376,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    KeybindHint

    @@ -405,7 +405,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    PopUpHelp

    @@ -434,7 +434,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    PopUpKeybindHint

    @@ -463,7 +463,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    Size

    @@ -492,7 +492,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    UNK_0xC4

    @@ -521,7 +521,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    UNK_0xCA

    @@ -550,7 +550,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    UNK_0xCB

    @@ -579,7 +579,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    UNK_0xD0

    @@ -608,7 +608,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    UNK_0xD4

    @@ -637,7 +637,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    UNK_0xD8

    @@ -666,7 +666,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    UNK_0xDC

    @@ -695,7 +695,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    UNK_0xDD

    @@ -724,7 +724,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    UNK_0xDE

    @@ -755,7 +755,7 @@ reset if the slot is hidden (and subsequently outdated).

    Improve this Doc - View Source + View Source

    IsEmpty

    @@ -792,7 +792,7 @@ probably should be a bool instead.

    Improve this Doc - View Source + View Source

    GetDisplayNameForSlot(HotbarSlotType, UInt32)

    @@ -844,7 +844,7 @@ probably should be a bool instead.

    Improve this Doc - View Source + View Source

    GetIconIdForSlot(HotbarSlotType, UInt32)

    @@ -896,7 +896,7 @@ probably should be a bool instead.

    Improve this Doc - View Source + View Source

    LoadIconFromSlotB()

    @@ -926,7 +926,7 @@ probably should be a bool instead.

    Improve this Doc - View Source + View Source

    Set(HotbarSlotType, UInt32)

    @@ -963,7 +963,7 @@ probably should be a bool instead.

    Improve this Doc - View Source + View Source

    Set(UIModule*, HotbarSlotType, UInt32)

    @@ -1011,7 +1011,7 @@ probably should be a bool instead.

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlots.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlots.html index fb328a570..5431fd690 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlots.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBarSlots.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -162,7 +162,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBars.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBars.html index c60543cc7..d64c62c62 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBars.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotBars.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -162,7 +162,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType.html index 56981c04c..635d435ce 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.HotbarSlotType.html @@ -224,7 +224,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.html index fc4c16671..73db49f16 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.LogMessageSource.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ChatType

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    ContentId

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    LogMessageIndex

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    World

    @@ -231,7 +231,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html index 916072d21..0e6ead03a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.PronounModule.html @@ -106,18 +106,18 @@ | - Improve this Doc + Improve this Doc View Source -

    ResolvePlaceholder(String, Byte, Byte)

    +

    ResolvePlaceholder(Byte*, Byte, Byte)

    Declaration
    -
    public GameObject*ResolvePlaceholder(string placeholder, byte unknown0, byte unknown1)
    +
    public GameObject*ResolvePlaceholder(byte *placeholder, byte unknown0, byte unknown1)
    Parameters
    @@ -130,7 +130,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.html index bcca06ee3..a86adb323 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetEntry.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Belt

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Body

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    ClassJob

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    Ears

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    Feet

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    Flags

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source
    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    Hands

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    Head

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    ID

    @@ -399,7 +399,7 @@ Improve this Doc - View Source + View Source

    ItemLevel

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    ItemsData

    @@ -457,7 +457,7 @@ Improve this Doc - View Source + View Source

    Legs

    @@ -486,7 +486,7 @@ Improve this Doc - View Source + View Source

    MainHand

    @@ -515,7 +515,7 @@ Improve this Doc - View Source + View Source

    Name

    @@ -544,7 +544,7 @@ Improve this Doc - View Source + View Source

    Neck

    @@ -573,7 +573,7 @@ Improve this Doc - View Source + View Source

    OffHand

    @@ -602,7 +602,7 @@ Improve this Doc - View Source + View Source

    RightLeft

    @@ -631,7 +631,7 @@ Improve this Doc - View Source + View Source

    RingRight

    @@ -660,7 +660,7 @@ Improve this Doc - View Source + View Source

    SoulStone

    @@ -689,7 +689,7 @@ Improve this Doc - View Source + View Source

    Wrists

    @@ -724,7 +724,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetFlag.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetFlag.html index dde8dd842..54542b857 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetFlag.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetFlag.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum GearsetFlag : byte
    +
    public enum GearsetFlag : byte

    Fields

    @@ -145,7 +144,7 @@ public enum GearsetFlag : byteImprove this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetItem.html index b407553e9..ac8503a77 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetItem.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.GearsetItem.html @@ -104,12 +104,41 @@

    Fields

    + + | + Improve this Doc + + + View Source + +

    GlamourId

    +
    +
    +
    Declaration
    +
    +
    public uint GlamourId
    +
    +
    Field Value
    +
    System.StringSystem.Byte* placeholder
    + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    | Improve this Doc - View Source + View Source

    ItemID

    @@ -133,12 +162,70 @@ + + | + Improve this Doc + + + View Source + +

    Materia

    +
    +
    +
    Declaration
    +
    +
    public ushort *Materia
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt16*
    + + | + Improve this Doc + + + View Source + +

    MateriaGrade

    +
    +
    +
    Declaration
    +
    +
    public byte *MateriaGrade
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte*
    | Improve this Doc - View Source + View Source

    Size

    @@ -162,6 +249,35 @@ + + | + Improve this Doc + + + View Source + +

    Stain

    +
    +
    +
    Declaration
    +
    +
    public byte Stain
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    @@ -173,7 +289,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.Gearsets.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.Gearsets.html index 258bc6409..9ec5762cd 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.Gearsets.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.Gearsets.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -162,7 +162,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.html index 6765ad638..0550e99d2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureGearsetModule.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Gearset

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    ModuleName

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -193,12 +193,267 @@

    Methods

    + + | + Improve this Doc + + + View Source + + +

    CreateGearset()

    +
    +
    +
    Declaration
    +
    +
    public uint CreateGearset()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.UInt32
    + + | + Improve this Doc + + + View Source + + +

    DeleteGearset(Int32)

    +
    +
    +
    Declaration
    +
    +
    public void DeleteGearset(int gearsetId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32gearsetId
    + + | + Improve this Doc + + + View Source + + +

    EquipGearset(Int32, Byte)

    +
    +
    +
    Declaration
    +
    +
    public int EquipGearset(int gearsetId, byte glamourPlateId = 0)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32gearsetId
    System.ByteglamourPlateId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    + + | + Improve this Doc + + + View Source + + +

    GetClassJobIconForGearset(Int32)

    +
    +
    +
    Declaration
    +
    +
    public int GetClassJobIconForGearset(int gearsetId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32gearsetId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    + + | + Improve this Doc + + + View Source + + +

    GetGearset(Int32)

    +
    +
    +
    Declaration
    +
    +
    public RaptureGearsetModule.GearsetEntry*GetGearset(int gearsetId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32gearsetId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    RaptureGearsetModule.GearsetEntry*
    + + | + Improve this Doc + + + View Source + + +

    HasLinkedGlamourPlate(Int32)

    +
    +
    +
    Declaration
    +
    +
    public byte HasLinkedGlamourPlate(int gearsetId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32gearsetId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    | Improve this Doc - View Source + View Source

    Instance()

    @@ -223,6 +478,90 @@ + + | + Improve this Doc + + + View Source + + +

    IsValidGearset(Int32)

    +
    +
    +
    Declaration
    +
    +
    public byte IsValidGearset(int gearsetId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32gearsetId
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    + + | + Improve this Doc + + + View Source + + +

    LinkGlamourPlate(Int32, Byte)

    +
    +
    +
    Declaration
    +
    +
    public void LinkGlamourPlate(int gearsetId, byte glamourPlateId)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32gearsetId
    System.ByteglamourPlateId
    @@ -234,7 +573,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.html index 202a8dc53..d846accdd 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureHotbarModule.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    HotBar

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    SavedClassJob

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    UiModule

    @@ -198,7 +198,7 @@ Improve this Doc - View Source + View Source

    ExecuteSlot(HotBarSlot*)

    @@ -245,7 +245,7 @@ Improve this Doc - View Source + View Source

    ExecuteSlotById(UInt32, UInt32)

    @@ -297,7 +297,7 @@ Improve this Doc - View Source + View Source

    GetSlotAppearance(HotbarSlotType*, UInt32*, UInt16*, RaptureHotbarModule*, HotBarSlot*)

    @@ -370,7 +370,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html index bb4d7bfc8..f9ea02a27 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModule.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ChatTabs

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    ExcelModuleInterface

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    LogModule

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    MsgSourceArray

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    MsgSourceArrayLength

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    RaptureTextModule

    @@ -285,7 +285,7 @@ Improve this Doc - View Source + View Source

    GetContentIdForLogMessage(Int32)

    @@ -332,7 +332,7 @@ Improve this Doc - View Source + View Source

    GetLogMessage(Int32, Utf8String*)

    @@ -384,7 +384,7 @@ Improve this Doc - View Source + View Source

    GetLogMessage(Int32, out Byte[])

    @@ -436,7 +436,7 @@ Improve this Doc - View Source + View Source

    GetLogMessageDetail(Int32, out Byte[], out Byte[], out Int16, out UInt32)

    @@ -503,7 +503,7 @@ Improve this Doc - View Source + View Source

    GetLogMessageDetail(Int32, Int16*, Utf8String*, Utf8String*, UInt32*)

    @@ -570,7 +570,7 @@ Improve this Doc - View Source + View Source

    ShowLogMessage(UInt32)

    @@ -608,7 +608,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.html index 1af577ea0..8cb24004a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RaptureLogModuleTab.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Name

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    VisibleLogLines

    @@ -173,7 +173,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RetainerCommentModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RetainerCommentModule.html index c2d2328aa..01762d987 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RetainerCommentModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.RetainerCommentModule.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Retainers

    @@ -187,7 +187,7 @@ Improve this Doc - View Source + View Source

    Instance()

    @@ -214,18 +214,18 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

    SetComment(UInt64, String)

    +

    SetComment(UInt64, Byte*)

    Declaration
    -
    public void *SetComment(ulong retainerID, string comment)
    +
    public void *SetComment(ulong retainerID, byte *comment)
    Parameters
    @@ -243,7 +243,7 @@ - + @@ -275,7 +275,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.html index 360e5dad6..315e567a5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJob.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Bar

    @@ -144,7 +144,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.html index 52a60634b..e1b90310a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.SavedHotBarClassJobBar.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Slot

    @@ -144,7 +144,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.html index 973a80f8e..ccef35929 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobBars.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -162,7 +162,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.html index d168c93d6..c963bfca2 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.SavedHotBarClassJobSlot.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ID

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Type

    @@ -173,7 +173,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.html index c38bf5330..b9a74b79c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.SavedHotBarClassJobSlots.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -162,7 +162,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.html index 73d3a240d..fb018d71a 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Misc.SavedHotBars.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -162,7 +162,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html index ea71969dd..a1301dae5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html @@ -140,7 +140,7 @@ Improve this Doc - View Source + View Source

    GetAddonById(UInt16)

    @@ -184,18 +184,18 @@
    System.StringSystem.Byte* comment
    | - Improve this Doc + Improve this Doc View Source -

    GetAddonByName(String, Int32)

    +

    GetAddonByName(Byte*, Int32)

    Declaration
    -
    public AtkUnitBase*GetAddonByName(string name, int index = 1)
    +
    public AtkUnitBase*GetAddonByName(byte *name, int index = 1)
    Parameters
    @@ -208,7 +208,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html index 9c0b9a1bd..69a14849c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    addon

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Button

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    index

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    StickerComponentBase

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    StickerResNode

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    StickerShadowComponentBase

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    StickerShadowResNode

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    StickerSidebarBase

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    StickerSidebarResNode

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -405,7 +405,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html index e92b7b9b0..b8fef5db4 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    addon

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    StickerSlot1

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    StickerSlot10

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    StickerSlot11

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    StickerSlot12

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    StickerSlot13

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    StickerSlot14

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    StickerSlot15

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    StickerSlot16

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    StickerSlot2

    @@ -399,7 +399,7 @@ Improve this Doc - View Source + View Source

    StickerSlot3

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    StickerSlot4

    @@ -457,7 +457,7 @@ Improve this Doc - View Source + View Source

    StickerSlot5

    @@ -486,7 +486,7 @@ Improve this Doc - View Source + View Source

    StickerSlot6

    @@ -515,7 +515,7 @@ Improve this Doc - View Source + View Source

    StickerSlot7

    @@ -544,7 +544,7 @@ Improve this Doc - View Source + View Source

    StickerSlot8

    @@ -573,7 +573,7 @@ Improve this Doc - View Source + View Source

    StickerSlot9

    @@ -602,7 +602,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -633,7 +633,7 @@ Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -686,7 +686,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StringThing.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StringThing.html index 360561a7f..932c79b95 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StringThing.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StringThing.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    addon

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    FullSealsText

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    OneOrMoreLinesText

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    ReceiveSealCompleteText

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    ReceiveSealIncompleteText

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    SecondChancePointsText

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    SecondChanceRetryText

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    TextNode

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -376,7 +376,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MemberInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MemberInfo.html index 539bc9268..e13599cd7 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MemberInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.MemberInfo.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    BattleChara

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    MapInfo

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    Unk_20

    @@ -202,7 +202,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectInfo.html index c56461210..19566b110 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.ObjectInfo.html @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    NamePlateIndex

    @@ -278,6 +278,35 @@
    System.StringSystem.Byte* name
    + + | + Improve this Doc + + + View Source + +

    NamePlateObjectKindAdjusted

    +
    +
    +
    Declaration
    +
    +
    public byte NamePlateObjectKindAdjusted
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Byte
    | Improve this Doc @@ -302,7 +331,7 @@ - Vector3 + Vector3 @@ -360,7 +389,7 @@ - Vector3 + Vector3 @@ -370,7 +399,7 @@ Improve this Doc - View Source + View Source

    SortPriority

    @@ -425,17 +454,17 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

    Unk_4F

    +

    Unk_50

    Declaration
    -
    public byte Unk_4F
    +
    public byte Unk_50
    Field Value
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.UnkInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.UnkInfo.html index 7bfe16d23..86bd3ef8b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.UnkInfo.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.UnkInfo.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    MapInfo

    @@ -144,7 +144,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.html index 3562ee8d2..26555ae05 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UI3DModule.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    CharacterObjectInfoCount

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    CharacterObjectInfoPointerArray

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    MapObjectInfoCount

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    MapObjectInfoPointerArray

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    MemberInfoArray

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    MemberInfoCount

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    MemberInfoPointerArray

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    NamePlateObjectIdList

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    NamePlateObjectIdList_2

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    NamePlateObjectInfoCount

    @@ -399,7 +399,7 @@ Improve this Doc - View Source + View Source

    NamePlateObjectInfoPointerArray

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    ObjectInfoArray

    @@ -457,7 +457,7 @@ Improve this Doc - View Source + View Source

    SortedObjectInfoCount

    @@ -486,7 +486,7 @@ Improve this Doc - View Source + View Source

    SortedObjectInfoPointerArray

    @@ -515,7 +515,7 @@ Improve this Doc - View Source + View Source

    TargetObjectInfo

    @@ -544,7 +544,7 @@ Improve this Doc - View Source + View Source

    UIModule

    @@ -573,7 +573,7 @@ Improve this Doc - View Source + View Source

    UnkCount

    @@ -602,7 +602,7 @@ Improve this Doc - View Source + View Source

    UnkInfoArray

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.UiFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.UiFlags.html index 8244b1402..752fdc986 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.UiFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.UiFlags.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum UiFlags
    +
    public enum UiFlags

    Fields

    @@ -137,7 +136,7 @@ public enum UiFlagsImprove this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html index 66f20bb27..8ebc4de82 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    vfunc

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -173,7 +173,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html index deb9ad333..59439f5a5 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    vfunc

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -173,7 +173,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html index 151322163..6bd802466 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    vfunc

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -173,7 +173,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html index bceda961e..6901beb98 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html @@ -104,36 +104,6 @@

    Fields

    - - | - Improve this Doc - - - View Source - -

    RaptureAtkModule

    -
    -
    -
    Declaration
    -
    -
    [Obsolete("Use GetRaptureAtkModule", true)]
    -public RaptureAtkModule RaptureAtkModule
    -
    -
    Field Value
    -
    - - - - - - - - - - - - -
    TypeDescription
    RaptureAtkModule
    | Improve this Doc @@ -339,12 +309,79 @@ public RaptureAtkModule RaptureAtkModule

    Methods

    + + | + Improve this Doc + + + View Source + + +

    EnterGPose()

    +
    +
    +
    Declaration
    +
    +
    public bool EnterGPose()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    EnterIdleCam(Byte, UInt64)

    +
    +
    +
    Declaration
    +
    +
    public void EnterIdleCam(byte a1 = 0, ulong focusObject = 3758096384UL)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Bytea1
    System.UInt64focusObject
    | Improve this Doc - View Source + View Source

    ExecuteMainCommand(UInt32)

    @@ -371,12 +408,42 @@ public RaptureAtkModule RaptureAtkModule + + | + Improve this Doc + + + View Source + + +

    ExitGPose()

    +
    +
    +
    Declaration
    +
    +
    public void ExitGPose()
    +
    + + | + Improve this Doc + + + View Source + + +

    ExitIdleCam()

    +
    +
    +
    Declaration
    +
    +
    public void ExitIdleCam()
    +
    | Improve this Doc - View Source + View Source

    GetAcquaintanceModule()

    @@ -406,7 +473,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc
    - View Source + View Source

    GetAddonConfig()

    @@ -466,7 +533,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetConfigModule()

    @@ -496,7 +563,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetExcelModule()

    @@ -526,7 +593,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetFlagStatusModule()

    @@ -551,12 +618,42 @@ public RaptureAtkModule RaptureAtkModule + + | + Improve this Doc + + + View Source + + +

    GetInfoModule()

    +
    +
    +
    Declaration
    +
    +
    public InfoModule*GetInfoModule()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    InfoModule*
    | Improve this Doc - View Source + View Source

    GetItemFinderModule()

    @@ -586,7 +683,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetItemOrderModule()

    @@ -616,7 +713,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetLetterDataModule()

    @@ -676,7 +773,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetPronounModule()

    @@ -706,7 +803,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetRaptureAtkModule()

    @@ -736,7 +833,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetRaptureGearsetModule()

    @@ -766,7 +863,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetRaptureHotbarModule()

    @@ -796,7 +893,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetRaptureLogModule()

    @@ -826,7 +923,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetRaptureMacroModule()

    @@ -856,7 +953,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetRaptureShellModule()

    @@ -886,7 +983,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetRaptureTeleportHistory()

    @@ -916,7 +1013,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetRaptureTextModule()

    @@ -946,7 +1043,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetRaptureUiDataModule()

    @@ -976,7 +1073,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetRecommendEquipModule()

    @@ -1036,7 +1133,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetRetainerTaskDataModule()

    @@ -1156,7 +1253,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    GetUiSavePackModule()

    @@ -1186,7 +1283,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    HideGoldSaucerReward()

    @@ -1233,7 +1330,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    PlaySound(UInt32, Int64, Int64, Byte)

    @@ -1295,7 +1392,7 @@ public RaptureAtkModule RaptureAtkModule Improve this Doc - View Source + View Source

    ShowAddonKillStreakForManeuvers(Int32, Int32)

    @@ -1329,18 +1426,18 @@ public RaptureAtkModule RaptureAtkModule | - Improve this Doc + Improve this Doc - View Source + View Source -

    ShowAreaText(String, Int32, Boolean, Boolean, UInt32)

    +

    ShowAreaText(Byte*, Int32, Boolean, Boolean, UInt32)

    Declaration
    -
    public void ShowAreaText(string text, int layer = 0, bool isTop = true, bool isFast = false, uint logMessageId = 0U)
    +
    public void ShowAreaText(byte *text, int layer = 0, bool isTop = true, bool isFast = false, uint logMessageId = 0U)
    Parameters
    @@ -1353,7 +1450,7 @@ public RaptureAtkModule RaptureAtkModule - + @@ -1384,7 +1481,7 @@ public RaptureAtkModule RaptureAtkModuleImprove this Doc - View Source + View Source

    ShowBalloonMessage(Single*, Byte, UInt32)

    @@ -1423,18 +1520,18 @@ public RaptureAtkModule RaptureAtkModule
    System.StringSystem.Byte* text
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    ShowBattleTalk(String, String, Single, Byte)

    +

    ShowBattleTalk(Byte*, Byte*, Single, Byte)

    Declaration
    -
    public void ShowBattleTalk(string name, string text, float duration, byte style)
    +
    public void ShowBattleTalk(byte *name, byte *text, float duration, byte style)
    Parameters
    @@ -1447,12 +1544,12 @@ public RaptureAtkModule RaptureAtkModule - + - + @@ -1470,18 +1567,18 @@ public RaptureAtkModule RaptureAtkModule
    System.StringSystem.Byte* name
    System.StringSystem.Byte* text
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    ShowBattleTalkImage(String, String, Single, UInt32, Byte)

    +

    ShowBattleTalkImage(Byte*, Byte*, Single, UInt32, Byte)

    Declaration
    -
    public void ShowBattleTalkImage(string name, string text, float duration, uint image, byte style)
    +
    public void ShowBattleTalkImage(byte *name, byte *text, float duration, uint image, byte style)
    Parameters
    @@ -1494,12 +1591,12 @@ public RaptureAtkModule RaptureAtkModule - + - + @@ -1522,18 +1619,18 @@ public RaptureAtkModule RaptureAtkModule
    System.StringSystem.Byte* name
    System.StringSystem.Byte* text
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    ShowBattleTalkSound(String, String, Single, Int32, Byte)

    +

    ShowBattleTalkSound(Byte*, Byte*, Single, Int32, Byte)

    Declaration
    -
    public void ShowBattleTalkSound(string name, string text, float duration, int sound, byte style)
    +
    public void ShowBattleTalkSound(byte *name, byte *text, float duration, int sound, byte style)
    Parameters
    @@ -1546,12 +1643,12 @@ public RaptureAtkModule RaptureAtkModule - + - + @@ -1574,18 +1671,18 @@ public RaptureAtkModule RaptureAtkModule
    System.StringSystem.Byte* name
    System.StringSystem.Byte* text
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    ShowErrorText(String, Boolean)

    +

    ShowErrorText(Byte*, Boolean)

    Declaration
    -
    public void ShowErrorText(string text, bool forceVisible = true)
    +
    public void ShowErrorText(byte *text, bool forceVisible = true)
    Parameters
    @@ -1598,7 +1695,7 @@ public RaptureAtkModule RaptureAtkModule - + @@ -1614,7 +1711,7 @@ public RaptureAtkModule RaptureAtkModuleImprove this Doc - View Source + View Source

    ShowGetAction(ActionType, UInt32)

    @@ -1651,7 +1748,7 @@ public RaptureAtkModule RaptureAtkModuleImprove this Doc - View Source + View Source

    ShowGoldSaucerReward(Byte, UInt32, UInt32, UInt32)

    @@ -1698,7 +1795,7 @@ public RaptureAtkModule RaptureAtkModuleImprove this Doc - View Source + View Source

    ShowGrandCompany1(UInt32, UInt32, Boolean)

    @@ -1740,7 +1837,7 @@ public RaptureAtkModule RaptureAtkModuleImprove this Doc - View Source + View Source

    ShowHousingHarvest(UInt32, Int32, UInt32)

    @@ -1782,7 +1879,7 @@ public RaptureAtkModule RaptureAtkModuleImprove this Doc - View Source + View Source

    ShowImage(UInt32, Boolean, Int32, Boolean)

    @@ -1829,7 +1926,7 @@ public RaptureAtkModule RaptureAtkModuleImprove this Doc - View Source + View Source

    ShowLocationTitle(Int32, Boolean, Boolean, Int32*)

    @@ -1873,18 +1970,18 @@ public RaptureAtkModule RaptureAtkModule
    System.StringSystem.Byte* text
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    ShowPoisonText(String, Int32)

    +

    ShowPoisonText(Byte*, Int32)

    Declaration
    -
    public void ShowPoisonText(string text, int layer = 0)
    +
    public void ShowPoisonText(byte *text, int layer = 0)
    Parameters
    @@ -1897,7 +1994,7 @@ public RaptureAtkModule RaptureAtkModule - + @@ -1913,7 +2010,7 @@ public RaptureAtkModule RaptureAtkModuleImprove this Doc - View Source + View Source

    ShowStreak(Int32, Int32)

    @@ -1947,18 +2044,18 @@ public RaptureAtkModule RaptureAtkModule
    System.StringSystem.Byte* text
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    ShowText(Int32, String, UInt32, Boolean, UInt32, Boolean)

    +

    ShowText(Int32, Byte*, UInt32, Boolean, UInt32, Boolean)

    Declaration
    -
    public void ShowText(int position, string text, uint iconOrCheck1 = 0U, bool playSound = true, uint iconOrCheck2 = 0U, bool alsoPlaySound = true)
    +
    public void ShowText(int position, byte *text, uint iconOrCheck1 = 0U, bool playSound = true, uint iconOrCheck2 = 0U, bool alsoPlaySound = true)
    Parameters
    @@ -1976,7 +2073,7 @@ public RaptureAtkModule RaptureAtkModule - + @@ -2007,7 +2104,7 @@ public RaptureAtkModule RaptureAtkModuleImprove this Doc - View Source + View Source

    ShowTextChain(Int32, Int32)

    @@ -2044,7 +2141,7 @@ public RaptureAtkModule RaptureAtkModuleImprove this Doc - View Source + View Source

    ShowTextClassChange(UInt32)

    @@ -2076,7 +2173,7 @@ public RaptureAtkModule RaptureAtkModuleImprove this Doc - View Source + View Source

    ShowTextRelicAtma(UInt32)

    @@ -2103,12 +2200,59 @@ public RaptureAtkModule RaptureAtkModule
    System.StringSystem.Byte* text
    + + | + Improve this Doc + + + View Source + + +

    Test205(IntPtr, IntPtr, IntPtr, IntPtr)

    +
    +
    +
    Declaration
    +
    +
    public void Test205(nint a1, nint a2, nint a3, nint a4)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.IntPtra1
    System.IntPtra2
    System.IntPtra3
    System.IntPtra4
    | Improve this Doc - View Source + View Source

    ToggleUi(UIModule.UiFlags, Boolean, Boolean)

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html index 21c436192..99f8cdff1 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html @@ -101,6 +101,10 @@

    AddonChatLogPanel

    +

    AddonChocoboBreedTraining

    +
    +

    AddonContentsFinder

    +

    AddonContentsFinderConfirm

    AddonContextIconMenu

    @@ -167,6 +171,8 @@

    AddonPartyList.TrustMembers

    +

    AddonRaceChocoboResult

    +

    AddonRecipeNote

    AddonRelicNoteBook

    @@ -177,10 +183,14 @@

    AddonRequest

    +

    AddonRetainerList

    +

    AddonRetainerSell

    AddonRetainerTaskAsk

    +

    AddonRetainerTaskList

    +

    AddonRetainerTaskResult

    AddonSalvageDialog

    @@ -193,6 +203,8 @@

    AddonSelectIconString.PopupMenuDerive

    +

    AddonSelectOk

    +

    AddonSelectString

    AddonSelectString.PopupMenuDerive

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Component.BGCollision.BGCollisionModule.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Component.BGCollision.BGCollisionModule.html new file mode 100644 index 000000000..982e33ad2 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Component.BGCollision.BGCollisionModule.html @@ -0,0 +1,479 @@ + + + + + + + + Struct BGCollisionModule + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Component.BGCollision.Object.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Component.BGCollision.Object.html new file mode 100644 index 000000000..90a016032 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Component.BGCollision.Object.html @@ -0,0 +1,147 @@ + + + + + + + + Struct Object + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Component.BGCollision.RaycastHit.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Component.BGCollision.RaycastHit.html new file mode 100644 index 000000000..3ad7fc806 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Component.BGCollision.RaycastHit.html @@ -0,0 +1,410 @@ + + + + + + + + Struct RaycastHit + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Component.BGCollision.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Component.BGCollision.html new file mode 100644 index 000000000..9c840fa9b --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Component.BGCollision.html @@ -0,0 +1,122 @@ + + + + + + + + Namespace FFXIVClientStructs.FFXIV.Common.Component.BGCollision + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html index f6b1b6362..72472ed15 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Next

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Owner

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -202,7 +202,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html index 465673c1f..7693ccfda 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    ConfigCount

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    ConfigEntry

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    Listener

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    UnkString

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -260,7 +260,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html index 2e5796d60..d52fe8a27 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html @@ -307,6 +307,347 @@ +

    Methods +

    + + | + Improve this Doc + + + View Source + + +

    SetValue(Single)

    +
    +
    +
    Declaration
    +
    +
    public bool SetValue(float value)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Singlevalue
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    SetValue(String)

    +
    +
    +
    Declaration
    +
    +
    public bool SetValue(string value)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringvalue
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    SetValue(UInt32, UInt32)

    +
    +
    +
    Declaration
    +
    +
    public bool SetValue(uint value, uint unk = 1U)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32value
    System.UInt32unk
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    SetValueFloat(Single)

    +
    +
    +
    Declaration
    +
    +
    public bool SetValueFloat(float value)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Singlevalue
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    SetValueString(Utf8String*)

    +
    +
    +
    Declaration
    +
    +
    public bool SetValueString(Utf8String*value)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Utf8String*value
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    SetValueString(String)

    +
    +
    +
    Declaration
    +
    +
    public bool SetValueString(string value)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Stringvalue
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    SetValueUInt(UInt32, UInt32)

    +
    +
    +
    Declaration
    +
    +
    public bool SetValueUInt(uint value, uint unk = 1U)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.UInt32value
    System.UInt32unk
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaState.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaState.html index 1caac7bf3..2fa83d7f6 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaState.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaState.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    db_errorfb

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    GCEnabled

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    LastGCRestart

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    State

    @@ -227,7 +227,7 @@ Improve this Doc - View Source + View Source

    DoString(String, String)

    @@ -285,7 +285,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaType.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaType.html index 680e20aa5..d542abd2b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.LuaType.html @@ -156,7 +156,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.lua_State.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.lua_State.html index 881d8d8b7..23763351c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.lua_State.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Lua.lua_State.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    index2adr(Int32)

    @@ -156,7 +156,7 @@ Improve this Doc - View Source + View Source

    lua_call(Int32, Int32)

    @@ -190,18 +190,18 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

    lua_getfield(Int32, String)

    +

    lua_getfield(Int32, Byte*)

    Declaration
    -
    public void lua_getfield(int idx, string k)
    +
    public void lua_getfield(int idx, byte *k)
    Parameters
    @@ -219,7 +219,7 @@ - + @@ -230,7 +230,7 @@ Improve this Doc - View Source + View Source

    lua_getglobal(String)

    @@ -262,7 +262,7 @@ Improve this Doc - View Source + View Source

    lua_getmetatable(Int32)

    @@ -309,7 +309,7 @@ Improve this Doc - View Source + View Source

    lua_gettop()

    @@ -339,7 +339,7 @@ Improve this Doc - View Source + View Source

    lua_next(Int32)

    @@ -443,7 +443,7 @@ Improve this Doc - View Source + View Source

    lua_pop(Int32)

    @@ -475,7 +475,7 @@ Improve this Doc - View Source + View Source

    lua_pushcclosure(delegate*<lua_State*, Int32>, Int32)

    @@ -512,7 +512,7 @@ Improve this Doc - View Source + View Source

    lua_pushcfunction(delegate*<lua_State*, Int32>)

    @@ -544,7 +544,7 @@ Improve this Doc - View Source + View Source

    lua_pushnil()

    @@ -559,7 +559,7 @@ Improve this Doc - View Source + View Source

    lua_pushvalue(Int32)

    @@ -591,7 +591,7 @@ Improve this Doc - View Source + View Source

    lua_register(String, delegate*<lua_State*, Int32>)

    @@ -657,18 +657,18 @@
    System.StringSystem.Byte* k
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    lua_setfield(Int32, String)

    +

    lua_setfield(Int32, Byte*)

    Declaration
    -
    public void lua_setfield(int idx, string k)
    +
    public void lua_setfield(int idx, byte *k)
    Parameters
    @@ -686,7 +686,7 @@ - + @@ -697,7 +697,7 @@ Improve this Doc - View Source + View Source

    lua_setglobal(String)

    @@ -729,7 +729,7 @@ Improve this Doc - View Source + View Source

    lua_settop(Int32)

    @@ -761,7 +761,7 @@ Improve this Doc - View Source + View Source

    lua_tolstring(Int32, Int32*)

    @@ -813,7 +813,7 @@ Improve this Doc - View Source + View Source

    lua_tonumber(Int32)

    @@ -860,7 +860,7 @@ Improve this Doc - View Source + View Source

    lua_tostring(Int32)

    @@ -907,7 +907,7 @@ Improve this Doc - View Source + View Source

    lua_type(Int32)

    @@ -954,7 +954,7 @@ Improve this Doc - View Source + View Source

    luaB_tostring()

    @@ -981,18 +981,18 @@
    System.StringSystem.Byte* k
    | - Improve this Doc + Improve this Doc View Source -

    luaL_loadbuffer(String, Int64, String)

    +

    luaL_loadbuffer(Byte*, Int64, Byte*)

    Declaration
    -
    public int luaL_loadbuffer(string buff, long size, string name = "?")
    +
    public int luaL_loadbuffer(byte *buff, long size, byte *name)
    Parameters
    @@ -1005,7 +1005,7 @@ - + @@ -1015,7 +1015,7 @@ - + @@ -1038,18 +1038,18 @@
    System.StringSystem.Byte* buff
    System.StringSystem.Byte* name
    | - Improve this Doc + Improve this Doc - View Source + View Source - -

    luaL_loadfile(String)

    + +

    luaL_loadbuffer(String, Int64)

    Declaration
    -
    public int luaL_loadfile(string filename)
    +
    public int luaL_loadbuffer(string buff, long size)
    Parameters
    @@ -1063,6 +1063,58 @@ + + + + + + + + + +
    System.Stringbuff
    System.Int64size
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    + + | + Improve this Doc + + + View Source + + +

    luaL_loadfile(Byte*)

    +
    +
    +
    Declaration
    +
    +
    public int luaL_loadfile(byte *filename)
    +
    +
    Parameters
    + + + + + + + + + + + @@ -1094,7 +1146,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Matrix4x4.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Matrix4x4.html new file mode 100644 index 000000000..7c4e4090a --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Matrix4x4.html @@ -0,0 +1,2061 @@ + + + + + + + + Struct Matrix4x4 + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    TypeNameDescription
    System.Byte* filename
    + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Singlevalue
    +

    Fields +

    + + | + Improve this Doc + + + View Source + +

    Identity

    +
    +
    +
    Declaration
    +
    +
    public static readonly Matrix4x4 Identity
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    + + | + Improve this Doc + + + View Source + +

    M11

    +
    +
    +
    Declaration
    +
    +
    public float M11
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M12

    +
    +
    +
    Declaration
    +
    +
    public float M12
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M13

    +
    +
    +
    Declaration
    +
    +
    public float M13
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M14

    +
    +
    +
    Declaration
    +
    +
    public float M14
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M21

    +
    +
    +
    Declaration
    +
    +
    public float M21
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M22

    +
    +
    +
    Declaration
    +
    +
    public float M22
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M23

    +
    +
    +
    Declaration
    +
    +
    public float M23
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M24

    +
    +
    +
    Declaration
    +
    +
    public float M24
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M31

    +
    +
    +
    Declaration
    +
    +
    public float M31
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M32

    +
    +
    +
    Declaration
    +
    +
    public float M32
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M33

    +
    +
    +
    Declaration
    +
    +
    public float M33
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M34

    +
    +
    +
    Declaration
    +
    +
    public float M34
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M41

    +
    +
    +
    Declaration
    +
    +
    public float M41
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M42

    +
    +
    +
    Declaration
    +
    +
    public float M42
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M43

    +
    +
    +
    Declaration
    +
    +
    public float M43
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    M44

    +
    +
    +
    Declaration
    +
    +
    public float M44
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + +

    Matrix

    +
    +
    +
    Declaration
    +
    +
    public float *Matrix
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single*
    + + | + Improve this Doc + + + View Source + +

    Zero

    +
    +
    +
    Declaration
    +
    +
    public static readonly Matrix4x4 Zero
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    +

    Properties +

    + + | + Improve this Doc + + + View Source + + +

    IsIdentity

    +
    +
    +
    Declaration
    +
    +
    public readonly bool IsIdentity { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    Item[Int32]

    +
    +
    +
    Declaration
    +
    +
    public float this[int index] { get; set; }
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32index
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + + +

    Item[Int32, Int32]

    +
    +
    +
    Declaration
    +
    +
    public float this[int row, int column] { get; set; }
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Int32row
    System.Int32column
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Single
    + + | + Improve this Doc + + + View Source + + +

    Translation

    +
    +
    +
    Declaration
    +
    +
    public Vector3 Translation { readonly get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Vector3
    +

    Methods +

    + + | + Improve this Doc + + + View Source + + +

    CreateFromQuaternion(Quaternion)

    +
    +
    +
    Declaration
    +
    +
    public static Matrix4x4 CreateFromQuaternion(Quaternion quaternion)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Quaternionquaternion
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    + + | + Improve this Doc + + + View Source + + +

    CreateFromYawPitchRoll(Single, Single, Single)

    +
    +
    +
    Declaration
    +
    +
    public static Matrix4x4 CreateFromYawPitchRoll(float yaw, float pitch, float roll)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Singleyaw
    System.Singlepitch
    System.Singleroll
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    + + | + Improve this Doc + + + View Source + + +

    CreateLookAt(Vector3, Vector3, Vector3)

    +
    +
    +
    Declaration
    +
    +
    public static Matrix4x4 CreateLookAt(Vector3 cameraPosition, Vector3 cameraTarget, Vector3 cameraUpVector)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Vector3cameraPosition
    Vector3cameraTarget
    Vector3cameraUpVector
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    + + | + Improve this Doc + + + View Source + + +

    CreateWorld(Vector3, Vector3, Vector3)

    +
    +
    +
    Declaration
    +
    +
    public static Matrix4x4 CreateWorld(Vector3 position, Vector3 forward, Vector3 up)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Vector3position
    Vector3forward
    Vector3up
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    + + | + Improve this Doc + + + View Source + + +

    Decompose(Matrix4x4, out Vector3, out Quaternion, out Vector3)

    +
    +
    +
    Declaration
    +
    +
    public static bool Decompose(Matrix4x4 matrix, out Vector3 scale, out Quaternion rotation, out Vector3 translation)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4matrix
    Vector3scale
    Quaternionrotation
    Vector3translation
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    Equals(Matrix4x4)

    +
    +
    +
    Declaration
    +
    +
    public bool Equals(Matrix4x4 other)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4other
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    Equals(Object)

    +
    +
    +
    Declaration
    +
    +
    public override bool Equals(object obj)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Objectobj
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    +
    Overrides
    +
    System.ValueType.Equals(System.Object)
    + + | + Improve this Doc + + + View Source + + +

    GetHashCode()

    +
    +
    +
    Declaration
    +
    +
    public override int GetHashCode()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int32
    +
    Overrides
    +
    System.ValueType.GetHashCode()
    + + | + Improve this Doc + + + View Source + + +

    Invert(Matrix4x4, out Matrix4x4)

    +
    +
    +
    Declaration
    +
    +
    public static bool Invert(Matrix4x4 matrix, out Matrix4x4 result)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4matrix
    Matrix4x4result
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    Lerp(Matrix4x4, Matrix4x4, Single)

    +
    +
    +
    Declaration
    +
    +
    public static Matrix4x4 Lerp(Matrix4x4 start, Matrix4x4 end, float amount)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4start
    Matrix4x4end
    System.Singleamount
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    + + | + Improve this Doc + + + View Source + + +

    LerpUnclamped(Matrix4x4, Matrix4x4, Single)

    +
    +
    +
    Declaration
    +
    +
    public static Matrix4x4 LerpUnclamped(Matrix4x4 start, Matrix4x4 end, float amount)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4start
    Matrix4x4end
    System.Singleamount
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    + + | + Improve this Doc + + + View Source + + +

    SmoothStep(Matrix4x4, Matrix4x4, Single)

    +
    +
    +
    Declaration
    +
    +
    public static Matrix4x4 SmoothStep(Matrix4x4 start, Matrix4x4 end, float amount)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4start
    Matrix4x4end
    System.Singleamount
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    + + | + Improve this Doc + + + View Source + + +

    ToString()

    +
    +
    +
    Declaration
    +
    +
    public override string ToString()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.String
    +
    Overrides
    +
    System.ValueType.ToString()
    + + | + Improve this Doc + + + View Source + + +

    Transpose(Matrix4x4)

    +
    +
    +
    Declaration
    +
    +
    public static Matrix4x4 Transpose(Matrix4x4 matrix)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4matrix
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    +

    Operators +

    + + | + Improve this Doc + + + View Source + + +

    Addition(Matrix4x4, Matrix4x4)

    +
    +
    +
    Declaration
    +
    +
    public static Matrix4x4 operator +(Matrix4x4 a, Matrix4x4 b)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4a
    Matrix4x4b
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    + + | + Improve this Doc + + + View Source + + +

    Equality(Matrix4x4, Matrix4x4)

    +
    +
    +
    Declaration
    +
    +
    public static bool operator ==(Matrix4x4 left, Matrix4x4 right)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4left
    Matrix4x4right
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    Implicit(Matrix4x4 to Matrix4x4)

    +
    +
    +
    Declaration
    +
    +
    public static implicit operator Matrix4x4(Matrix4x4 matrix)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4matrix
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Numerics.Matrix4x4
    + + | + Improve this Doc + + + View Source + + +

    Implicit(Matrix4x4 to Matrix4x4)

    +
    +
    +
    Declaration
    +
    +
    public static implicit operator Matrix4x4(Matrix4x4 matrix)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    System.Numerics.Matrix4x4matrix
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    + + | + Improve this Doc + + + View Source + + +

    Inequality(Matrix4x4, Matrix4x4)

    +
    +
    +
    Declaration
    +
    +
    public static bool operator !=(Matrix4x4 left, Matrix4x4 right)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4left
    Matrix4x4right
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    System.Boolean
    + + | + Improve this Doc + + + View Source + + +

    Multiply(Matrix4x4, Matrix4x4)

    +
    +
    +
    Declaration
    +
    +
    public static Matrix4x4 operator *(Matrix4x4 a, Matrix4x4 b)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4a
    Matrix4x4b
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    + + | + Improve this Doc + + + View Source + + +

    Multiply(Matrix4x4, Single)

    +
    +
    +
    Declaration
    +
    +
    public static Matrix4x4 operator *(Matrix4x4 a, float b)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4a
    System.Singleb
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    + + | + Improve this Doc + + + View Source + + +

    Subtraction(Matrix4x4, Matrix4x4)

    +
    +
    +
    Declaration
    +
    +
    public static Matrix4x4 operator -(Matrix4x4 a, Matrix4x4 b)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4a
    Matrix4x4b
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    + + | + Improve this Doc + + + View Source + + +

    UnaryNegation(Matrix4x4)

    +
    +
    +
    Declaration
    +
    +
    public static Matrix4x4 operator -(Matrix4x4 a)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Matrix4x4a
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Matrix4x4
    +

    Implements

    +
    + IEquatable<> +
    + + + + + + + + + + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Quaternion.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Quaternion.html new file mode 100644 index 000000000..c56480872 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Quaternion.html @@ -0,0 +1,2100 @@ + + + + + + + + Struct Quaternion + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Rectangle.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Rectangle.html new file mode 100644 index 000000000..5fe770992 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Rectangle.html @@ -0,0 +1,314 @@ + + + + + + + + Struct Rectangle + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Vector2.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Vector2.html new file mode 100644 index 000000000..56a5155f8 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Vector2.html @@ -0,0 +1,2334 @@ + + + + + + + + Struct Vector2 + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Vector3.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Vector3.html new file mode 100644 index 000000000..16dfb2fd7 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Vector3.html @@ -0,0 +1,2855 @@ + + + + + + + + Struct Vector3 + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Vector4.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Vector4.html new file mode 100644 index 000000000..8e61ac084 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.Vector4.html @@ -0,0 +1,1929 @@ + + + + + + + + Struct Vector4 + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Math.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.html new file mode 100644 index 000000000..742591521 --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Math.html @@ -0,0 +1,128 @@ + + + + + + + + Namespace FFXIVClientStructs.FFXIV.Common.Math + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.html b/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.html index fc197e997..c43ec93ef 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModule.html @@ -153,18 +153,18 @@ | - Improve this Doc + Improve this Doc View Source -

    GetSheetByName(String)

    +

    GetSheetByName(Byte*)

    Declaration
    -
    public ExcelSheet*GetSheetByName(string sheetName)
    +
    public ExcelSheet*GetSheetByName(byte *sheetName)
    Parameters
    @@ -177,7 +177,7 @@ - + @@ -200,18 +200,18 @@
    System.StringSystem.Byte* sheetName
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    LoadSheet(String, Byte, Byte)

    +

    LoadSheet(Byte*, Byte, Byte)

    Declaration
    -
    public void LoadSheet(string sheetName, byte a3 = 0, byte a4 = 0)
    +
    public void LoadSheet(byte *sheetName, byte a3 = 0, byte a4 = 0)
    Parameters
    @@ -224,7 +224,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModuleInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModuleInterface.html index 5e2ca5dfa..51a91c103 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModuleInterface.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.Excel.ExcelModuleInterface.html @@ -184,18 +184,18 @@
    System.StringSystem.Byte* sheetName
    | - Improve this Doc + Improve this Doc View Source -

    GetSheetByName(String)

    +

    GetSheetByName(Byte*)

    Declaration
    -
    public ExcelSheet*GetSheetByName(string sheetName)
    +
    public ExcelSheet*GetSheetByName(byte *sheetName)
    Parameters
    @@ -208,7 +208,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html index cfdced72e..16d192bde 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html @@ -198,7 +198,7 @@ Improve this Doc - View Source + View Source

    GetAddonID()

    @@ -228,7 +228,7 @@ Improve this Doc - View Source + View Source

    Hide()

    @@ -243,7 +243,7 @@ Improve this Doc - View Source + View Source

    IsAgentActive()

    @@ -335,7 +335,7 @@ Improve this Doc - View Source + View Source

    Show()

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html index e48cc6111..22eb2667c 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html @@ -75,6 +75,10 @@
    +
    +
    Implements
    +
    ICreatable
    +
    Inherited Members
    @@ -100,7 +104,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    public struct AtkCollisionNode
    +
    public struct AtkCollisionNode : ICreatable

    Fields

    @@ -109,7 +113,7 @@ Improve this Doc - View Source + View Source

    AtkResNode

    @@ -138,7 +142,7 @@ Improve this Doc - View Source + View Source

    CollisionType

    @@ -167,7 +171,7 @@ Improve this Doc - View Source + View Source

    LinkedComponent

    @@ -196,7 +200,7 @@ Improve this Doc - View Source + View Source

    Uses

    @@ -227,7 +231,7 @@ Improve this Doc - View Source + View Source

    Ctor()

    @@ -237,6 +241,10 @@
    public void Ctor()
    +

    Implements

    +
    + ICreatable +
    @@ -248,7 +256,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html index a8b3c6cce..e9e74d4ea 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AtkComponentBase

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    ComboBorder

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    Flags

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    Frame

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    FrameIcon

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    IconAdditionsContainer

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    IconId

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    IconImage

    @@ -341,7 +341,7 @@ Improve this Doc - View Source + View Source

    QuantityText

    @@ -370,7 +370,7 @@ Improve this Doc - View Source + View Source

    Texture

    @@ -399,7 +399,7 @@ Improve this Doc - View Source + View Source

    Unknown0E8

    @@ -428,7 +428,7 @@ Improve this Doc - View Source + View Source

    UnknownImageNode

    @@ -463,7 +463,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkDragDropManager.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkDragDropManager.html new file mode 100644 index 000000000..3653fb0cd --- /dev/null +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkDragDropManager.html @@ -0,0 +1,265 @@ + + + + + + + + Struct AtkDragDropManager + + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    System.StringSystem.Byte* sheetName
    + + + + + + + + + + + + +
    TypeDescription
    AtkEventListener
    + + | + Improve this Doc + + + View Source + +

    AtkStage

    +
    +
    +
    Declaration
    +
    +
    public AtkStage*AtkStage
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    AtkStage*
    + + | + Improve this Doc + + + View Source + +

    DragStartX

    +
    +
    +
    Declaration
    +
    +
    public short DragStartX
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int16
    + + | + Improve this Doc + + + View Source + +

    DragStartY

    +
    +
    +
    Declaration
    +
    +
    public short DragStartY
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    System.Int16
    + + + + + + + + + + + + + + + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html index 12100a26f..d7d4dad16 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEvent.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    Flags

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    Listener

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    NextEvent

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    Node

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    Param

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    Target

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    Type

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    Unk29

    @@ -347,7 +347,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html index 669c816b9..d7655c5ca 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventType.html @@ -143,6 +143,18 @@ InputReceived + + ListItemRollOut + + + + ListItemRollOver + + + + ListItemToggle + + MouseClick diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html index 654f519c5..ebf3ed929 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html @@ -75,6 +75,10 @@
    +
    +
    Implements
    +
    ICreatable
    +
    Inherited Members
    @@ -100,7 +104,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    public struct AtkImageNode
    +
    public struct AtkImageNode : ICreatable

    Fields

    @@ -109,7 +113,7 @@ Improve this Doc - View Source + View Source

    AtkResNode

    @@ -138,7 +142,7 @@ Improve this Doc - View Source + View Source

    Flags

    @@ -167,7 +171,7 @@ Improve this Doc - View Source + View Source

    PartId

    @@ -196,7 +200,7 @@ Improve this Doc - View Source + View Source

    PartsList

    @@ -225,7 +229,7 @@ Improve this Doc - View Source + View Source

    WrapMode

    @@ -256,7 +260,7 @@ Improve this Doc - View Source + View Source

    Ctor()

    @@ -271,7 +275,7 @@ Improve this Doc - View Source + View Source

    LoadIconTexture(Int32, Int32)

    @@ -308,7 +312,7 @@ Improve this Doc - View Source + View Source

    LoadTexture(Byte*, UInt32)

    @@ -345,7 +349,7 @@ Improve this Doc - View Source + View Source

    LoadTexture(String, UInt32)

    @@ -382,7 +386,7 @@ Improve this Doc - View Source + View Source

    UnloadTexture()

    @@ -392,6 +396,10 @@
    public void UnloadTexture()
    +

    Implements

    +
    + ICreatable +
    @@ -403,7 +411,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkLinkedList-1.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkLinkedList-1.html index 2bb19947a..3ea877f97 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkLinkedList-1.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkLinkedList-1.html @@ -101,6 +101,7 @@
    Syntax
    public struct AtkLinkedList<T>
    +
         where T : struct
    Type Parameters
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkModule.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkModule.html index a52d50718..2235089ac 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkModule.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkModule.html @@ -177,7 +177,7 @@
    Declaration
    -
    public byte IsTextInputActive()
    +
    public bool IsTextInputActive()
    Returns
    @@ -189,7 +189,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html index 36a84a0bb..d398d7a16 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html @@ -75,6 +75,10 @@
    +
    +
    Implements
    +
    ICreatable
    +
    Inherited Members
    @@ -100,7 +104,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    public struct AtkNineGridNode
    +
    public struct AtkNineGridNode : ICreatable

    Fields

    @@ -109,7 +113,7 @@ Improve this Doc - View Source + View Source

    AtkResNode

    @@ -138,7 +142,7 @@ Improve this Doc - View Source + View Source

    BlendMode

    @@ -167,7 +171,7 @@ Improve this Doc - View Source + View Source

    BottomOffset

    @@ -196,7 +200,7 @@ Improve this Doc - View Source + View Source

    LeftOffset

    @@ -225,7 +229,7 @@ Improve this Doc - View Source + View Source

    PartID

    @@ -254,7 +258,7 @@ Improve this Doc - View Source + View Source

    PartsList

    @@ -283,7 +287,7 @@ Improve this Doc - View Source + View Source

    PartsTypeRenderType

    @@ -312,7 +316,7 @@ Improve this Doc - View Source + View Source

    RightOffset

    @@ -341,7 +345,7 @@ Improve this Doc - View Source + View Source

    TopOffset

    @@ -372,7 +376,7 @@ Improve this Doc - View Source + View Source

    Ctor()

    @@ -382,6 +386,10 @@
    public void Ctor()
    +

    Implements

    +
    + ICreatable +
    @@ -393,7 +401,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html index 259a3110a..3890c1a58 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html @@ -75,6 +75,10 @@
    +
    +
    Implements
    +
    ICreatable
    +
    Inherited Members
    @@ -100,7 +104,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    public struct AtkResNode
    +
    public struct AtkResNode : ICreatable

    Fields

    @@ -2314,6 +2318,10 @@
    System.ByteSystem.Boolean
    +

    Implements

    +
    + ICreatable +
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html index bb0fc0e23..6ae46232e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    AtkCursor

    @@ -162,6 +162,35 @@ + + | + Improve this Doc + + + View Source + +

    DragDropManager

    +
    +
    +
    Declaration
    +
    +
    public AtkDragDropManager DragDropManager
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    AtkDragDropManager
    | Improve this Doc @@ -196,7 +225,7 @@ Improve this Doc - View Source + View Source

    TooltipManager

    @@ -227,7 +256,7 @@ Improve this Doc - View Source + View Source

    ClearFocus()

    @@ -242,7 +271,7 @@ Improve this Doc - View Source + View Source

    GetFocus()

    @@ -272,7 +301,7 @@ Improve this Doc - View Source + View Source

    GetSingleton()

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html index 94102cfb5..6be062b20 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html @@ -75,6 +75,10 @@
    +
    +
    Implements
    +
    ICreatable
    +
    Inherited Members
    @@ -100,7 +104,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    public struct AtkTextNode
    +
    public struct AtkTextNode : ICreatable

    Fields

    @@ -802,6 +806,70 @@ + + | + Improve this Doc + + + View Source + + +

    SetText(ReadOnlySpan<Byte>)

    +
    +
    +
    Declaration
    +
    +
    public void SetText(ReadOnlySpan<byte> span)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    ReadOnlySpan<System.Byte>span
    + + | + Improve this Doc + + + View Source + + +

    SetText(Span<Byte>)

    +
    +
    +
    Declaration
    +
    +
    public void SetText(Span<byte> span)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Span<System.Byte>span
    | Improve this Doc @@ -866,70 +934,6 @@ - - | - Improve this Doc - - - View Source - - -

    SetText(ReadOnlySpan<Byte>)

    -
    -
    -
    Declaration
    -
    -
    public void SetText(ReadOnlySpan<byte> span)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.ReadOnlySpan<System.Byte>span
    - - | - Improve this Doc - - - View Source - - -

    SetText(Span<Byte>)

    -
    -
    -
    Declaration
    -
    -
    public void SetText(Span<byte> span)
    -
    -
    Parameters
    - - - - - - - - - - - - - - - -
    TypeNameDescription
    System.Span<System.Byte>span
    | Improve this Doc @@ -962,6 +966,10 @@ +

    Implements

    +
    + ICreatable +
    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html index 19bff9b85..c7152c802 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html @@ -75,6 +75,10 @@
    +
    +
    Implements
    +
    ICreatable
    +
    Inherited Members
    @@ -100,7 +104,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    public struct AtkTexture
    +
    public struct AtkTexture : ICreatable

    Fields

    @@ -109,7 +113,7 @@ Improve this Doc - View Source + View Source

    Crest

    @@ -138,7 +142,7 @@ Improve this Doc - View Source + View Source

    KernelTexture

    @@ -167,7 +171,7 @@ Improve this Doc - View Source + View Source

    Resource

    @@ -196,7 +200,7 @@ Improve this Doc - View Source + View Source

    TextureType

    @@ -225,7 +229,7 @@ Improve this Doc - View Source + View Source

    UnkBool_2

    @@ -254,7 +258,7 @@ Improve this Doc - View Source + View Source

    vtbl

    @@ -285,7 +289,7 @@ Improve this Doc - View Source + View Source

    Ctor()

    @@ -300,7 +304,7 @@ Improve this Doc - View Source + View Source

    Destroy(Boolean)

    @@ -332,7 +336,7 @@ Improve this Doc - View Source + View Source

    GetKernelTexture()

    @@ -362,7 +366,7 @@ Improve this Doc - View Source + View Source

    GetLoadState()

    @@ -392,7 +396,7 @@ Improve this Doc - View Source + View Source

    IsTextureReady()

    @@ -422,7 +426,7 @@ Improve this Doc - View Source + View Source

    LoadIconTexture(Int32, Int32)

    @@ -474,7 +478,7 @@ Improve this Doc - View Source + View Source

    ReleaseTexture()

    @@ -499,6 +503,10 @@ +

    Implements

    +
    + ICreatable +
    @@ -510,7 +518,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html index 41a99abc0..4e4f43e74 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html @@ -1115,18 +1115,18 @@ | - Improve this Doc + Improve this Doc - View Source + View Source -

    LoadUldByName(String, Byte, UInt32)

    +

    LoadUldByName(Byte*, Byte, UInt32)

    Declaration
    -
    public bool LoadUldByName(string name, byte a3 = 0, uint a4 = 6U)
    +
    public bool LoadUldByName(byte *name, byte a3 = 0, uint a4 = 6U)
    Parameters
    @@ -1139,7 +1139,7 @@ - + diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html index 40fa965d2..27af31269 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html @@ -120,7 +120,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html index ab9031266..591232bc3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum IconComponentFlags : uint
    +
    public enum IconComponentFlags : uint

    Fields

    @@ -137,7 +136,7 @@ public enum IconComponentFlags : uintImprove this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html index 4e9330550..cc24ee944 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html @@ -120,7 +120,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html index dfa685094..e39fc9d4d 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum NodeFlags
    +
    public enum NodeFlags

    Fields

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html index 5d6a830d1..f8c4c9154 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum TextFlags
    +
    public enum TextFlags

    Fields

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html index 04dea30a8..791374c3b 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html @@ -79,8 +79,7 @@
    Assembly: FFXIVClientStructs.dll
    Syntax
    -
    [Flags]
    -public enum TextFlags2
    +
    public enum TextFlags2

    Fields

    diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html index 045fc48cc..657a8b18e 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html @@ -120,7 +120,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html index 19b782d76..fb13fddd3 100644 --- a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html +++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html @@ -139,6 +139,8 @@

    AtkCursor

    +

    AtkDragDropManager

    +

    AtkEvent

    AtkEventInterface

    diff --git a/docs/api/FFXIVClientStructs.Havok.hkArray-1.html b/docs/api/FFXIVClientStructs.Havok.hkArray-1.html index 708d551da..26d6dee61 100644 --- a/docs/api/FFXIVClientStructs.Havok.hkArray-1.html +++ b/docs/api/FFXIVClientStructs.Havok.hkArray-1.html @@ -101,6 +101,7 @@
    Syntax
    public struct hkArray<T>
    +
         where T : struct
    Type Parameters
    diff --git a/docs/api/FFXIVClientStructs.Havok.hkEnum-2.html b/docs/api/FFXIVClientStructs.Havok.hkEnum-2.html index bf961d6a4..03be48f0a 100644 --- a/docs/api/FFXIVClientStructs.Havok.hkEnum-2.html +++ b/docs/api/FFXIVClientStructs.Havok.hkEnum-2.html @@ -101,6 +101,7 @@
    Syntax
    public struct hkEnum<T, U>
    +
         where T : struct, Enum where U : struct
    Type Parameters
    @@ -129,7 +130,7 @@ Improve this Doc - View Source + View Source

    Storage

    @@ -160,7 +161,7 @@ Improve this Doc - View Source + View Source

    Value

    @@ -196,7 +197,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.Havok.hkFlags-2.html b/docs/api/FFXIVClientStructs.Havok.hkFlags-2.html index 8db7ac269..793c2fd53 100644 --- a/docs/api/FFXIVClientStructs.Havok.hkFlags-2.html +++ b/docs/api/FFXIVClientStructs.Havok.hkFlags-2.html @@ -101,6 +101,7 @@
    Syntax
    public struct hkFlags<T, U>
    +
         where T : struct, Enum where U : struct
    Type Parameters
    @@ -129,7 +130,7 @@ Improve this Doc - View Source + View Source

    Storage

    @@ -164,7 +165,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.Havok.hkRefPtr-1.html b/docs/api/FFXIVClientStructs.Havok.hkRefPtr-1.html index 1915e778f..2dd20296e 100644 --- a/docs/api/FFXIVClientStructs.Havok.hkRefPtr-1.html +++ b/docs/api/FFXIVClientStructs.Havok.hkRefPtr-1.html @@ -101,6 +101,7 @@
    Syntax
    public struct hkRefPtr<T>
    +
         where T : struct
    Type Parameters
    diff --git a/docs/api/FFXIVClientStructs.Havok.hkRootLevelContainer.NamedVariant.html b/docs/api/FFXIVClientStructs.Havok.hkRootLevelContainer.NamedVariant.html index bec66638f..906813c43 100644 --- a/docs/api/FFXIVClientStructs.Havok.hkRootLevelContainer.NamedVariant.html +++ b/docs/api/FFXIVClientStructs.Havok.hkRootLevelContainer.NamedVariant.html @@ -102,6 +102,95 @@
    public struct NamedVariant
    +

    Fields +

    + + | + Improve this Doc + + + View Source + +

    ClassName

    +
    +
    +
    Declaration
    +
    +
    public hkStringPtr ClassName
    +
    +
    Field Value
    +
    System.StringSystem.Byte* name
    + + + + + + + + + + + + +
    TypeDescription
    hkStringPtr
    + + | + Improve this Doc + + + View Source + +

    Name

    +
    +
    +
    Declaration
    +
    +
    public hkStringPtr Name
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    hkStringPtr
    + + | + Improve this Doc + + + View Source + +

    Variant

    +
    +
    +
    Declaration
    +
    +
    public hkRefPtr<hkReferencedObject> Variant
    +
    +
    Field Value
    + + + + + + + + + + + + + +
    TypeDescription
    hkRefPtr<hkReferencedObject>
    diff --git a/docs/api/FFXIVClientStructs.Havok.hkStringPtr.html b/docs/api/FFXIVClientStructs.Havok.hkStringPtr.html index a1b45f45b..c284c5c89 100644 --- a/docs/api/FFXIVClientStructs.Havok.hkStringPtr.html +++ b/docs/api/FFXIVClientStructs.Havok.hkStringPtr.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    StringAndFlag

    @@ -140,7 +140,7 @@ Improve this Doc - View Source + View Source

    String

    @@ -176,7 +176,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.Interop.Address.html b/docs/api/FFXIVClientStructs.Interop.Address.html new file mode 100644 index 000000000..fd9060cea --- /dev/null +++ b/docs/api/FFXIVClientStructs.Interop.Address.html @@ -0,0 +1,357 @@ + + + + + + + + Class Address + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.Interop.Attributes.FixedSizeArrayAttribute-1.html b/docs/api/FFXIVClientStructs.Interop.Attributes.FixedSizeArrayAttribute-1.html new file mode 100644 index 000000000..db4d23cb3 --- /dev/null +++ b/docs/api/FFXIVClientStructs.Interop.Attributes.FixedSizeArrayAttribute-1.html @@ -0,0 +1,212 @@ + + + + + + + + Class FixedSizeArrayAttribute<T> + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.Interop.Attributes.GenerateCStrOverloadsAttribute.html b/docs/api/FFXIVClientStructs.Interop.Attributes.GenerateCStrOverloadsAttribute.html new file mode 100644 index 000000000..a6487ee54 --- /dev/null +++ b/docs/api/FFXIVClientStructs.Interop.Attributes.GenerateCStrOverloadsAttribute.html @@ -0,0 +1,197 @@ + + + + + + + + Class GenerateCStrOverloadsAttribute + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.Interop.Attributes.MemberFunctionAttribute.html b/docs/api/FFXIVClientStructs.Interop.Attributes.MemberFunctionAttribute.html new file mode 100644 index 000000000..a775a0aaa --- /dev/null +++ b/docs/api/FFXIVClientStructs.Interop.Attributes.MemberFunctionAttribute.html @@ -0,0 +1,197 @@ + + + + + + + + Class MemberFunctionAttribute + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.Interop.Attributes.StaticAddressAttribute.html b/docs/api/FFXIVClientStructs.Interop.Attributes.StaticAddressAttribute.html new file mode 100644 index 000000000..de3fff03b --- /dev/null +++ b/docs/api/FFXIVClientStructs.Interop.Attributes.StaticAddressAttribute.html @@ -0,0 +1,267 @@ + + + + + + + + Class StaticAddressAttribute + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.Interop.Attributes.VirtualFunctionAttribute.html b/docs/api/FFXIVClientStructs.Interop.Attributes.VirtualFunctionAttribute.html new file mode 100644 index 000000000..d783cda5d --- /dev/null +++ b/docs/api/FFXIVClientStructs.Interop.Attributes.VirtualFunctionAttribute.html @@ -0,0 +1,197 @@ + + + + + + + + Class VirtualFunctionAttribute + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.Interop.Attributes.html b/docs/api/FFXIVClientStructs.Interop.Attributes.html new file mode 100644 index 000000000..6d2e77a6d --- /dev/null +++ b/docs/api/FFXIVClientStructs.Interop.Attributes.html @@ -0,0 +1,126 @@ + + + + + + + + Namespace FFXIVClientStructs.Interop.Attributes + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.Interop.Pointer-1.html b/docs/api/FFXIVClientStructs.Interop.Pointer-1.html new file mode 100644 index 000000000..b3eace668 --- /dev/null +++ b/docs/api/FFXIVClientStructs.Interop.Pointer-1.html @@ -0,0 +1,292 @@ + + + + + + + + Struct Pointer<T> + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.Interop.Resolver.html b/docs/api/FFXIVClientStructs.Interop.Resolver.html new file mode 100644 index 000000000..1ecc7e160 --- /dev/null +++ b/docs/api/FFXIVClientStructs.Interop.Resolver.html @@ -0,0 +1,373 @@ + + + + + + + + Class Resolver + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.Interop.StaticAddress.html b/docs/api/FFXIVClientStructs.Interop.StaticAddress.html new file mode 100644 index 000000000..7dbe6a013 --- /dev/null +++ b/docs/api/FFXIVClientStructs.Interop.StaticAddress.html @@ -0,0 +1,261 @@ + + + + + + + + Class StaticAddress + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.Interop.html b/docs/api/FFXIVClientStructs.Interop.html new file mode 100644 index 000000000..a60bebf0a --- /dev/null +++ b/docs/api/FFXIVClientStructs.Interop.html @@ -0,0 +1,126 @@ + + + + + + + + Namespace FFXIVClientStructs.Interop + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.InteropGenerator.IndentedStringBuilder.html b/docs/api/FFXIVClientStructs.InteropGenerator.IndentedStringBuilder.html new file mode 100644 index 000000000..a7d077da5 --- /dev/null +++ b/docs/api/FFXIVClientStructs.InteropGenerator.IndentedStringBuilder.html @@ -0,0 +1,766 @@ + + + + + + + + Class IndentedStringBuilder + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.InteropGenerator.html b/docs/api/FFXIVClientStructs.InteropGenerator.html new file mode 100644 index 000000000..624942629 --- /dev/null +++ b/docs/api/FFXIVClientStructs.InteropGenerator.html @@ -0,0 +1,125 @@ + + + + + + + + Namespace FFXIVClientStructs.InteropGenerator + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.InteropSourceGenerators.Extensions.ParameterSymbolExtensions.html b/docs/api/FFXIVClientStructs.InteropSourceGenerators.Extensions.ParameterSymbolExtensions.html new file mode 100644 index 000000000..6fa3e4d8a --- /dev/null +++ b/docs/api/FFXIVClientStructs.InteropSourceGenerators.Extensions.ParameterSymbolExtensions.html @@ -0,0 +1,204 @@ + + + + + + + + Class ParameterSymbolExtensions + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.InteropSourceGenerators.Extensions.html b/docs/api/FFXIVClientStructs.InteropSourceGenerators.Extensions.html new file mode 100644 index 000000000..5d5b332af --- /dev/null +++ b/docs/api/FFXIVClientStructs.InteropSourceGenerators.Extensions.html @@ -0,0 +1,118 @@ + + + + + + + + Namespace FFXIVClientStructs.InteropSourceGenerators.Extensions + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.STD.StdDeque-1.html b/docs/api/FFXIVClientStructs.STD.StdDeque-1.html index 2ed994fca..721098f10 100644 --- a/docs/api/FFXIVClientStructs.STD.StdDeque-1.html +++ b/docs/api/FFXIVClientStructs.STD.StdDeque-1.html @@ -101,6 +101,7 @@
    Syntax
    public struct StdDeque<T>
    +
         where T : struct
    Type Parameters
    @@ -125,7 +126,7 @@ Improve this Doc - View Source + View Source

    ContainerBase

    @@ -154,7 +155,7 @@ Improve this Doc - View Source + View Source

    Map

    @@ -183,7 +184,7 @@ Improve this Doc - View Source + View Source

    MapSize

    @@ -212,7 +213,7 @@ Improve this Doc - View Source + View Source

    MyOff

    @@ -241,7 +242,7 @@ Improve this Doc - View Source + View Source

    MySize

    @@ -272,7 +273,7 @@ Improve this Doc - View Source + View Source

    Get(UInt64)

    @@ -325,7 +326,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.STD.StdMap-2.Enumerator.html b/docs/api/FFXIVClientStructs.STD.StdMap-2.Enumerator.html new file mode 100644 index 000000000..d9096359c --- /dev/null +++ b/docs/api/FFXIVClientStructs.STD.StdMap-2.Enumerator.html @@ -0,0 +1,211 @@ + + + + + + + + Struct StdMap<TKey, TValue>.Enumerator + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.STD.StdMap-2.Node.html b/docs/api/FFXIVClientStructs.STD.StdMap-2.Node.html index 4d64c99eb..632788172 100644 --- a/docs/api/FFXIVClientStructs.STD.StdMap-2.Node.html +++ b/docs/api/FFXIVClientStructs.STD.StdMap-2.Node.html @@ -109,7 +109,7 @@ Improve this Doc - View Source + View Source

    _18

    @@ -138,7 +138,7 @@ Improve this Doc - View Source + View Source

    _19

    @@ -167,7 +167,7 @@ Improve this Doc - View Source + View Source

    Color

    @@ -196,7 +196,7 @@ Improve this Doc - View Source + View Source

    IsNil

    @@ -225,7 +225,7 @@ Improve this Doc - View Source + View Source

    KeyValuePair

    @@ -254,7 +254,7 @@ Improve this Doc - View Source + View Source

    Left

    @@ -283,7 +283,7 @@ Improve this Doc - View Source + View Source

    Parent

    @@ -312,7 +312,7 @@ Improve this Doc - View Source + View Source

    Right

    @@ -343,7 +343,7 @@ Improve this Doc - View Source + View Source

    Next()

    @@ -373,7 +373,7 @@ Improve this Doc - View Source + View Source

    Prev()

    @@ -409,7 +409,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.STD.StdMap-2.html b/docs/api/FFXIVClientStructs.STD.StdMap-2.html index c515c596f..215c73cb3 100644 --- a/docs/api/FFXIVClientStructs.STD.StdMap-2.html +++ b/docs/api/FFXIVClientStructs.STD.StdMap-2.html @@ -101,6 +101,7 @@
    Syntax
    public struct StdMap<TKey, TValue>
    +
         where TKey : struct where TValue : struct
    Type Parameters
    @@ -244,6 +245,38 @@ +

    Methods +

    + + | + Improve this Doc + + + View Source + + +

    GetEnumerator()

    +
    +
    +
    Declaration
    +
    +
    public StdMap<TKey, TValue>.Enumerator GetEnumerator()
    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    StdMap.Enumerator<>
    diff --git a/docs/api/FFXIVClientStructs.STD.StdPair-2.html b/docs/api/FFXIVClientStructs.STD.StdPair-2.html index 6a56838b5..ebdeef8ed 100644 --- a/docs/api/FFXIVClientStructs.STD.StdPair-2.html +++ b/docs/api/FFXIVClientStructs.STD.StdPair-2.html @@ -101,6 +101,7 @@
    Syntax
    public struct StdPair<T1, T2>
    +
         where T1 : struct where T2 : struct
    Type Parameters
    diff --git a/docs/api/FFXIVClientStructs.STD.StdSet-1.Enumerator.html b/docs/api/FFXIVClientStructs.STD.StdSet-1.Enumerator.html new file mode 100644 index 000000000..afc2f1409 --- /dev/null +++ b/docs/api/FFXIVClientStructs.STD.StdSet-1.Enumerator.html @@ -0,0 +1,211 @@ + + + + + + + + Struct StdSet<TKey>.Enumerator + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.STD.StdSet-1.Node.html b/docs/api/FFXIVClientStructs.STD.StdSet-1.Node.html new file mode 100644 index 000000000..e4e90175e --- /dev/null +++ b/docs/api/FFXIVClientStructs.STD.StdSet-1.Node.html @@ -0,0 +1,443 @@ + + + + + + + + Struct StdSet<TKey>.Node + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.STD.StdSet-1.html b/docs/api/FFXIVClientStructs.STD.StdSet-1.html new file mode 100644 index 000000000..4e6cfe968 --- /dev/null +++ b/docs/api/FFXIVClientStructs.STD.StdSet-1.html @@ -0,0 +1,318 @@ + + + + + + + + Struct StdSet<TKey> + + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/FFXIVClientStructs.STD.StdVector-1.html b/docs/api/FFXIVClientStructs.STD.StdVector-1.html index 1f6f647bf..110eee50f 100644 --- a/docs/api/FFXIVClientStructs.STD.StdVector-1.html +++ b/docs/api/FFXIVClientStructs.STD.StdVector-1.html @@ -101,6 +101,7 @@
    Syntax
    public struct StdVector<T>
    +
         where T : struct
    Type Parameters
    @@ -125,7 +126,7 @@ Improve this Doc - View Source + View Source

    End

    @@ -154,7 +155,7 @@ Improve this Doc - View Source + View Source

    First

    @@ -183,7 +184,7 @@ Improve this Doc - View Source + View Source

    Last

    @@ -214,7 +215,7 @@ Improve this Doc - View Source + View Source

    Span

    @@ -234,7 +235,7 @@ - System.ReadOnlySpan<T> + ReadOnlySpan<T> @@ -246,7 +247,7 @@ Improve this Doc - View Source + View Source

    Capacity()

    @@ -276,7 +277,7 @@ Improve this Doc - View Source + View Source

    Get(UInt64)

    @@ -323,7 +324,7 @@ Improve this Doc - View Source + View Source

    Size()

    @@ -359,7 +360,7 @@ Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/FFXIVClientStructs.STD.html b/docs/api/FFXIVClientStructs.STD.html index 030a3ae9a..d86895e73 100644 --- a/docs/api/FFXIVClientStructs.STD.html +++ b/docs/api/FFXIVClientStructs.STD.html @@ -75,22 +75,24 @@
    -

    Classes -

    -

    NoExportAttribute

    -

    Structs

    -

    Pointer<T>

    -

    StdDeque<T>

    StdMap<TKey, TValue>

    +

    StdMap<TKey, TValue>.Enumerator

    +

    StdMap<TKey, TValue>.Node

    StdPair<T1, T2>

    +

    StdSet<TKey>

    +
    +

    StdSet<TKey>.Enumerator

    +
    +

    StdSet<TKey>.Node

    +

    StdString

    StdVector<T>

    diff --git a/docs/api/ImGuiNET.ImColor.html b/docs/api/ImGuiNET.ImColor.html index 9851a4bb8..c7b0182d9 100644 --- a/docs/api/ImGuiNET.ImColor.html +++ b/docs/api/ImGuiNET.ImColor.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Value

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/ImGuiNET.ImColorPtr.html b/docs/api/ImGuiNET.ImColorPtr.html index 7d63a5cb8..bb7109bb6 100644 --- a/docs/api/ImGuiNET.ImColorPtr.html +++ b/docs/api/ImGuiNET.ImColorPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImColorPtr(ImColor*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImColorPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Value

    @@ -234,10 +234,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -249,10 +249,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HSV(Single, Single, Single)

    @@ -306,10 +306,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HSV(Single, Single, Single, Single)

    @@ -368,10 +368,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetHSV(Single, Single, Single)

    @@ -410,10 +410,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetHSV(Single, Single, Single, Single)

    @@ -459,10 +459,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImColor* to ImColorPtr)

    @@ -506,10 +506,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImColorPtr to ImColor*)

    @@ -553,10 +553,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImColorPtr)

    @@ -606,10 +606,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawChannel.html b/docs/api/ImGuiNET.ImDrawChannel.html index 7349f8650..6ff10d034 100644 --- a/docs/api/ImGuiNET.ImDrawChannel.html +++ b/docs/api/ImGuiNET.ImDrawChannel.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _CmdBuffer

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _IdxBuffer

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawChannelPtr.html b/docs/api/ImGuiNET.ImDrawChannelPtr.html index 43173913c..823c904c4 100644 --- a/docs/api/ImGuiNET.ImDrawChannelPtr.html +++ b/docs/api/ImGuiNET.ImDrawChannelPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawChannelPtr(ImDrawChannel*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawChannelPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _CmdBuffer

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _IdxBuffer

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -264,10 +264,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawChannel* to ImDrawChannelPtr)

    @@ -311,10 +311,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawChannelPtr to ImDrawChannel*)

    @@ -358,10 +358,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImDrawChannelPtr)

    @@ -411,10 +411,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawCmd.html b/docs/api/ImGuiNET.ImDrawCmd.html index bb9cbf9dc..d2da9d35f 100644 --- a/docs/api/ImGuiNET.ImDrawCmd.html +++ b/docs/api/ImGuiNET.ImDrawCmd.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClipRect

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ElemCount

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IdxOffset

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextureId

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UserCallback

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UserCallbackData

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    VtxOffset

    @@ -315,10 +315,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawCmdHeader.html b/docs/api/ImGuiNET.ImDrawCmdHeader.html index 906a5a2e6..cd47c47a2 100644 --- a/docs/api/ImGuiNET.ImDrawCmdHeader.html +++ b/docs/api/ImGuiNET.ImDrawCmdHeader.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClipRect

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextureId

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    VtxOffset

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawCmdHeaderPtr.html b/docs/api/ImGuiNET.ImDrawCmdHeaderPtr.html index d7ff1e7d2..a6fcffb2d 100644 --- a/docs/api/ImGuiNET.ImDrawCmdHeaderPtr.html +++ b/docs/api/ImGuiNET.ImDrawCmdHeaderPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawCmdHeaderPtr(ImDrawCmdHeader*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawCmdHeaderPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClipRect

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextureId

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    VtxOffset

    @@ -294,10 +294,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawCmdHeader* to ImDrawCmdHeaderPtr)

    @@ -341,10 +341,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawCmdHeaderPtr to ImDrawCmdHeader*)

    @@ -388,10 +388,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImDrawCmdHeaderPtr)

    @@ -441,10 +441,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawCmdPtr.html b/docs/api/ImGuiNET.ImDrawCmdPtr.html index 45ce3309f..e0e139e85 100644 --- a/docs/api/ImGuiNET.ImDrawCmdPtr.html +++ b/docs/api/ImGuiNET.ImDrawCmdPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawCmdPtr(ImDrawCmd*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawCmdPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClipRect

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ElemCount

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IdxOffset

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextureId

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UserCallback

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UserCallbackData

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    VtxOffset

    @@ -414,10 +414,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -429,10 +429,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTexID()

    @@ -461,10 +461,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawCmd* to ImDrawCmdPtr)

    @@ -508,10 +508,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawCmdPtr to ImDrawCmd*)

    @@ -555,10 +555,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImDrawCmdPtr)

    @@ -608,10 +608,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawData.html b/docs/api/ImGuiNET.ImDrawData.html index c5f03ed34..eb3e942b4 100644 --- a/docs/api/ImGuiNET.ImDrawData.html +++ b/docs/api/ImGuiNET.ImDrawData.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CmdLists

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CmdListsCount

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplayPos

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplaySize

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FramebufferScale

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OwnerViewport

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TotalIdxCount

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TotalVtxCount

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Valid

    @@ -373,10 +373,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawDataPtr.html b/docs/api/ImGuiNET.ImDrawDataPtr.html index 2e2fb5577..ee86ef718 100644 --- a/docs/api/ImGuiNET.ImDrawDataPtr.html +++ b/docs/api/ImGuiNET.ImDrawDataPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawDataPtr(ImDrawData*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawDataPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CmdLists

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CmdListsCount

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CmdListsRange

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplayPos

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplaySize

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FramebufferScale

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OwnerViewport

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TotalIdxCount

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TotalVtxCount

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Valid

    @@ -504,10 +504,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Clear()

    @@ -519,10 +519,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DeIndexAllBuffers()

    @@ -534,10 +534,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -549,10 +549,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ScaleClipRects(Vector2)

    @@ -583,10 +583,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawData* to ImDrawDataPtr)

    @@ -630,10 +630,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawDataPtr to ImDrawData*)

    @@ -677,10 +677,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImDrawDataPtr)

    @@ -730,10 +730,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawFlags.html b/docs/api/ImGuiNET.ImDrawFlags.html index c7a7ad1bc..026a73e91 100644 --- a/docs/api/ImGuiNET.ImDrawFlags.html +++ b/docs/api/ImGuiNET.ImDrawFlags.html @@ -162,10 +162,10 @@ public enum ImDrawFlags
    diff --git a/docs/api/ImGuiNET.ImDrawList.html b/docs/api/ImGuiNET.ImDrawList.html index b90c26ca9..85c2ad50a 100644 --- a/docs/api/ImGuiNET.ImDrawList.html +++ b/docs/api/ImGuiNET.ImDrawList.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _ClipRectStack

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _CmdHeader

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _Data

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _FringeScale

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _IdxWritePtr

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _OwnerName

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _Path

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _Splitter

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _TextureIdStack

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _VtxCurrentIdx

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _VtxWritePtr

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CmdBuffer

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IdxBuffer

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    VtxBuffer

    @@ -547,10 +547,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawListFlags.html b/docs/api/ImGuiNET.ImDrawListFlags.html index 850445889..20d9ad9a2 100644 --- a/docs/api/ImGuiNET.ImDrawListFlags.html +++ b/docs/api/ImGuiNET.ImDrawListFlags.html @@ -126,10 +126,10 @@ public enum ImDrawListFlags
    diff --git a/docs/api/ImGuiNET.ImDrawListPtr.html b/docs/api/ImGuiNET.ImDrawListPtr.html index f5f00293a..cc686252a 100644 --- a/docs/api/ImGuiNET.ImDrawListPtr.html +++ b/docs/api/ImGuiNET.ImDrawListPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawListPtr(ImDrawList*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawListPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _ClipRectStack

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _CmdHeader

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _Data

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _FringeScale

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _IdxWritePtr

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _OwnerName

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _Path

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _Splitter

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _TextureIdStack

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _VtxCurrentIdx

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _VtxWritePtr

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CmdBuffer

    @@ -532,10 +532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -562,10 +562,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IdxBuffer

    @@ -592,10 +592,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -622,10 +622,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    VtxBuffer

    @@ -654,10 +654,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _CalcCircleAutoSegmentCount(Single)

    @@ -701,10 +701,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _ClearFreeMemory()

    @@ -716,10 +716,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _OnChangedClipRect()

    @@ -731,10 +731,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _OnChangedTextureID()

    @@ -746,10 +746,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _OnChangedVtxOffset()

    @@ -761,10 +761,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _PathArcToFastEx(Vector2, Single, Int32, Int32, Int32)

    @@ -813,10 +813,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _PathArcToN(Vector2, Single, Single, Single, Int32)

    @@ -865,10 +865,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _PopUnusedDrawCmd()

    @@ -880,10 +880,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _ResetForNewFrame()

    @@ -895,10 +895,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _TryMergeDrawCmds()

    @@ -910,10 +910,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddBezierCubic(Vector2, Vector2, Vector2, Vector2, UInt32, Single)

    @@ -967,10 +967,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddBezierCubic(Vector2, Vector2, Vector2, Vector2, UInt32, Single, Int32)

    @@ -1029,10 +1029,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddBezierQuadratic(Vector2, Vector2, Vector2, UInt32, Single)

    @@ -1081,10 +1081,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddBezierQuadratic(Vector2, Vector2, Vector2, UInt32, Single, Int32)

    @@ -1138,10 +1138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddCallback(IntPtr, IntPtr)

    @@ -1175,10 +1175,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddCircle(Vector2, Single, UInt32)

    @@ -1217,10 +1217,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddCircle(Vector2, Single, UInt32, Int32)

    @@ -1264,10 +1264,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddCircle(Vector2, Single, UInt32, Int32, Single)

    @@ -1316,10 +1316,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddCircleFilled(Vector2, Single, UInt32)

    @@ -1358,10 +1358,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddCircleFilled(Vector2, Single, UInt32, Int32)

    @@ -1405,10 +1405,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddConvexPolyFilled(ref Vector2, Int32, UInt32)

    @@ -1447,10 +1447,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddDrawCmd()

    @@ -1462,10 +1462,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddImage(IntPtr, Vector2, Vector2)

    @@ -1504,10 +1504,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddImage(IntPtr, Vector2, Vector2, Vector2)

    @@ -1551,10 +1551,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddImage(IntPtr, Vector2, Vector2, Vector2, Vector2)

    @@ -1603,10 +1603,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddImage(IntPtr, Vector2, Vector2, Vector2, Vector2, UInt32)

    @@ -1660,10 +1660,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddImageQuad(IntPtr, Vector2, Vector2, Vector2, Vector2)

    @@ -1712,10 +1712,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddImageQuad(IntPtr, Vector2, Vector2, Vector2, Vector2, Vector2)

    @@ -1769,10 +1769,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddImageQuad(IntPtr, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2)

    @@ -1831,10 +1831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddImageQuad(IntPtr, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2)

    @@ -1898,10 +1898,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddImageQuad(IntPtr, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2)

    @@ -1970,10 +1970,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddImageQuad(IntPtr, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, UInt32)

    @@ -2047,10 +2047,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddImageRounded(IntPtr, Vector2, Vector2, Vector2, Vector2, UInt32, Single)

    @@ -2109,10 +2109,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddImageRounded(IntPtr, Vector2, Vector2, Vector2, Vector2, UInt32, Single, ImDrawFlags)

    @@ -2176,10 +2176,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddLine(Vector2, Vector2, UInt32)

    @@ -2218,10 +2218,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddLine(Vector2, Vector2, UInt32, Single)

    @@ -2265,10 +2265,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddNgon(Vector2, Single, UInt32, Int32)

    @@ -2312,10 +2312,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddNgon(Vector2, Single, UInt32, Int32, Single)

    @@ -2364,10 +2364,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddNgonFilled(Vector2, Single, UInt32, Int32)

    @@ -2411,10 +2411,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddPolyline(ref Vector2, Int32, UInt32, ImDrawFlags, Single)

    @@ -2463,10 +2463,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddQuad(Vector2, Vector2, Vector2, Vector2, UInt32)

    @@ -2515,10 +2515,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddQuad(Vector2, Vector2, Vector2, Vector2, UInt32, Single)

    @@ -2572,10 +2572,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddQuadFilled(Vector2, Vector2, Vector2, Vector2, UInt32)

    @@ -2624,10 +2624,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddRect(Vector2, Vector2, UInt32)

    @@ -2666,10 +2666,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddRect(Vector2, Vector2, UInt32, Single)

    @@ -2713,10 +2713,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddRect(Vector2, Vector2, UInt32, Single, ImDrawFlags)

    @@ -2765,10 +2765,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddRect(Vector2, Vector2, UInt32, Single, ImDrawFlags, Single)

    @@ -2822,10 +2822,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddRectFilled(Vector2, Vector2, UInt32)

    @@ -2864,10 +2864,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddRectFilled(Vector2, Vector2, UInt32, Single)

    @@ -2911,10 +2911,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddRectFilled(Vector2, Vector2, UInt32, Single, ImDrawFlags)

    @@ -2963,10 +2963,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddRectFilledMultiColor(Vector2, Vector2, UInt32, UInt32, UInt32, UInt32)

    @@ -3020,10 +3020,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddText(ImFontPtr, Single, Vector2, UInt32, String)

    @@ -3072,10 +3072,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddText(Vector2, UInt32, String)

    @@ -3114,10 +3114,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddTriangle(Vector2, Vector2, Vector2, UInt32)

    @@ -3161,10 +3161,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddTriangle(Vector2, Vector2, Vector2, UInt32, Single)

    @@ -3213,10 +3213,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddTriangleFilled(Vector2, Vector2, Vector2, UInt32)

    @@ -3260,10 +3260,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ChannelsMerge()

    @@ -3275,10 +3275,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ChannelsSetCurrent(Int32)

    @@ -3307,10 +3307,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ChannelsSplit(Int32)

    @@ -3339,10 +3339,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CloneOutput()

    @@ -3369,10 +3369,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -3384,10 +3384,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetClipRectMax()

    @@ -3414,10 +3414,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetClipRectMin()

    @@ -3444,10 +3444,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathArcTo(Vector2, Single, Single, Single)

    @@ -3491,10 +3491,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathArcTo(Vector2, Single, Single, Single, Int32)

    @@ -3543,10 +3543,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathArcToFast(Vector2, Single, Int32, Int32)

    @@ -3590,10 +3590,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathBezierCubicCurveTo(Vector2, Vector2, Vector2)

    @@ -3632,10 +3632,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathBezierCubicCurveTo(Vector2, Vector2, Vector2, Int32)

    @@ -3679,10 +3679,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathBezierQuadraticCurveTo(Vector2, Vector2)

    @@ -3716,10 +3716,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathBezierQuadraticCurveTo(Vector2, Vector2, Int32)

    @@ -3758,10 +3758,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathClear()

    @@ -3773,10 +3773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathFillConvex(UInt32)

    @@ -3805,10 +3805,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathLineTo(Vector2)

    @@ -3837,10 +3837,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathLineToMergeDuplicate(Vector2)

    @@ -3869,10 +3869,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathRect(Vector2, Vector2)

    @@ -3906,10 +3906,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathRect(Vector2, Vector2, Single)

    @@ -3948,10 +3948,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathRect(Vector2, Vector2, Single, ImDrawFlags)

    @@ -3995,10 +3995,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathStroke(UInt32)

    @@ -4027,10 +4027,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathStroke(UInt32, ImDrawFlags)

    @@ -4064,10 +4064,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PathStroke(UInt32, ImDrawFlags, Single)

    @@ -4106,10 +4106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopClipRect()

    @@ -4121,10 +4121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopTextureID()

    @@ -4136,10 +4136,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PrimQuadUV(Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, Vector2, UInt32)

    @@ -4208,10 +4208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PrimRect(Vector2, Vector2, UInt32)

    @@ -4250,10 +4250,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PrimRectUV(Vector2, Vector2, Vector2, Vector2, UInt32)

    @@ -4302,10 +4302,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PrimReserve(Int32, Int32)

    @@ -4339,10 +4339,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PrimUnreserve(Int32, Int32)

    @@ -4376,10 +4376,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PrimVtx(Vector2, Vector2, UInt32)

    @@ -4418,10 +4418,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PrimWriteIdx(UInt16)

    @@ -4450,10 +4450,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PrimWriteVtx(Vector2, Vector2, UInt32)

    @@ -4492,10 +4492,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PushClipRect(Vector2, Vector2)

    @@ -4529,10 +4529,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PushClipRect(Vector2, Vector2, Boolean)

    @@ -4571,10 +4571,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PushClipRectFullScreen()

    @@ -4586,10 +4586,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PushTextureID(IntPtr)

    @@ -4620,10 +4620,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawList* to ImDrawListPtr)

    @@ -4667,10 +4667,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawListPtr to ImDrawList*)

    @@ -4714,10 +4714,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImDrawListPtr)

    @@ -4774,10 +4774,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawListSplitter.html b/docs/api/ImGuiNET.ImDrawListSplitter.html index a329af2d2..1dc6fc703 100644 --- a/docs/api/ImGuiNET.ImDrawListSplitter.html +++ b/docs/api/ImGuiNET.ImDrawListSplitter.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _Channels

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _Count

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _Current

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawListSplitterPtr.html b/docs/api/ImGuiNET.ImDrawListSplitterPtr.html index bd31abd45..13d660d7b 100644 --- a/docs/api/ImGuiNET.ImDrawListSplitterPtr.html +++ b/docs/api/ImGuiNET.ImDrawListSplitterPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawListSplitterPtr(ImDrawListSplitter*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawListSplitterPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _Channels

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _Count

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _Current

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -294,10 +294,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Clear()

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClearFreeMemory()

    @@ -324,10 +324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -339,10 +339,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Merge(ImDrawListPtr)

    @@ -371,10 +371,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetCurrentChannel(ImDrawListPtr, Int32)

    @@ -408,10 +408,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Split(ImDrawListPtr, Int32)

    @@ -447,10 +447,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawListSplitter* to ImDrawListSplitterPtr)

    @@ -494,10 +494,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawListSplitterPtr to ImDrawListSplitter*)

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImDrawListSplitterPtr)

    @@ -594,10 +594,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawVert.html b/docs/api/ImGuiNET.ImDrawVert.html index a4f8c5abc..5592df302 100644 --- a/docs/api/ImGuiNET.ImDrawVert.html +++ b/docs/api/ImGuiNET.ImDrawVert.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    col

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    pos

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    uv

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/ImGuiNET.ImDrawVertPtr.html b/docs/api/ImGuiNET.ImDrawVertPtr.html index 7e83cbacb..292f5b259 100644 --- a/docs/api/ImGuiNET.ImDrawVertPtr.html +++ b/docs/api/ImGuiNET.ImDrawVertPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawVertPtr(ImDrawVert*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImDrawVertPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    col

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    pos

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    uv

    @@ -294,10 +294,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawVert* to ImDrawVertPtr)

    @@ -341,10 +341,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImDrawVertPtr to ImDrawVert*)

    @@ -388,10 +388,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImDrawVertPtr)

    @@ -441,10 +441,10 @@
    diff --git a/docs/api/ImGuiNET.ImFont.html b/docs/api/ImGuiNET.ImFont.html index 74963d15f..d71aa2582 100644 --- a/docs/api/ImGuiNET.ImFont.html +++ b/docs/api/ImGuiNET.ImFont.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Ascent

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigData

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigDataCount

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ContainerAtlas

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Descent

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DirtyLookupTables

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DotChar

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EllipsisChar

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FallbackChar

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FallbackGlyph

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FallbackHotData

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontSize

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FrequentKerningPairs

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Glyphs

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IndexedHotData

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IndexLookup

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KerningPairs

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MetricsTotalSurface

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Scale

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Used4kPagesMap

    @@ -692,10 +692,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontAtlas.html b/docs/api/ImGuiNET.ImFontAtlas.html index 338e617ad..5c8baf952 100644 --- a/docs/api/ImGuiNET.ImFontAtlas.html +++ b/docs/api/ImGuiNET.ImFontAtlas.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigData

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CustomRects

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontBuilderFlags

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontBuilderIO

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Fonts

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Locked

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PackIdLines

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PackIdMouseCursors

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexDesiredHeight

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexDesiredWidth

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexGlyphPadding

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexHeight

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexPixelsUseColors

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexReady

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Textures

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_0

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_1

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_10

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_11

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_12

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_13

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_14

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_15

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_16

    @@ -831,10 +831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_17

    @@ -860,10 +860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_18

    @@ -889,10 +889,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_19

    @@ -918,10 +918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_2

    @@ -947,10 +947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_20

    @@ -976,10 +976,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_21

    @@ -1005,10 +1005,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_22

    @@ -1034,10 +1034,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_23

    @@ -1063,10 +1063,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_24

    @@ -1092,10 +1092,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_25

    @@ -1121,10 +1121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_26

    @@ -1150,10 +1150,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_27

    @@ -1179,10 +1179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_28

    @@ -1208,10 +1208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_29

    @@ -1237,10 +1237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_3

    @@ -1266,10 +1266,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_30

    @@ -1295,10 +1295,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_31

    @@ -1324,10 +1324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_32

    @@ -1353,10 +1353,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_33

    @@ -1382,10 +1382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_34

    @@ -1411,10 +1411,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_35

    @@ -1440,10 +1440,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_36

    @@ -1469,10 +1469,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_37

    @@ -1498,10 +1498,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_38

    @@ -1527,10 +1527,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_39

    @@ -1556,10 +1556,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_4

    @@ -1585,10 +1585,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_40

    @@ -1614,10 +1614,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_41

    @@ -1643,10 +1643,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_42

    @@ -1672,10 +1672,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_43

    @@ -1701,10 +1701,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_44

    @@ -1730,10 +1730,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_45

    @@ -1759,10 +1759,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_46

    @@ -1788,10 +1788,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_47

    @@ -1817,10 +1817,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_48

    @@ -1846,10 +1846,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_49

    @@ -1875,10 +1875,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_5

    @@ -1904,10 +1904,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_50

    @@ -1933,10 +1933,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_51

    @@ -1962,10 +1962,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_52

    @@ -1991,10 +1991,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_53

    @@ -2020,10 +2020,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_54

    @@ -2049,10 +2049,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_55

    @@ -2078,10 +2078,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_56

    @@ -2107,10 +2107,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_57

    @@ -2136,10 +2136,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_58

    @@ -2165,10 +2165,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_59

    @@ -2194,10 +2194,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_6

    @@ -2223,10 +2223,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_60

    @@ -2252,10 +2252,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_61

    @@ -2281,10 +2281,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_62

    @@ -2310,10 +2310,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_63

    @@ -2339,10 +2339,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_7

    @@ -2368,10 +2368,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_8

    @@ -2397,10 +2397,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines_9

    @@ -2426,10 +2426,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvScale

    @@ -2455,10 +2455,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvWhitePixel

    @@ -2484,10 +2484,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexWidth

    @@ -2519,10 +2519,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontAtlasCustomRect.html b/docs/api/ImGuiNET.ImFontAtlasCustomRect.html index de701e8e7..fa8eaf31c 100644 --- a/docs/api/ImGuiNET.ImFontAtlasCustomRect.html +++ b/docs/api/ImGuiNET.ImFontAtlasCustomRect.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Font

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphAdvanceX

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphID

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphOffset

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Height

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Reserved

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextureIndex

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Width

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y

    @@ -402,10 +402,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontAtlasCustomRectPtr.html b/docs/api/ImGuiNET.ImFontAtlasCustomRectPtr.html index 4010877dd..a03e26534 100644 --- a/docs/api/ImGuiNET.ImFontAtlasCustomRectPtr.html +++ b/docs/api/ImGuiNET.ImFontAtlasCustomRectPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontAtlasCustomRectPtr(ImFontAtlasCustomRect*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontAtlasCustomRectPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Font

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphAdvanceX

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphID

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphOffset

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Height

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Reserved

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextureIndex

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Width

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y

    @@ -504,10 +504,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -519,10 +519,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsPacked()

    @@ -551,10 +551,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontAtlasCustomRect* to ImFontAtlasCustomRectPtr)

    @@ -598,10 +598,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontAtlasCustomRectPtr to ImFontAtlasCustomRect*)

    @@ -645,10 +645,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImFontAtlasCustomRectPtr)

    @@ -698,10 +698,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontAtlasFlags.html b/docs/api/ImGuiNET.ImFontAtlasFlags.html index dd3cc6b0b..c13cf829a 100644 --- a/docs/api/ImGuiNET.ImFontAtlasFlags.html +++ b/docs/api/ImGuiNET.ImFontAtlasFlags.html @@ -122,10 +122,10 @@ public enum ImFontAtlasFlags
    diff --git a/docs/api/ImGuiNET.ImFontAtlasPtr.html b/docs/api/ImGuiNET.ImFontAtlasPtr.html index f7e612566..6b8e9353c 100644 --- a/docs/api/ImGuiNET.ImFontAtlasPtr.html +++ b/docs/api/ImGuiNET.ImFontAtlasPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontAtlasPtr(ImFontAtlas*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontAtlasPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigData

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CustomRects

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontBuilderFlags

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontBuilderIO

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Fonts

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Locked

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PackIdLines

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PackIdMouseCursors

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexDesiredHeight

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexDesiredWidth

    @@ -532,10 +532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexGlyphPadding

    @@ -562,10 +562,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexHeight

    @@ -592,10 +592,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexPixelsUseColors

    @@ -622,10 +622,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexReady

    @@ -652,10 +652,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Textures

    @@ -682,10 +682,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvLines

    @@ -712,10 +712,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvScale

    @@ -742,10 +742,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexUvWhitePixel

    @@ -772,10 +772,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexWidth

    @@ -804,10 +804,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddCustomRectFontGlyph(ImFontPtr, UInt16, Int32, Int32, Single)

    @@ -871,10 +871,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddCustomRectFontGlyph(ImFontPtr, UInt16, Int32, Int32, Single, Vector2)

    @@ -943,10 +943,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddCustomRectRegular(Int32, Int32)

    @@ -995,10 +995,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFont(ImFontConfigPtr)

    @@ -1042,10 +1042,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontDefault()

    @@ -1072,10 +1072,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontDefault(ImFontConfigPtr)

    @@ -1119,10 +1119,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontFromFileTTF(String, Single)

    @@ -1171,10 +1171,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontFromFileTTF(String, Single, ImFontConfigPtr)

    @@ -1228,10 +1228,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontFromFileTTF(String, Single, ImFontConfigPtr, IntPtr)

    @@ -1290,10 +1290,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontFromMemoryCompressedBase85TTF(String, Single)

    @@ -1342,10 +1342,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontFromMemoryCompressedBase85TTF(String, Single, ImFontConfigPtr)

    @@ -1399,10 +1399,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontFromMemoryCompressedBase85TTF(String, Single, ImFontConfigPtr, IntPtr)

    @@ -1461,10 +1461,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontFromMemoryCompressedTTF(IntPtr, Int32, Single)

    @@ -1518,10 +1518,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontFromMemoryCompressedTTF(IntPtr, Int32, Single, ImFontConfigPtr)

    @@ -1580,10 +1580,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontFromMemoryCompressedTTF(IntPtr, Int32, Single, ImFontConfigPtr, IntPtr)

    @@ -1647,10 +1647,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontFromMemoryTTF(IntPtr, Int32, Single)

    @@ -1704,10 +1704,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontFromMemoryTTF(IntPtr, Int32, Single, ImFontConfigPtr)

    @@ -1766,10 +1766,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFontFromMemoryTTF(IntPtr, Int32, Single, ImFontConfigPtr, IntPtr)

    @@ -1833,10 +1833,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Build()

    @@ -1863,10 +1863,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalcCustomRectUV(ImFontAtlasCustomRectPtr, out Vector2, out Vector2)

    @@ -1905,10 +1905,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Clear()

    @@ -1920,10 +1920,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClearFonts()

    @@ -1935,10 +1935,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClearInputData()

    @@ -1950,10 +1950,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClearTexData()

    @@ -1965,10 +1965,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClearTexID(IntPtr)

    @@ -1997,10 +1997,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -2012,10 +2012,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetCustomRectByIndex(Int32)

    @@ -2059,10 +2059,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetGlyphRangesChineseFull()

    @@ -2089,10 +2089,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetGlyphRangesChineseSimplifiedCommon()

    @@ -2119,10 +2119,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetGlyphRangesCyrillic()

    @@ -2149,10 +2149,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetGlyphRangesDefault()

    @@ -2179,10 +2179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetGlyphRangesJapanese()

    @@ -2209,10 +2209,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetGlyphRangesKorean()

    @@ -2239,10 +2239,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetGlyphRangesThai()

    @@ -2269,10 +2269,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetGlyphRangesVietnamese()

    @@ -2299,10 +2299,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetMouseCursorTexData(ImGuiMouseCursor, out Vector2, out Vector2, out Vector2, out Vector2, ref Int32)

    @@ -2371,10 +2371,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTexDataAsAlpha8(Int32, out Byte*, out Int32, out Int32)

    @@ -2418,10 +2418,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTexDataAsAlpha8(Int32, out Byte*, out Int32, out Int32, out Int32)

    @@ -2470,10 +2470,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTexDataAsAlpha8(Int32, out IntPtr, out Int32, out Int32)

    @@ -2517,10 +2517,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTexDataAsAlpha8(Int32, out IntPtr, out Int32, out Int32, out Int32)

    @@ -2569,10 +2569,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTexDataAsRGBA32(Int32, out Byte*, out Int32, out Int32)

    @@ -2616,10 +2616,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTexDataAsRGBA32(Int32, out Byte*, out Int32, out Int32, out Int32)

    @@ -2668,10 +2668,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTexDataAsRGBA32(Int32, out IntPtr, out Int32, out Int32)

    @@ -2715,10 +2715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTexDataAsRGBA32(Int32, out IntPtr, out Int32, out Int32, out Int32)

    @@ -2767,10 +2767,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsBuilt()

    @@ -2797,10 +2797,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetTexID(Int32, IntPtr)

    @@ -2836,10 +2836,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontAtlas* to ImFontAtlasPtr)

    @@ -2883,10 +2883,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontAtlasPtr to ImFontAtlas*)

    @@ -2930,10 +2930,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImFontAtlasPtr)

    @@ -2983,10 +2983,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontAtlasTexture.html b/docs/api/ImGuiNET.ImFontAtlasTexture.html index 8fe39ceb0..509f9a95e 100644 --- a/docs/api/ImGuiNET.ImFontAtlasTexture.html +++ b/docs/api/ImGuiNET.ImFontAtlasTexture.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexID

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexPixelsAlpha8

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexPixelsRGBA32

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontAtlasTexturePtr.html b/docs/api/ImGuiNET.ImFontAtlasTexturePtr.html index 8d59d9e75..dc2cd1d59 100644 --- a/docs/api/ImGuiNET.ImFontAtlasTexturePtr.html +++ b/docs/api/ImGuiNET.ImFontAtlasTexturePtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontAtlasTexturePtr(ImFontAtlasTexture*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontAtlasTexturePtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexID

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexPixelsAlpha8

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TexPixelsRGBA32

    @@ -294,10 +294,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontAtlasTexture* to ImFontAtlasTexturePtr)

    @@ -341,10 +341,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontAtlasTexturePtr to ImFontAtlasTexture*)

    @@ -388,10 +388,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImFontAtlasTexturePtr)

    @@ -441,10 +441,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontConfig.html b/docs/api/ImGuiNET.ImFontConfig.html index 43035fef0..2a5b0b1c3 100644 --- a/docs/api/ImGuiNET.ImFontConfig.html +++ b/docs/api/ImGuiNET.ImFontConfig.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DstFont

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EllipsisChar

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontBuilderFlags

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontData

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontDataOwnedByAtlas

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontDataSize

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontNo

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphExtraSpacing

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphMaxAdvanceX

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphMinAdvanceX

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphOffset

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphRanges

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MergeMode

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OversampleH

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OversampleV

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PixelSnapH

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RasterizerGamma

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RasterizerMultiply

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SizePixels

    @@ -692,10 +692,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontConfigPtr.html b/docs/api/ImGuiNET.ImFontConfigPtr.html index 54230a0ce..9ddda0401 100644 --- a/docs/api/ImGuiNET.ImFontConfigPtr.html +++ b/docs/api/ImGuiNET.ImFontConfigPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontConfigPtr(ImFontConfig*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontConfigPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DstFont

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EllipsisChar

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontBuilderFlags

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontData

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontDataOwnedByAtlas

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontDataSize

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontNo

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphExtraSpacing

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphMaxAdvanceX

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphMinAdvanceX

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphOffset

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GlyphRanges

    @@ -532,10 +532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MergeMode

    @@ -562,10 +562,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Name

    @@ -592,10 +592,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -622,10 +622,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OversampleH

    @@ -652,10 +652,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OversampleV

    @@ -682,10 +682,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PixelSnapH

    @@ -712,10 +712,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RasterizerGamma

    @@ -742,10 +742,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RasterizerMultiply

    @@ -772,10 +772,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SizePixels

    @@ -804,10 +804,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -821,10 +821,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontConfig* to ImFontConfigPtr)

    @@ -868,10 +868,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontConfigPtr to ImFontConfig*)

    @@ -915,10 +915,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImFontConfigPtr)

    @@ -968,10 +968,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontGlyph.html b/docs/api/ImGuiNET.ImFontGlyph.html index 2bb9b9efd..335a413da 100644 --- a/docs/api/ImGuiNET.ImFontGlyph.html +++ b/docs/api/ImGuiNET.ImFontGlyph.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AdvanceX

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Codepoint

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colored

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextureIndex

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    U0

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    U1

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    V0

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    V1

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Visible

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X0

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X1

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y0

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y1

    @@ -489,10 +489,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontGlyphHotData.html b/docs/api/ImGuiNET.ImFontGlyphHotData.html index aff205524..360142353 100644 --- a/docs/api/ImGuiNET.ImFontGlyphHotData.html +++ b/docs/api/ImGuiNET.ImFontGlyphHotData.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AdvanceX

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KerningPairCount

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KerningPairOffset

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KerningPairUseBisect

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OccupiedWidth

    @@ -257,10 +257,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontGlyphHotDataPtr.html b/docs/api/ImGuiNET.ImFontGlyphHotDataPtr.html index 2a569c7f2..c231f574b 100644 --- a/docs/api/ImGuiNET.ImFontGlyphHotDataPtr.html +++ b/docs/api/ImGuiNET.ImFontGlyphHotDataPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontGlyphHotDataPtr(ImFontGlyphHotData*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontGlyphHotDataPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AdvanceX

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KerningPairCount

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KerningPairOffset

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KerningPairUseBisect

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OccupiedWidth

    @@ -354,10 +354,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontGlyphHotData* to ImFontGlyphHotDataPtr)

    @@ -401,10 +401,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontGlyphHotDataPtr to ImFontGlyphHotData*)

    @@ -448,10 +448,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImFontGlyphHotDataPtr)

    @@ -501,10 +501,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontGlyphPtr.html b/docs/api/ImGuiNET.ImFontGlyphPtr.html index 6aa679606..decb7843d 100644 --- a/docs/api/ImGuiNET.ImFontGlyphPtr.html +++ b/docs/api/ImGuiNET.ImFontGlyphPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontGlyphPtr(ImFontGlyph*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontGlyphPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AdvanceX

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Codepoint

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colored

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TextureIndex

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    U0

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    U1

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    V0

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    V1

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Visible

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X0

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X1

    @@ -532,10 +532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y0

    @@ -562,10 +562,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y1

    @@ -594,10 +594,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontGlyph* to ImFontGlyphPtr)

    @@ -641,10 +641,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontGlyphPtr to ImFontGlyph*)

    @@ -688,10 +688,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImFontGlyphPtr)

    @@ -741,10 +741,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontGlyphRangesBuilder.html b/docs/api/ImGuiNET.ImFontGlyphRangesBuilder.html index 4c6098794..5993d389e 100644 --- a/docs/api/ImGuiNET.ImFontGlyphRangesBuilder.html +++ b/docs/api/ImGuiNET.ImFontGlyphRangesBuilder.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UsedChars

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontGlyphRangesBuilderPtr.html b/docs/api/ImGuiNET.ImFontGlyphRangesBuilderPtr.html index 0daa7e6bb..c56315cbd 100644 --- a/docs/api/ImGuiNET.ImFontGlyphRangesBuilderPtr.html +++ b/docs/api/ImGuiNET.ImFontGlyphRangesBuilderPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontGlyphRangesBuilderPtr(ImFontGlyphRangesBuilder*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontGlyphRangesBuilderPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UsedChars

    @@ -234,10 +234,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddChar(UInt16)

    @@ -266,10 +266,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddRanges(IntPtr)

    @@ -298,10 +298,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddText(String)

    @@ -330,10 +330,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BuildRanges(out ImVector)

    @@ -362,10 +362,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Clear()

    @@ -377,10 +377,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -392,10 +392,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetBit(UInt32)

    @@ -439,10 +439,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetBit(UInt32)

    @@ -473,10 +473,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontGlyphRangesBuilder* to ImFontGlyphRangesBuilderPtr)

    @@ -520,10 +520,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontGlyphRangesBuilderPtr to ImFontGlyphRangesBuilder*)

    @@ -567,10 +567,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImFontGlyphRangesBuilderPtr)

    @@ -620,10 +620,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontKerningPair.html b/docs/api/ImGuiNET.ImFontKerningPair.html index dd1b9c7e3..ebb34a909 100644 --- a/docs/api/ImGuiNET.ImFontKerningPair.html +++ b/docs/api/ImGuiNET.ImFontKerningPair.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AdvanceXAdjustment

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Left

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Right

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontKerningPairPtr.html b/docs/api/ImGuiNET.ImFontKerningPairPtr.html index 875d2d6d4..b776f1438 100644 --- a/docs/api/ImGuiNET.ImFontKerningPairPtr.html +++ b/docs/api/ImGuiNET.ImFontKerningPairPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontKerningPairPtr(ImFontKerningPair*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontKerningPairPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AdvanceXAdjustment

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Left

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Right

    @@ -294,10 +294,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontKerningPair* to ImFontKerningPairPtr)

    @@ -341,10 +341,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontKerningPairPtr to ImFontKerningPair*)

    @@ -388,10 +388,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImFontKerningPairPtr)

    @@ -441,10 +441,10 @@
    diff --git a/docs/api/ImGuiNET.ImFontPtr.html b/docs/api/ImGuiNET.ImFontPtr.html index 8588da458..06741275d 100644 --- a/docs/api/ImGuiNET.ImFontPtr.html +++ b/docs/api/ImGuiNET.ImFontPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontPtr(ImFont*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImFontPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Ascent

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigData

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigDataCount

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ContainerAtlas

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Descent

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DirtyLookupTables

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DotChar

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EllipsisChar

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FallbackChar

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FallbackGlyph

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FallbackHotData

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontSize

    @@ -532,10 +532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FrequentKerningPairs

    @@ -562,10 +562,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Glyphs

    @@ -592,10 +592,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IndexedHotData

    @@ -622,10 +622,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IndexLookup

    @@ -652,10 +652,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KerningPairs

    @@ -682,10 +682,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MetricsTotalSurface

    @@ -712,10 +712,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -742,10 +742,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Scale

    @@ -772,10 +772,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Used4kPagesMap

    @@ -804,10 +804,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddGlyph(ImFontConfigPtr, UInt16, Int32, Single, Single, Single, Single, Single, Single, Single, Single, Single)

    @@ -891,10 +891,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddKerningPair(UInt16, UInt16, Single)

    @@ -933,10 +933,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddRemapChar(UInt16, UInt16)

    @@ -970,10 +970,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddRemapChar(UInt16, UInt16, Boolean)

    @@ -1012,10 +1012,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BuildLookupTable()

    @@ -1027,10 +1027,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClearOutputData()

    @@ -1042,10 +1042,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -1057,10 +1057,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FindGlyph(UInt16)

    @@ -1104,10 +1104,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FindGlyphNoFallback(UInt16)

    @@ -1151,10 +1151,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetCharAdvance(UInt16)

    @@ -1198,10 +1198,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetDebugName()

    @@ -1228,10 +1228,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetDistanceAdjustmentForPair(UInt16, UInt16)

    @@ -1280,10 +1280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetDistanceAdjustmentForPairFromHotData(UInt16, ImFontGlyphHotDataPtr)

    @@ -1332,10 +1332,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GrowIndex(Int32)

    @@ -1364,10 +1364,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsLoaded()

    @@ -1394,10 +1394,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderChar(ImDrawListPtr, Single, Vector2, UInt32, UInt16)

    @@ -1446,10 +1446,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetGlyphVisible(UInt16, Boolean)

    @@ -1485,10 +1485,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFont* to ImFontPtr)

    @@ -1532,10 +1532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImFontPtr to ImFont*)

    @@ -1579,10 +1579,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImFontPtr)

    @@ -1632,10 +1632,10 @@
    diff --git a/docs/api/ImGuiNET.ImGui.html b/docs/api/ImGuiNET.ImGui.html index 205996459..9df113178 100644 --- a/docs/api/ImGuiNET.ImGui.html +++ b/docs/api/ImGuiNET.ImGui.html @@ -114,10 +114,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AcceptDragDropPayload(String)

    @@ -161,10 +161,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AcceptDragDropPayload(String, ImGuiDragDropFlags)

    @@ -213,10 +213,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AlignTextToFramePadding()

    @@ -228,10 +228,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ArrowButton(String, ImGuiDir)

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Begin(String)

    @@ -327,10 +327,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Begin(String, ImGuiWindowFlags)

    @@ -379,10 +379,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Begin(String, ref Boolean)

    @@ -431,10 +431,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Begin(String, ref Boolean, ImGuiWindowFlags)

    @@ -488,10 +488,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginChild(String)

    @@ -535,10 +535,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginChild(String, Vector2)

    @@ -587,10 +587,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginChild(String, Vector2, Boolean)

    @@ -644,10 +644,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginChild(String, Vector2, Boolean, ImGuiWindowFlags)

    @@ -706,10 +706,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginChild(UInt32)

    @@ -753,10 +753,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginChild(UInt32, Vector2)

    @@ -805,10 +805,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginChild(UInt32, Vector2, Boolean)

    @@ -862,10 +862,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginChild(UInt32, Vector2, Boolean, ImGuiWindowFlags)

    @@ -924,10 +924,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginChildFrame(UInt32, Vector2)

    @@ -976,10 +976,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginChildFrame(UInt32, Vector2, ImGuiWindowFlags)

    @@ -1033,10 +1033,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginCombo(String, String)

    @@ -1085,10 +1085,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginCombo(String, String, ImGuiComboFlags)

    @@ -1142,10 +1142,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDisabled()

    @@ -1157,10 +1157,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDisabled(Boolean)

    @@ -1189,10 +1189,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDragDropSource()

    @@ -1219,10 +1219,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDragDropSource(ImGuiDragDropFlags)

    @@ -1266,10 +1266,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDragDropTarget()

    @@ -1296,10 +1296,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginGroup()

    @@ -1311,10 +1311,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginListBox(String)

    @@ -1358,10 +1358,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginListBox(String, Vector2)

    @@ -1410,10 +1410,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginMainMenuBar()

    @@ -1440,10 +1440,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginMenu(String)

    @@ -1487,10 +1487,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginMenu(String, Boolean)

    @@ -1539,10 +1539,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginMenuBar()

    @@ -1569,10 +1569,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopup(String)

    @@ -1616,10 +1616,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopup(String, ImGuiWindowFlags)

    @@ -1668,10 +1668,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopupContextItem()

    @@ -1698,10 +1698,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopupContextItem(String)

    @@ -1745,10 +1745,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopupContextItem(String, ImGuiPopupFlags)

    @@ -1797,10 +1797,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopupContextVoid()

    @@ -1827,10 +1827,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopupContextVoid(String)

    @@ -1874,10 +1874,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopupContextVoid(String, ImGuiPopupFlags)

    @@ -1926,10 +1926,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopupContextWindow()

    @@ -1956,10 +1956,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopupContextWindow(String)

    @@ -2003,10 +2003,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopupContextWindow(String, ImGuiPopupFlags)

    @@ -2055,10 +2055,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopupModal(String)

    @@ -2102,10 +2102,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopupModal(String, ref Boolean)

    @@ -2154,10 +2154,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPopupModal(String, ref Boolean, ImGuiWindowFlags)

    @@ -2211,10 +2211,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginTabBar(String)

    @@ -2258,10 +2258,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginTabBar(String, ImGuiTabBarFlags)

    @@ -2310,10 +2310,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginTabItem(String)

    @@ -2357,10 +2357,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginTabItem(String, ref Boolean)

    @@ -2409,10 +2409,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginTabItem(String, ref Boolean, ImGuiTabItemFlags)

    @@ -2466,10 +2466,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginTable(String, Int32)

    @@ -2518,10 +2518,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginTable(String, Int32, ImGuiTableFlags)

    @@ -2575,10 +2575,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginTable(String, Int32, ImGuiTableFlags, Vector2)

    @@ -2637,10 +2637,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginTable(String, Int32, ImGuiTableFlags, Vector2, Single)

    @@ -2704,10 +2704,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginTooltip()

    @@ -2719,10 +2719,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Bullet()

    @@ -2734,10 +2734,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BulletText(String)

    @@ -2766,10 +2766,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Button(String)

    @@ -2813,10 +2813,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Button(String, Vector2)

    @@ -2865,10 +2865,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalcItemWidth()

    @@ -2895,10 +2895,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalcTextSize(String)

    @@ -2942,10 +2942,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalcTextSize(String, Boolean)

    @@ -2994,10 +2994,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalcTextSize(String, Boolean, Single)

    @@ -3051,10 +3051,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalcTextSize(String, Int32)

    @@ -3103,10 +3103,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalcTextSize(String, Int32, Boolean)

    @@ -3160,10 +3160,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalcTextSize(String, Int32, Int32)

    @@ -3217,10 +3217,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalcTextSize(String, Int32, Int32, Boolean)

    @@ -3279,10 +3279,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalcTextSize(String, Int32, Int32, Boolean, Single)

    @@ -3346,10 +3346,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalcTextSize(String, Int32, Int32, Single)

    @@ -3408,10 +3408,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalcTextSize(String, Int32, Single)

    @@ -3465,10 +3465,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CalcTextSize(String, Single)

    @@ -3517,10 +3517,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Checkbox(String, ref Boolean)

    @@ -3569,10 +3569,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CheckboxFlags(String, ref Int32, Int32)

    @@ -3626,10 +3626,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CheckboxFlags(String, ref UInt32, UInt32)

    @@ -3683,10 +3683,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CloseCurrentPopup()

    @@ -3698,10 +3698,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CollapsingHeader(String)

    @@ -3745,10 +3745,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CollapsingHeader(String, ImGuiTreeNodeFlags)

    @@ -3797,10 +3797,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CollapsingHeader(String, ref Boolean)

    @@ -3849,10 +3849,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CollapsingHeader(String, ref Boolean, ImGuiTreeNodeFlags)

    @@ -3906,10 +3906,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorButton(String, Vector4)

    @@ -3958,10 +3958,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorButton(String, Vector4, ImGuiColorEditFlags)

    @@ -4015,10 +4015,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorButton(String, Vector4, ImGuiColorEditFlags, Vector2)

    @@ -4077,10 +4077,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorConvertFloat4ToU32(Vector4)

    @@ -4124,10 +4124,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorConvertHSVtoRGB(Single, Single, Single, out Single, out Single, out Single)

    @@ -4181,10 +4181,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorConvertRGBtoHSV(Single, Single, Single, out Single, out Single, out Single)

    @@ -4238,10 +4238,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorConvertU32ToFloat4(UInt32)

    @@ -4285,10 +4285,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorEdit3(String, ref Vector3)

    @@ -4337,10 +4337,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorEdit3(String, ref Vector3, ImGuiColorEditFlags)

    @@ -4394,10 +4394,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorEdit4(String, ref Vector4)

    @@ -4446,10 +4446,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorEdit4(String, ref Vector4, ImGuiColorEditFlags)

    @@ -4503,10 +4503,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorPicker3(String, ref Vector3)

    @@ -4555,10 +4555,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorPicker3(String, ref Vector3, ImGuiColorEditFlags)

    @@ -4612,10 +4612,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorPicker4(String, ref Vector4)

    @@ -4664,10 +4664,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorPicker4(String, ref Vector4, ImGuiColorEditFlags)

    @@ -4721,10 +4721,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorPicker4(String, ref Vector4, ImGuiColorEditFlags, ref Single)

    @@ -4783,10 +4783,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Columns()

    @@ -4798,10 +4798,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Columns(Int32)

    @@ -4830,10 +4830,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Columns(Int32, String)

    @@ -4867,10 +4867,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Columns(Int32, String, Boolean)

    @@ -4909,10 +4909,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Combo(String, ref Int32, String)

    @@ -4966,10 +4966,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Combo(String, ref Int32, String, Int32)

    @@ -5028,10 +5028,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Combo(String, ref Int32, String[], Int32)

    @@ -5090,10 +5090,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Combo(String, ref Int32, String[], Int32, Int32)

    @@ -5157,10 +5157,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CreateContext()

    @@ -5187,10 +5187,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CreateContext(ImFontAtlasPtr)

    @@ -5234,10 +5234,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DebugCheckVersionAndDataLayout(String, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32)

    @@ -5311,10 +5311,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DebugTextEncoding(String)

    @@ -5343,10 +5343,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DestroyContext()

    @@ -5358,10 +5358,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DestroyContext(IntPtr)

    @@ -5390,10 +5390,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DestroyPlatformWindows()

    @@ -5405,10 +5405,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockSpace(UInt32)

    @@ -5452,10 +5452,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockSpace(UInt32, Vector2)

    @@ -5504,10 +5504,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockSpace(UInt32, Vector2, ImGuiDockNodeFlags)

    @@ -5561,10 +5561,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockSpace(UInt32, Vector2, ImGuiDockNodeFlags, ImGuiWindowClassPtr)

    @@ -5623,10 +5623,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockSpaceOverViewport()

    @@ -5653,10 +5653,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockSpaceOverViewport(ImGuiViewportPtr)

    @@ -5700,10 +5700,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockSpaceOverViewport(ImGuiViewportPtr, ImGuiDockNodeFlags)

    @@ -5752,10 +5752,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockSpaceOverViewport(ImGuiViewportPtr, ImGuiDockNodeFlags, ImGuiWindowClassPtr)

    @@ -5809,10 +5809,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat(String, ref Single)

    @@ -5861,10 +5861,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat(String, ref Single, Single)

    @@ -5918,10 +5918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat(String, ref Single, Single, Single)

    @@ -5980,10 +5980,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat(String, ref Single, Single, Single, Single)

    @@ -6047,10 +6047,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat(String, ref Single, Single, Single, Single, String)

    @@ -6119,10 +6119,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat(String, ref Single, Single, Single, Single, String, ImGuiSliderFlags)

    @@ -6196,10 +6196,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat2(String, ref Vector2)

    @@ -6248,10 +6248,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat2(String, ref Vector2, Single)

    @@ -6305,10 +6305,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat2(String, ref Vector2, Single, Single)

    @@ -6367,10 +6367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat2(String, ref Vector2, Single, Single, Single)

    @@ -6434,10 +6434,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat2(String, ref Vector2, Single, Single, Single, String)

    @@ -6506,10 +6506,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat2(String, ref Vector2, Single, Single, Single, String, ImGuiSliderFlags)

    @@ -6583,10 +6583,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat3(String, ref Vector3)

    @@ -6635,10 +6635,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat3(String, ref Vector3, Single)

    @@ -6692,10 +6692,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat3(String, ref Vector3, Single, Single)

    @@ -6754,10 +6754,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat3(String, ref Vector3, Single, Single, Single)

    @@ -6821,10 +6821,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat3(String, ref Vector3, Single, Single, Single, String)

    @@ -6893,10 +6893,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat3(String, ref Vector3, Single, Single, Single, String, ImGuiSliderFlags)

    @@ -6970,10 +6970,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat4(String, ref Vector4)

    @@ -7022,10 +7022,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat4(String, ref Vector4, Single)

    @@ -7079,10 +7079,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat4(String, ref Vector4, Single, Single)

    @@ -7141,10 +7141,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat4(String, ref Vector4, Single, Single, Single)

    @@ -7208,10 +7208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat4(String, ref Vector4, Single, Single, Single, String)

    @@ -7280,10 +7280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloat4(String, ref Vector4, Single, Single, Single, String, ImGuiSliderFlags)

    @@ -7357,10 +7357,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloatRange2(String, ref Single, ref Single)

    @@ -7414,10 +7414,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloatRange2(String, ref Single, ref Single, Single)

    @@ -7476,10 +7476,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloatRange2(String, ref Single, ref Single, Single, Single)

    @@ -7543,10 +7543,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloatRange2(String, ref Single, ref Single, Single, Single, Single)

    @@ -7615,10 +7615,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloatRange2(String, ref Single, ref Single, Single, Single, Single, String)

    @@ -7692,10 +7692,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloatRange2(String, ref Single, ref Single, Single, Single, Single, String, String)

    @@ -7774,10 +7774,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragFloatRange2(String, ref Single, ref Single, Single, Single, Single, String, String, ImGuiSliderFlags)

    @@ -7861,10 +7861,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt(String, ref Int32)

    @@ -7913,10 +7913,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt(String, ref Int32, Single)

    @@ -7970,10 +7970,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt(String, ref Int32, Single, Int32)

    @@ -8032,10 +8032,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt(String, ref Int32, Single, Int32, Int32)

    @@ -8099,10 +8099,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt(String, ref Int32, Single, Int32, Int32, String)

    @@ -8171,10 +8171,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt(String, ref Int32, Single, Int32, Int32, String, ImGuiSliderFlags)

    @@ -8248,10 +8248,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt2(String, ref Int32)

    @@ -8300,10 +8300,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt2(String, ref Int32, Single)

    @@ -8357,10 +8357,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt2(String, ref Int32, Single, Int32)

    @@ -8419,10 +8419,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt2(String, ref Int32, Single, Int32, Int32)

    @@ -8486,10 +8486,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt2(String, ref Int32, Single, Int32, Int32, String)

    @@ -8558,10 +8558,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt2(String, ref Int32, Single, Int32, Int32, String, ImGuiSliderFlags)

    @@ -8635,10 +8635,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt3(String, ref Int32)

    @@ -8687,10 +8687,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt3(String, ref Int32, Single)

    @@ -8744,10 +8744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt3(String, ref Int32, Single, Int32)

    @@ -8806,10 +8806,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt3(String, ref Int32, Single, Int32, Int32)

    @@ -8873,10 +8873,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt3(String, ref Int32, Single, Int32, Int32, String)

    @@ -8945,10 +8945,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt3(String, ref Int32, Single, Int32, Int32, String, ImGuiSliderFlags)

    @@ -9022,10 +9022,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt4(String, ref Int32)

    @@ -9074,10 +9074,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt4(String, ref Int32, Single)

    @@ -9131,10 +9131,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt4(String, ref Int32, Single, Int32)

    @@ -9193,10 +9193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt4(String, ref Int32, Single, Int32, Int32)

    @@ -9260,10 +9260,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt4(String, ref Int32, Single, Int32, Int32, String)

    @@ -9332,10 +9332,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragInt4(String, ref Int32, Single, Int32, Int32, String, ImGuiSliderFlags)

    @@ -9409,10 +9409,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragIntRange2(String, ref Int32, ref Int32)

    @@ -9466,10 +9466,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragIntRange2(String, ref Int32, ref Int32, Single)

    @@ -9528,10 +9528,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragIntRange2(String, ref Int32, ref Int32, Single, Int32)

    @@ -9595,10 +9595,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragIntRange2(String, ref Int32, ref Int32, Single, Int32, Int32)

    @@ -9667,10 +9667,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragIntRange2(String, ref Int32, ref Int32, Single, Int32, Int32, String)

    @@ -9744,10 +9744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragIntRange2(String, ref Int32, ref Int32, Single, Int32, Int32, String, String)

    @@ -9826,10 +9826,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragIntRange2(String, ref Int32, ref Int32, Single, Int32, Int32, String, String, ImGuiSliderFlags)

    @@ -9913,10 +9913,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragScalar(String, ImGuiDataType, IntPtr)

    @@ -9970,10 +9970,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragScalar(String, ImGuiDataType, IntPtr, Single)

    @@ -10032,10 +10032,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragScalar(String, ImGuiDataType, IntPtr, Single, IntPtr)

    @@ -10099,10 +10099,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragScalar(String, ImGuiDataType, IntPtr, Single, IntPtr, IntPtr)

    @@ -10171,10 +10171,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragScalar(String, ImGuiDataType, IntPtr, Single, IntPtr, IntPtr, String)

    @@ -10248,10 +10248,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragScalar(String, ImGuiDataType, IntPtr, Single, IntPtr, IntPtr, String, ImGuiSliderFlags)

    @@ -10330,10 +10330,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragScalarN(String, ImGuiDataType, IntPtr, Int32)

    @@ -10392,10 +10392,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragScalarN(String, ImGuiDataType, IntPtr, Int32, Single)

    @@ -10459,10 +10459,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragScalarN(String, ImGuiDataType, IntPtr, Int32, Single, IntPtr)

    @@ -10531,10 +10531,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragScalarN(String, ImGuiDataType, IntPtr, Int32, Single, IntPtr, IntPtr)

    @@ -10608,10 +10608,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragScalarN(String, ImGuiDataType, IntPtr, Int32, Single, IntPtr, IntPtr, String)

    @@ -10690,10 +10690,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragScalarN(String, ImGuiDataType, IntPtr, Int32, Single, IntPtr, IntPtr, String, ImGuiSliderFlags)

    @@ -10777,10 +10777,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Dummy(Vector2)

    @@ -10809,10 +10809,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    End()

    @@ -10824,10 +10824,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndChild()

    @@ -10839,10 +10839,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndChildFrame()

    @@ -10854,10 +10854,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndCombo()

    @@ -10869,10 +10869,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndDisabled()

    @@ -10884,10 +10884,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndDragDropSource()

    @@ -10899,10 +10899,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndDragDropTarget()

    @@ -10914,10 +10914,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndFrame()

    @@ -10929,10 +10929,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndGroup()

    @@ -10944,10 +10944,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndListBox()

    @@ -10959,10 +10959,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndMainMenuBar()

    @@ -10974,10 +10974,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndMenu()

    @@ -10989,10 +10989,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndMenuBar()

    @@ -11004,10 +11004,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndPopup()

    @@ -11019,10 +11019,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndTabBar()

    @@ -11034,10 +11034,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndTabItem()

    @@ -11049,10 +11049,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndTable()

    @@ -11064,10 +11064,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndTooltip()

    @@ -11079,10 +11079,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FindViewportByID(UInt32)

    @@ -11126,10 +11126,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FindViewportByPlatformHandle(IntPtr)

    @@ -11173,10 +11173,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetAllocatorFunctions(ref IntPtr, ref IntPtr, ref Void*)

    @@ -11215,10 +11215,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetBackgroundDrawList()

    @@ -11245,10 +11245,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetBackgroundDrawList(ImGuiViewportPtr)

    @@ -11292,10 +11292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetClipboardText()

    @@ -11322,10 +11322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColorU32(ImGuiCol)

    @@ -11369,10 +11369,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColorU32(ImGuiCol, Single)

    @@ -11421,10 +11421,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColorU32(Vector4)

    @@ -11468,10 +11468,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColorU32(UInt32)

    @@ -11515,10 +11515,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColumnIndex()

    @@ -11545,10 +11545,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColumnOffset()

    @@ -11575,10 +11575,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColumnOffset(Int32)

    @@ -11622,10 +11622,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColumnsCount()

    @@ -11652,10 +11652,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColumnWidth()

    @@ -11682,10 +11682,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColumnWidth(Int32)

    @@ -11729,10 +11729,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetContentRegionAvail()

    @@ -11759,10 +11759,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetContentRegionMax()

    @@ -11789,10 +11789,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetCurrentContext()

    @@ -11819,10 +11819,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetCursorPos()

    @@ -11849,10 +11849,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetCursorPosX()

    @@ -11879,10 +11879,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetCursorPosY()

    @@ -11909,10 +11909,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetCursorScreenPos()

    @@ -11939,10 +11939,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetCursorStartPos()

    @@ -11969,10 +11969,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetDragDropPayload()

    @@ -11999,10 +11999,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetDrawData()

    @@ -12029,10 +12029,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetDrawListSharedData()

    @@ -12059,10 +12059,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetFont()

    @@ -12089,10 +12089,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetFontSize()

    @@ -12119,10 +12119,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetFontTexUvWhitePixel()

    @@ -12149,10 +12149,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetForegroundDrawList()

    @@ -12179,10 +12179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetForegroundDrawList(ImGuiViewportPtr)

    @@ -12226,10 +12226,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetFrameCount()

    @@ -12256,10 +12256,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetFrameHeight()

    @@ -12286,10 +12286,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetFrameHeightWithSpacing()

    @@ -12316,10 +12316,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetID(IntPtr)

    @@ -12363,10 +12363,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetID(String)

    @@ -12410,10 +12410,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetIO()

    @@ -12440,10 +12440,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetItemRectMax()

    @@ -12470,10 +12470,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetItemRectMin()

    @@ -12500,10 +12500,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetItemRectSize()

    @@ -12530,10 +12530,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetKeyIndex(ImGuiKey)

    @@ -12577,10 +12577,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetKeyName(ImGuiKey)

    @@ -12624,10 +12624,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetKeyPressedAmount(ImGuiKey, Single, Single)

    @@ -12681,10 +12681,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetMainViewport()

    @@ -12711,10 +12711,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetMouseClickedCount(ImGuiMouseButton)

    @@ -12758,10 +12758,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetMouseCursor()

    @@ -12788,10 +12788,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetMouseDragDelta()

    @@ -12818,10 +12818,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetMouseDragDelta(ImGuiMouseButton)

    @@ -12865,10 +12865,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetMouseDragDelta(ImGuiMouseButton, Single)

    @@ -12917,10 +12917,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetMousePos()

    @@ -12947,10 +12947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetMousePosOnOpeningCurrentPopup()

    @@ -12977,10 +12977,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPlatformIO()

    @@ -13007,10 +13007,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetScrollMaxX()

    @@ -13037,10 +13037,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetScrollMaxY()

    @@ -13067,10 +13067,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetScrollX()

    @@ -13097,10 +13097,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetScrollY()

    @@ -13127,10 +13127,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetStateStorage()

    @@ -13157,10 +13157,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetStyle()

    @@ -13187,10 +13187,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetStyleColorName(ImGuiCol)

    @@ -13234,10 +13234,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetStyleColorVec4(ImGuiCol)

    @@ -13281,10 +13281,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTextLineHeight()

    @@ -13311,10 +13311,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTextLineHeightWithSpacing()

    @@ -13341,10 +13341,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTime()

    @@ -13371,10 +13371,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetTreeNodeToLabelSpacing()

    @@ -13401,10 +13401,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetVersion()

    @@ -13431,10 +13431,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWindowContentRegionMax()

    @@ -13461,10 +13461,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWindowContentRegionMin()

    @@ -13491,10 +13491,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWindowContentRegionWidth()

    @@ -13522,10 +13522,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWindowDockID()

    @@ -13552,10 +13552,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWindowDpiScale()

    @@ -13582,10 +13582,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWindowDrawList()

    @@ -13612,10 +13612,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWindowHeight()

    @@ -13642,10 +13642,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWindowPos()

    @@ -13672,10 +13672,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWindowSize()

    @@ -13702,10 +13702,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWindowViewport()

    @@ -13732,10 +13732,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWindowWidth()

    @@ -13762,10 +13762,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    Image(IntPtr, Vector2)

    @@ -13799,10 +13799,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    Image(IntPtr, Vector2, Vector2)

    @@ -13841,10 +13841,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    Image(IntPtr, Vector2, Vector2, Vector2)

    @@ -13888,10 +13888,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    Image(IntPtr, Vector2, Vector2, Vector2, Vector4)

    @@ -13940,10 +13940,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    Image(IntPtr, Vector2, Vector2, Vector2, Vector4, Vector4)

    @@ -13997,10 +13997,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    ImageButton(IntPtr, Vector2)

    @@ -14049,10 +14049,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    ImageButton(IntPtr, Vector2, Vector2)

    @@ -14106,10 +14106,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    ImageButton(IntPtr, Vector2, Vector2, Vector2)

    @@ -14168,10 +14168,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    ImageButton(IntPtr, Vector2, Vector2, Vector2, Int32)

    @@ -14235,10 +14235,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    ImageButton(IntPtr, Vector2, Vector2, Vector2, Int32, Vector4)

    @@ -14307,10 +14307,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    ImageButton(IntPtr, Vector2, Vector2, Vector2, Int32, Vector4, Vector4)

    @@ -14384,10 +14384,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    Indent()

    @@ -14399,10 +14399,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    Indent(Single)

    @@ -14431,10 +14431,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputDouble(String, ref Double)

    @@ -14483,10 +14483,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputDouble(String, ref Double, Double)

    @@ -14540,10 +14540,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputDouble(String, ref Double, Double, Double)

    @@ -14602,10 +14602,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputDouble(String, ref Double, Double, Double, String)

    @@ -14669,10 +14669,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputDouble(String, ref Double, Double, Double, String, ImGuiInputTextFlags)

    @@ -14741,10 +14741,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat(String, ref Single)

    @@ -14793,10 +14793,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat(String, ref Single, Single)

    @@ -14850,10 +14850,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat(String, ref Single, Single, Single)

    @@ -14912,10 +14912,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat(String, ref Single, Single, Single, String)

    @@ -14979,10 +14979,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat(String, ref Single, Single, Single, String, ImGuiInputTextFlags)

    @@ -15051,10 +15051,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat2(String, ref Vector2)

    @@ -15103,10 +15103,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat2(String, ref Vector2, String)

    @@ -15160,10 +15160,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat2(String, ref Vector2, String, ImGuiInputTextFlags)

    @@ -15222,10 +15222,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat3(String, ref Vector3)

    @@ -15274,10 +15274,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat3(String, ref Vector3, String)

    @@ -15331,10 +15331,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat3(String, ref Vector3, String, ImGuiInputTextFlags)

    @@ -15393,10 +15393,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat4(String, ref Vector4)

    @@ -15445,10 +15445,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat4(String, ref Vector4, String)

    @@ -15502,10 +15502,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputFloat4(String, ref Vector4, String, ImGuiInputTextFlags)

    @@ -15564,10 +15564,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputInt(String, ref Int32)

    @@ -15616,10 +15616,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputInt(String, ref Int32, Int32)

    @@ -15673,10 +15673,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputInt(String, ref Int32, Int32, Int32)

    @@ -15735,10 +15735,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputInt(String, ref Int32, Int32, Int32, ImGuiInputTextFlags)

    @@ -15802,10 +15802,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputInt2(String, ref Int32)

    @@ -15854,10 +15854,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputInt2(String, ref Int32, ImGuiInputTextFlags)

    @@ -15911,10 +15911,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputInt3(String, ref Int32)

    @@ -15963,10 +15963,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputInt3(String, ref Int32, ImGuiInputTextFlags)

    @@ -16020,10 +16020,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputInt4(String, ref Int32)

    @@ -16072,10 +16072,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputInt4(String, ref Int32, ImGuiInputTextFlags)

    @@ -16129,10 +16129,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputScalar(String, ImGuiDataType, IntPtr)

    @@ -16186,10 +16186,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputScalar(String, ImGuiDataType, IntPtr, IntPtr)

    @@ -16248,10 +16248,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputScalar(String, ImGuiDataType, IntPtr, IntPtr, IntPtr)

    @@ -16315,10 +16315,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputScalar(String, ImGuiDataType, IntPtr, IntPtr, IntPtr, String)

    @@ -16387,10 +16387,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputScalar(String, ImGuiDataType, IntPtr, IntPtr, IntPtr, String, ImGuiInputTextFlags)

    @@ -16464,10 +16464,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputScalarN(String, ImGuiDataType, IntPtr, Int32)

    @@ -16526,10 +16526,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr)

    @@ -16593,10 +16593,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr, IntPtr)

    @@ -16665,10 +16665,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr, IntPtr, String)

    @@ -16742,10 +16742,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr, IntPtr, String, ImGuiInputTextFlags)

    @@ -16824,10 +16824,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputText(String, Byte[], UInt32)

    @@ -16881,10 +16881,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputText(String, Byte[], UInt32, ImGuiInputTextFlags)

    @@ -16943,10 +16943,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputText(String, Byte[], UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback)

    @@ -17010,10 +17010,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputText(String, Byte[], UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback, IntPtr)

    @@ -17082,10 +17082,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputText(String, IntPtr, UInt32)

    @@ -17139,10 +17139,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputText(String, IntPtr, UInt32, ImGuiInputTextFlags)

    @@ -17201,10 +17201,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputText(String, IntPtr, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback)

    @@ -17268,10 +17268,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputText(String, IntPtr, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback, IntPtr)

    @@ -17340,10 +17340,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputText(String, ref String, UInt32)

    @@ -17397,10 +17397,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputText(String, ref String, UInt32, ImGuiInputTextFlags)

    @@ -17459,10 +17459,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputText(String, ref String, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback)

    @@ -17526,10 +17526,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputText(String, ref String, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback, IntPtr)

    @@ -17598,10 +17598,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputTextMultiline(String, ref String, UInt32, Vector2)

    @@ -17660,10 +17660,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputTextMultiline(String, ref String, UInt32, Vector2, ImGuiInputTextFlags)

    @@ -17727,10 +17727,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputTextMultiline(String, ref String, UInt32, Vector2, ImGuiInputTextFlags, ImGuiInputTextCallback)

    @@ -17799,10 +17799,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputTextMultiline(String, ref String, UInt32, Vector2, ImGuiInputTextFlags, ImGuiInputTextCallback, IntPtr)

    @@ -17876,10 +17876,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputTextWithHint(String, String, ref String, UInt32)

    @@ -17938,10 +17938,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputTextWithHint(String, String, ref String, UInt32, ImGuiInputTextFlags)

    @@ -18005,10 +18005,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputTextWithHint(String, String, ref String, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback)

    @@ -18077,10 +18077,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InputTextWithHint(String, String, ref String, UInt32, ImGuiInputTextFlags, ImGuiInputTextCallback, IntPtr)

    @@ -18154,10 +18154,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InvisibleButton(String, Vector2)

    @@ -18206,10 +18206,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    InvisibleButton(String, Vector2, ImGuiButtonFlags)

    @@ -18263,10 +18263,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsAnyItemActive()

    @@ -18293,10 +18293,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsAnyItemFocused()

    @@ -18323,10 +18323,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsAnyItemHovered()

    @@ -18353,10 +18353,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsAnyMouseDown()

    @@ -18383,10 +18383,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsItemActivated()

    @@ -18413,10 +18413,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsItemActive()

    @@ -18443,10 +18443,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsItemClicked()

    @@ -18473,10 +18473,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsItemClicked(ImGuiMouseButton)

    @@ -18520,10 +18520,10 @@ public static float GetWindowContentRegionWidth() | - Improve this Doc + Improve this Doc - View Source + View Source

    IsItemClicked(Int32)

    @@ -18568,10 +18568,10 @@ public static bool IsItemClicked(int mouse_button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsItemDeactivated()

    @@ -18598,10 +18598,10 @@ public static bool IsItemClicked(int mouse_button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsItemDeactivatedAfterEdit()

    @@ -18628,10 +18628,10 @@ public static bool IsItemClicked(int mouse_button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsItemEdited()

    @@ -18658,10 +18658,10 @@ public static bool IsItemClicked(int mouse_button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsItemFocused()

    @@ -18688,10 +18688,10 @@ public static bool IsItemClicked(int mouse_button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsItemHovered()

    @@ -18718,10 +18718,10 @@ public static bool IsItemClicked(int mouse_button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsItemHovered(ImGuiHoveredFlags)

    @@ -18765,10 +18765,10 @@ public static bool IsItemClicked(int mouse_button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsItemToggledOpen()

    @@ -18795,10 +18795,10 @@ public static bool IsItemClicked(int mouse_button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsItemVisible()

    @@ -18825,10 +18825,10 @@ public static bool IsItemClicked(int mouse_button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsKeyDown(ImGuiKey)

    @@ -18872,10 +18872,10 @@ public static bool IsItemClicked(int mouse_button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsKeyDown(Int32)

    @@ -18920,10 +18920,10 @@ public static bool IsKeyDown(int key) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsKeyPressed(ImGuiKey)

    @@ -18967,10 +18967,10 @@ public static bool IsKeyDown(int key) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsKeyPressed(ImGuiKey, Boolean)

    @@ -19019,10 +19019,10 @@ public static bool IsKeyDown(int key) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsKeyPressed(Int32)

    @@ -19067,10 +19067,10 @@ public static bool IsKeyPressed(int key) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsKeyPressed(Int32, Boolean)

    @@ -19120,10 +19120,10 @@ public static bool IsKeyPressed(int key, bool repeat) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsKeyReleased(ImGuiKey)

    @@ -19167,10 +19167,10 @@ public static bool IsKeyPressed(int key, bool repeat) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsKeyReleased(Int32)

    @@ -19215,10 +19215,10 @@ public static bool IsKeyReleased(int key) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseClicked(ImGuiMouseButton)

    @@ -19262,10 +19262,10 @@ public static bool IsKeyReleased(int key) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseClicked(ImGuiMouseButton, Boolean)

    @@ -19314,10 +19314,10 @@ public static bool IsKeyReleased(int key) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseClicked(Int32)

    @@ -19362,10 +19362,10 @@ public static bool IsMouseClicked(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseClicked(Int32, Boolean)

    @@ -19415,10 +19415,10 @@ public static bool IsMouseClicked(int button, bool repeat) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseDoubleClicked(ImGuiMouseButton)

    @@ -19462,10 +19462,10 @@ public static bool IsMouseClicked(int button, bool repeat) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseDoubleClicked(Int32)

    @@ -19510,10 +19510,10 @@ public static bool IsMouseDoubleClicked(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseDown(ImGuiMouseButton)

    @@ -19557,10 +19557,10 @@ public static bool IsMouseDoubleClicked(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseDown(Int32)

    @@ -19605,10 +19605,10 @@ public static bool IsMouseDown(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseDragging(ImGuiMouseButton)

    @@ -19652,10 +19652,10 @@ public static bool IsMouseDown(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseDragging(ImGuiMouseButton, Single)

    @@ -19704,10 +19704,10 @@ public static bool IsMouseDown(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseDragging(Int32)

    @@ -19752,10 +19752,10 @@ public static bool IsMouseDragging(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseDragging(Int32, Single)

    @@ -19805,10 +19805,10 @@ public static bool IsMouseDragging(int button, float lock_threshold) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseHoveringRect(Vector2, Vector2)

    @@ -19857,10 +19857,10 @@ public static bool IsMouseDragging(int button, float lock_threshold) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseHoveringRect(Vector2, Vector2, Boolean)

    @@ -19914,10 +19914,10 @@ public static bool IsMouseDragging(int button, float lock_threshold) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMousePosValid()

    @@ -19944,10 +19944,10 @@ public static bool IsMouseDragging(int button, float lock_threshold) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMousePosValid(ref Vector2)

    @@ -19991,10 +19991,10 @@ public static bool IsMouseDragging(int button, float lock_threshold) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseReleased(ImGuiMouseButton)

    @@ -20038,10 +20038,10 @@ public static bool IsMouseDragging(int button, float lock_threshold) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsMouseReleased(Int32)

    @@ -20086,10 +20086,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsPopupOpen(String)

    @@ -20133,10 +20133,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsPopupOpen(String, ImGuiPopupFlags)

    @@ -20185,10 +20185,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsRectVisible(Vector2)

    @@ -20232,10 +20232,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsRectVisible(Vector2, Vector2)

    @@ -20284,10 +20284,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsWindowAppearing()

    @@ -20314,10 +20314,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsWindowCollapsed()

    @@ -20344,10 +20344,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsWindowDocked()

    @@ -20374,10 +20374,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsWindowFocused()

    @@ -20404,10 +20404,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsWindowFocused(ImGuiFocusedFlags)

    @@ -20451,10 +20451,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsWindowHovered()

    @@ -20481,10 +20481,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    IsWindowHovered(ImGuiHoveredFlags)

    @@ -20528,10 +20528,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LabelText(String, String)

    @@ -20565,10 +20565,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ListBox(String, ref Int32, String[], Int32)

    @@ -20627,10 +20627,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ListBox(String, ref Int32, String[], Int32, Int32)

    @@ -20694,10 +20694,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LoadIniSettingsFromDisk(String)

    @@ -20726,10 +20726,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LoadIniSettingsFromMemory(String)

    @@ -20758,10 +20758,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LoadIniSettingsFromMemory(String, UInt32)

    @@ -20795,10 +20795,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LogButtons()

    @@ -20810,10 +20810,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LogFinish()

    @@ -20825,10 +20825,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LogText(String)

    @@ -20857,10 +20857,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LogToClipboard()

    @@ -20872,10 +20872,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LogToClipboard(Int32)

    @@ -20904,10 +20904,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LogToFile()

    @@ -20919,10 +20919,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LogToFile(Int32)

    @@ -20951,10 +20951,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LogToFile(Int32, String)

    @@ -20988,10 +20988,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LogToTTY()

    @@ -21003,10 +21003,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    LogToTTY(Int32)

    @@ -21035,10 +21035,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    MemAlloc(UInt32)

    @@ -21082,10 +21082,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    MemFree(IntPtr)

    @@ -21114,10 +21114,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    MenuItem(String)

    @@ -21161,10 +21161,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    MenuItem(String, Boolean)

    @@ -21213,10 +21213,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    MenuItem(String, String)

    @@ -21265,10 +21265,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    MenuItem(String, String, Boolean)

    @@ -21322,10 +21322,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    MenuItem(String, String, Boolean, Boolean)

    @@ -21384,10 +21384,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    MenuItem(String, String, ref Boolean)

    @@ -21441,10 +21441,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    MenuItem(String, String, ref Boolean, Boolean)

    @@ -21503,10 +21503,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    NewFrame()

    @@ -21518,10 +21518,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    NewLine()

    @@ -21533,10 +21533,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    NextColumn()

    @@ -21548,10 +21548,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    OpenPopup(String)

    @@ -21580,10 +21580,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    OpenPopup(String, ImGuiPopupFlags)

    @@ -21617,10 +21617,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    OpenPopup(UInt32)

    @@ -21649,10 +21649,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    OpenPopup(UInt32, ImGuiPopupFlags)

    @@ -21686,10 +21686,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    OpenPopupOnItemClick()

    @@ -21701,10 +21701,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    OpenPopupOnItemClick(String)

    @@ -21733,10 +21733,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    OpenPopupOnItemClick(String, ImGuiPopupFlags)

    @@ -21770,10 +21770,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Single, Int32)

    @@ -21812,10 +21812,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Single, Int32, Int32)

    @@ -21859,10 +21859,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Single, Int32, Int32, String)

    @@ -21911,10 +21911,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Single, Int32, Int32, String, Single)

    @@ -21968,10 +21968,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Single, Int32, Int32, String, Single, Single)

    @@ -22030,10 +22030,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Single, Int32, Int32, String, Single, Single, Vector2)

    @@ -22097,10 +22097,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Single, Int32, Int32, String, Single, Single, Vector2, Int32)

    @@ -22169,10 +22169,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLines(String, ref Single, Int32)

    @@ -22211,10 +22211,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLines(String, ref Single, Int32, Int32)

    @@ -22258,10 +22258,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLines(String, ref Single, Int32, Int32, String)

    @@ -22310,10 +22310,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLines(String, ref Single, Int32, Int32, String, Single)

    @@ -22367,10 +22367,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLines(String, ref Single, Int32, Int32, String, Single, Single)

    @@ -22429,10 +22429,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLines(String, ref Single, Int32, Int32, String, Single, Single, Vector2)

    @@ -22496,10 +22496,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLines(String, ref Single, Int32, Int32, String, Single, Single, Vector2, Int32)

    @@ -22568,10 +22568,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PopAllowKeyboardFocus()

    @@ -22583,10 +22583,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PopButtonRepeat()

    @@ -22598,10 +22598,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PopClipRect()

    @@ -22613,10 +22613,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PopFont()

    @@ -22628,10 +22628,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PopID()

    @@ -22643,10 +22643,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PopItemWidth()

    @@ -22658,10 +22658,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PopStyleColor()

    @@ -22673,10 +22673,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PopStyleColor(Int32)

    @@ -22705,10 +22705,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PopStyleVar()

    @@ -22720,10 +22720,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PopStyleVar(Int32)

    @@ -22752,10 +22752,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PopTextWrapPos()

    @@ -22767,10 +22767,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ProgressBar(Single)

    @@ -22799,10 +22799,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ProgressBar(Single, Vector2)

    @@ -22836,10 +22836,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ProgressBar(Single, Vector2, String)

    @@ -22878,10 +22878,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushAllowKeyboardFocus(Boolean)

    @@ -22910,10 +22910,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushButtonRepeat(Boolean)

    @@ -22942,10 +22942,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushClipRect(Vector2, Vector2, Boolean)

    @@ -22984,10 +22984,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushFont(ImFontPtr)

    @@ -23016,10 +23016,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushID(Int32)

    @@ -23048,10 +23048,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushID(IntPtr)

    @@ -23080,10 +23080,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushID(String)

    @@ -23112,10 +23112,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushItemWidth(Single)

    @@ -23144,10 +23144,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushStyleColor(ImGuiCol, Vector4)

    @@ -23181,10 +23181,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushStyleColor(ImGuiCol, UInt32)

    @@ -23218,10 +23218,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushStyleVar(ImGuiStyleVar, Vector2)

    @@ -23255,10 +23255,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushStyleVar(ImGuiStyleVar, Single)

    @@ -23292,10 +23292,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushTextWrapPos()

    @@ -23307,10 +23307,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    PushTextWrapPos(Single)

    @@ -23339,10 +23339,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    RadioButton(String, Boolean)

    @@ -23391,10 +23391,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    RadioButton(String, ref Int32, Int32)

    @@ -23448,10 +23448,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Render()

    @@ -23463,10 +23463,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderPlatformWindowsDefault()

    @@ -23478,10 +23478,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderPlatformWindowsDefault(IntPtr)

    @@ -23510,10 +23510,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    RenderPlatformWindowsDefault(IntPtr, IntPtr)

    @@ -23547,10 +23547,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ResetMouseDragDelta()

    @@ -23562,10 +23562,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ResetMouseDragDelta(ImGuiMouseButton)

    @@ -23594,10 +23594,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SameLine()

    @@ -23609,10 +23609,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SameLine(Single)

    @@ -23641,10 +23641,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SameLine(Single, Single)

    @@ -23678,10 +23678,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SaveIniSettingsToDisk(String)

    @@ -23710,10 +23710,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SaveIniSettingsToMemory()

    @@ -23740,10 +23740,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SaveIniSettingsToMemory(out UInt32)

    @@ -23787,10 +23787,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Selectable(String)

    @@ -23834,10 +23834,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Selectable(String, Boolean)

    @@ -23886,10 +23886,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Selectable(String, Boolean, ImGuiSelectableFlags)

    @@ -23943,10 +23943,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Selectable(String, Boolean, ImGuiSelectableFlags, Vector2)

    @@ -24005,10 +24005,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Selectable(String, ref Boolean)

    @@ -24057,10 +24057,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Selectable(String, ref Boolean, ImGuiSelectableFlags)

    @@ -24114,10 +24114,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Selectable(String, ref Boolean, ImGuiSelectableFlags, Vector2)

    @@ -24176,10 +24176,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Separator()

    @@ -24191,10 +24191,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetAllocatorFunctions(IntPtr, IntPtr)

    @@ -24228,10 +24228,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetAllocatorFunctions(IntPtr, IntPtr, IntPtr)

    @@ -24270,10 +24270,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetClipboardText(String)

    @@ -24302,10 +24302,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetColorEditOptions(ImGuiColorEditFlags)

    @@ -24334,10 +24334,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetColumnOffset(Int32, Single)

    @@ -24371,10 +24371,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetColumnWidth(Int32, Single)

    @@ -24408,10 +24408,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetCurrentContext(IntPtr)

    @@ -24440,10 +24440,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetCursorPos(Vector2)

    @@ -24472,10 +24472,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetCursorPosX(Single)

    @@ -24504,10 +24504,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetCursorPosY(Single)

    @@ -24536,10 +24536,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetCursorScreenPos(Vector2)

    @@ -24568,10 +24568,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetDragDropPayload(String, IntPtr, UInt32)

    @@ -24625,10 +24625,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetDragDropPayload(String, IntPtr, UInt32, ImGuiCond)

    @@ -24687,10 +24687,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetItemAllowOverlap()

    @@ -24702,10 +24702,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetItemDefaultFocus()

    @@ -24717,10 +24717,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetKeyboardFocusHere()

    @@ -24732,10 +24732,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetKeyboardFocusHere(Int32)

    @@ -24764,10 +24764,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetMouseCursor(ImGuiMouseCursor)

    @@ -24796,10 +24796,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextFrameWantCaptureKeyboard(Boolean)

    @@ -24828,10 +24828,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextFrameWantCaptureMouse(Boolean)

    @@ -24860,10 +24860,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextItemOpen(Boolean)

    @@ -24892,10 +24892,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextItemOpen(Boolean, ImGuiCond)

    @@ -24929,10 +24929,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextItemWidth(Single)

    @@ -24961,10 +24961,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowBgAlpha(Single)

    @@ -24993,10 +24993,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowClass(ImGuiWindowClassPtr)

    @@ -25025,10 +25025,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowCollapsed(Boolean)

    @@ -25057,10 +25057,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowCollapsed(Boolean, ImGuiCond)

    @@ -25094,10 +25094,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowContentSize(Vector2)

    @@ -25126,10 +25126,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowDockID(UInt32)

    @@ -25158,10 +25158,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowDockID(UInt32, ImGuiCond)

    @@ -25195,10 +25195,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowFocus()

    @@ -25210,10 +25210,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowPos(Vector2)

    @@ -25242,10 +25242,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowPos(Vector2, ImGuiCond)

    @@ -25279,10 +25279,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowPos(Vector2, ImGuiCond, Vector2)

    @@ -25321,10 +25321,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowSize(Vector2)

    @@ -25353,10 +25353,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowSize(Vector2, ImGuiCond)

    @@ -25390,10 +25390,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowSizeConstraints(Vector2, Vector2)

    @@ -25427,10 +25427,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowSizeConstraints(Vector2, Vector2, ImGuiSizeCallback)

    @@ -25469,10 +25469,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowSizeConstraints(Vector2, Vector2, ImGuiSizeCallback, IntPtr)

    @@ -25516,10 +25516,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextWindowViewport(UInt32)

    @@ -25548,10 +25548,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetScrollFromPosX(Single)

    @@ -25580,10 +25580,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetScrollFromPosX(Single, Single)

    @@ -25617,10 +25617,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetScrollFromPosY(Single)

    @@ -25649,10 +25649,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetScrollFromPosY(Single, Single)

    @@ -25686,10 +25686,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetScrollHereX()

    @@ -25701,10 +25701,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetScrollHereX(Single)

    @@ -25733,10 +25733,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetScrollHereY()

    @@ -25748,10 +25748,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetScrollHereY(Single)

    @@ -25780,10 +25780,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetScrollX(Single)

    @@ -25812,10 +25812,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetScrollY(Single)

    @@ -25844,10 +25844,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetStateStorage(ImGuiStoragePtr)

    @@ -25876,10 +25876,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetTabItemClosed(String)

    @@ -25908,10 +25908,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetTooltip(String)

    @@ -25940,10 +25940,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowCollapsed(Boolean)

    @@ -25972,10 +25972,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowCollapsed(Boolean, ImGuiCond)

    @@ -26009,10 +26009,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowCollapsed(String, Boolean)

    @@ -26046,10 +26046,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowCollapsed(String, Boolean, ImGuiCond)

    @@ -26088,10 +26088,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowFocus()

    @@ -26103,10 +26103,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowFocus(String)

    @@ -26135,10 +26135,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowFontScale(Single)

    @@ -26167,10 +26167,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowPos(Vector2)

    @@ -26199,10 +26199,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowPos(Vector2, ImGuiCond)

    @@ -26236,10 +26236,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowPos(String, Vector2)

    @@ -26273,10 +26273,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowPos(String, Vector2, ImGuiCond)

    @@ -26315,10 +26315,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowSize(Vector2)

    @@ -26347,10 +26347,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowSize(Vector2, ImGuiCond)

    @@ -26384,10 +26384,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowSize(String, Vector2)

    @@ -26421,10 +26421,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SetWindowSize(String, Vector2, ImGuiCond)

    @@ -26463,10 +26463,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowAboutWindow()

    @@ -26478,10 +26478,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowAboutWindow(ref Boolean)

    @@ -26510,10 +26510,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowDebugLogWindow()

    @@ -26525,10 +26525,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowDebugLogWindow(ref Boolean)

    @@ -26557,10 +26557,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowDemoWindow()

    @@ -26572,10 +26572,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowDemoWindow(ref Boolean)

    @@ -26604,10 +26604,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowFontSelector(String)

    @@ -26636,10 +26636,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowMetricsWindow()

    @@ -26651,10 +26651,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowMetricsWindow(ref Boolean)

    @@ -26683,10 +26683,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowStackToolWindow()

    @@ -26698,10 +26698,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowStackToolWindow(ref Boolean)

    @@ -26730,10 +26730,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowStyleEditor()

    @@ -26745,10 +26745,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowStyleEditor(ImGuiStylePtr)

    @@ -26777,10 +26777,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowStyleSelector(String)

    @@ -26824,10 +26824,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowUserGuide()

    @@ -26839,10 +26839,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderAngle(String, ref Single)

    @@ -26891,10 +26891,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderAngle(String, ref Single, Single)

    @@ -26948,10 +26948,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderAngle(String, ref Single, Single, Single)

    @@ -27010,10 +27010,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderAngle(String, ref Single, Single, Single, String)

    @@ -27077,10 +27077,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderAngle(String, ref Single, Single, Single, String, ImGuiSliderFlags)

    @@ -27149,10 +27149,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderFloat(String, ref Single, Single, Single)

    @@ -27211,10 +27211,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderFloat(String, ref Single, Single, Single, String)

    @@ -27278,10 +27278,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderFloat(String, ref Single, Single, Single, String, ImGuiSliderFlags)

    @@ -27350,10 +27350,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderFloat2(String, ref Vector2, Single, Single)

    @@ -27412,10 +27412,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderFloat2(String, ref Vector2, Single, Single, String)

    @@ -27479,10 +27479,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderFloat2(String, ref Vector2, Single, Single, String, ImGuiSliderFlags)

    @@ -27551,10 +27551,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderFloat3(String, ref Vector3, Single, Single)

    @@ -27613,10 +27613,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderFloat3(String, ref Vector3, Single, Single, String)

    @@ -27680,10 +27680,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderFloat3(String, ref Vector3, Single, Single, String, ImGuiSliderFlags)

    @@ -27752,10 +27752,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderFloat4(String, ref Vector4, Single, Single)

    @@ -27814,10 +27814,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderFloat4(String, ref Vector4, Single, Single, String)

    @@ -27881,10 +27881,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderFloat4(String, ref Vector4, Single, Single, String, ImGuiSliderFlags)

    @@ -27953,10 +27953,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderInt(String, ref Int32, Int32, Int32)

    @@ -28015,10 +28015,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderInt(String, ref Int32, Int32, Int32, String)

    @@ -28082,10 +28082,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderInt(String, ref Int32, Int32, Int32, String, ImGuiSliderFlags)

    @@ -28154,10 +28154,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderInt2(String, ref Int32, Int32, Int32)

    @@ -28216,10 +28216,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderInt2(String, ref Int32, Int32, Int32, String)

    @@ -28283,10 +28283,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderInt2(String, ref Int32, Int32, Int32, String, ImGuiSliderFlags)

    @@ -28355,10 +28355,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderInt3(String, ref Int32, Int32, Int32)

    @@ -28417,10 +28417,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderInt3(String, ref Int32, Int32, Int32, String)

    @@ -28484,10 +28484,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderInt3(String, ref Int32, Int32, Int32, String, ImGuiSliderFlags)

    @@ -28556,10 +28556,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderInt4(String, ref Int32, Int32, Int32)

    @@ -28618,10 +28618,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderInt4(String, ref Int32, Int32, Int32, String)

    @@ -28685,10 +28685,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderInt4(String, ref Int32, Int32, Int32, String, ImGuiSliderFlags)

    @@ -28757,10 +28757,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderScalar(String, ImGuiDataType, IntPtr, IntPtr, IntPtr)

    @@ -28824,10 +28824,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderScalar(String, ImGuiDataType, IntPtr, IntPtr, IntPtr, String)

    @@ -28896,10 +28896,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderScalar(String, ImGuiDataType, IntPtr, IntPtr, IntPtr, String, ImGuiSliderFlags)

    @@ -28973,10 +28973,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr, IntPtr)

    @@ -29045,10 +29045,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr, IntPtr, String)

    @@ -29122,10 +29122,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SliderScalarN(String, ImGuiDataType, IntPtr, Int32, IntPtr, IntPtr, String, ImGuiSliderFlags)

    @@ -29204,10 +29204,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    SmallButton(String)

    @@ -29251,10 +29251,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Spacing()

    @@ -29266,10 +29266,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsClassic()

    @@ -29281,10 +29281,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsClassic(ImGuiStylePtr)

    @@ -29313,10 +29313,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsDark()

    @@ -29328,10 +29328,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsDark(ImGuiStylePtr)

    @@ -29360,10 +29360,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsLight()

    @@ -29375,10 +29375,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsLight(ImGuiStylePtr)

    @@ -29407,10 +29407,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TabItemButton(String)

    @@ -29454,10 +29454,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TabItemButton(String, ImGuiTabItemFlags)

    @@ -29506,10 +29506,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableGetColumnCount()

    @@ -29536,10 +29536,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableGetColumnFlags()

    @@ -29566,10 +29566,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableGetColumnFlags(Int32)

    @@ -29613,10 +29613,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableGetColumnIndex()

    @@ -29643,10 +29643,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableGetColumnName()

    @@ -29673,10 +29673,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableGetColumnName(Int32)

    @@ -29720,10 +29720,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableGetRowIndex()

    @@ -29750,10 +29750,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableGetSortSpecs()

    @@ -29780,10 +29780,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableHeader(String)

    @@ -29812,10 +29812,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableHeadersRow()

    @@ -29827,10 +29827,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableNextColumn()

    @@ -29857,10 +29857,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableNextRow()

    @@ -29872,10 +29872,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableNextRow(ImGuiTableRowFlags)

    @@ -29904,10 +29904,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableNextRow(ImGuiTableRowFlags, Single)

    @@ -29941,10 +29941,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableSetBgColor(ImGuiTableBgTarget, UInt32)

    @@ -29978,10 +29978,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableSetBgColor(ImGuiTableBgTarget, UInt32, Int32)

    @@ -30020,10 +30020,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableSetColumnEnabled(Int32, Boolean)

    @@ -30057,10 +30057,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableSetColumnIndex(Int32)

    @@ -30104,10 +30104,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableSetupColumn(String)

    @@ -30136,10 +30136,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableSetupColumn(String, ImGuiTableColumnFlags)

    @@ -30173,10 +30173,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableSetupColumn(String, ImGuiTableColumnFlags, Single)

    @@ -30215,10 +30215,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableSetupColumn(String, ImGuiTableColumnFlags, Single, UInt32)

    @@ -30262,10 +30262,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TableSetupScrollFreeze(Int32, Int32)

    @@ -30299,10 +30299,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Text(String)

    @@ -30331,10 +30331,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TextColored(Vector4, String)

    @@ -30368,10 +30368,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TextDisabled(String)

    @@ -30400,10 +30400,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TextUnformatted(String)

    @@ -30432,10 +30432,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TextWrapped(String)

    @@ -30464,10 +30464,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TreeNode(IntPtr, String)

    @@ -30516,10 +30516,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TreeNode(String)

    @@ -30563,10 +30563,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TreeNode(String, String)

    @@ -30615,10 +30615,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TreeNodeEx(IntPtr, ImGuiTreeNodeFlags, String)

    @@ -30672,10 +30672,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TreeNodeEx(String)

    @@ -30719,10 +30719,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TreeNodeEx(String, ImGuiTreeNodeFlags)

    @@ -30771,10 +30771,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TreeNodeEx(String, ImGuiTreeNodeFlags, String)

    @@ -30828,10 +30828,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TreePop()

    @@ -30843,10 +30843,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TreePush()

    @@ -30858,10 +30858,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TreePush(IntPtr)

    @@ -30890,10 +30890,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    TreePush(String)

    @@ -30922,10 +30922,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Unindent()

    @@ -30937,10 +30937,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Unindent(Single)

    @@ -30969,10 +30969,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    UpdatePlatformWindows()

    @@ -30984,10 +30984,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Value(String, Boolean)

    @@ -31021,10 +31021,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Value(String, Int32)

    @@ -31058,10 +31058,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Value(String, Single)

    @@ -31095,10 +31095,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Value(String, Single, String)

    @@ -31137,10 +31137,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    Value(String, UInt32)

    @@ -31174,10 +31174,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    VSliderFloat(String, Vector2, ref Single, Single, Single)

    @@ -31241,10 +31241,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    VSliderFloat(String, Vector2, ref Single, Single, Single, String)

    @@ -31313,10 +31313,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    VSliderFloat(String, Vector2, ref Single, Single, Single, String, ImGuiSliderFlags)

    @@ -31390,10 +31390,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    VSliderInt(String, Vector2, ref Int32, Int32, Int32)

    @@ -31457,10 +31457,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    VSliderInt(String, Vector2, ref Int32, Int32, Int32, String)

    @@ -31529,10 +31529,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    VSliderInt(String, Vector2, ref Int32, Int32, Int32, String, ImGuiSliderFlags)

    @@ -31606,10 +31606,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    VSliderScalar(String, Vector2, ImGuiDataType, IntPtr, IntPtr, IntPtr)

    @@ -31678,10 +31678,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    VSliderScalar(String, Vector2, ImGuiDataType, IntPtr, IntPtr, IntPtr, String)

    @@ -31755,10 +31755,10 @@ public static bool IsMouseReleased(int button) | - Improve this Doc + Improve this Doc - View Source + View Source

    VSliderScalar(String, Vector2, ImGuiDataType, IntPtr, IntPtr, IntPtr, String, ImGuiSliderFlags)

    @@ -31843,10 +31843,10 @@ public static bool IsMouseReleased(int button)
    diff --git a/docs/api/ImGuiNET.ImGuiBackendFlags.html b/docs/api/ImGuiNET.ImGuiBackendFlags.html index 4140af42c..38735ed7e 100644 --- a/docs/api/ImGuiNET.ImGuiBackendFlags.html +++ b/docs/api/ImGuiNET.ImGuiBackendFlags.html @@ -138,10 +138,10 @@ public enum ImGuiBackendFlags
    diff --git a/docs/api/ImGuiNET.ImGuiButtonFlags.html b/docs/api/ImGuiNET.ImGuiButtonFlags.html index 27beb8dfc..787449a82 100644 --- a/docs/api/ImGuiNET.ImGuiButtonFlags.html +++ b/docs/api/ImGuiNET.ImGuiButtonFlags.html @@ -130,10 +130,10 @@ public enum ImGuiButtonFlags
    diff --git a/docs/api/ImGuiNET.ImGuiCol.html b/docs/api/ImGuiNET.ImGuiCol.html index 5a89d90c5..14b03c32c 100644 --- a/docs/api/ImGuiNET.ImGuiCol.html +++ b/docs/api/ImGuiNET.ImGuiCol.html @@ -329,10 +329,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiColorEditFlags.html b/docs/api/ImGuiNET.ImGuiColorEditFlags.html index c03280fb5..d074730fd 100644 --- a/docs/api/ImGuiNET.ImGuiColorEditFlags.html +++ b/docs/api/ImGuiNET.ImGuiColorEditFlags.html @@ -226,10 +226,10 @@ public enum ImGuiColorEditFlags
    diff --git a/docs/api/ImGuiNET.ImGuiComboFlags.html b/docs/api/ImGuiNET.ImGuiComboFlags.html index 0169238eb..6c5871085 100644 --- a/docs/api/ImGuiNET.ImGuiComboFlags.html +++ b/docs/api/ImGuiNET.ImGuiComboFlags.html @@ -142,10 +142,10 @@ public enum ImGuiComboFlags
    diff --git a/docs/api/ImGuiNET.ImGuiCond.html b/docs/api/ImGuiNET.ImGuiCond.html index dc5721a44..78e16c6c8 100644 --- a/docs/api/ImGuiNET.ImGuiCond.html +++ b/docs/api/ImGuiNET.ImGuiCond.html @@ -125,10 +125,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiConfigFlags.html b/docs/api/ImGuiNET.ImGuiConfigFlags.html index c1fb3c98a..6e0abf1bb 100644 --- a/docs/api/ImGuiNET.ImGuiConfigFlags.html +++ b/docs/api/ImGuiNET.ImGuiConfigFlags.html @@ -162,10 +162,10 @@ public enum ImGuiConfigFlags
    diff --git a/docs/api/ImGuiNET.ImGuiDataType.html b/docs/api/ImGuiNET.ImGuiDataType.html index 59f7af117..bdddd3d98 100644 --- a/docs/api/ImGuiNET.ImGuiDataType.html +++ b/docs/api/ImGuiNET.ImGuiDataType.html @@ -149,10 +149,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiDir.html b/docs/api/ImGuiNET.ImGuiDir.html index 1f3d21cee..1b60b2e29 100644 --- a/docs/api/ImGuiNET.ImGuiDir.html +++ b/docs/api/ImGuiNET.ImGuiDir.html @@ -129,10 +129,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiDockNodeFlags.html b/docs/api/ImGuiNET.ImGuiDockNodeFlags.html index c39c82822..dc4945eb4 100644 --- a/docs/api/ImGuiNET.ImGuiDockNodeFlags.html +++ b/docs/api/ImGuiNET.ImGuiDockNodeFlags.html @@ -134,10 +134,10 @@ public enum ImGuiDockNodeFlags
    diff --git a/docs/api/ImGuiNET.ImGuiDragDropFlags.html b/docs/api/ImGuiNET.ImGuiDragDropFlags.html index 659dd1876..8f84efbac 100644 --- a/docs/api/ImGuiNET.ImGuiDragDropFlags.html +++ b/docs/api/ImGuiNET.ImGuiDragDropFlags.html @@ -150,10 +150,10 @@ public enum ImGuiDragDropFlags
    diff --git a/docs/api/ImGuiNET.ImGuiFocusedFlags.html b/docs/api/ImGuiNET.ImGuiFocusedFlags.html index b08fe1ef3..705ef6579 100644 --- a/docs/api/ImGuiNET.ImGuiFocusedFlags.html +++ b/docs/api/ImGuiNET.ImGuiFocusedFlags.html @@ -134,10 +134,10 @@ public enum ImGuiFocusedFlags
    diff --git a/docs/api/ImGuiNET.ImGuiHoveredFlags.html b/docs/api/ImGuiNET.ImGuiHoveredFlags.html index 109d46af0..5f59197b9 100644 --- a/docs/api/ImGuiNET.ImGuiHoveredFlags.html +++ b/docs/api/ImGuiNET.ImGuiHoveredFlags.html @@ -158,10 +158,10 @@ public enum ImGuiHoveredFlags
    diff --git a/docs/api/ImGuiNET.ImGuiIO.html b/docs/api/ImGuiNET.ImGuiIO.html index c6602d34e..6db17d631 100644 --- a/docs/api/ImGuiNET.ImGuiIO.html +++ b/docs/api/ImGuiNET.ImGuiIO.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _UnusedPadding

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AppAcceptingEvents

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AppFocusLost

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendFlags

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendLanguageUserData

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendPlatformName

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendPlatformUserData

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendRendererName

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendRendererUserData

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendUsingLegacyKeyArrays

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendUsingLegacyNavInputArray

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClipboardUserData

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigDockingAlwaysTabBar

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigDockingNoSplit

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigDockingTransparentPayload

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigDockingWithShift

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigDragClickToInputText

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigFlags

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source
    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigInputTrickleEventQueue

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigMacOSXBehaviors

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigMemoryCompactTimer

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigViewportsNoAutoMerge

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigViewportsNoDecoration

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigViewportsNoDefaultParent

    @@ -831,10 +831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigViewportsNoTaskBarIcon

    @@ -860,10 +860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigWindowsMoveFromTitleBarOnly

    @@ -889,10 +889,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigWindowsResizeFromEdges

    @@ -918,10 +918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DeltaTime

    @@ -947,10 +947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplayFramebufferScale

    @@ -976,10 +976,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplaySize

    @@ -1005,10 +1005,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontAllowUserScaling

    @@ -1034,10 +1034,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontDefault

    @@ -1063,10 +1063,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontGlobalScale

    @@ -1092,10 +1092,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Fonts

    @@ -1121,10 +1121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Framerate

    @@ -1150,10 +1150,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetClipboardTextFn

    @@ -1179,10 +1179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IniFilename

    @@ -1208,10 +1208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IniSavingRate

    @@ -1237,10 +1237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InputQueueCharacters

    @@ -1266,10 +1266,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InputQueueSurrogate

    @@ -1295,10 +1295,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyAlt

    @@ -1324,10 +1324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyCtrl

    @@ -1353,10 +1353,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyMap

    @@ -1382,10 +1382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyMods

    @@ -1411,10 +1411,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyRepeatDelay

    @@ -1440,10 +1440,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyRepeatRate

    @@ -1469,10 +1469,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_0

    @@ -1498,10 +1498,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_1

    @@ -1527,10 +1527,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_10

    @@ -1556,10 +1556,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_100

    @@ -1585,10 +1585,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_101

    @@ -1614,10 +1614,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_102

    @@ -1643,10 +1643,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_103

    @@ -1672,10 +1672,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_104

    @@ -1701,10 +1701,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_105

    @@ -1730,10 +1730,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_106

    @@ -1759,10 +1759,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_107

    @@ -1788,10 +1788,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_108

    @@ -1817,10 +1817,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_109

    @@ -1846,10 +1846,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_11

    @@ -1875,10 +1875,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_110

    @@ -1904,10 +1904,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_111

    @@ -1933,10 +1933,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_112

    @@ -1962,10 +1962,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_113

    @@ -1991,10 +1991,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_114

    @@ -2020,10 +2020,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_115

    @@ -2049,10 +2049,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_116

    @@ -2078,10 +2078,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_117

    @@ -2107,10 +2107,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_118

    @@ -2136,10 +2136,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_119

    @@ -2165,10 +2165,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_12

    @@ -2194,10 +2194,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_120

    @@ -2223,10 +2223,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_121

    @@ -2252,10 +2252,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_122

    @@ -2281,10 +2281,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_123

    @@ -2310,10 +2310,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_124

    @@ -2339,10 +2339,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_125

    @@ -2368,10 +2368,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_126

    @@ -2397,10 +2397,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_127

    @@ -2426,10 +2426,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_128

    @@ -2455,10 +2455,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_129

    @@ -2484,10 +2484,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_13

    @@ -2513,10 +2513,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_130

    @@ -2542,10 +2542,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_131

    @@ -2571,10 +2571,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_132

    @@ -2600,10 +2600,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_133

    @@ -2629,10 +2629,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_134

    @@ -2658,10 +2658,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_135

    @@ -2687,10 +2687,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_136

    @@ -2716,10 +2716,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_137

    @@ -2745,10 +2745,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_138

    @@ -2774,10 +2774,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_139

    @@ -2803,10 +2803,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_14

    @@ -2832,10 +2832,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_140

    @@ -2861,10 +2861,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_141

    @@ -2890,10 +2890,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_142

    @@ -2919,10 +2919,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_143

    @@ -2948,10 +2948,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_144

    @@ -2977,10 +2977,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_145

    @@ -3006,10 +3006,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_146

    @@ -3035,10 +3035,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_147

    @@ -3064,10 +3064,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_148

    @@ -3093,10 +3093,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_149

    @@ -3122,10 +3122,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_15

    @@ -3151,10 +3151,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_150

    @@ -3180,10 +3180,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_151

    @@ -3209,10 +3209,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_152

    @@ -3238,10 +3238,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_153

    @@ -3267,10 +3267,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_154

    @@ -3296,10 +3296,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_155

    @@ -3325,10 +3325,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_156

    @@ -3354,10 +3354,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_157

    @@ -3383,10 +3383,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_158

    @@ -3412,10 +3412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_159

    @@ -3441,10 +3441,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_16

    @@ -3470,10 +3470,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_160

    @@ -3499,10 +3499,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_161

    @@ -3528,10 +3528,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_162

    @@ -3557,10 +3557,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_163

    @@ -3586,10 +3586,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_164

    @@ -3615,10 +3615,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_165

    @@ -3644,10 +3644,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_166

    @@ -3673,10 +3673,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_167

    @@ -3702,10 +3702,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_168

    @@ -3731,10 +3731,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_169

    @@ -3760,10 +3760,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_17

    @@ -3789,10 +3789,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_170

    @@ -3818,10 +3818,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_171

    @@ -3847,10 +3847,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_172

    @@ -3876,10 +3876,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_173

    @@ -3905,10 +3905,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_174

    @@ -3934,10 +3934,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_175

    @@ -3963,10 +3963,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_176

    @@ -3992,10 +3992,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_177

    @@ -4021,10 +4021,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_178

    @@ -4050,10 +4050,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_179

    @@ -4079,10 +4079,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_18

    @@ -4108,10 +4108,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_180

    @@ -4137,10 +4137,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_181

    @@ -4166,10 +4166,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_182

    @@ -4195,10 +4195,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_183

    @@ -4224,10 +4224,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_184

    @@ -4253,10 +4253,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_185

    @@ -4282,10 +4282,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_186

    @@ -4311,10 +4311,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_187

    @@ -4340,10 +4340,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_188

    @@ -4369,10 +4369,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_189

    @@ -4398,10 +4398,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_19

    @@ -4427,10 +4427,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_190

    @@ -4456,10 +4456,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_191

    @@ -4485,10 +4485,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_192

    @@ -4514,10 +4514,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_193

    @@ -4543,10 +4543,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_194

    @@ -4572,10 +4572,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_195

    @@ -4601,10 +4601,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_196

    @@ -4630,10 +4630,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_197

    @@ -4659,10 +4659,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_198

    @@ -4688,10 +4688,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_199

    @@ -4717,10 +4717,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_2

    @@ -4746,10 +4746,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_20

    @@ -4775,10 +4775,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_200

    @@ -4804,10 +4804,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_201

    @@ -4833,10 +4833,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_202

    @@ -4862,10 +4862,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_203

    @@ -4891,10 +4891,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_204

    @@ -4920,10 +4920,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_205

    @@ -4949,10 +4949,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_206

    @@ -4978,10 +4978,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_207

    @@ -5007,10 +5007,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_208

    @@ -5036,10 +5036,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_209

    @@ -5065,10 +5065,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_21

    @@ -5094,10 +5094,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_210

    @@ -5123,10 +5123,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_211

    @@ -5152,10 +5152,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_212

    @@ -5181,10 +5181,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_213

    @@ -5210,10 +5210,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_214

    @@ -5239,10 +5239,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_215

    @@ -5268,10 +5268,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_216

    @@ -5297,10 +5297,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_217

    @@ -5326,10 +5326,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_218

    @@ -5355,10 +5355,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_219

    @@ -5384,10 +5384,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_22

    @@ -5413,10 +5413,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_220

    @@ -5442,10 +5442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_221

    @@ -5471,10 +5471,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_222

    @@ -5500,10 +5500,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_223

    @@ -5529,10 +5529,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_224

    @@ -5558,10 +5558,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_225

    @@ -5587,10 +5587,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_226

    @@ -5616,10 +5616,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_227

    @@ -5645,10 +5645,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_228

    @@ -5674,10 +5674,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_229

    @@ -5703,10 +5703,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_23

    @@ -5732,10 +5732,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_230

    @@ -5761,10 +5761,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_231

    @@ -5790,10 +5790,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_232

    @@ -5819,10 +5819,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_233

    @@ -5848,10 +5848,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_234

    @@ -5877,10 +5877,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_235

    @@ -5906,10 +5906,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_236

    @@ -5935,10 +5935,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_237

    @@ -5964,10 +5964,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_238

    @@ -5993,10 +5993,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_239

    @@ -6022,10 +6022,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_24

    @@ -6051,10 +6051,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_240

    @@ -6080,10 +6080,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_241

    @@ -6109,10 +6109,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_242

    @@ -6138,10 +6138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_243

    @@ -6167,10 +6167,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_244

    @@ -6196,10 +6196,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_245

    @@ -6225,10 +6225,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_246

    @@ -6254,10 +6254,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_247

    @@ -6283,10 +6283,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_248

    @@ -6312,10 +6312,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_249

    @@ -6341,10 +6341,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_25

    @@ -6370,10 +6370,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_250

    @@ -6399,10 +6399,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_251

    @@ -6428,10 +6428,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_252

    @@ -6457,10 +6457,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_253

    @@ -6486,10 +6486,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_254

    @@ -6515,10 +6515,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_255

    @@ -6544,10 +6544,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_256

    @@ -6573,10 +6573,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_257

    @@ -6602,10 +6602,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_258

    @@ -6631,10 +6631,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_259

    @@ -6660,10 +6660,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_26

    @@ -6689,10 +6689,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_260

    @@ -6718,10 +6718,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_261

    @@ -6747,10 +6747,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_262

    @@ -6776,10 +6776,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_263

    @@ -6805,10 +6805,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_264

    @@ -6834,10 +6834,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_265

    @@ -6863,10 +6863,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_266

    @@ -6892,10 +6892,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_267

    @@ -6921,10 +6921,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_268

    @@ -6950,10 +6950,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_269

    @@ -6979,10 +6979,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_27

    @@ -7008,10 +7008,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_270

    @@ -7037,10 +7037,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_271

    @@ -7066,10 +7066,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_272

    @@ -7095,10 +7095,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_273

    @@ -7124,10 +7124,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_274

    @@ -7153,10 +7153,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_275

    @@ -7182,10 +7182,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_276

    @@ -7211,10 +7211,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_277

    @@ -7240,10 +7240,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_278

    @@ -7269,10 +7269,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_279

    @@ -7298,10 +7298,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_28

    @@ -7327,10 +7327,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_280

    @@ -7356,10 +7356,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_281

    @@ -7385,10 +7385,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_282

    @@ -7414,10 +7414,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_283

    @@ -7443,10 +7443,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_284

    @@ -7472,10 +7472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_285

    @@ -7501,10 +7501,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_286

    @@ -7530,10 +7530,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_287

    @@ -7559,10 +7559,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_288

    @@ -7588,10 +7588,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_289

    @@ -7617,10 +7617,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_29

    @@ -7646,10 +7646,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_290

    @@ -7675,10 +7675,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_291

    @@ -7704,10 +7704,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_292

    @@ -7733,10 +7733,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_293

    @@ -7762,10 +7762,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_294

    @@ -7791,10 +7791,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_295

    @@ -7820,10 +7820,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_296

    @@ -7849,10 +7849,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_297

    @@ -7878,10 +7878,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_298

    @@ -7907,10 +7907,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_299

    @@ -7936,10 +7936,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_3

    @@ -7965,10 +7965,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_30

    @@ -7994,10 +7994,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_300

    @@ -8023,10 +8023,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_301

    @@ -8052,10 +8052,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_302

    @@ -8081,10 +8081,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_303

    @@ -8110,10 +8110,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_304

    @@ -8139,10 +8139,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_305

    @@ -8168,10 +8168,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_306

    @@ -8197,10 +8197,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_307

    @@ -8226,10 +8226,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_308

    @@ -8255,10 +8255,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_309

    @@ -8284,10 +8284,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_31

    @@ -8313,10 +8313,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_310

    @@ -8342,10 +8342,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_311

    @@ -8371,10 +8371,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_312

    @@ -8400,10 +8400,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_313

    @@ -8429,10 +8429,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_314

    @@ -8458,10 +8458,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_315

    @@ -8487,10 +8487,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_316

    @@ -8516,10 +8516,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_317

    @@ -8545,10 +8545,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_318

    @@ -8574,10 +8574,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_319

    @@ -8603,10 +8603,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_32

    @@ -8632,10 +8632,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_320

    @@ -8661,10 +8661,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_321

    @@ -8690,10 +8690,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_322

    @@ -8719,10 +8719,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_323

    @@ -8748,10 +8748,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_324

    @@ -8777,10 +8777,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_325

    @@ -8806,10 +8806,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_326

    @@ -8835,10 +8835,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_327

    @@ -8864,10 +8864,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_328

    @@ -8893,10 +8893,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_329

    @@ -8922,10 +8922,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_33

    @@ -8951,10 +8951,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_330

    @@ -8980,10 +8980,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_331

    @@ -9009,10 +9009,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_332

    @@ -9038,10 +9038,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_333

    @@ -9067,10 +9067,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_334

    @@ -9096,10 +9096,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_335

    @@ -9125,10 +9125,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_336

    @@ -9154,10 +9154,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_337

    @@ -9183,10 +9183,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_338

    @@ -9212,10 +9212,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_339

    @@ -9241,10 +9241,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_34

    @@ -9270,10 +9270,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_340

    @@ -9299,10 +9299,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_341

    @@ -9328,10 +9328,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_342

    @@ -9357,10 +9357,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_343

    @@ -9386,10 +9386,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_344

    @@ -9415,10 +9415,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_345

    @@ -9444,10 +9444,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_346

    @@ -9473,10 +9473,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_347

    @@ -9502,10 +9502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_348

    @@ -9531,10 +9531,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_349

    @@ -9560,10 +9560,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_35

    @@ -9589,10 +9589,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_350

    @@ -9618,10 +9618,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_351

    @@ -9647,10 +9647,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_352

    @@ -9676,10 +9676,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_353

    @@ -9705,10 +9705,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_354

    @@ -9734,10 +9734,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_355

    @@ -9763,10 +9763,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_356

    @@ -9792,10 +9792,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_357

    @@ -9821,10 +9821,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_358

    @@ -9850,10 +9850,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_359

    @@ -9879,10 +9879,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_36

    @@ -9908,10 +9908,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_360

    @@ -9937,10 +9937,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_361

    @@ -9966,10 +9966,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_362

    @@ -9995,10 +9995,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_363

    @@ -10024,10 +10024,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_364

    @@ -10053,10 +10053,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_365

    @@ -10082,10 +10082,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_366

    @@ -10111,10 +10111,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_367

    @@ -10140,10 +10140,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_368

    @@ -10169,10 +10169,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_369

    @@ -10198,10 +10198,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_37

    @@ -10227,10 +10227,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_370

    @@ -10256,10 +10256,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_371

    @@ -10285,10 +10285,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_372

    @@ -10314,10 +10314,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_373

    @@ -10343,10 +10343,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_374

    @@ -10372,10 +10372,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_375

    @@ -10401,10 +10401,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_376

    @@ -10430,10 +10430,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_377

    @@ -10459,10 +10459,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_378

    @@ -10488,10 +10488,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_379

    @@ -10517,10 +10517,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_38

    @@ -10546,10 +10546,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_380

    @@ -10575,10 +10575,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_381

    @@ -10604,10 +10604,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_382

    @@ -10633,10 +10633,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_383

    @@ -10662,10 +10662,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_384

    @@ -10691,10 +10691,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_385

    @@ -10720,10 +10720,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_386

    @@ -10749,10 +10749,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_387

    @@ -10778,10 +10778,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_388

    @@ -10807,10 +10807,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_389

    @@ -10836,10 +10836,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_39

    @@ -10865,10 +10865,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_390

    @@ -10894,10 +10894,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_391

    @@ -10923,10 +10923,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_392

    @@ -10952,10 +10952,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_393

    @@ -10981,10 +10981,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_394

    @@ -11010,10 +11010,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_395

    @@ -11039,10 +11039,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_396

    @@ -11068,10 +11068,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_397

    @@ -11097,10 +11097,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_398

    @@ -11126,10 +11126,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_399

    @@ -11155,10 +11155,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_4

    @@ -11184,10 +11184,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_40

    @@ -11213,10 +11213,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_400

    @@ -11242,10 +11242,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_401

    @@ -11271,10 +11271,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_402

    @@ -11300,10 +11300,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_403

    @@ -11329,10 +11329,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_404

    @@ -11358,10 +11358,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_405

    @@ -11387,10 +11387,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_406

    @@ -11416,10 +11416,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_407

    @@ -11445,10 +11445,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_408

    @@ -11474,10 +11474,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_409

    @@ -11503,10 +11503,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_41

    @@ -11532,10 +11532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_410

    @@ -11561,10 +11561,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_411

    @@ -11590,10 +11590,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_412

    @@ -11619,10 +11619,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_413

    @@ -11648,10 +11648,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_414

    @@ -11677,10 +11677,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_415

    @@ -11706,10 +11706,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_416

    @@ -11735,10 +11735,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_417

    @@ -11764,10 +11764,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_418

    @@ -11793,10 +11793,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_419

    @@ -11822,10 +11822,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_42

    @@ -11851,10 +11851,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_420

    @@ -11880,10 +11880,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_421

    @@ -11909,10 +11909,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_422

    @@ -11938,10 +11938,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_423

    @@ -11967,10 +11967,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_424

    @@ -11996,10 +11996,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_425

    @@ -12025,10 +12025,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_426

    @@ -12054,10 +12054,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_427

    @@ -12083,10 +12083,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_428

    @@ -12112,10 +12112,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_429

    @@ -12141,10 +12141,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_43

    @@ -12170,10 +12170,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_430

    @@ -12199,10 +12199,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_431

    @@ -12228,10 +12228,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_432

    @@ -12257,10 +12257,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_433

    @@ -12286,10 +12286,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_434

    @@ -12315,10 +12315,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_435

    @@ -12344,10 +12344,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_436

    @@ -12373,10 +12373,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_437

    @@ -12402,10 +12402,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_438

    @@ -12431,10 +12431,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_439

    @@ -12460,10 +12460,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_44

    @@ -12489,10 +12489,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_440

    @@ -12518,10 +12518,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_441

    @@ -12547,10 +12547,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_442

    @@ -12576,10 +12576,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_443

    @@ -12605,10 +12605,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_444

    @@ -12634,10 +12634,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_445

    @@ -12663,10 +12663,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_446

    @@ -12692,10 +12692,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_447

    @@ -12721,10 +12721,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_448

    @@ -12750,10 +12750,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_449

    @@ -12779,10 +12779,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_45

    @@ -12808,10 +12808,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_450

    @@ -12837,10 +12837,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_451

    @@ -12866,10 +12866,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_452

    @@ -12895,10 +12895,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_453

    @@ -12924,10 +12924,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_454

    @@ -12953,10 +12953,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_455

    @@ -12982,10 +12982,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_456

    @@ -13011,10 +13011,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_457

    @@ -13040,10 +13040,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_458

    @@ -13069,10 +13069,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_459

    @@ -13098,10 +13098,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_46

    @@ -13127,10 +13127,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_460

    @@ -13156,10 +13156,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_461

    @@ -13185,10 +13185,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_462

    @@ -13214,10 +13214,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_463

    @@ -13243,10 +13243,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_464

    @@ -13272,10 +13272,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_465

    @@ -13301,10 +13301,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_466

    @@ -13330,10 +13330,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_467

    @@ -13359,10 +13359,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_468

    @@ -13388,10 +13388,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_469

    @@ -13417,10 +13417,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_47

    @@ -13446,10 +13446,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_470

    @@ -13475,10 +13475,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_471

    @@ -13504,10 +13504,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_472

    @@ -13533,10 +13533,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_473

    @@ -13562,10 +13562,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_474

    @@ -13591,10 +13591,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_475

    @@ -13620,10 +13620,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_476

    @@ -13649,10 +13649,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_477

    @@ -13678,10 +13678,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_478

    @@ -13707,10 +13707,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_479

    @@ -13736,10 +13736,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_48

    @@ -13765,10 +13765,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_480

    @@ -13794,10 +13794,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_481

    @@ -13823,10 +13823,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_482

    @@ -13852,10 +13852,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_483

    @@ -13881,10 +13881,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_484

    @@ -13910,10 +13910,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_485

    @@ -13939,10 +13939,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_486

    @@ -13968,10 +13968,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_487

    @@ -13997,10 +13997,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_488

    @@ -14026,10 +14026,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_489

    @@ -14055,10 +14055,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_49

    @@ -14084,10 +14084,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_490

    @@ -14113,10 +14113,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_491

    @@ -14142,10 +14142,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_492

    @@ -14171,10 +14171,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_493

    @@ -14200,10 +14200,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_494

    @@ -14229,10 +14229,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_495

    @@ -14258,10 +14258,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_496

    @@ -14287,10 +14287,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_497

    @@ -14316,10 +14316,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_498

    @@ -14345,10 +14345,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_499

    @@ -14374,10 +14374,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_5

    @@ -14403,10 +14403,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_50

    @@ -14432,10 +14432,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_500

    @@ -14461,10 +14461,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_501

    @@ -14490,10 +14490,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_502

    @@ -14519,10 +14519,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_503

    @@ -14548,10 +14548,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_504

    @@ -14577,10 +14577,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_505

    @@ -14606,10 +14606,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_506

    @@ -14635,10 +14635,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_507

    @@ -14664,10 +14664,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_508

    @@ -14693,10 +14693,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_509

    @@ -14722,10 +14722,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_51

    @@ -14751,10 +14751,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_510

    @@ -14780,10 +14780,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_511

    @@ -14809,10 +14809,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_512

    @@ -14838,10 +14838,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_513

    @@ -14867,10 +14867,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_514

    @@ -14896,10 +14896,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_515

    @@ -14925,10 +14925,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_516

    @@ -14954,10 +14954,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_517

    @@ -14983,10 +14983,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_518

    @@ -15012,10 +15012,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_519

    @@ -15041,10 +15041,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_52

    @@ -15070,10 +15070,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_520

    @@ -15099,10 +15099,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_521

    @@ -15128,10 +15128,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_522

    @@ -15157,10 +15157,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_523

    @@ -15186,10 +15186,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_524

    @@ -15215,10 +15215,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_525

    @@ -15244,10 +15244,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_526

    @@ -15273,10 +15273,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_527

    @@ -15302,10 +15302,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_528

    @@ -15331,10 +15331,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_529

    @@ -15360,10 +15360,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_53

    @@ -15389,10 +15389,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_530

    @@ -15418,10 +15418,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_531

    @@ -15447,10 +15447,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_532

    @@ -15476,10 +15476,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_533

    @@ -15505,10 +15505,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_534

    @@ -15534,10 +15534,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_535

    @@ -15563,10 +15563,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_536

    @@ -15592,10 +15592,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_537

    @@ -15621,10 +15621,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_538

    @@ -15650,10 +15650,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_539

    @@ -15679,10 +15679,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_54

    @@ -15708,10 +15708,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_540

    @@ -15737,10 +15737,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_541

    @@ -15766,10 +15766,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_542

    @@ -15795,10 +15795,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_543

    @@ -15824,10 +15824,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_544

    @@ -15853,10 +15853,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_545

    @@ -15882,10 +15882,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_546

    @@ -15911,10 +15911,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_547

    @@ -15940,10 +15940,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_548

    @@ -15969,10 +15969,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_549

    @@ -15998,10 +15998,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_55

    @@ -16027,10 +16027,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_550

    @@ -16056,10 +16056,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_551

    @@ -16085,10 +16085,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_552

    @@ -16114,10 +16114,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_553

    @@ -16143,10 +16143,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_554

    @@ -16172,10 +16172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_555

    @@ -16201,10 +16201,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_556

    @@ -16230,10 +16230,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_557

    @@ -16259,10 +16259,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_558

    @@ -16288,10 +16288,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_559

    @@ -16317,10 +16317,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_56

    @@ -16346,10 +16346,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_560

    @@ -16375,10 +16375,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_561

    @@ -16404,10 +16404,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_562

    @@ -16433,10 +16433,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_563

    @@ -16462,10 +16462,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_564

    @@ -16491,10 +16491,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_565

    @@ -16520,10 +16520,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_566

    @@ -16549,10 +16549,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_567

    @@ -16578,10 +16578,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_568

    @@ -16607,10 +16607,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_569

    @@ -16636,10 +16636,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_57

    @@ -16665,10 +16665,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_570

    @@ -16694,10 +16694,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_571

    @@ -16723,10 +16723,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_572

    @@ -16752,10 +16752,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_573

    @@ -16781,10 +16781,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_574

    @@ -16810,10 +16810,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_575

    @@ -16839,10 +16839,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_576

    @@ -16868,10 +16868,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_577

    @@ -16897,10 +16897,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_578

    @@ -16926,10 +16926,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_579

    @@ -16955,10 +16955,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_58

    @@ -16984,10 +16984,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_580

    @@ -17013,10 +17013,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_581

    @@ -17042,10 +17042,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_582

    @@ -17071,10 +17071,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_583

    @@ -17100,10 +17100,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_584

    @@ -17129,10 +17129,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_585

    @@ -17158,10 +17158,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_586

    @@ -17187,10 +17187,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_587

    @@ -17216,10 +17216,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_588

    @@ -17245,10 +17245,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_589

    @@ -17274,10 +17274,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_59

    @@ -17303,10 +17303,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_590

    @@ -17332,10 +17332,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_591

    @@ -17361,10 +17361,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_592

    @@ -17390,10 +17390,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_593

    @@ -17419,10 +17419,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_594

    @@ -17448,10 +17448,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_595

    @@ -17477,10 +17477,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_596

    @@ -17506,10 +17506,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_597

    @@ -17535,10 +17535,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_598

    @@ -17564,10 +17564,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_599

    @@ -17593,10 +17593,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_6

    @@ -17622,10 +17622,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_60

    @@ -17651,10 +17651,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_600

    @@ -17680,10 +17680,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_601

    @@ -17709,10 +17709,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_602

    @@ -17738,10 +17738,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_603

    @@ -17767,10 +17767,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_604

    @@ -17796,10 +17796,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_605

    @@ -17825,10 +17825,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_606

    @@ -17854,10 +17854,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_607

    @@ -17883,10 +17883,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_608

    @@ -17912,10 +17912,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_609

    @@ -17941,10 +17941,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_61

    @@ -17970,10 +17970,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_610

    @@ -17999,10 +17999,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_611

    @@ -18028,10 +18028,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_612

    @@ -18057,10 +18057,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_613

    @@ -18086,10 +18086,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_614

    @@ -18115,10 +18115,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_615

    @@ -18144,10 +18144,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_616

    @@ -18173,10 +18173,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_617

    @@ -18202,10 +18202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_618

    @@ -18231,10 +18231,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_619

    @@ -18260,10 +18260,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_62

    @@ -18289,10 +18289,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_620

    @@ -18318,10 +18318,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_621

    @@ -18347,10 +18347,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_622

    @@ -18376,10 +18376,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_623

    @@ -18405,10 +18405,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_624

    @@ -18434,10 +18434,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_625

    @@ -18463,10 +18463,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_626

    @@ -18492,10 +18492,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_627

    @@ -18521,10 +18521,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_628

    @@ -18550,10 +18550,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_629

    @@ -18579,10 +18579,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_63

    @@ -18608,10 +18608,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_630

    @@ -18637,10 +18637,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_631

    @@ -18666,10 +18666,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_632

    @@ -18695,10 +18695,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_633

    @@ -18724,10 +18724,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_634

    @@ -18753,10 +18753,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_635

    @@ -18782,10 +18782,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_636

    @@ -18811,10 +18811,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_637

    @@ -18840,10 +18840,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_638

    @@ -18869,10 +18869,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_639

    @@ -18898,10 +18898,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_64

    @@ -18927,10 +18927,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_640

    @@ -18956,10 +18956,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_641

    @@ -18985,10 +18985,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_642

    @@ -19014,10 +19014,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_643

    @@ -19043,10 +19043,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_644

    @@ -19072,10 +19072,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_65

    @@ -19101,10 +19101,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_66

    @@ -19130,10 +19130,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_67

    @@ -19159,10 +19159,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_68

    @@ -19188,10 +19188,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_69

    @@ -19217,10 +19217,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_7

    @@ -19246,10 +19246,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_70

    @@ -19275,10 +19275,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_71

    @@ -19304,10 +19304,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_72

    @@ -19333,10 +19333,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_73

    @@ -19362,10 +19362,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_74

    @@ -19391,10 +19391,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_75

    @@ -19420,10 +19420,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_76

    @@ -19449,10 +19449,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_77

    @@ -19478,10 +19478,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_78

    @@ -19507,10 +19507,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_79

    @@ -19536,10 +19536,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_8

    @@ -19565,10 +19565,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_80

    @@ -19594,10 +19594,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_81

    @@ -19623,10 +19623,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_82

    @@ -19652,10 +19652,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_83

    @@ -19681,10 +19681,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_84

    @@ -19710,10 +19710,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_85

    @@ -19739,10 +19739,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_86

    @@ -19768,10 +19768,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_87

    @@ -19797,10 +19797,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_88

    @@ -19826,10 +19826,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_89

    @@ -19855,10 +19855,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_9

    @@ -19884,10 +19884,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_90

    @@ -19913,10 +19913,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_91

    @@ -19942,10 +19942,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_92

    @@ -19971,10 +19971,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_93

    @@ -20000,10 +20000,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_94

    @@ -20029,10 +20029,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_95

    @@ -20058,10 +20058,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_96

    @@ -20087,10 +20087,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_97

    @@ -20116,10 +20116,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_98

    @@ -20145,10 +20145,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData_99

    @@ -20174,10 +20174,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysDown

    @@ -20203,10 +20203,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyShift

    @@ -20232,10 +20232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeySuper

    @@ -20261,10 +20261,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LogFilename

    @@ -20290,10 +20290,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MetricsActiveAllocations

    @@ -20319,10 +20319,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MetricsActiveWindows

    @@ -20348,10 +20348,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MetricsRenderIndices

    @@ -20377,10 +20377,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MetricsRenderVertices

    @@ -20406,10 +20406,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MetricsRenderWindows

    @@ -20435,10 +20435,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClicked

    @@ -20464,10 +20464,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClickedCount

    @@ -20493,10 +20493,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClickedLastCount

    @@ -20522,10 +20522,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClickedPos_0

    @@ -20551,10 +20551,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClickedPos_1

    @@ -20580,10 +20580,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClickedPos_2

    @@ -20609,10 +20609,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClickedPos_3

    @@ -20638,10 +20638,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClickedPos_4

    @@ -20667,10 +20667,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClickedTime

    @@ -20696,10 +20696,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDelta

    @@ -20725,10 +20725,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDoubleClicked

    @@ -20754,10 +20754,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDoubleClickMaxDist

    @@ -20783,10 +20783,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDoubleClickTime

    @@ -20812,10 +20812,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDown

    @@ -20841,10 +20841,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDownDuration

    @@ -20870,10 +20870,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDownDurationPrev

    @@ -20899,10 +20899,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDownOwned

    @@ -20928,10 +20928,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDownOwnedUnlessPopupClose

    @@ -20957,10 +20957,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDragMaxDistanceAbs_0

    @@ -20986,10 +20986,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDragMaxDistanceAbs_1

    @@ -21015,10 +21015,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDragMaxDistanceAbs_2

    @@ -21044,10 +21044,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDragMaxDistanceAbs_3

    @@ -21073,10 +21073,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDragMaxDistanceAbs_4

    @@ -21102,10 +21102,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDragMaxDistanceSqr

    @@ -21131,10 +21131,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDragThreshold

    @@ -21160,10 +21160,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDrawCursor

    @@ -21189,10 +21189,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseHoveredViewport

    @@ -21218,10 +21218,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MousePos

    @@ -21247,10 +21247,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MousePosPrev

    @@ -21276,10 +21276,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseReleased

    @@ -21305,10 +21305,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseWheel

    @@ -21334,10 +21334,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseWheelH

    @@ -21363,10 +21363,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NavActive

    @@ -21392,10 +21392,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NavInputs

    @@ -21421,10 +21421,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NavInputsDownDuration

    @@ -21450,10 +21450,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NavInputsDownDurationPrev

    @@ -21479,10 +21479,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NavVisible

    @@ -21508,10 +21508,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PenPressure

    @@ -21537,10 +21537,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetClipboardTextFn

    @@ -21566,10 +21566,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetPlatformImeDataFn

    @@ -21595,10 +21595,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UserData

    @@ -21624,10 +21624,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantCaptureKeyboard

    @@ -21653,10 +21653,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantCaptureMouse

    @@ -21682,10 +21682,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantCaptureMouseUnlessPopupClose

    @@ -21711,10 +21711,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantSaveIniSettings

    @@ -21740,10 +21740,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantSetMousePos

    @@ -21769,10 +21769,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantTextInput

    @@ -21804,10 +21804,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiIOPtr.html b/docs/api/ImGuiNET.ImGuiIOPtr.html index fd6e3b61b..d26c92457 100644 --- a/docs/api/ImGuiNET.ImGuiIOPtr.html +++ b/docs/api/ImGuiNET.ImGuiIOPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiIOPtr(ImGuiIO*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiIOPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    _UnusedPadding

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AppAcceptingEvents

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AppFocusLost

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendFlags

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendLanguageUserData

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendPlatformName

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendPlatformUserData

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendRendererName

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendRendererUserData

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendUsingLegacyKeyArrays

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BackendUsingLegacyNavInputArray

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClipboardUserData

    @@ -532,10 +532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigDockingAlwaysTabBar

    @@ -562,10 +562,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigDockingNoSplit

    @@ -592,10 +592,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigDockingTransparentPayload

    @@ -622,10 +622,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigDockingWithShift

    @@ -652,10 +652,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigDragClickToInputText

    @@ -682,10 +682,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigFlags

    @@ -712,10 +712,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source @@ -742,10 +742,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigInputTrickleEventQueue

    @@ -772,10 +772,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigMacOSXBehaviors

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigMemoryCompactTimer

    @@ -832,10 +832,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigViewportsNoAutoMerge

    @@ -862,10 +862,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigViewportsNoDecoration

    @@ -892,10 +892,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigViewportsNoDefaultParent

    @@ -922,10 +922,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigViewportsNoTaskBarIcon

    @@ -952,10 +952,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigWindowsMoveFromTitleBarOnly

    @@ -982,10 +982,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ConfigWindowsResizeFromEdges

    @@ -1012,10 +1012,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DeltaTime

    @@ -1042,10 +1042,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplayFramebufferScale

    @@ -1072,10 +1072,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplaySize

    @@ -1102,10 +1102,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontAllowUserScaling

    @@ -1132,10 +1132,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontDefault

    @@ -1162,10 +1162,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FontGlobalScale

    @@ -1192,10 +1192,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Fonts

    @@ -1222,10 +1222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Framerate

    @@ -1252,10 +1252,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetClipboardTextFn

    @@ -1282,10 +1282,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IniFilename

    @@ -1312,10 +1312,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IniSavingRate

    @@ -1342,10 +1342,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InputQueueCharacters

    @@ -1372,10 +1372,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InputQueueSurrogate

    @@ -1402,10 +1402,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyAlt

    @@ -1432,10 +1432,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyCtrl

    @@ -1462,10 +1462,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyMap

    @@ -1492,10 +1492,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyMods

    @@ -1522,10 +1522,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyRepeatDelay

    @@ -1552,10 +1552,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyRepeatRate

    @@ -1582,10 +1582,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysData

    @@ -1612,10 +1612,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeysDown

    @@ -1642,10 +1642,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeyShift

    @@ -1672,10 +1672,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    KeySuper

    @@ -1702,10 +1702,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LogFilename

    @@ -1732,10 +1732,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MetricsActiveAllocations

    @@ -1762,10 +1762,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MetricsActiveWindows

    @@ -1792,10 +1792,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MetricsRenderIndices

    @@ -1822,10 +1822,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MetricsRenderVertices

    @@ -1852,10 +1852,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MetricsRenderWindows

    @@ -1882,10 +1882,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClicked

    @@ -1912,10 +1912,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClickedCount

    @@ -1942,10 +1942,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClickedLastCount

    @@ -1972,10 +1972,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClickedPos

    @@ -2002,10 +2002,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseClickedTime

    @@ -2032,10 +2032,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDelta

    @@ -2062,10 +2062,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDoubleClicked

    @@ -2092,10 +2092,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDoubleClickMaxDist

    @@ -2122,10 +2122,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDoubleClickTime

    @@ -2152,10 +2152,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDown

    @@ -2182,10 +2182,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDownDuration

    @@ -2212,10 +2212,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDownDurationPrev

    @@ -2242,10 +2242,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDownOwned

    @@ -2272,10 +2272,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDownOwnedUnlessPopupClose

    @@ -2302,10 +2302,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDragMaxDistanceAbs

    @@ -2332,10 +2332,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDragMaxDistanceSqr

    @@ -2362,10 +2362,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDragThreshold

    @@ -2392,10 +2392,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseDrawCursor

    @@ -2422,10 +2422,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseHoveredViewport

    @@ -2452,10 +2452,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MousePos

    @@ -2482,10 +2482,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MousePosPrev

    @@ -2512,10 +2512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseReleased

    @@ -2542,10 +2542,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseWheel

    @@ -2572,10 +2572,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseWheelH

    @@ -2602,10 +2602,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -2632,10 +2632,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NavActive

    @@ -2662,10 +2662,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NavInputs

    @@ -2692,10 +2692,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NavInputsDownDuration

    @@ -2722,10 +2722,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NavInputsDownDurationPrev

    @@ -2752,10 +2752,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NavVisible

    @@ -2782,10 +2782,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PenPressure

    @@ -2812,10 +2812,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetClipboardTextFn

    @@ -2842,10 +2842,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetPlatformImeDataFn

    @@ -2872,10 +2872,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UserData

    @@ -2902,10 +2902,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantCaptureKeyboard

    @@ -2932,10 +2932,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantCaptureMouse

    @@ -2962,10 +2962,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantCaptureMouseUnlessPopupClose

    @@ -2992,10 +2992,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantSaveIniSettings

    @@ -3022,10 +3022,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantSetMousePos

    @@ -3052,10 +3052,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantTextInput

    @@ -3084,10 +3084,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddFocusEvent(Boolean)

    @@ -3116,10 +3116,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddInputCharacter(UInt32)

    @@ -3148,10 +3148,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddInputCharactersUTF8(String)

    @@ -3180,10 +3180,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddInputCharacterUTF16(UInt16)

    @@ -3212,10 +3212,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddKeyAnalogEvent(ImGuiKey, Boolean, Single)

    @@ -3254,10 +3254,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddKeyEvent(ImGuiKey, Boolean)

    @@ -3291,10 +3291,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddMouseButtonEvent(Int32, Boolean)

    @@ -3328,10 +3328,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddMousePosEvent(Single, Single)

    @@ -3365,10 +3365,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddMouseViewportEvent(UInt32)

    @@ -3397,10 +3397,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddMouseWheelEvent(Single, Single)

    @@ -3434,10 +3434,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClearInputCharacters()

    @@ -3449,10 +3449,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClearInputKeys()

    @@ -3464,10 +3464,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -3479,10 +3479,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetAppAcceptingEvents(Boolean)

    @@ -3511,10 +3511,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetKeyEventNativeData(ImGuiKey, Int32, Int32)

    @@ -3553,10 +3553,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetKeyEventNativeData(ImGuiKey, Int32, Int32, Int32)

    @@ -3602,10 +3602,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiIO* to ImGuiIOPtr)

    @@ -3649,10 +3649,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiIOPtr to ImGuiIO*)

    @@ -3696,10 +3696,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiIOPtr)

    @@ -3749,10 +3749,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiInputTextCallback.html b/docs/api/ImGuiNET.ImGuiInputTextCallback.html index 71cfa017b..559ae0b88 100644 --- a/docs/api/ImGuiNET.ImGuiInputTextCallback.html +++ b/docs/api/ImGuiNET.ImGuiInputTextCallback.html @@ -121,10 +121,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiInputTextCallbackData.html b/docs/api/ImGuiNET.ImGuiInputTextCallbackData.html index fa4d4cfc9..1218d8220 100644 --- a/docs/api/ImGuiNET.ImGuiInputTextCallbackData.html +++ b/docs/api/ImGuiNET.ImGuiInputTextCallbackData.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Buf

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BufDirty

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BufSize

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BufTextLen

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CursorPos

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EventChar

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EventFlag

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EventKey

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectionEnd

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectionStart

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UserData

    @@ -460,10 +460,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiInputTextCallbackDataPtr.html b/docs/api/ImGuiNET.ImGuiInputTextCallbackDataPtr.html index e8f736c9a..e87bec380 100644 --- a/docs/api/ImGuiNET.ImGuiInputTextCallbackDataPtr.html +++ b/docs/api/ImGuiNET.ImGuiInputTextCallbackDataPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiInputTextCallbackDataPtr(ImGuiInputTextCallbackData*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiInputTextCallbackDataPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Buf

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BufDirty

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BufSize

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BufTextLen

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CursorPos

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EventChar

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EventFlag

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EventKey

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectionEnd

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectionStart

    @@ -532,10 +532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UserData

    @@ -564,10 +564,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClearSelection()

    @@ -579,10 +579,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DeleteChars(Int32, Int32)

    @@ -616,10 +616,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -631,10 +631,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HasSelection()

    @@ -661,10 +661,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InsertChars(Int32, String)

    @@ -698,10 +698,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectAll()

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiInputTextCallbackData* to ImGuiInputTextCallbackDataPtr)

    @@ -762,10 +762,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiInputTextCallbackDataPtr to ImGuiInputTextCallbackData*)

    @@ -809,10 +809,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiInputTextCallbackDataPtr)

    @@ -862,10 +862,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiInputTextFlags.html b/docs/api/ImGuiNET.ImGuiInputTextFlags.html index 685feab5b..3287db42f 100644 --- a/docs/api/ImGuiNET.ImGuiInputTextFlags.html +++ b/docs/api/ImGuiNET.ImGuiInputTextFlags.html @@ -190,10 +190,10 @@ public enum ImGuiInputTextFlags
    diff --git a/docs/api/ImGuiNET.ImGuiKey.html b/docs/api/ImGuiNET.ImGuiKey.html index 84439d9b1..4e0866c8a 100644 --- a/docs/api/ImGuiNET.ImGuiKey.html +++ b/docs/api/ImGuiNET.ImGuiKey.html @@ -669,10 +669,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiKeyData.html b/docs/api/ImGuiNET.ImGuiKeyData.html index 7340b1d49..c7296dc5a 100644 --- a/docs/api/ImGuiNET.ImGuiKeyData.html +++ b/docs/api/ImGuiNET.ImGuiKeyData.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AnalogValue

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Down

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DownDuration

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DownDurationPrev

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiKeyDataPtr.html b/docs/api/ImGuiNET.ImGuiKeyDataPtr.html index c4e443516..3e40e4754 100644 --- a/docs/api/ImGuiNET.ImGuiKeyDataPtr.html +++ b/docs/api/ImGuiNET.ImGuiKeyDataPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiKeyDataPtr(ImGuiKeyData*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiKeyDataPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AnalogValue

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Down

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DownDuration

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DownDurationPrev

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -324,10 +324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiKeyData* to ImGuiKeyDataPtr)

    @@ -371,10 +371,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiKeyDataPtr to ImGuiKeyData*)

    @@ -418,10 +418,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiKeyDataPtr)

    @@ -471,10 +471,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiListClipper.html b/docs/api/ImGuiNET.ImGuiListClipper.html index 305ff3a58..e24d5a13e 100644 --- a/docs/api/ImGuiNET.ImGuiListClipper.html +++ b/docs/api/ImGuiNET.ImGuiListClipper.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplayEnd

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplayStart

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemsCount

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemsHeight

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StartPosY

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TempData

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiListClipperPtr.html b/docs/api/ImGuiNET.ImGuiListClipperPtr.html index 21b296781..b96eb7f17 100644 --- a/docs/api/ImGuiNET.ImGuiListClipperPtr.html +++ b/docs/api/ImGuiNET.ImGuiListClipperPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiListClipperPtr(ImGuiListClipper*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiListClipperPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplayEnd

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplayStart

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemsCount

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemsHeight

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StartPosY

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TempData

    @@ -384,10 +384,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Begin(Int32)

    @@ -416,10 +416,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Begin(Int32, Single)

    @@ -453,10 +453,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -468,10 +468,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    End()

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ForceDisplayRangeByIndices(Int32, Int32)

    @@ -520,10 +520,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Step()

    @@ -552,10 +552,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiListClipper* to ImGuiListClipperPtr)

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiListClipperPtr to ImGuiListClipper*)

    @@ -646,10 +646,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiListClipperPtr)

    @@ -699,10 +699,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiModFlags.html b/docs/api/ImGuiNET.ImGuiModFlags.html index 930463420..3c9493ff8 100644 --- a/docs/api/ImGuiNET.ImGuiModFlags.html +++ b/docs/api/ImGuiNET.ImGuiModFlags.html @@ -126,10 +126,10 @@ public enum ImGuiModFlags
    diff --git a/docs/api/ImGuiNET.ImGuiMouseButton.html b/docs/api/ImGuiNET.ImGuiMouseButton.html index 00073fe44..d2190b782 100644 --- a/docs/api/ImGuiNET.ImGuiMouseButton.html +++ b/docs/api/ImGuiNET.ImGuiMouseButton.html @@ -121,10 +121,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiMouseCursor.html b/docs/api/ImGuiNET.ImGuiMouseCursor.html index 540ac2484..149a0ecf7 100644 --- a/docs/api/ImGuiNET.ImGuiMouseCursor.html +++ b/docs/api/ImGuiNET.ImGuiMouseCursor.html @@ -149,10 +149,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiNative.html b/docs/api/ImGuiNET.ImGuiNative.html index ae8c012ff..0dbb0a1b4 100644 --- a/docs/api/ImGuiNET.ImGuiNative.html +++ b/docs/api/ImGuiNET.ImGuiNative.html @@ -23537,10 +23537,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiNavInput.html b/docs/api/ImGuiNET.ImGuiNavInput.html index e6a8e2e94..498159c6d 100644 --- a/docs/api/ImGuiNET.ImGuiNavInput.html +++ b/docs/api/ImGuiNET.ImGuiNavInput.html @@ -193,10 +193,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiOnceUponAFrame.html b/docs/api/ImGuiNET.ImGuiOnceUponAFrame.html index dd968e6e9..969a4de76 100644 --- a/docs/api/ImGuiNET.ImGuiOnceUponAFrame.html +++ b/docs/api/ImGuiNET.ImGuiOnceUponAFrame.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RefFrame

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiOnceUponAFramePtr.html b/docs/api/ImGuiNET.ImGuiOnceUponAFramePtr.html index 595850816..25239bf38 100644 --- a/docs/api/ImGuiNET.ImGuiOnceUponAFramePtr.html +++ b/docs/api/ImGuiNET.ImGuiOnceUponAFramePtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiOnceUponAFramePtr(ImGuiOnceUponAFrame*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiOnceUponAFramePtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RefFrame

    @@ -234,10 +234,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiOnceUponAFrame* to ImGuiOnceUponAFramePtr)

    @@ -298,10 +298,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiOnceUponAFramePtr to ImGuiOnceUponAFrame*)

    @@ -345,10 +345,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiOnceUponAFramePtr)

    @@ -398,10 +398,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiPayload.html b/docs/api/ImGuiNET.ImGuiPayload.html index b80910872..6df4ad090 100644 --- a/docs/api/ImGuiNET.ImGuiPayload.html +++ b/docs/api/ImGuiNET.ImGuiPayload.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Data

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DataFrameCount

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DataSize

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DataType

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Delivery

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Preview

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SourceId

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SourceParentId

    @@ -344,10 +344,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiPayloadPtr.html b/docs/api/ImGuiNET.ImGuiPayloadPtr.html index 99f4c6943..d6193e711 100644 --- a/docs/api/ImGuiNET.ImGuiPayloadPtr.html +++ b/docs/api/ImGuiNET.ImGuiPayloadPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiPayloadPtr(ImGuiPayload*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiPayloadPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Data

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DataFrameCount

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DataSize

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DataType

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Delivery

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Preview

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SourceId

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SourceParentId

    @@ -444,10 +444,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Clear()

    @@ -459,10 +459,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -474,10 +474,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsDataType(String)

    @@ -521,10 +521,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsDelivery()

    @@ -551,10 +551,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsPreview()

    @@ -583,10 +583,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiPayload* to ImGuiPayloadPtr)

    @@ -630,10 +630,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiPayloadPtr to ImGuiPayload*)

    @@ -677,10 +677,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiPayloadPtr)

    @@ -730,10 +730,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiPlatformIO.html b/docs/api/ImGuiNET.ImGuiPlatformIO.html index 74c4a47dd..0aaa7b012 100644 --- a/docs/api/ImGuiNET.ImGuiPlatformIO.html +++ b/docs/api/ImGuiNET.ImGuiPlatformIO.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Monitors

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_CreateVkSurface

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_CreateWindow

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_DestroyWindow

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_GetWindowDpiScale

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_GetWindowFocus

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_GetWindowMinimized

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_GetWindowPos

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_GetWindowSize

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_OnChangedViewport

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_RenderWindow

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_SetWindowAlpha

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_SetWindowFocus

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_SetWindowPos

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_SetWindowSize

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_SetWindowTitle

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_ShowWindow

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_SwapBuffers

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_UpdateWindow

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Renderer_CreateWindow

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Renderer_DestroyWindow

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Renderer_RenderWindow

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Renderer_SetWindowSize

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Renderer_SwapBuffers

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Viewports

    @@ -837,10 +837,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiPlatformIOPtr.html b/docs/api/ImGuiNET.ImGuiPlatformIOPtr.html index 3a7a9e57c..9be46959c 100644 --- a/docs/api/ImGuiNET.ImGuiPlatformIOPtr.html +++ b/docs/api/ImGuiNET.ImGuiPlatformIOPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiPlatformIOPtr(ImGuiPlatformIO*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiPlatformIOPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Monitors

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_CreateVkSurface

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_CreateWindow

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_DestroyWindow

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_GetWindowDpiScale

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_GetWindowFocus

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_GetWindowMinimized

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_GetWindowPos

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_GetWindowSize

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_OnChangedViewport

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_RenderWindow

    @@ -532,10 +532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_SetWindowAlpha

    @@ -562,10 +562,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_SetWindowFocus

    @@ -592,10 +592,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_SetWindowPos

    @@ -622,10 +622,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_SetWindowSize

    @@ -652,10 +652,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_SetWindowTitle

    @@ -682,10 +682,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_ShowWindow

    @@ -712,10 +712,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_SwapBuffers

    @@ -742,10 +742,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Platform_UpdateWindow

    @@ -772,10 +772,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Renderer_CreateWindow

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Renderer_DestroyWindow

    @@ -832,10 +832,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Renderer_RenderWindow

    @@ -862,10 +862,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Renderer_SetWindowSize

    @@ -892,10 +892,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Renderer_SwapBuffers

    @@ -922,10 +922,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Viewports

    @@ -954,10 +954,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -971,10 +971,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiPlatformIO* to ImGuiPlatformIOPtr)

    @@ -1018,10 +1018,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiPlatformIOPtr to ImGuiPlatformIO*)

    @@ -1065,10 +1065,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiPlatformIOPtr)

    @@ -1118,10 +1118,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiPlatformImeData.html b/docs/api/ImGuiNET.ImGuiPlatformImeData.html index 38ec3280c..2170ababc 100644 --- a/docs/api/ImGuiNET.ImGuiPlatformImeData.html +++ b/docs/api/ImGuiNET.ImGuiPlatformImeData.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InputLineHeight

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InputPos

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantVisible

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiPlatformImeDataPtr.html b/docs/api/ImGuiNET.ImGuiPlatformImeDataPtr.html index 78bfa70fa..0ab72fd1a 100644 --- a/docs/api/ImGuiNET.ImGuiPlatformImeDataPtr.html +++ b/docs/api/ImGuiNET.ImGuiPlatformImeDataPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiPlatformImeDataPtr(ImGuiPlatformImeData*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiPlatformImeDataPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InputLineHeight

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InputPos

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantVisible

    @@ -294,10 +294,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -311,10 +311,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiPlatformImeData* to ImGuiPlatformImeDataPtr)

    @@ -358,10 +358,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiPlatformImeDataPtr to ImGuiPlatformImeData*)

    @@ -405,10 +405,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiPlatformImeDataPtr)

    @@ -458,10 +458,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiPlatformMonitor.html b/docs/api/ImGuiNET.ImGuiPlatformMonitor.html index 81602e2de..fa3a33c10 100644 --- a/docs/api/ImGuiNET.ImGuiPlatformMonitor.html +++ b/docs/api/ImGuiNET.ImGuiPlatformMonitor.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DpiScale

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MainPos

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MainSize

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WorkPos

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WorkSize

    @@ -257,10 +257,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiPlatformMonitorPtr.html b/docs/api/ImGuiNET.ImGuiPlatformMonitorPtr.html index e07df4dab..be94ee224 100644 --- a/docs/api/ImGuiNET.ImGuiPlatformMonitorPtr.html +++ b/docs/api/ImGuiNET.ImGuiPlatformMonitorPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiPlatformMonitorPtr(ImGuiPlatformMonitor*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiPlatformMonitorPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DpiScale

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MainPos

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MainSize

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WorkPos

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WorkSize

    @@ -354,10 +354,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -371,10 +371,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiPlatformMonitor* to ImGuiPlatformMonitorPtr)

    @@ -418,10 +418,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiPlatformMonitorPtr to ImGuiPlatformMonitor*)

    @@ -465,10 +465,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiPlatformMonitorPtr)

    @@ -518,10 +518,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiPopupFlags.html b/docs/api/ImGuiNET.ImGuiPopupFlags.html index ee5741a3a..d689d9b6b 100644 --- a/docs/api/ImGuiNET.ImGuiPopupFlags.html +++ b/docs/api/ImGuiNET.ImGuiPopupFlags.html @@ -150,10 +150,10 @@ public enum ImGuiPopupFlags
    diff --git a/docs/api/ImGuiNET.ImGuiSelectableFlags.html b/docs/api/ImGuiNET.ImGuiSelectableFlags.html index 31bf9ee74..ebfa3cb9a 100644 --- a/docs/api/ImGuiNET.ImGuiSelectableFlags.html +++ b/docs/api/ImGuiNET.ImGuiSelectableFlags.html @@ -130,10 +130,10 @@ public enum ImGuiSelectableFlags
    diff --git a/docs/api/ImGuiNET.ImGuiSizeCallback.html b/docs/api/ImGuiNET.ImGuiSizeCallback.html index fb941fc9c..6fa70a8bf 100644 --- a/docs/api/ImGuiNET.ImGuiSizeCallback.html +++ b/docs/api/ImGuiNET.ImGuiSizeCallback.html @@ -106,10 +106,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiSizeCallbackData.html b/docs/api/ImGuiNET.ImGuiSizeCallbackData.html index 464a5a373..9c4d57a50 100644 --- a/docs/api/ImGuiNET.ImGuiSizeCallbackData.html +++ b/docs/api/ImGuiNET.ImGuiSizeCallbackData.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentSize

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DesiredSize

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Pos

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UserData

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiSizeCallbackDataPtr.html b/docs/api/ImGuiNET.ImGuiSizeCallbackDataPtr.html index eae81dcbc..71db511fa 100644 --- a/docs/api/ImGuiNET.ImGuiSizeCallbackDataPtr.html +++ b/docs/api/ImGuiNET.ImGuiSizeCallbackDataPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiSizeCallbackDataPtr(ImGuiSizeCallbackData*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiSizeCallbackDataPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurrentSize

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DesiredSize

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Pos

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UserData

    @@ -324,10 +324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiSizeCallbackData* to ImGuiSizeCallbackDataPtr)

    @@ -371,10 +371,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiSizeCallbackDataPtr to ImGuiSizeCallbackData*)

    @@ -418,10 +418,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiSizeCallbackDataPtr)

    @@ -471,10 +471,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiSliderFlags.html b/docs/api/ImGuiNET.ImGuiSliderFlags.html index 3922781fa..62082616d 100644 --- a/docs/api/ImGuiNET.ImGuiSliderFlags.html +++ b/docs/api/ImGuiNET.ImGuiSliderFlags.html @@ -130,10 +130,10 @@ public enum ImGuiSliderFlags
    diff --git a/docs/api/ImGuiNET.ImGuiSortDirection.html b/docs/api/ImGuiNET.ImGuiSortDirection.html index 849950ad1..08fe8127d 100644 --- a/docs/api/ImGuiNET.ImGuiSortDirection.html +++ b/docs/api/ImGuiNET.ImGuiSortDirection.html @@ -117,10 +117,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiStorage.html b/docs/api/ImGuiNET.ImGuiStorage.html index 4741877cd..ca81d1b6d 100644 --- a/docs/api/ImGuiNET.ImGuiStorage.html +++ b/docs/api/ImGuiNET.ImGuiStorage.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Data

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiStoragePair.html b/docs/api/ImGuiNET.ImGuiStoragePair.html index ab7a524cb..cc64c9455 100644 --- a/docs/api/ImGuiNET.ImGuiStoragePair.html +++ b/docs/api/ImGuiNET.ImGuiStoragePair.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Key

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Value

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiStoragePairPtr.html b/docs/api/ImGuiNET.ImGuiStoragePairPtr.html index fec3f609c..fec4e3a95 100644 --- a/docs/api/ImGuiNET.ImGuiStoragePairPtr.html +++ b/docs/api/ImGuiNET.ImGuiStoragePairPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiStoragePairPtr(ImGuiStoragePair*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiStoragePairPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -204,10 +204,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiStoragePair* to ImGuiStoragePairPtr)

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiStoragePairPtr to ImGuiStoragePair*)

    @@ -298,10 +298,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiStoragePairPtr)

    @@ -351,10 +351,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiStoragePtr.html b/docs/api/ImGuiNET.ImGuiStoragePtr.html index 3c9f1180e..8ed63d2c5 100644 --- a/docs/api/ImGuiNET.ImGuiStoragePtr.html +++ b/docs/api/ImGuiNET.ImGuiStoragePtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiStoragePtr(ImGuiStorage*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiStoragePtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Data

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -234,10 +234,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BuildSortByKey()

    @@ -249,10 +249,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Clear()

    @@ -264,10 +264,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetBool(UInt32)

    @@ -311,10 +311,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetBool(UInt32, Boolean)

    @@ -363,10 +363,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetBoolRef(UInt32)

    @@ -410,10 +410,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetBoolRef(UInt32, Boolean)

    @@ -462,10 +462,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetFloat(UInt32)

    @@ -509,10 +509,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetFloat(UInt32, Single)

    @@ -561,10 +561,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetFloatRef(UInt32)

    @@ -608,10 +608,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetFloatRef(UInt32, Single)

    @@ -660,10 +660,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetInt(UInt32)

    @@ -707,10 +707,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetInt(UInt32, Int32)

    @@ -759,10 +759,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetIntRef(UInt32)

    @@ -806,10 +806,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetIntRef(UInt32, Int32)

    @@ -858,10 +858,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetVoidPtr(UInt32)

    @@ -905,10 +905,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetVoidPtrRef(UInt32)

    @@ -952,10 +952,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetVoidPtrRef(UInt32, IntPtr)

    @@ -1004,10 +1004,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetAllInt(Int32)

    @@ -1036,10 +1036,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetBool(UInt32, Boolean)

    @@ -1073,10 +1073,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetFloat(UInt32, Single)

    @@ -1110,10 +1110,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetInt(UInt32, Int32)

    @@ -1147,10 +1147,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetVoidPtr(UInt32, IntPtr)

    @@ -1186,10 +1186,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiStorage* to ImGuiStoragePtr)

    @@ -1233,10 +1233,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiStoragePtr to ImGuiStorage*)

    @@ -1280,10 +1280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiStoragePtr)

    @@ -1333,10 +1333,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiStyle.html b/docs/api/ImGuiNET.ImGuiStyle.html index 740612d44..8f35eaec9 100644 --- a/docs/api/ImGuiNET.ImGuiStyle.html +++ b/docs/api/ImGuiNET.ImGuiStyle.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Alpha

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AntiAliasedFill

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AntiAliasedLines

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AntiAliasedLinesUseTex

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ButtonTextAlign

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CellPadding

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ChildBorderSize

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ChildRounding

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CircleTessellationMaxError

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorButtonPosition

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_0

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_1

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_10

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_11

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_12

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_13

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_14

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_15

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_16

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_17

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_18

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_19

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_2

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_20

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_21

    @@ -831,10 +831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_22

    @@ -860,10 +860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_23

    @@ -889,10 +889,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_24

    @@ -918,10 +918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_25

    @@ -947,10 +947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_26

    @@ -976,10 +976,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_27

    @@ -1005,10 +1005,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_28

    @@ -1034,10 +1034,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_29

    @@ -1063,10 +1063,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_3

    @@ -1092,10 +1092,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_30

    @@ -1121,10 +1121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_31

    @@ -1150,10 +1150,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_32

    @@ -1179,10 +1179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_33

    @@ -1208,10 +1208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_34

    @@ -1237,10 +1237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_35

    @@ -1266,10 +1266,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_36

    @@ -1295,10 +1295,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_37

    @@ -1324,10 +1324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_38

    @@ -1353,10 +1353,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_39

    @@ -1382,10 +1382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_4

    @@ -1411,10 +1411,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_40

    @@ -1440,10 +1440,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_41

    @@ -1469,10 +1469,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_42

    @@ -1498,10 +1498,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_43

    @@ -1527,10 +1527,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_44

    @@ -1556,10 +1556,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_45

    @@ -1585,10 +1585,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_46

    @@ -1614,10 +1614,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_47

    @@ -1643,10 +1643,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_48

    @@ -1672,10 +1672,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_49

    @@ -1701,10 +1701,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_5

    @@ -1730,10 +1730,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_50

    @@ -1759,10 +1759,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_51

    @@ -1788,10 +1788,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_52

    @@ -1817,10 +1817,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_53

    @@ -1846,10 +1846,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_54

    @@ -1875,10 +1875,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_6

    @@ -1904,10 +1904,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_7

    @@ -1933,10 +1933,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_8

    @@ -1962,10 +1962,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_9

    @@ -1991,10 +1991,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColumnsMinSpacing

    @@ -2020,10 +2020,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurveTessellationTol

    @@ -2049,10 +2049,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisabledAlpha

    @@ -2078,10 +2078,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplaySafeAreaPadding

    @@ -2107,10 +2107,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplayWindowPadding

    @@ -2136,10 +2136,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FrameBorderSize

    @@ -2165,10 +2165,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FramePadding

    @@ -2194,10 +2194,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FrameRounding

    @@ -2223,10 +2223,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GrabMinSize

    @@ -2252,10 +2252,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GrabRounding

    @@ -2281,10 +2281,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IndentSpacing

    @@ -2310,10 +2310,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemInnerSpacing

    @@ -2339,10 +2339,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemSpacing

    @@ -2368,10 +2368,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LogSliderDeadzone

    @@ -2397,10 +2397,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseCursorScale

    @@ -2426,10 +2426,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopupBorderSize

    @@ -2455,10 +2455,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopupRounding

    @@ -2484,10 +2484,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ScrollbarRounding

    @@ -2513,10 +2513,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ScrollbarSize

    @@ -2542,10 +2542,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectableTextAlign

    @@ -2571,10 +2571,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TabBorderSize

    @@ -2600,10 +2600,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TabMinWidthForCloseButton

    @@ -2629,10 +2629,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TabRounding

    @@ -2658,10 +2658,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TouchExtraPadding

    @@ -2687,10 +2687,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowBorderSize

    @@ -2716,10 +2716,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowMenuButtonPosition

    @@ -2745,10 +2745,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowMinSize

    @@ -2774,10 +2774,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowPadding

    @@ -2803,10 +2803,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowRounding

    @@ -2832,10 +2832,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowTitleAlign

    @@ -2867,10 +2867,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiStylePtr.html b/docs/api/ImGuiNET.ImGuiStylePtr.html index d8d0f21a8..89d9b84e2 100644 --- a/docs/api/ImGuiNET.ImGuiStylePtr.html +++ b/docs/api/ImGuiNET.ImGuiStylePtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiStylePtr(ImGuiStyle*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiStylePtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Alpha

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AntiAliasedFill

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AntiAliasedLines

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AntiAliasedLinesUseTex

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ButtonTextAlign

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CellPadding

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ChildBorderSize

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ChildRounding

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CircleTessellationMaxError

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColorButtonPosition

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColumnsMinSpacing

    @@ -532,10 +532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CurveTessellationTol

    @@ -562,10 +562,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisabledAlpha

    @@ -592,10 +592,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplaySafeAreaPadding

    @@ -622,10 +622,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DisplayWindowPadding

    @@ -652,10 +652,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FrameBorderSize

    @@ -682,10 +682,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FramePadding

    @@ -712,10 +712,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FrameRounding

    @@ -742,10 +742,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GrabMinSize

    @@ -772,10 +772,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GrabRounding

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IndentSpacing

    @@ -832,10 +832,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemInnerSpacing

    @@ -862,10 +862,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemSpacing

    @@ -892,10 +892,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LogSliderDeadzone

    @@ -922,10 +922,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MouseCursorScale

    @@ -952,10 +952,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -982,10 +982,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopupBorderSize

    @@ -1012,10 +1012,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopupRounding

    @@ -1042,10 +1042,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ScrollbarRounding

    @@ -1072,10 +1072,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ScrollbarSize

    @@ -1102,10 +1102,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectableTextAlign

    @@ -1132,10 +1132,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TabBorderSize

    @@ -1162,10 +1162,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TabMinWidthForCloseButton

    @@ -1192,10 +1192,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TabRounding

    @@ -1222,10 +1222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TouchExtraPadding

    @@ -1252,10 +1252,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowBorderSize

    @@ -1282,10 +1282,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowMenuButtonPosition

    @@ -1312,10 +1312,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowMinSize

    @@ -1342,10 +1342,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowPadding

    @@ -1372,10 +1372,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowRounding

    @@ -1402,10 +1402,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowTitleAlign

    @@ -1434,10 +1434,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -1449,10 +1449,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ScaleAllSizes(Single)

    @@ -1483,10 +1483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiStyle* to ImGuiStylePtr)

    @@ -1530,10 +1530,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiStylePtr to ImGuiStyle*)

    @@ -1577,10 +1577,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiStylePtr)

    @@ -1630,10 +1630,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiStyleVar.html b/docs/api/ImGuiNET.ImGuiStyleVar.html index 53a4ee8b0..4fe254139 100644 --- a/docs/api/ImGuiNET.ImGuiStyleVar.html +++ b/docs/api/ImGuiNET.ImGuiStyleVar.html @@ -209,10 +209,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiTabBarFlags.html b/docs/api/ImGuiNET.ImGuiTabBarFlags.html index 7cda4e566..2ad371154 100644 --- a/docs/api/ImGuiNET.ImGuiTabBarFlags.html +++ b/docs/api/ImGuiNET.ImGuiTabBarFlags.html @@ -150,10 +150,10 @@ public enum ImGuiTabBarFlags
    diff --git a/docs/api/ImGuiNET.ImGuiTabItemFlags.html b/docs/api/ImGuiNET.ImGuiTabItemFlags.html index 9060135af..5c08f5e53 100644 --- a/docs/api/ImGuiNET.ImGuiTabItemFlags.html +++ b/docs/api/ImGuiNET.ImGuiTabItemFlags.html @@ -142,10 +142,10 @@ public enum ImGuiTabItemFlags
    diff --git a/docs/api/ImGuiNET.ImGuiTableBgTarget.html b/docs/api/ImGuiNET.ImGuiTableBgTarget.html index fea069948..d1c1da718 100644 --- a/docs/api/ImGuiNET.ImGuiTableBgTarget.html +++ b/docs/api/ImGuiNET.ImGuiTableBgTarget.html @@ -121,10 +121,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiTableColumnFlags.html b/docs/api/ImGuiNET.ImGuiTableColumnFlags.html index 7d424f5d1..7ef7e754b 100644 --- a/docs/api/ImGuiNET.ImGuiTableColumnFlags.html +++ b/docs/api/ImGuiNET.ImGuiTableColumnFlags.html @@ -214,10 +214,10 @@ public enum ImGuiTableColumnFlags
    diff --git a/docs/api/ImGuiNET.ImGuiTableColumnSortSpecs.html b/docs/api/ImGuiNET.ImGuiTableColumnSortSpecs.html index df32a90d5..bee41a120 100644 --- a/docs/api/ImGuiNET.ImGuiTableColumnSortSpecs.html +++ b/docs/api/ImGuiNET.ImGuiTableColumnSortSpecs.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColumnIndex

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColumnUserID

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SortDirection

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SortOrder

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiTableColumnSortSpecsPtr.html b/docs/api/ImGuiNET.ImGuiTableColumnSortSpecsPtr.html index 4977d2b88..cfac4d59e 100644 --- a/docs/api/ImGuiNET.ImGuiTableColumnSortSpecsPtr.html +++ b/docs/api/ImGuiNET.ImGuiTableColumnSortSpecsPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiTableColumnSortSpecsPtr(ImGuiTableColumnSortSpecs*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiTableColumnSortSpecsPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColumnIndex

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColumnUserID

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SortDirection

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SortOrder

    @@ -324,10 +324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -341,10 +341,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiTableColumnSortSpecs* to ImGuiTableColumnSortSpecsPtr)

    @@ -388,10 +388,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiTableColumnSortSpecsPtr to ImGuiTableColumnSortSpecs*)

    @@ -435,10 +435,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiTableColumnSortSpecsPtr)

    @@ -488,10 +488,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiTableFlags.html b/docs/api/ImGuiNET.ImGuiTableFlags.html index 72f29ee36..cab649690 100644 --- a/docs/api/ImGuiNET.ImGuiTableFlags.html +++ b/docs/api/ImGuiNET.ImGuiTableFlags.html @@ -250,10 +250,10 @@ public enum ImGuiTableFlags
    diff --git a/docs/api/ImGuiNET.ImGuiTableRowFlags.html b/docs/api/ImGuiNET.ImGuiTableRowFlags.html index 452c2681c..6da44e5f4 100644 --- a/docs/api/ImGuiNET.ImGuiTableRowFlags.html +++ b/docs/api/ImGuiNET.ImGuiTableRowFlags.html @@ -114,10 +114,10 @@ public enum ImGuiTableRowFlags
    diff --git a/docs/api/ImGuiNET.ImGuiTableSortSpecs.html b/docs/api/ImGuiNET.ImGuiTableSortSpecs.html index f57741724..cf1fe41ed 100644 --- a/docs/api/ImGuiNET.ImGuiTableSortSpecs.html +++ b/docs/api/ImGuiNET.ImGuiTableSortSpecs.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Specs

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpecsCount

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpecsDirty

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiTableSortSpecsPtr.html b/docs/api/ImGuiNET.ImGuiTableSortSpecsPtr.html index df4d428af..d80615379 100644 --- a/docs/api/ImGuiNET.ImGuiTableSortSpecsPtr.html +++ b/docs/api/ImGuiNET.ImGuiTableSortSpecsPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiTableSortSpecsPtr(ImGuiTableSortSpecs*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiTableSortSpecsPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Specs

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpecsCount

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SpecsDirty

    @@ -294,10 +294,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -311,10 +311,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiTableSortSpecs* to ImGuiTableSortSpecsPtr)

    @@ -358,10 +358,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiTableSortSpecsPtr to ImGuiTableSortSpecs*)

    @@ -405,10 +405,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiTableSortSpecsPtr)

    @@ -458,10 +458,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiTextBuffer.html b/docs/api/ImGuiNET.ImGuiTextBuffer.html index 2bef79bb6..31e66863c 100644 --- a/docs/api/ImGuiNET.ImGuiTextBuffer.html +++ b/docs/api/ImGuiNET.ImGuiTextBuffer.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Buf

    @@ -141,10 +141,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiTextBufferPtr.html b/docs/api/ImGuiNET.ImGuiTextBufferPtr.html index 0801f7243..14b173858 100644 --- a/docs/api/ImGuiNET.ImGuiTextBufferPtr.html +++ b/docs/api/ImGuiNET.ImGuiTextBufferPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiTextBufferPtr(ImGuiTextBuffer*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiTextBufferPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Buf

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -234,10 +234,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    append(String)

    @@ -266,10 +266,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    appendf(String)

    @@ -298,10 +298,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    begin()

    @@ -328,10 +328,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    c_str()

    @@ -358,10 +358,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    clear()

    @@ -373,10 +373,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -388,10 +388,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    empty()

    @@ -418,10 +418,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    end()

    @@ -448,10 +448,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    reserve(Int32)

    @@ -480,10 +480,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    size()

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiTextBuffer* to ImGuiTextBufferPtr)

    @@ -559,10 +559,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiTextBufferPtr to ImGuiTextBuffer*)

    @@ -606,10 +606,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiTextBufferPtr)

    @@ -659,10 +659,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiTextFilter.html b/docs/api/ImGuiNET.ImGuiTextFilter.html index 186357a93..cceeaae5c 100644 --- a/docs/api/ImGuiNET.ImGuiTextFilter.html +++ b/docs/api/ImGuiNET.ImGuiTextFilter.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CountGrep

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Filters

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InputBuf

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiTextFilterPtr.html b/docs/api/ImGuiNET.ImGuiTextFilterPtr.html index ed69ac20f..391a99b95 100644 --- a/docs/api/ImGuiNET.ImGuiTextFilterPtr.html +++ b/docs/api/ImGuiNET.ImGuiTextFilterPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiTextFilterPtr(ImGuiTextFilter*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiTextFilterPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CountGrep

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Filters

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InputBuf

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -294,10 +294,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Build()

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Clear()

    @@ -324,10 +324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -339,10 +339,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Draw()

    @@ -369,10 +369,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Draw(String)

    @@ -416,10 +416,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Draw(String, Single)

    @@ -468,10 +468,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsActive()

    @@ -498,10 +498,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PassFilter(String)

    @@ -547,10 +547,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiTextFilter* to ImGuiTextFilterPtr)

    @@ -594,10 +594,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiTextFilterPtr to ImGuiTextFilter*)

    @@ -641,10 +641,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiTextFilterPtr)

    @@ -694,10 +694,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiTextRange.html b/docs/api/ImGuiNET.ImGuiTextRange.html index 513f9ef31..bcf4d25f7 100644 --- a/docs/api/ImGuiNET.ImGuiTextRange.html +++ b/docs/api/ImGuiNET.ImGuiTextRange.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    b

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    e

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiTextRangePtr.html b/docs/api/ImGuiNET.ImGuiTextRangePtr.html index 444bd2885..ec1f0ba98 100644 --- a/docs/api/ImGuiNET.ImGuiTextRangePtr.html +++ b/docs/api/ImGuiNET.ImGuiTextRangePtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiTextRangePtr(ImGuiTextRange*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiTextRangePtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    b

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    e

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -264,10 +264,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -279,10 +279,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    empty()

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    split(Byte, out ImVector)

    @@ -348,10 +348,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiTextRange* to ImGuiTextRangePtr)

    @@ -395,10 +395,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiTextRangePtr to ImGuiTextRange*)

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiTextRangePtr)

    @@ -495,10 +495,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiTreeNodeFlags.html b/docs/api/ImGuiNET.ImGuiTreeNodeFlags.html index 65575060f..2a0c81192 100644 --- a/docs/api/ImGuiNET.ImGuiTreeNodeFlags.html +++ b/docs/api/ImGuiNET.ImGuiTreeNodeFlags.html @@ -170,10 +170,10 @@ public enum ImGuiTreeNodeFlags
    diff --git a/docs/api/ImGuiNET.ImGuiViewport.html b/docs/api/ImGuiNET.ImGuiViewport.html index 90346a270..31f825803 100644 --- a/docs/api/ImGuiNET.ImGuiViewport.html +++ b/docs/api/ImGuiNET.ImGuiViewport.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DpiScale

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DrawData

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ID

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ParentViewportId

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlatformHandle

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlatformHandleRaw

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlatformRequestClose

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlatformRequestMove

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlatformRequestResize

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlatformUserData

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Pos

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RendererUserData

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WorkPos

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WorkSize

    @@ -576,10 +576,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiViewportFlags.html b/docs/api/ImGuiNET.ImGuiViewportFlags.html index 794ca7bf8..c10b1ff2c 100644 --- a/docs/api/ImGuiNET.ImGuiViewportFlags.html +++ b/docs/api/ImGuiNET.ImGuiViewportFlags.html @@ -162,10 +162,10 @@ public enum ImGuiViewportFlags
    diff --git a/docs/api/ImGuiNET.ImGuiViewportPtr.html b/docs/api/ImGuiNET.ImGuiViewportPtr.html index 17904e493..44307d414 100644 --- a/docs/api/ImGuiNET.ImGuiViewportPtr.html +++ b/docs/api/ImGuiNET.ImGuiViewportPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiViewportPtr(ImGuiViewport*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiViewportPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DpiScale

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DrawData

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Flags

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ID

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ParentViewportId

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlatformHandle

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlatformHandleRaw

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlatformRequestClose

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlatformRequestMove

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlatformRequestResize

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlatformUserData

    @@ -532,10 +532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Pos

    @@ -562,10 +562,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RendererUserData

    @@ -592,10 +592,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size

    @@ -622,10 +622,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WorkPos

    @@ -652,10 +652,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WorkSize

    @@ -684,10 +684,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -699,10 +699,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetCenter()

    @@ -729,10 +729,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetWorkCenter()

    @@ -761,10 +761,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiViewport* to ImGuiViewportPtr)

    @@ -808,10 +808,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiViewportPtr to ImGuiViewport*)

    @@ -855,10 +855,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiViewportPtr)

    @@ -908,10 +908,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiWindowClass.html b/docs/api/ImGuiNET.ImGuiWindowClass.html index 3c4d87ff1..30d88c05a 100644 --- a/docs/api/ImGuiNET.ImGuiWindowClass.html +++ b/docs/api/ImGuiNET.ImGuiWindowClass.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClassId

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockingAllowUnclassed

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockingAlwaysTabBar

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockNodeFlagsOverrideSet

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ParentViewportId

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TabItemFlagsOverrideSet

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ViewportFlagsOverrideClear

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ViewportFlagsOverrideSet

    @@ -344,10 +344,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiWindowClassPtr.html b/docs/api/ImGuiNET.ImGuiWindowClassPtr.html index d49f49ad1..c0cf13f7b 100644 --- a/docs/api/ImGuiNET.ImGuiWindowClassPtr.html +++ b/docs/api/ImGuiNET.ImGuiWindowClassPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiWindowClassPtr(ImGuiWindowClass*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiWindowClassPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ClassId

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockingAllowUnclassed

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockingAlwaysTabBar

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DockNodeFlagsOverrideSet

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ParentViewportId

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TabItemFlagsOverrideSet

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ViewportFlagsOverrideClear

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ViewportFlagsOverrideSet

    @@ -444,10 +444,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -461,10 +461,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiWindowClass* to ImGuiWindowClassPtr)

    @@ -508,10 +508,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImGuiWindowClassPtr to ImGuiWindowClass*)

    @@ -555,10 +555,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImGuiWindowClassPtr)

    @@ -608,10 +608,10 @@
    diff --git a/docs/api/ImGuiNET.ImGuiWindowFlags.html b/docs/api/ImGuiNET.ImGuiWindowFlags.html index fdd7475a5..32da33bf7 100644 --- a/docs/api/ImGuiNET.ImGuiWindowFlags.html +++ b/docs/api/ImGuiNET.ImGuiWindowFlags.html @@ -234,10 +234,10 @@ public enum ImGuiWindowFlags
    diff --git a/docs/api/ImGuiNET.ImPtrVector-1.html b/docs/api/ImGuiNET.ImPtrVector-1.html index 573f4f834..6246b2fa7 100644 --- a/docs/api/ImGuiNET.ImPtrVector-1.html +++ b/docs/api/ImGuiNET.ImPtrVector-1.html @@ -121,10 +121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImPtrVector(ImVector, Int32)

    @@ -158,10 +158,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImPtrVector(Int32, Int32, IntPtr, Int32)

    @@ -207,10 +207,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Capacity

    @@ -236,10 +236,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Data

    @@ -265,10 +265,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size

    @@ -296,10 +296,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -349,10 +349,10 @@
    diff --git a/docs/api/ImGuiNET.ImVector-1.html b/docs/api/ImGuiNET.ImVector-1.html index 5410b038e..0b7292c8a 100644 --- a/docs/api/ImGuiNET.ImVector-1.html +++ b/docs/api/ImGuiNET.ImVector-1.html @@ -121,10 +121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImVector(ImVector)

    @@ -153,10 +153,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImVector(Int32, Int32, IntPtr)

    @@ -197,10 +197,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Capacity

    @@ -226,10 +226,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Data

    @@ -255,10 +255,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size

    @@ -286,10 +286,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -339,10 +339,10 @@
    diff --git a/docs/api/ImGuiNET.ImVector.html b/docs/api/ImGuiNET.ImVector.html index 18278758a..3835f6f6d 100644 --- a/docs/api/ImGuiNET.ImVector.html +++ b/docs/api/ImGuiNET.ImVector.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImVector(Int32, Int32, IntPtr)

    @@ -150,10 +150,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Capacity

    @@ -179,10 +179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Data

    @@ -208,10 +208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size

    @@ -239,10 +239,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Address<T>(Int32)

    @@ -301,10 +301,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Ref<T>(Int32)

    @@ -369,10 +369,10 @@
    diff --git a/docs/api/ImGuiNET.NullTerminatedString.html b/docs/api/ImGuiNET.NullTerminatedString.html index 8ecca9cd4..789a5e231 100644 --- a/docs/api/ImGuiNET.NullTerminatedString.html +++ b/docs/api/ImGuiNET.NullTerminatedString.html @@ -103,10 +103,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NullTerminatedString(Byte*)

    @@ -137,10 +137,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Data

    @@ -168,10 +168,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ToString()

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(NullTerminatedString to String)

    @@ -255,10 +255,10 @@
    diff --git a/docs/api/ImGuiNET.RangeAccessor-1.html b/docs/api/ImGuiNET.RangeAccessor-1.html index 319ad5730..f9a46dcad 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
    @@ -122,10 +123,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RangeAccessor(IntPtr, Int32)

    @@ -159,10 +160,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RangeAccessor(Void*, Int32)

    @@ -198,10 +199,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Count

    @@ -227,10 +228,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Data

    @@ -258,10 +259,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -311,10 +312,10 @@
    diff --git a/docs/api/ImGuiNET.RangeAccessorExtensions.html b/docs/api/ImGuiNET.RangeAccessorExtensions.html index a555ae8ee..0c769d416 100644 --- a/docs/api/ImGuiNET.RangeAccessorExtensions.html +++ b/docs/api/ImGuiNET.RangeAccessorExtensions.html @@ -114,10 +114,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetStringASCII(RangeAccessor<Byte>)

    @@ -167,10 +167,10 @@
    diff --git a/docs/api/ImGuiNET.RangePtrAccessor-1.html b/docs/api/ImGuiNET.RangePtrAccessor-1.html index b3b355838..fb0a121e4 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
    @@ -122,10 +123,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RangePtrAccessor(IntPtr, Int32)

    @@ -159,10 +160,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RangePtrAccessor(Void*, Int32)

    @@ -198,10 +199,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Count

    @@ -227,10 +228,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Data

    @@ -258,10 +259,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Item[Int32]

    @@ -311,10 +312,10 @@
    diff --git a/docs/api/ImGuiNET.STB_TexteditState.html b/docs/api/ImGuiNET.STB_TexteditState.html index 6711e39a3..4d418ffa0 100644 --- a/docs/api/ImGuiNET.STB_TexteditState.html +++ b/docs/api/ImGuiNET.STB_TexteditState.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    cursor

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    cursor_at_end_of_line

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    has_preferred_x

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    initialized

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    insert_mode

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    padding1

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    padding2

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    padding3

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    preferred_x

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    row_count_per_page

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    select_end

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    select_start

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    single_line

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undostate

    @@ -518,10 +518,10 @@
    diff --git a/docs/api/ImGuiNET.STB_TexteditStatePtr.html b/docs/api/ImGuiNET.STB_TexteditStatePtr.html index a0e323558..87f1f224b 100644 --- a/docs/api/ImGuiNET.STB_TexteditStatePtr.html +++ b/docs/api/ImGuiNET.STB_TexteditStatePtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    STB_TexteditStatePtr(STB_TexteditState*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    STB_TexteditStatePtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    cursor

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    cursor_at_end_of_line

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    has_preferred_x

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    initialized

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    insert_mode

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    padding1

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    padding2

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    padding3

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    preferred_x

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    row_count_per_page

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    select_end

    @@ -532,10 +532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    select_start

    @@ -562,10 +562,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    single_line

    @@ -592,10 +592,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undostate

    @@ -624,10 +624,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(STB_TexteditState* to STB_TexteditStatePtr)

    @@ -671,10 +671,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(STB_TexteditStatePtr to STB_TexteditState*)

    @@ -718,10 +718,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to STB_TexteditStatePtr)

    @@ -771,10 +771,10 @@
    diff --git a/docs/api/ImGuiNET.StbTexteditRow.html b/docs/api/ImGuiNET.StbTexteditRow.html index 30a69da92..eb2fd941f 100644 --- a/docs/api/ImGuiNET.StbTexteditRow.html +++ b/docs/api/ImGuiNET.StbTexteditRow.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    baseline_y_delta

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    num_chars

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    x0

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    x1

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ymax

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ymin

    @@ -286,10 +286,10 @@
    diff --git a/docs/api/ImGuiNET.StbTexteditRowPtr.html b/docs/api/ImGuiNET.StbTexteditRowPtr.html index 97986f4cc..422197435 100644 --- a/docs/api/ImGuiNET.StbTexteditRowPtr.html +++ b/docs/api/ImGuiNET.StbTexteditRowPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StbTexteditRowPtr(StbTexteditRow*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StbTexteditRowPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    baseline_y_delta

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    num_chars

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    x0

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    x1

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ymax

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ymin

    @@ -384,10 +384,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(StbTexteditRow* to StbTexteditRowPtr)

    @@ -431,10 +431,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(StbTexteditRowPtr to StbTexteditRow*)

    @@ -478,10 +478,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to StbTexteditRowPtr)

    @@ -531,10 +531,10 @@
    diff --git a/docs/api/ImGuiNET.StbUndoRecord.html b/docs/api/ImGuiNET.StbUndoRecord.html index 060a511f4..d31fc26e4 100644 --- a/docs/api/ImGuiNET.StbUndoRecord.html +++ b/docs/api/ImGuiNET.StbUndoRecord.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    char_storage

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    delete_length

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    insert_length

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    where

    @@ -228,10 +228,10 @@
    diff --git a/docs/api/ImGuiNET.StbUndoRecordPtr.html b/docs/api/ImGuiNET.StbUndoRecordPtr.html index ec7bf08ba..a1f1f3cfb 100644 --- a/docs/api/ImGuiNET.StbUndoRecordPtr.html +++ b/docs/api/ImGuiNET.StbUndoRecordPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StbUndoRecordPtr(StbUndoRecord*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StbUndoRecordPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    char_storage

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    delete_length

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    insert_length

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    where

    @@ -324,10 +324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(StbUndoRecord* to StbUndoRecordPtr)

    @@ -371,10 +371,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(StbUndoRecordPtr to StbUndoRecord*)

    @@ -418,10 +418,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to StbUndoRecordPtr)

    @@ -471,10 +471,10 @@
    diff --git a/docs/api/ImGuiNET.StbUndoState.html b/docs/api/ImGuiNET.StbUndoState.html index f5a30d6af..5794adc7c 100644 --- a/docs/api/ImGuiNET.StbUndoState.html +++ b/docs/api/ImGuiNET.StbUndoState.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    redo_char_point

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    redo_point

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_char

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_char_point

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_point

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_0

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_1

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_10

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_11

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_12

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_13

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_14

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_15

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_16

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_17

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_18

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_19

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_2

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_20

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_21

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_22

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_23

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_24

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_25

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_26

    @@ -831,10 +831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_27

    @@ -860,10 +860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_28

    @@ -889,10 +889,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_29

    @@ -918,10 +918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_3

    @@ -947,10 +947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_30

    @@ -976,10 +976,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_31

    @@ -1005,10 +1005,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_32

    @@ -1034,10 +1034,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_33

    @@ -1063,10 +1063,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_34

    @@ -1092,10 +1092,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_35

    @@ -1121,10 +1121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_36

    @@ -1150,10 +1150,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_37

    @@ -1179,10 +1179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_38

    @@ -1208,10 +1208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_39

    @@ -1237,10 +1237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_4

    @@ -1266,10 +1266,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_40

    @@ -1295,10 +1295,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_41

    @@ -1324,10 +1324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_42

    @@ -1353,10 +1353,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_43

    @@ -1382,10 +1382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_44

    @@ -1411,10 +1411,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_45

    @@ -1440,10 +1440,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_46

    @@ -1469,10 +1469,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_47

    @@ -1498,10 +1498,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_48

    @@ -1527,10 +1527,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_49

    @@ -1556,10 +1556,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_5

    @@ -1585,10 +1585,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_50

    @@ -1614,10 +1614,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_51

    @@ -1643,10 +1643,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_52

    @@ -1672,10 +1672,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_53

    @@ -1701,10 +1701,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_54

    @@ -1730,10 +1730,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_55

    @@ -1759,10 +1759,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_56

    @@ -1788,10 +1788,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_57

    @@ -1817,10 +1817,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_58

    @@ -1846,10 +1846,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_59

    @@ -1875,10 +1875,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_6

    @@ -1904,10 +1904,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_60

    @@ -1933,10 +1933,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_61

    @@ -1962,10 +1962,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_62

    @@ -1991,10 +1991,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_63

    @@ -2020,10 +2020,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_64

    @@ -2049,10 +2049,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_65

    @@ -2078,10 +2078,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_66

    @@ -2107,10 +2107,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_67

    @@ -2136,10 +2136,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_68

    @@ -2165,10 +2165,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_69

    @@ -2194,10 +2194,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_7

    @@ -2223,10 +2223,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_70

    @@ -2252,10 +2252,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_71

    @@ -2281,10 +2281,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_72

    @@ -2310,10 +2310,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_73

    @@ -2339,10 +2339,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_74

    @@ -2368,10 +2368,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_75

    @@ -2397,10 +2397,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_76

    @@ -2426,10 +2426,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_77

    @@ -2455,10 +2455,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_78

    @@ -2484,10 +2484,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_79

    @@ -2513,10 +2513,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_8

    @@ -2542,10 +2542,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_80

    @@ -2571,10 +2571,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_81

    @@ -2600,10 +2600,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_82

    @@ -2629,10 +2629,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_83

    @@ -2658,10 +2658,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_84

    @@ -2687,10 +2687,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_85

    @@ -2716,10 +2716,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_86

    @@ -2745,10 +2745,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_87

    @@ -2774,10 +2774,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_88

    @@ -2803,10 +2803,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_89

    @@ -2832,10 +2832,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_9

    @@ -2861,10 +2861,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_90

    @@ -2890,10 +2890,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_91

    @@ -2919,10 +2919,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_92

    @@ -2948,10 +2948,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_93

    @@ -2977,10 +2977,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_94

    @@ -3006,10 +3006,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_95

    @@ -3035,10 +3035,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_96

    @@ -3064,10 +3064,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_97

    @@ -3093,10 +3093,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec_98

    @@ -3128,10 +3128,10 @@
    diff --git a/docs/api/ImGuiNET.StbUndoStatePtr.html b/docs/api/ImGuiNET.StbUndoStatePtr.html index 3eaaec6b9..04b183c55 100644 --- a/docs/api/ImGuiNET.StbUndoStatePtr.html +++ b/docs/api/ImGuiNET.StbUndoStatePtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StbUndoStatePtr(StbUndoState*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StbUndoStatePtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    redo_char_point

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    redo_point

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_char

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_char_point

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_point

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    undo_rec

    @@ -384,10 +384,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(StbUndoState* to StbUndoStatePtr)

    @@ -431,10 +431,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(StbUndoStatePtr to StbUndoState*)

    @@ -478,10 +478,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to StbUndoStatePtr)

    @@ -531,10 +531,10 @@
    diff --git a/docs/api/ImGuiNET.UnionValue.html b/docs/api/ImGuiNET.UnionValue.html index c22adcb7e..6e3c4cec4 100644 --- a/docs/api/ImGuiNET.UnionValue.html +++ b/docs/api/ImGuiNET.UnionValue.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ValueF32

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ValueI32

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ValuePtr

    @@ -199,10 +199,10 @@
    diff --git a/docs/api/ImGuiScene.FramerateLimit.LimitType.html b/docs/api/ImGuiScene.FramerateLimit.LimitType.html index e946e6074..bd3456007 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 e3d369cbf..6f0479d41 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 c8f3b2ca9..99c229197 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 227620181..f6b9b1b44 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 f840d78d3..b0ddbb4a6 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 32d29780b..de02895ed 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 85802158d..ba72a4043 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 1cb5895b4..cadae9be9 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 7e3c5fb06..b622f23a3 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 b232aca35..fa3d4bb62 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

    UpdateCursor

    @@ -185,10 +185,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Dispose()

    @@ -200,10 +200,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Dispose(Boolean)

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Finalize()

    @@ -247,10 +247,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImGuiKeyToVirtualKey(ImGuiKey)

    @@ -294,10 +294,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsImGuiCursor(IntPtr)

    @@ -341,10 +341,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NewFrame(Int32, Int32)

    @@ -378,10 +378,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ProcessWndProcW(IntPtr, User32.WindowMessage, Void*, Void*)

    @@ -446,10 +446,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetIniPath(String)

    @@ -478,10 +478,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    VirtualKeyToImGuiKey(Int32)

    @@ -538,10 +538,10 @@
    diff --git a/docs/api/ImGuiScene.MemUtil.html b/docs/api/ImGuiScene.MemUtil.html index 320e1dd3e..e19505e0a 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

    Allocate<T>()

    @@ -126,6 +126,7 @@
    Declaration
    public static T*Allocate<T>()
    +
         where T : struct
    Returns
    @@ -160,10 +161,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Free(IntPtr)

    @@ -198,10 +199,10 @@
    diff --git a/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html b/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html index 970c6f592..3b0a0ddd7 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 4bde7f958..f13b3f0fd 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 c7c304818..a7be2aa08 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 f7760154e..ebb7db2a0 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

    UpdateCursor

    @@ -399,10 +399,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowHandlePtr

    @@ -431,10 +431,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CaptureScreenshot()

    @@ -461,10 +461,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Dispose()

    @@ -476,10 +476,10 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source

    Finalize()

    @@ -491,10 +491,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InvalidateFonts()

    @@ -506,10 +506,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsImGuiCursor(IntPtr)

    @@ -553,10 +553,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LoadImage(Byte[])

    @@ -600,10 +600,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LoadImage(String)

    @@ -647,10 +647,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LoadImageRaw(Byte[], Int32, Int32, Int32)

    @@ -709,10 +709,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OnPostResize(Int32, Int32)

    @@ -746,10 +746,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OnPreResize()

    @@ -761,10 +761,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ProcessWndProcW(IntPtr, User32.WindowMessage, Void*, Void*)

    @@ -829,10 +829,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Render()

    @@ -854,10 +854,10 @@
    diff --git a/docs/api/ImGuiScene.RendererFactory.RendererBackend.html b/docs/api/ImGuiScene.RendererFactory.RendererBackend.html index 2024be67c..061e6de4e 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 8f9429c39..d2b3e9191 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 ce2b02996..5cb06fe1c 100644 --- a/docs/api/ImGuiScene.SDLWindowGL.html +++ b/docs/api/ImGuiScene.SDLWindowGL.html @@ -150,10 +150,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InitForRenderer(IRenderer)

    @@ -186,10 +186,10 @@
    SimpleSDLWindow.InitForRenderer(IRenderer)
    | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowCreationFlags(WindowCreateInfo)

    @@ -248,10 +248,10 @@
    diff --git a/docs/api/ImGuiScene.SimpleD3D.html b/docs/api/ImGuiScene.SimpleD3D.html index 4a0d0a04c..00b738742 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 36c0e7db0..9da0cc428 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 201fb195f..b28119b08 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 9cd8ed199..7f31c711d 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 8c56970a6..b4834d45b 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 99d8f4458..3ac1929a6 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

    Gl

    @@ -151,10 +151,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OnSDLEvent

    @@ -182,10 +182,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    WantsClose

    @@ -213,10 +213,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Window

    @@ -246,10 +246,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CreateColorKey(Single, Single, Single)

    @@ -307,10 +307,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Dispose()

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Dispose(Boolean)

    @@ -354,10 +354,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Finalize()

    @@ -369,10 +369,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetHWnd()

    @@ -401,10 +401,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    InitForRenderer(IRenderer)

    @@ -433,10 +433,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MakeTransparent(UInt32)

    @@ -471,10 +471,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()

    @@ -488,10 +488,10 @@ User handlers from | - Improve this Doc + Improve this Doc - View Source + View Source

    WindowCreationFlags(WindowCreateInfo)

    @@ -548,10 +548,10 @@ User handlers from diff --git a/docs/api/ImGuiScene.TextureWrap.html b/docs/api/ImGuiScene.TextureWrap.html index 6cd21e989..80666568e 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 64f286ce2..8658feac7 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 2a42e03db..69ae0dc74 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/ImGuizmoNET.ImGuizmo.html b/docs/api/ImGuizmoNET.ImGuizmo.html index 9f9340293..da87bb547 100644 --- a/docs/api/ImGuizmoNET.ImGuizmo.html +++ b/docs/api/ImGuizmoNET.ImGuizmo.html @@ -114,10 +114,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AllowAxisFlip(Boolean)

    @@ -146,10 +146,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginFrame()

    @@ -161,10 +161,10 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source

    DecomposeMatrixToComponents(ref Single, ref Single, ref Single, ref Single)

    @@ -208,10 +208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DrawCubes(ref Single, ref Single, ref Single, Int32)

    @@ -255,10 +255,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DrawGrid(ref Single, ref Single, ref Single, Single)

    @@ -302,10 +302,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Enable(Boolean)

    @@ -334,10 +334,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsOver()

    @@ -364,10 +364,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsOver(OPERATION)

    @@ -411,10 +411,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsUsing()

    @@ -441,10 +441,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Manipulate(ref Single, ref Single, OPERATION, MODE, ref Single)

    @@ -508,10 +508,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Manipulate(ref Single, ref Single, OPERATION, MODE, ref Single, ref Single)

    @@ -580,10 +580,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Manipulate(ref Single, ref Single, OPERATION, MODE, ref Single, ref Single, ref Single)

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Manipulate(ref Single, ref Single, OPERATION, MODE, ref Single, ref Single, ref Single, ref Single)

    @@ -739,10 +739,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Manipulate(ref Single, ref Single, OPERATION, MODE, ref Single, ref Single, ref Single, ref Single, ref Single)

    @@ -826,10 +826,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    RecomposeMatrixFromComponents(ref Single, ref Single, ref Single, ref Single)

    @@ -873,10 +873,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetDrawlist()

    @@ -888,10 +888,10 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source

    SetDrawlist(ImDrawListPtr)

    @@ -920,10 +920,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetGizmoSizeClipSpace(Single)

    @@ -952,10 +952,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetID(Int32)

    @@ -984,10 +984,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetImGuiContext(IntPtr)

    @@ -1016,10 +1016,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetOrthographic(Boolean)

    @@ -1048,10 +1048,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetRect(Single, Single, Single, Single)

    @@ -1095,10 +1095,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ViewManipulate(ref Single, Single, Vector2, Vector2, UInt32)

    @@ -1147,10 +1147,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ViewManipulate(ref Single, ref Single, OPERATION, MODE, ref Single, Single, Vector2, Vector2, UInt32)

    @@ -1225,10 +1225,10 @@ diff --git a/docs/api/ImGuizmoNET.ImGuizmoNative.html b/docs/api/ImGuizmoNET.ImGuizmoNative.html index a3b644c07..71e4678b1 100644 --- a/docs/api/ImGuizmoNET.ImGuizmoNative.html +++ b/docs/api/ImGuizmoNET.ImGuizmoNative.html @@ -817,10 +817,10 @@ diff --git a/docs/api/ImGuizmoNET.MODE.html b/docs/api/ImGuizmoNET.MODE.html index 36107def9..165e63ad6 100644 --- a/docs/api/ImGuizmoNET.MODE.html +++ b/docs/api/ImGuizmoNET.MODE.html @@ -113,10 +113,10 @@ diff --git a/docs/api/ImGuizmoNET.OPERATION.html b/docs/api/ImGuizmoNET.OPERATION.html index 0dccbf703..fd40dfcb8 100644 --- a/docs/api/ImGuizmoNET.OPERATION.html +++ b/docs/api/ImGuizmoNET.OPERATION.html @@ -181,10 +181,10 @@ diff --git a/docs/api/ImPlotNET.ImAxis.html b/docs/api/ImPlotNET.ImAxis.html index 3aceff10b..a281d0c2a 100644 --- a/docs/api/ImPlotNET.ImAxis.html +++ b/docs/api/ImPlotNET.ImAxis.html @@ -133,10 +133,10 @@ diff --git a/docs/api/ImPlotNET.ImPlot.html b/docs/api/ImPlotNET.ImPlot.html index 72913e0c9..5c42f16ff 100644 --- a/docs/api/ImPlotNET.ImPlot.html +++ b/docs/api/ImPlotNET.ImPlot.html @@ -114,10 +114,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddColormap(String, ref Vector4, Int32)

    @@ -171,10 +171,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddColormap(String, ref Vector4, Int32, Boolean)

    @@ -233,10 +233,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddColormap(String, ref UInt32, Int32)

    @@ -290,10 +290,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AddColormap(String, ref UInt32, Int32, Boolean)

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Annotation(Double, Double, Vector4, Vector2, Boolean)

    @@ -404,10 +404,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Annotation(Double, Double, Vector4, Vector2, Boolean, Boolean)

    @@ -461,10 +461,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Annotation(Double, Double, Vector4, Vector2, Boolean, String)

    @@ -518,10 +518,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginAlignedPlots(String)

    @@ -565,10 +565,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginAlignedPlots(String, Boolean)

    @@ -617,10 +617,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDragDropSourceAxis(ImAxis)

    @@ -664,10 +664,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDragDropSourceAxis(ImAxis, ImGuiDragDropFlags)

    @@ -716,10 +716,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDragDropSourceItem(String)

    @@ -763,10 +763,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDragDropSourceItem(String, ImGuiDragDropFlags)

    @@ -815,10 +815,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDragDropSourcePlot()

    @@ -845,10 +845,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDragDropSourcePlot(ImGuiDragDropFlags)

    @@ -892,10 +892,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDragDropTargetAxis(ImAxis)

    @@ -939,10 +939,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDragDropTargetLegend()

    @@ -969,10 +969,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginDragDropTargetPlot()

    @@ -999,10 +999,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginLegendPopup(String)

    @@ -1046,10 +1046,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginLegendPopup(String, ImGuiMouseButton)

    @@ -1098,10 +1098,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPlot(String)

    @@ -1145,10 +1145,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPlot(String, Vector2)

    @@ -1197,10 +1197,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginPlot(String, Vector2, ImPlotFlags)

    @@ -1254,10 +1254,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginSubplots(String, Int32, Int32, Vector2)

    @@ -1316,10 +1316,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginSubplots(String, Int32, Int32, Vector2, ImPlotSubplotFlags)

    @@ -1383,10 +1383,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginSubplots(String, Int32, Int32, Vector2, ImPlotSubplotFlags, ref Single)

    @@ -1455,10 +1455,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BeginSubplots(String, Int32, Int32, Vector2, ImPlotSubplotFlags, ref Single, ref Single)

    @@ -1532,10 +1532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    BustColorCache()

    @@ -1547,10 +1547,10 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source

    BustColorCache(String)

    @@ -1579,10 +1579,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CancelPlotSelection()

    @@ -1594,10 +1594,10 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source

    ColormapButton(String)

    @@ -1641,10 +1641,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColormapButton(String, Vector2)

    @@ -1693,10 +1693,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColormapButton(String, Vector2, ImPlotColormap)

    @@ -1750,10 +1750,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColormapIcon(ImPlotColormap)

    @@ -1782,10 +1782,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColormapScale(String, Double, Double)

    @@ -1824,10 +1824,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColormapScale(String, Double, Double, Vector2)

    @@ -1871,10 +1871,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColormapScale(String, Double, Double, Vector2, String)

    @@ -1923,10 +1923,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColormapScale(String, Double, Double, Vector2, String, ImPlotColormapScaleFlags)

    @@ -1980,10 +1980,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColormapScale(String, Double, Double, Vector2, String, ImPlotColormapScaleFlags, ImPlotColormap)

    @@ -2042,10 +2042,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColormapSlider(String, ref Single)

    @@ -2094,10 +2094,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColormapSlider(String, ref Single, out Vector4)

    @@ -2151,10 +2151,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColormapSlider(String, ref Single, out Vector4, String)

    @@ -2213,10 +2213,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ColormapSlider(String, ref Single, out Vector4, String, ImPlotColormap)

    @@ -2280,10 +2280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    CreateContext()

    @@ -2310,10 +2310,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DestroyContext()

    @@ -2325,10 +2325,10 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source

    DestroyContext(IntPtr)

    @@ -2357,10 +2357,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragLineX(Int32, ref Double, Vector4)

    @@ -2414,10 +2414,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragLineX(Int32, ref Double, Vector4, Single)

    @@ -2476,10 +2476,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragLineX(Int32, ref Double, Vector4, Single, ImPlotDragToolFlags)

    @@ -2543,10 +2543,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragLineY(Int32, ref Double, Vector4)

    @@ -2600,10 +2600,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragLineY(Int32, ref Double, Vector4, Single)

    @@ -2662,10 +2662,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragLineY(Int32, ref Double, Vector4, Single, ImPlotDragToolFlags)

    @@ -2729,10 +2729,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragPoint(Int32, ref Double, ref Double, Vector4)

    @@ -2791,10 +2791,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragPoint(Int32, ref Double, ref Double, Vector4, Single)

    @@ -2858,10 +2858,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragPoint(Int32, ref Double, ref Double, Vector4, Single, ImPlotDragToolFlags)

    @@ -2930,10 +2930,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragRect(Int32, ref Double, ref Double, ref Double, ref Double, Vector4)

    @@ -3002,10 +3002,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DragRect(Int32, ref Double, ref Double, ref Double, ref Double, Vector4, ImPlotDragToolFlags)

    @@ -3079,10 +3079,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndAlignedPlots()

    @@ -3094,10 +3094,10 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source

    EndDragDropSource()

    @@ -3109,10 +3109,10 @@
    | - Improve this Doc + Improve this Doc - View Source + View Source

    EndDragDropTarget()

    @@ -3124,10 +3124,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndLegendPopup()

    @@ -3139,10 +3139,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndPlot()

    @@ -3154,10 +3154,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    EndSubplots()

    @@ -3169,10 +3169,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColormapColor(Int32)

    @@ -3216,10 +3216,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColormapColor(Int32, ImPlotColormap)

    @@ -3268,10 +3268,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColormapCount()

    @@ -3298,10 +3298,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColormapIndex(String)

    @@ -3345,10 +3345,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColormapName(ImPlotColormap)

    @@ -3392,10 +3392,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColormapSize()

    @@ -3422,10 +3422,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetColormapSize(ImPlotColormap)

    @@ -3469,10 +3469,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetCurrentContext()

    @@ -3499,10 +3499,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetInputMap()

    @@ -3529,10 +3529,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetLastItemColor()

    @@ -3559,10 +3559,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetMarkerName(ImPlotMarker)

    @@ -3606,10 +3606,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPlotDrawList()

    @@ -3636,10 +3636,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPlotLimits()

    @@ -3666,10 +3666,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPlotLimits(ImAxis)

    @@ -3713,10 +3713,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPlotLimits(ImAxis, ImAxis)

    @@ -3765,10 +3765,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPlotMousePos()

    @@ -3795,10 +3795,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPlotMousePos(ImAxis)

    @@ -3842,10 +3842,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPlotMousePos(ImAxis, ImAxis)

    @@ -3894,10 +3894,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPlotPos()

    @@ -3924,10 +3924,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPlotSelection()

    @@ -3954,10 +3954,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPlotSelection(ImAxis)

    @@ -4001,10 +4001,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPlotSelection(ImAxis, ImAxis)

    @@ -4053,10 +4053,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetPlotSize()

    @@ -4083,10 +4083,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetStyle()

    @@ -4113,10 +4113,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    GetStyleColorName(ImPlotCol)

    @@ -4160,10 +4160,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HideNextItem()

    @@ -4175,10 +4175,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HideNextItem(Boolean)

    @@ -4207,10 +4207,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    HideNextItem(Boolean, ImPlotCond)

    @@ -4244,10 +4244,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsAxisHovered(ImAxis)

    @@ -4291,10 +4291,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsLegendEntryHovered(String)

    @@ -4338,10 +4338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsPlotHovered()

    @@ -4368,10 +4368,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsPlotSelected()

    @@ -4398,10 +4398,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    IsSubplotsHovered()

    @@ -4428,10 +4428,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemIcon(Vector4)

    @@ -4460,10 +4460,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ItemIcon(UInt32)

    @@ -4492,10 +4492,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MapInputDefault()

    @@ -4507,10 +4507,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MapInputDefault(ImPlotInputMapPtr)

    @@ -4539,10 +4539,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MapInputReverse()

    @@ -4554,10 +4554,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MapInputReverse(ImPlotInputMapPtr)

    @@ -4586,10 +4586,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NextColormapColor()

    @@ -4616,10 +4616,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PixelsToPlot(Vector2)

    @@ -4663,10 +4663,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PixelsToPlot(Vector2, ImAxis)

    @@ -4715,10 +4715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PixelsToPlot(Vector2, ImAxis, ImAxis)

    @@ -4772,10 +4772,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PixelsToPlot(Single, Single)

    @@ -4824,10 +4824,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PixelsToPlot(Single, Single, ImAxis)

    @@ -4881,10 +4881,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PixelsToPlot(Single, Single, ImAxis, ImAxis)

    @@ -4943,10 +4943,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Byte, Int32, Int32)

    @@ -4990,10 +4990,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Byte, Int32, Int32, Double)

    @@ -5042,10 +5042,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Byte, Int32, Int32, Double, Double)

    @@ -5099,10 +5099,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Byte, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

    @@ -5161,10 +5161,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Double, Int32, Int32)

    @@ -5208,10 +5208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Double, Int32, Int32, Double)

    @@ -5260,10 +5260,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Double, Int32, Int32, Double, Double)

    @@ -5317,10 +5317,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Double, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

    @@ -5379,10 +5379,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Int16, Int32, Int32)

    @@ -5426,10 +5426,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Int16, Int32, Int32, Double)

    @@ -5478,10 +5478,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Int16, Int32, Int32, Double, Double)

    @@ -5535,10 +5535,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Int16, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

    @@ -5597,10 +5597,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Int32, Int32, Int32)

    @@ -5644,10 +5644,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Int32, Int32, Int32, Double)

    @@ -5696,10 +5696,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Int32, Int32, Int32, Double, Double)

    @@ -5753,10 +5753,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Int32, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

    @@ -5815,10 +5815,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Int64, Int32, Int32)

    @@ -5862,10 +5862,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Int64, Int32, Int32, Double)

    @@ -5914,10 +5914,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Int64, Int32, Int32, Double, Double)

    @@ -5971,10 +5971,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Int64, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

    @@ -6033,10 +6033,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref SByte, Int32, Int32)

    @@ -6080,10 +6080,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref SByte, Int32, Int32, Double)

    @@ -6132,10 +6132,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref SByte, Int32, Int32, Double, Double)

    @@ -6189,10 +6189,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref SByte, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

    @@ -6251,10 +6251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Single, Int32, Int32)

    @@ -6298,10 +6298,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Single, Int32, Int32, Double)

    @@ -6350,10 +6350,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Single, Int32, Int32, Double, Double)

    @@ -6407,10 +6407,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref Single, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

    @@ -6469,10 +6469,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref UInt16, Int32, Int32)

    @@ -6516,10 +6516,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref UInt16, Int32, Int32, Double)

    @@ -6568,10 +6568,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref UInt16, Int32, Int32, Double, Double)

    @@ -6625,10 +6625,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref UInt16, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

    @@ -6687,10 +6687,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref UInt32, Int32, Int32)

    @@ -6734,10 +6734,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref UInt32, Int32, Int32, Double)

    @@ -6786,10 +6786,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref UInt32, Int32, Int32, Double, Double)

    @@ -6843,10 +6843,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref UInt32, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

    @@ -6905,10 +6905,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref UInt64, Int32, Int32)

    @@ -6952,10 +6952,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref UInt64, Int32, Int32, Double)

    @@ -7004,10 +7004,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref UInt64, Int32, Int32, Double, Double)

    @@ -7061,10 +7061,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBarGroups(String[], ref UInt64, Int32, Int32, Double, Double, ImPlotBarGroupsFlags)

    @@ -7123,10 +7123,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Byte, ref Byte, Int32, Double)

    @@ -7175,10 +7175,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Byte, ref Byte, Int32, Double, ImPlotBarsFlags)

    @@ -7232,10 +7232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Byte, ref Byte, Int32, Double, ImPlotBarsFlags, Int32)

    @@ -7294,10 +7294,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Byte, ref Byte, Int32, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -7361,10 +7361,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Byte, Int32)

    @@ -7403,10 +7403,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Byte, Int32, Double)

    @@ -7450,10 +7450,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Byte, Int32, Double, Double)

    @@ -7502,10 +7502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Byte, Int32, Double, Double, ImPlotBarsFlags)

    @@ -7559,10 +7559,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Byte, Int32, Double, Double, ImPlotBarsFlags, Int32)

    @@ -7621,10 +7621,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Byte, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -7688,10 +7688,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Double, ref Double, Int32, Double)

    @@ -7740,10 +7740,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Double, ref Double, Int32, Double, ImPlotBarsFlags)

    @@ -7797,10 +7797,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Double, ref Double, Int32, Double, ImPlotBarsFlags, Int32)

    @@ -7859,10 +7859,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Double, ref Double, Int32, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -7926,10 +7926,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Double, Int32)

    @@ -7968,10 +7968,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Double, Int32, Double)

    @@ -8015,10 +8015,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Double, Int32, Double, Double)

    @@ -8067,10 +8067,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Double, Int32, Double, Double, ImPlotBarsFlags)

    @@ -8124,10 +8124,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Double, Int32, Double, Double, ImPlotBarsFlags, Int32)

    @@ -8186,10 +8186,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Double, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -8253,10 +8253,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int16, ref Int16, Int32, Double)

    @@ -8305,10 +8305,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int16, ref Int16, Int32, Double, ImPlotBarsFlags)

    @@ -8362,10 +8362,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int16, ref Int16, Int32, Double, ImPlotBarsFlags, Int32)

    @@ -8424,10 +8424,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int16, ref Int16, Int32, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -8491,10 +8491,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int16, Int32)

    @@ -8533,10 +8533,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int16, Int32, Double)

    @@ -8580,10 +8580,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int16, Int32, Double, Double)

    @@ -8632,10 +8632,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int16, Int32, Double, Double, ImPlotBarsFlags)

    @@ -8689,10 +8689,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int16, Int32, Double, Double, ImPlotBarsFlags, Int32)

    @@ -8751,10 +8751,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int16, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -8818,10 +8818,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int32, Int32)

    @@ -8860,10 +8860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int32, Int32, Double)

    @@ -8907,10 +8907,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int32, Int32, Double, Double)

    @@ -8959,10 +8959,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int32, Int32, Double, Double, ImPlotBarsFlags)

    @@ -9016,10 +9016,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int32, Int32, Double, Double, ImPlotBarsFlags, Int32)

    @@ -9078,10 +9078,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int32, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -9145,10 +9145,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int32, ref Int32, Int32, Double)

    @@ -9197,10 +9197,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int32, ref Int32, Int32, Double, ImPlotBarsFlags)

    @@ -9254,10 +9254,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int32, ref Int32, Int32, Double, ImPlotBarsFlags, Int32)

    @@ -9316,10 +9316,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int32, ref Int32, Int32, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -9383,10 +9383,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int64, Int32)

    @@ -9425,10 +9425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int64, Int32, Double)

    @@ -9472,10 +9472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int64, Int32, Double, Double)

    @@ -9524,10 +9524,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int64, Int32, Double, Double, ImPlotBarsFlags)

    @@ -9581,10 +9581,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int64, Int32, Double, Double, ImPlotBarsFlags, Int32)

    @@ -9643,10 +9643,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int64, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -9710,10 +9710,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int64, ref Int64, Int32, Double)

    @@ -9762,10 +9762,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int64, ref Int64, Int32, Double, ImPlotBarsFlags)

    @@ -9819,10 +9819,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int64, ref Int64, Int32, Double, ImPlotBarsFlags, Int32)

    @@ -9881,10 +9881,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Int64, ref Int64, Int32, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -9948,10 +9948,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref SByte, Int32)

    @@ -9990,10 +9990,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref SByte, Int32, Double)

    @@ -10037,10 +10037,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref SByte, Int32, Double, Double)

    @@ -10089,10 +10089,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref SByte, Int32, Double, Double, ImPlotBarsFlags)

    @@ -10146,10 +10146,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref SByte, Int32, Double, Double, ImPlotBarsFlags, Int32)

    @@ -10208,10 +10208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref SByte, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -10275,10 +10275,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref SByte, ref SByte, Int32, Double)

    @@ -10327,10 +10327,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref SByte, ref SByte, Int32, Double, ImPlotBarsFlags)

    @@ -10384,10 +10384,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref SByte, ref SByte, Int32, Double, ImPlotBarsFlags, Int32)

    @@ -10446,10 +10446,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref SByte, ref SByte, Int32, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -10513,10 +10513,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Single, Int32)

    @@ -10555,10 +10555,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Single, Int32, Double)

    @@ -10602,10 +10602,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Single, Int32, Double, Double)

    @@ -10654,10 +10654,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Single, Int32, Double, Double, ImPlotBarsFlags)

    @@ -10711,10 +10711,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Single, Int32, Double, Double, ImPlotBarsFlags, Int32)

    @@ -10773,10 +10773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Single, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -10840,10 +10840,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Single, ref Single, Int32, Double)

    @@ -10892,10 +10892,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Single, ref Single, Int32, Double, ImPlotBarsFlags)

    @@ -10949,10 +10949,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Single, ref Single, Int32, Double, ImPlotBarsFlags, Int32)

    @@ -11011,10 +11011,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref Single, ref Single, Int32, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -11078,10 +11078,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt16, Int32)

    @@ -11120,10 +11120,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt16, Int32, Double)

    @@ -11167,10 +11167,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt16, Int32, Double, Double)

    @@ -11219,10 +11219,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt16, Int32, Double, Double, ImPlotBarsFlags)

    @@ -11276,10 +11276,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt16, Int32, Double, Double, ImPlotBarsFlags, Int32)

    @@ -11338,10 +11338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt16, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -11405,10 +11405,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt16, ref UInt16, Int32, Double)

    @@ -11457,10 +11457,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt16, ref UInt16, Int32, Double, ImPlotBarsFlags)

    @@ -11514,10 +11514,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt16, ref UInt16, Int32, Double, ImPlotBarsFlags, Int32)

    @@ -11576,10 +11576,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt16, ref UInt16, Int32, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -11643,10 +11643,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt32, Int32)

    @@ -11685,10 +11685,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt32, Int32, Double)

    @@ -11732,10 +11732,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt32, Int32, Double, Double)

    @@ -11784,10 +11784,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt32, Int32, Double, Double, ImPlotBarsFlags)

    @@ -11841,10 +11841,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt32, Int32, Double, Double, ImPlotBarsFlags, Int32)

    @@ -11903,10 +11903,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt32, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -11970,10 +11970,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt32, ref UInt32, Int32, Double)

    @@ -12022,10 +12022,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt32, ref UInt32, Int32, Double, ImPlotBarsFlags)

    @@ -12079,10 +12079,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt32, ref UInt32, Int32, Double, ImPlotBarsFlags, Int32)

    @@ -12141,10 +12141,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt32, ref UInt32, Int32, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -12208,10 +12208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt64, Int32)

    @@ -12250,10 +12250,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt64, Int32, Double)

    @@ -12297,10 +12297,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt64, Int32, Double, Double)

    @@ -12349,10 +12349,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt64, Int32, Double, Double, ImPlotBarsFlags)

    @@ -12406,10 +12406,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt64, Int32, Double, Double, ImPlotBarsFlags, Int32)

    @@ -12468,10 +12468,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt64, Int32, Double, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -12535,10 +12535,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt64, ref UInt64, Int32, Double)

    @@ -12587,10 +12587,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt64, ref UInt64, Int32, Double, ImPlotBarsFlags)

    @@ -12644,10 +12644,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt64, ref UInt64, Int32, Double, ImPlotBarsFlags, Int32)

    @@ -12706,10 +12706,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBars(String, ref UInt64, ref UInt64, Int32, Double, ImPlotBarsFlags, Int32, Int32)

    @@ -12773,10 +12773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Byte, ref Byte, Int32)

    @@ -12820,10 +12820,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Byte, ref Byte, Int32, ImPlotDigitalFlags)

    @@ -12872,10 +12872,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Byte, ref Byte, Int32, ImPlotDigitalFlags, Int32)

    @@ -12929,10 +12929,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Byte, ref Byte, Int32, ImPlotDigitalFlags, Int32, Int32)

    @@ -12991,10 +12991,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Double, ref Double, Int32)

    @@ -13038,10 +13038,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Double, ref Double, Int32, ImPlotDigitalFlags)

    @@ -13090,10 +13090,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Double, ref Double, Int32, ImPlotDigitalFlags, Int32)

    @@ -13147,10 +13147,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Double, ref Double, Int32, ImPlotDigitalFlags, Int32, Int32)

    @@ -13209,10 +13209,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Int16, ref Int16, Int32)

    @@ -13256,10 +13256,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Int16, ref Int16, Int32, ImPlotDigitalFlags)

    @@ -13308,10 +13308,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Int16, ref Int16, Int32, ImPlotDigitalFlags, Int32)

    @@ -13365,10 +13365,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Int16, ref Int16, Int32, ImPlotDigitalFlags, Int32, Int32)

    @@ -13427,10 +13427,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Int32, ref Int32, Int32)

    @@ -13474,10 +13474,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Int32, ref Int32, Int32, ImPlotDigitalFlags)

    @@ -13526,10 +13526,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Int32, ref Int32, Int32, ImPlotDigitalFlags, Int32)

    @@ -13583,10 +13583,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Int32, ref Int32, Int32, ImPlotDigitalFlags, Int32, Int32)

    @@ -13645,10 +13645,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Int64, ref Int64, Int32)

    @@ -13692,10 +13692,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Int64, ref Int64, Int32, ImPlotDigitalFlags)

    @@ -13744,10 +13744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Int64, ref Int64, Int32, ImPlotDigitalFlags, Int32)

    @@ -13801,10 +13801,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Int64, ref Int64, Int32, ImPlotDigitalFlags, Int32, Int32)

    @@ -13863,10 +13863,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref SByte, ref SByte, Int32)

    @@ -13910,10 +13910,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref SByte, ref SByte, Int32, ImPlotDigitalFlags)

    @@ -13962,10 +13962,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref SByte, ref SByte, Int32, ImPlotDigitalFlags, Int32)

    @@ -14019,10 +14019,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref SByte, ref SByte, Int32, ImPlotDigitalFlags, Int32, Int32)

    @@ -14081,10 +14081,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Single, ref Single, Int32)

    @@ -14128,10 +14128,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Single, ref Single, Int32, ImPlotDigitalFlags)

    @@ -14180,10 +14180,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Single, ref Single, Int32, ImPlotDigitalFlags, Int32)

    @@ -14237,10 +14237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref Single, ref Single, Int32, ImPlotDigitalFlags, Int32, Int32)

    @@ -14299,10 +14299,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref UInt16, ref UInt16, Int32)

    @@ -14346,10 +14346,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref UInt16, ref UInt16, Int32, ImPlotDigitalFlags)

    @@ -14398,10 +14398,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref UInt16, ref UInt16, Int32, ImPlotDigitalFlags, Int32)

    @@ -14455,10 +14455,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref UInt16, ref UInt16, Int32, ImPlotDigitalFlags, Int32, Int32)

    @@ -14517,10 +14517,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref UInt32, ref UInt32, Int32)

    @@ -14564,10 +14564,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref UInt32, ref UInt32, Int32, ImPlotDigitalFlags)

    @@ -14616,10 +14616,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref UInt32, ref UInt32, Int32, ImPlotDigitalFlags, Int32)

    @@ -14673,10 +14673,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref UInt32, ref UInt32, Int32, ImPlotDigitalFlags, Int32, Int32)

    @@ -14735,10 +14735,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref UInt64, ref UInt64, Int32)

    @@ -14782,10 +14782,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref UInt64, ref UInt64, Int32, ImPlotDigitalFlags)

    @@ -14834,10 +14834,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref UInt64, ref UInt64, Int32, ImPlotDigitalFlags, Int32)

    @@ -14891,10 +14891,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDigital(String, ref UInt64, ref UInt64, Int32, ImPlotDigitalFlags, Int32, Int32)

    @@ -14953,10 +14953,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDummy(String)

    @@ -14985,10 +14985,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDummy(String, ImPlotDummyFlags)

    @@ -15022,10 +15022,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32)

    @@ -15079,10 +15079,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags)

    @@ -15141,10 +15141,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -15208,10 +15208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Byte, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -15280,10 +15280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Byte, ref Byte, ref Byte, Int32)

    @@ -15332,10 +15332,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags)

    @@ -15389,10 +15389,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -15451,10 +15451,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -15518,10 +15518,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Double, ref Double, ref Double, ref Double, Int32)

    @@ -15575,10 +15575,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Double, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags)

    @@ -15637,10 +15637,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Double, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -15704,10 +15704,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Double, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -15776,10 +15776,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Double, ref Double, ref Double, Int32)

    @@ -15828,10 +15828,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags)

    @@ -15885,10 +15885,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -15947,10 +15947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Double, ref Double, ref Double, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -16014,10 +16014,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32)

    @@ -16071,10 +16071,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags)

    @@ -16133,10 +16133,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -16200,10 +16200,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int16, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -16272,10 +16272,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int16, ref Int16, ref Int16, Int32)

    @@ -16324,10 +16324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags)

    @@ -16381,10 +16381,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -16443,10 +16443,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -16510,10 +16510,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int32, ref Int32, ref Int32, Int32)

    @@ -16562,10 +16562,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags)

    @@ -16619,10 +16619,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -16681,10 +16681,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -16748,10 +16748,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32)

    @@ -16805,10 +16805,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags)

    @@ -16867,10 +16867,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -16934,10 +16934,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int32, ref Int32, ref Int32, ref Int32, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -17006,10 +17006,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int64, ref Int64, ref Int64, Int32)

    @@ -17058,10 +17058,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags)

    @@ -17115,10 +17115,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -17177,10 +17177,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -17244,10 +17244,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32)

    @@ -17301,10 +17301,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags)

    @@ -17363,10 +17363,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -17430,10 +17430,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Int64, ref Int64, ref Int64, ref Int64, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -17502,10 +17502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref SByte, ref SByte, ref SByte, Int32)

    @@ -17554,10 +17554,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags)

    @@ -17611,10 +17611,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -17673,10 +17673,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -17740,10 +17740,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32)

    @@ -17797,10 +17797,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags)

    @@ -17859,10 +17859,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -17926,10 +17926,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref SByte, ref SByte, ref SByte, ref SByte, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -17998,10 +17998,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Single, ref Single, ref Single, Int32)

    @@ -18050,10 +18050,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags)

    @@ -18107,10 +18107,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -18169,10 +18169,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -18236,10 +18236,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Single, ref Single, ref Single, ref Single, Int32)

    @@ -18293,10 +18293,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Single, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags)

    @@ -18355,10 +18355,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Single, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -18422,10 +18422,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref Single, ref Single, ref Single, ref Single, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -18494,10 +18494,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, Int32)

    @@ -18546,10 +18546,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags)

    @@ -18603,10 +18603,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -18665,10 +18665,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -18732,10 +18732,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32)

    @@ -18789,10 +18789,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags)

    @@ -18851,10 +18851,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -18918,10 +18918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt16, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -18990,10 +18990,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, Int32)

    @@ -19042,10 +19042,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags)

    @@ -19099,10 +19099,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -19161,10 +19161,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -19228,10 +19228,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32)

    @@ -19285,10 +19285,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags)

    @@ -19347,10 +19347,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -19414,10 +19414,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt32, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -19486,10 +19486,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, Int32)

    @@ -19538,10 +19538,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags)

    @@ -19595,10 +19595,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -19657,10 +19657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -19724,10 +19724,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32)

    @@ -19781,10 +19781,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags)

    @@ -19843,10 +19843,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags, Int32)

    @@ -19910,10 +19910,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotErrorBars(String, ref UInt64, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotErrorBarsFlags, Int32, Int32)

    @@ -19982,10 +19982,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Byte, Int32, Int32)

    @@ -20029,10 +20029,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Byte, Int32, Int32, Double)

    @@ -20081,10 +20081,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double)

    @@ -20138,10 +20138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double, String)

    @@ -20200,10 +20200,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double, String, ImPlotPoint)

    @@ -20267,10 +20267,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

    @@ -20339,10 +20339,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Byte, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

    @@ -20416,10 +20416,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Double, Int32, Int32)

    @@ -20463,10 +20463,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Double, Int32, Int32, Double)

    @@ -20515,10 +20515,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Double, Int32, Int32, Double, Double)

    @@ -20572,10 +20572,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Double, Int32, Int32, Double, Double, String)

    @@ -20634,10 +20634,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Double, Int32, Int32, Double, Double, String, ImPlotPoint)

    @@ -20701,10 +20701,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Double, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

    @@ -20773,10 +20773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Double, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

    @@ -20850,10 +20850,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int16, Int32, Int32)

    @@ -20897,10 +20897,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int16, Int32, Int32, Double)

    @@ -20949,10 +20949,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double)

    @@ -21006,10 +21006,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double, String)

    @@ -21068,10 +21068,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double, String, ImPlotPoint)

    @@ -21135,10 +21135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

    @@ -21207,10 +21207,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int16, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

    @@ -21284,10 +21284,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int32, Int32, Int32)

    @@ -21331,10 +21331,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int32, Int32, Int32, Double)

    @@ -21383,10 +21383,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double)

    @@ -21440,10 +21440,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double, String)

    @@ -21502,10 +21502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double, String, ImPlotPoint)

    @@ -21569,10 +21569,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

    @@ -21641,10 +21641,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int32, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

    @@ -21718,10 +21718,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int64, Int32, Int32)

    @@ -21765,10 +21765,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int64, Int32, Int32, Double)

    @@ -21817,10 +21817,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double)

    @@ -21874,10 +21874,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double, String)

    @@ -21936,10 +21936,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double, String, ImPlotPoint)

    @@ -22003,10 +22003,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

    @@ -22075,10 +22075,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Int64, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

    @@ -22152,10 +22152,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref SByte, Int32, Int32)

    @@ -22199,10 +22199,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref SByte, Int32, Int32, Double)

    @@ -22251,10 +22251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double)

    @@ -22308,10 +22308,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double, String)

    @@ -22370,10 +22370,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double, String, ImPlotPoint)

    @@ -22437,10 +22437,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

    @@ -22509,10 +22509,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref SByte, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

    @@ -22586,10 +22586,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Single, Int32, Int32)

    @@ -22633,10 +22633,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Single, Int32, Int32, Double)

    @@ -22685,10 +22685,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Single, Int32, Int32, Double, Double)

    @@ -22742,10 +22742,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Single, Int32, Int32, Double, Double, String)

    @@ -22804,10 +22804,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Single, Int32, Int32, Double, Double, String, ImPlotPoint)

    @@ -22871,10 +22871,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Single, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

    @@ -22943,10 +22943,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref Single, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

    @@ -23020,10 +23020,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt16, Int32, Int32)

    @@ -23067,10 +23067,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt16, Int32, Int32, Double)

    @@ -23119,10 +23119,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double)

    @@ -23176,10 +23176,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double, String)

    @@ -23238,10 +23238,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double, String, ImPlotPoint)

    @@ -23305,10 +23305,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

    @@ -23377,10 +23377,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt16, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

    @@ -23454,10 +23454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt32, Int32, Int32)

    @@ -23501,10 +23501,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt32, Int32, Int32, Double)

    @@ -23553,10 +23553,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double)

    @@ -23610,10 +23610,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double, String)

    @@ -23672,10 +23672,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double, String, ImPlotPoint)

    @@ -23739,10 +23739,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

    @@ -23811,10 +23811,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt32, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

    @@ -23888,10 +23888,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt64, Int32, Int32)

    @@ -23935,10 +23935,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt64, Int32, Int32, Double)

    @@ -23987,10 +23987,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double)

    @@ -24044,10 +24044,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double, String)

    @@ -24106,10 +24106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double, String, ImPlotPoint)

    @@ -24173,10 +24173,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint)

    @@ -24245,10 +24245,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHeatmap(String, ref UInt64, Int32, Int32, Double, Double, String, ImPlotPoint, ImPlotPoint, ImPlotHeatmapFlags)

    @@ -24322,10 +24322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Byte, Int32)

    @@ -24379,10 +24379,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Byte, Int32, Int32)

    @@ -24441,10 +24441,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Byte, Int32, Int32, Double)

    @@ -24508,10 +24508,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Byte, Int32, Int32, Double, ImPlotRange)

    @@ -24580,10 +24580,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Byte, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

    @@ -24657,10 +24657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Double, Int32)

    @@ -24714,10 +24714,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Double, Int32, Int32)

    @@ -24776,10 +24776,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Double, Int32, Int32, Double)

    @@ -24843,10 +24843,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Double, Int32, Int32, Double, ImPlotRange)

    @@ -24915,10 +24915,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Double, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

    @@ -24992,10 +24992,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int16, Int32)

    @@ -25049,10 +25049,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int16, Int32, Int32)

    @@ -25111,10 +25111,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int16, Int32, Int32, Double)

    @@ -25178,10 +25178,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int16, Int32, Int32, Double, ImPlotRange)

    @@ -25250,10 +25250,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int16, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

    @@ -25327,10 +25327,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int32, Int32)

    @@ -25384,10 +25384,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int32, Int32, Int32)

    @@ -25446,10 +25446,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int32, Int32, Int32, Double)

    @@ -25513,10 +25513,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int32, Int32, Int32, Double, ImPlotRange)

    @@ -25585,10 +25585,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int32, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

    @@ -25662,10 +25662,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int64, Int32)

    @@ -25719,10 +25719,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int64, Int32, Int32)

    @@ -25781,10 +25781,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int64, Int32, Int32, Double)

    @@ -25848,10 +25848,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int64, Int32, Int32, Double, ImPlotRange)

    @@ -25920,10 +25920,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Int64, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

    @@ -25997,10 +25997,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref SByte, Int32)

    @@ -26054,10 +26054,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref SByte, Int32, Int32)

    @@ -26116,10 +26116,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref SByte, Int32, Int32, Double)

    @@ -26183,10 +26183,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref SByte, Int32, Int32, Double, ImPlotRange)

    @@ -26255,10 +26255,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref SByte, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

    @@ -26332,10 +26332,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Single, Int32)

    @@ -26389,10 +26389,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Single, Int32, Int32)

    @@ -26451,10 +26451,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Single, Int32, Int32, Double)

    @@ -26518,10 +26518,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Single, Int32, Int32, Double, ImPlotRange)

    @@ -26590,10 +26590,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref Single, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

    @@ -26667,10 +26667,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt16, Int32)

    @@ -26724,10 +26724,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt16, Int32, Int32)

    @@ -26786,10 +26786,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt16, Int32, Int32, Double)

    @@ -26853,10 +26853,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt16, Int32, Int32, Double, ImPlotRange)

    @@ -26925,10 +26925,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt16, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

    @@ -27002,10 +27002,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt32, Int32)

    @@ -27059,10 +27059,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt32, Int32, Int32)

    @@ -27121,10 +27121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt32, Int32, Int32, Double)

    @@ -27188,10 +27188,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt32, Int32, Int32, Double, ImPlotRange)

    @@ -27260,10 +27260,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt32, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

    @@ -27337,10 +27337,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt64, Int32)

    @@ -27394,10 +27394,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt64, Int32, Int32)

    @@ -27456,10 +27456,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt64, Int32, Int32, Double)

    @@ -27523,10 +27523,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt64, Int32, Int32, Double, ImPlotRange)

    @@ -27595,10 +27595,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram(String, ref UInt64, Int32, Int32, Double, ImPlotRange, ImPlotHistogramFlags)

    @@ -27672,10 +27672,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Byte, ref Byte, Int32)

    @@ -27734,10 +27734,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Byte, ref Byte, Int32, Int32)

    @@ -27801,10 +27801,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Byte, ref Byte, Int32, Int32, Int32)

    @@ -27873,10 +27873,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Byte, ref Byte, Int32, Int32, Int32, ImPlotRect)

    @@ -27950,10 +27950,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Byte, ref Byte, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

    @@ -28032,10 +28032,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Double, ref Double, Int32)

    @@ -28094,10 +28094,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Double, ref Double, Int32, Int32)

    @@ -28161,10 +28161,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Double, ref Double, Int32, Int32, Int32)

    @@ -28233,10 +28233,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Double, ref Double, Int32, Int32, Int32, ImPlotRect)

    @@ -28310,10 +28310,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Double, ref Double, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

    @@ -28392,10 +28392,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int16, ref Int16, Int32)

    @@ -28454,10 +28454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int16, ref Int16, Int32, Int32)

    @@ -28521,10 +28521,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int16, ref Int16, Int32, Int32, Int32)

    @@ -28593,10 +28593,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int16, ref Int16, Int32, Int32, Int32, ImPlotRect)

    @@ -28670,10 +28670,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int16, ref Int16, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

    @@ -28752,10 +28752,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int32, ref Int32, Int32)

    @@ -28814,10 +28814,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int32, ref Int32, Int32, Int32)

    @@ -28881,10 +28881,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int32, ref Int32, Int32, Int32, Int32)

    @@ -28953,10 +28953,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int32, ref Int32, Int32, Int32, Int32, ImPlotRect)

    @@ -29030,10 +29030,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int32, ref Int32, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

    @@ -29112,10 +29112,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int64, ref Int64, Int32)

    @@ -29174,10 +29174,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int64, ref Int64, Int32, Int32)

    @@ -29241,10 +29241,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int64, ref Int64, Int32, Int32, Int32)

    @@ -29313,10 +29313,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int64, ref Int64, Int32, Int32, Int32, ImPlotRect)

    @@ -29390,10 +29390,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Int64, ref Int64, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

    @@ -29472,10 +29472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref SByte, ref SByte, Int32)

    @@ -29534,10 +29534,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref SByte, ref SByte, Int32, Int32)

    @@ -29601,10 +29601,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref SByte, ref SByte, Int32, Int32, Int32)

    @@ -29673,10 +29673,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref SByte, ref SByte, Int32, Int32, Int32, ImPlotRect)

    @@ -29750,10 +29750,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref SByte, ref SByte, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

    @@ -29832,10 +29832,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Single, ref Single, Int32)

    @@ -29894,10 +29894,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Single, ref Single, Int32, Int32)

    @@ -29961,10 +29961,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Single, ref Single, Int32, Int32, Int32)

    @@ -30033,10 +30033,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Single, ref Single, Int32, Int32, Int32, ImPlotRect)

    @@ -30110,10 +30110,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref Single, ref Single, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

    @@ -30192,10 +30192,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt16, ref UInt16, Int32)

    @@ -30254,10 +30254,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt16, ref UInt16, Int32, Int32)

    @@ -30321,10 +30321,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt16, ref UInt16, Int32, Int32, Int32)

    @@ -30393,10 +30393,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt16, ref UInt16, Int32, Int32, Int32, ImPlotRect)

    @@ -30470,10 +30470,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt16, ref UInt16, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

    @@ -30552,10 +30552,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt32, ref UInt32, Int32)

    @@ -30614,10 +30614,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt32, ref UInt32, Int32, Int32)

    @@ -30681,10 +30681,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt32, ref UInt32, Int32, Int32, Int32)

    @@ -30753,10 +30753,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt32, ref UInt32, Int32, Int32, Int32, ImPlotRect)

    @@ -30830,10 +30830,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt32, ref UInt32, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

    @@ -30912,10 +30912,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt64, ref UInt64, Int32)

    @@ -30974,10 +30974,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt64, ref UInt64, Int32, Int32)

    @@ -31041,10 +31041,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt64, ref UInt64, Int32, Int32, Int32)

    @@ -31113,10 +31113,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt64, ref UInt64, Int32, Int32, Int32, ImPlotRect)

    @@ -31190,10 +31190,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotHistogram2D(String, ref UInt64, ref UInt64, Int32, Int32, Int32, ImPlotRect, ImPlotHistogramFlags)

    @@ -31272,10 +31272,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint)

    @@ -31319,10 +31319,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2)

    @@ -31371,10 +31371,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2)

    @@ -31428,10 +31428,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2, Vector4)

    @@ -31490,10 +31490,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotImage(String, IntPtr, ImPlotPoint, ImPlotPoint, Vector2, Vector2, Vector4, ImPlotImageFlags)

    @@ -31557,10 +31557,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Byte, Int32)

    @@ -31599,10 +31599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Byte, Int32, ImPlotInfLinesFlags)

    @@ -31646,10 +31646,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Byte, Int32, ImPlotInfLinesFlags, Int32)

    @@ -31698,10 +31698,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Byte, Int32, ImPlotInfLinesFlags, Int32, Int32)

    @@ -31755,10 +31755,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Double, Int32)

    @@ -31797,10 +31797,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Double, Int32, ImPlotInfLinesFlags)

    @@ -31844,10 +31844,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Double, Int32, ImPlotInfLinesFlags, Int32)

    @@ -31896,10 +31896,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Double, Int32, ImPlotInfLinesFlags, Int32, Int32)

    @@ -31953,10 +31953,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Int16, Int32)

    @@ -31995,10 +31995,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Int16, Int32, ImPlotInfLinesFlags)

    @@ -32042,10 +32042,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Int16, Int32, ImPlotInfLinesFlags, Int32)

    @@ -32094,10 +32094,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Int16, Int32, ImPlotInfLinesFlags, Int32, Int32)

    @@ -32151,10 +32151,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Int32, Int32)

    @@ -32193,10 +32193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Int32, Int32, ImPlotInfLinesFlags)

    @@ -32240,10 +32240,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Int32, Int32, ImPlotInfLinesFlags, Int32)

    @@ -32292,10 +32292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Int32, Int32, ImPlotInfLinesFlags, Int32, Int32)

    @@ -32349,10 +32349,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Int64, Int32)

    @@ -32391,10 +32391,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Int64, Int32, ImPlotInfLinesFlags)

    @@ -32438,10 +32438,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Int64, Int32, ImPlotInfLinesFlags, Int32)

    @@ -32490,10 +32490,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Int64, Int32, ImPlotInfLinesFlags, Int32, Int32)

    @@ -32547,10 +32547,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref SByte, Int32)

    @@ -32589,10 +32589,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref SByte, Int32, ImPlotInfLinesFlags)

    @@ -32636,10 +32636,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref SByte, Int32, ImPlotInfLinesFlags, Int32)

    @@ -32688,10 +32688,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref SByte, Int32, ImPlotInfLinesFlags, Int32, Int32)

    @@ -32745,10 +32745,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Single, Int32)

    @@ -32787,10 +32787,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Single, Int32, ImPlotInfLinesFlags)

    @@ -32834,10 +32834,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Single, Int32, ImPlotInfLinesFlags, Int32)

    @@ -32886,10 +32886,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref Single, Int32, ImPlotInfLinesFlags, Int32, Int32)

    @@ -32943,10 +32943,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref UInt16, Int32)

    @@ -32985,10 +32985,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref UInt16, Int32, ImPlotInfLinesFlags)

    @@ -33032,10 +33032,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref UInt16, Int32, ImPlotInfLinesFlags, Int32)

    @@ -33084,10 +33084,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref UInt16, Int32, ImPlotInfLinesFlags, Int32, Int32)

    @@ -33141,10 +33141,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref UInt32, Int32)

    @@ -33183,10 +33183,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref UInt32, Int32, ImPlotInfLinesFlags)

    @@ -33230,10 +33230,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref UInt32, Int32, ImPlotInfLinesFlags, Int32)

    @@ -33282,10 +33282,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref UInt32, Int32, ImPlotInfLinesFlags, Int32, Int32)

    @@ -33339,10 +33339,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref UInt64, Int32)

    @@ -33381,10 +33381,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref UInt64, Int32, ImPlotInfLinesFlags)

    @@ -33428,10 +33428,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref UInt64, Int32, ImPlotInfLinesFlags, Int32)

    @@ -33480,10 +33480,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotInfLines(String, ref UInt64, Int32, ImPlotInfLinesFlags, Int32, Int32)

    @@ -33537,10 +33537,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Byte, ref Byte, Int32)

    @@ -33584,10 +33584,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Byte, ref Byte, Int32, ImPlotLineFlags)

    @@ -33636,10 +33636,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Byte, ref Byte, Int32, ImPlotLineFlags, Int32)

    @@ -33693,10 +33693,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Byte, ref Byte, Int32, ImPlotLineFlags, Int32, Int32)

    @@ -33755,10 +33755,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Byte, Int32)

    @@ -33797,10 +33797,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Byte, Int32, Double)

    @@ -33844,10 +33844,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Byte, Int32, Double, Double)

    @@ -33896,10 +33896,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Byte, Int32, Double, Double, ImPlotLineFlags)

    @@ -33953,10 +33953,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Byte, Int32, Double, Double, ImPlotLineFlags, Int32)

    @@ -34015,10 +34015,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Byte, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

    @@ -34082,10 +34082,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Double, ref Double, Int32)

    @@ -34129,10 +34129,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Double, ref Double, Int32, ImPlotLineFlags)

    @@ -34181,10 +34181,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Double, ref Double, Int32, ImPlotLineFlags, Int32)

    @@ -34238,10 +34238,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Double, ref Double, Int32, ImPlotLineFlags, Int32, Int32)

    @@ -34300,10 +34300,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Double, Int32)

    @@ -34342,10 +34342,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Double, Int32, Double)

    @@ -34389,10 +34389,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Double, Int32, Double, Double)

    @@ -34441,10 +34441,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Double, Int32, Double, Double, ImPlotLineFlags)

    @@ -34498,10 +34498,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Double, Int32, Double, Double, ImPlotLineFlags, Int32)

    @@ -34560,10 +34560,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Double, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

    @@ -34627,10 +34627,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int16, ref Int16, Int32)

    @@ -34674,10 +34674,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int16, ref Int16, Int32, ImPlotLineFlags)

    @@ -34726,10 +34726,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int16, ref Int16, Int32, ImPlotLineFlags, Int32)

    @@ -34783,10 +34783,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int16, ref Int16, Int32, ImPlotLineFlags, Int32, Int32)

    @@ -34845,10 +34845,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int16, Int32)

    @@ -34887,10 +34887,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int16, Int32, Double)

    @@ -34934,10 +34934,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int16, Int32, Double, Double)

    @@ -34986,10 +34986,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int16, Int32, Double, Double, ImPlotLineFlags)

    @@ -35043,10 +35043,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int16, Int32, Double, Double, ImPlotLineFlags, Int32)

    @@ -35105,10 +35105,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int16, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

    @@ -35172,10 +35172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int32, Int32)

    @@ -35214,10 +35214,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int32, Int32, Double)

    @@ -35261,10 +35261,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int32, Int32, Double, Double)

    @@ -35313,10 +35313,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int32, Int32, Double, Double, ImPlotLineFlags)

    @@ -35370,10 +35370,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int32, Int32, Double, Double, ImPlotLineFlags, Int32)

    @@ -35432,10 +35432,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int32, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

    @@ -35499,10 +35499,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int32, ref Int32, Int32)

    @@ -35546,10 +35546,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int32, ref Int32, Int32, ImPlotLineFlags)

    @@ -35598,10 +35598,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int32, ref Int32, Int32, ImPlotLineFlags, Int32)

    @@ -35655,10 +35655,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int32, ref Int32, Int32, ImPlotLineFlags, Int32, Int32)

    @@ -35717,10 +35717,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int64, Int32)

    @@ -35759,10 +35759,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int64, Int32, Double)

    @@ -35806,10 +35806,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int64, Int32, Double, Double)

    @@ -35858,10 +35858,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int64, Int32, Double, Double, ImPlotLineFlags)

    @@ -35915,10 +35915,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int64, Int32, Double, Double, ImPlotLineFlags, Int32)

    @@ -35977,10 +35977,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int64, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

    @@ -36044,10 +36044,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int64, ref Int64, Int32)

    @@ -36091,10 +36091,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int64, ref Int64, Int32, ImPlotLineFlags)

    @@ -36143,10 +36143,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int64, ref Int64, Int32, ImPlotLineFlags, Int32)

    @@ -36200,10 +36200,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Int64, ref Int64, Int32, ImPlotLineFlags, Int32, Int32)

    @@ -36262,10 +36262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref SByte, Int32)

    @@ -36304,10 +36304,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref SByte, Int32, Double)

    @@ -36351,10 +36351,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref SByte, Int32, Double, Double)

    @@ -36403,10 +36403,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref SByte, Int32, Double, Double, ImPlotLineFlags)

    @@ -36460,10 +36460,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref SByte, Int32, Double, Double, ImPlotLineFlags, Int32)

    @@ -36522,10 +36522,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref SByte, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

    @@ -36589,10 +36589,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref SByte, ref SByte, Int32)

    @@ -36636,10 +36636,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref SByte, ref SByte, Int32, ImPlotLineFlags)

    @@ -36688,10 +36688,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref SByte, ref SByte, Int32, ImPlotLineFlags, Int32)

    @@ -36745,10 +36745,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref SByte, ref SByte, Int32, ImPlotLineFlags, Int32, Int32)

    @@ -36807,10 +36807,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Single, Int32)

    @@ -36849,10 +36849,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Single, Int32, Double)

    @@ -36896,10 +36896,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Single, Int32, Double, Double)

    @@ -36948,10 +36948,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Single, Int32, Double, Double, ImPlotLineFlags)

    @@ -37005,10 +37005,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Single, Int32, Double, Double, ImPlotLineFlags, Int32)

    @@ -37067,10 +37067,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Single, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

    @@ -37134,10 +37134,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Single, ref Single, Int32)

    @@ -37181,10 +37181,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Single, ref Single, Int32, ImPlotLineFlags)

    @@ -37233,10 +37233,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Single, ref Single, Int32, ImPlotLineFlags, Int32)

    @@ -37290,10 +37290,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref Single, ref Single, Int32, ImPlotLineFlags, Int32, Int32)

    @@ -37352,10 +37352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt16, Int32)

    @@ -37394,10 +37394,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt16, Int32, Double)

    @@ -37441,10 +37441,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt16, Int32, Double, Double)

    @@ -37493,10 +37493,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt16, Int32, Double, Double, ImPlotLineFlags)

    @@ -37550,10 +37550,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt16, Int32, Double, Double, ImPlotLineFlags, Int32)

    @@ -37612,10 +37612,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt16, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

    @@ -37679,10 +37679,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt16, ref UInt16, Int32)

    @@ -37726,10 +37726,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt16, ref UInt16, Int32, ImPlotLineFlags)

    @@ -37778,10 +37778,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt16, ref UInt16, Int32, ImPlotLineFlags, Int32)

    @@ -37835,10 +37835,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt16, ref UInt16, Int32, ImPlotLineFlags, Int32, Int32)

    @@ -37897,10 +37897,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt32, Int32)

    @@ -37939,10 +37939,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt32, Int32, Double)

    @@ -37986,10 +37986,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt32, Int32, Double, Double)

    @@ -38038,10 +38038,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt32, Int32, Double, Double, ImPlotLineFlags)

    @@ -38095,10 +38095,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt32, Int32, Double, Double, ImPlotLineFlags, Int32)

    @@ -38157,10 +38157,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt32, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

    @@ -38224,10 +38224,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt32, ref UInt32, Int32)

    @@ -38271,10 +38271,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt32, ref UInt32, Int32, ImPlotLineFlags)

    @@ -38323,10 +38323,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt32, ref UInt32, Int32, ImPlotLineFlags, Int32)

    @@ -38380,10 +38380,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt32, ref UInt32, Int32, ImPlotLineFlags, Int32, Int32)

    @@ -38442,10 +38442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt64, Int32)

    @@ -38484,10 +38484,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt64, Int32, Double)

    @@ -38531,10 +38531,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt64, Int32, Double, Double)

    @@ -38583,10 +38583,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt64, Int32, Double, Double, ImPlotLineFlags)

    @@ -38640,10 +38640,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt64, Int32, Double, Double, ImPlotLineFlags, Int32)

    @@ -38702,10 +38702,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt64, Int32, Double, Double, ImPlotLineFlags, Int32, Int32)

    @@ -38769,10 +38769,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt64, ref UInt64, Int32)

    @@ -38816,10 +38816,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt64, ref UInt64, Int32, ImPlotLineFlags)

    @@ -38868,10 +38868,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt64, ref UInt64, Int32, ImPlotLineFlags, Int32)

    @@ -38925,10 +38925,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotLine(String, ref UInt64, ref UInt64, Int32, ImPlotLineFlags, Int32, Int32)

    @@ -38987,10 +38987,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Byte, Int32, Double, Double, Double)

    @@ -39044,10 +39044,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Byte, Int32, Double, Double, Double, String)

    @@ -39106,10 +39106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Byte, Int32, Double, Double, Double, String, Double)

    @@ -39173,10 +39173,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Byte, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

    @@ -39245,10 +39245,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Double, Int32, Double, Double, Double)

    @@ -39302,10 +39302,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Double, Int32, Double, Double, Double, String)

    @@ -39364,10 +39364,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Double, Int32, Double, Double, Double, String, Double)

    @@ -39431,10 +39431,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Double, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

    @@ -39503,10 +39503,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Int16, Int32, Double, Double, Double)

    @@ -39560,10 +39560,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Int16, Int32, Double, Double, Double, String)

    @@ -39622,10 +39622,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Int16, Int32, Double, Double, Double, String, Double)

    @@ -39689,10 +39689,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Int16, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

    @@ -39761,10 +39761,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Int32, Int32, Double, Double, Double)

    @@ -39818,10 +39818,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Int32, Int32, Double, Double, Double, String)

    @@ -39880,10 +39880,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Int32, Int32, Double, Double, Double, String, Double)

    @@ -39947,10 +39947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Int32, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

    @@ -40019,10 +40019,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Int64, Int32, Double, Double, Double)

    @@ -40076,10 +40076,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Int64, Int32, Double, Double, Double, String)

    @@ -40138,10 +40138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Int64, Int32, Double, Double, Double, String, Double)

    @@ -40205,10 +40205,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Int64, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

    @@ -40277,10 +40277,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref SByte, Int32, Double, Double, Double)

    @@ -40334,10 +40334,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref SByte, Int32, Double, Double, Double, String)

    @@ -40396,10 +40396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref SByte, Int32, Double, Double, Double, String, Double)

    @@ -40463,10 +40463,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref SByte, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

    @@ -40535,10 +40535,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Single, Int32, Double, Double, Double)

    @@ -40592,10 +40592,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Single, Int32, Double, Double, Double, String)

    @@ -40654,10 +40654,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Single, Int32, Double, Double, Double, String, Double)

    @@ -40721,10 +40721,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref Single, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

    @@ -40793,10 +40793,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double)

    @@ -40850,10 +40850,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double, String)

    @@ -40912,10 +40912,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double, String, Double)

    @@ -40979,10 +40979,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref UInt16, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

    @@ -41051,10 +41051,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double)

    @@ -41108,10 +41108,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double, String)

    @@ -41170,10 +41170,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double, String, Double)

    @@ -41237,10 +41237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref UInt32, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

    @@ -41309,10 +41309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double)

    @@ -41366,10 +41366,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double, String)

    @@ -41428,10 +41428,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double, String, Double)

    @@ -41495,10 +41495,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPieChart(String[], ref UInt64, Int32, Double, Double, Double, String, Double, ImPlotPieChartFlags)

    @@ -41567,10 +41567,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Byte, ref Byte, Int32)

    @@ -41614,10 +41614,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Byte, ref Byte, Int32, ImPlotScatterFlags)

    @@ -41666,10 +41666,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Byte, ref Byte, Int32, ImPlotScatterFlags, Int32)

    @@ -41723,10 +41723,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Byte, ref Byte, Int32, ImPlotScatterFlags, Int32, Int32)

    @@ -41785,10 +41785,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Byte, Int32)

    @@ -41827,10 +41827,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Byte, Int32, Double)

    @@ -41874,10 +41874,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Byte, Int32, Double, Double)

    @@ -41926,10 +41926,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Byte, Int32, Double, Double, ImPlotScatterFlags)

    @@ -41983,10 +41983,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Byte, Int32, Double, Double, ImPlotScatterFlags, Int32)

    @@ -42045,10 +42045,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Byte, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

    @@ -42112,10 +42112,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Double, ref Double, Int32)

    @@ -42159,10 +42159,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Double, ref Double, Int32, ImPlotScatterFlags)

    @@ -42211,10 +42211,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Double, ref Double, Int32, ImPlotScatterFlags, Int32)

    @@ -42268,10 +42268,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Double, ref Double, Int32, ImPlotScatterFlags, Int32, Int32)

    @@ -42330,10 +42330,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Double, Int32)

    @@ -42372,10 +42372,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Double, Int32, Double)

    @@ -42419,10 +42419,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Double, Int32, Double, Double)

    @@ -42471,10 +42471,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Double, Int32, Double, Double, ImPlotScatterFlags)

    @@ -42528,10 +42528,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Double, Int32, Double, Double, ImPlotScatterFlags, Int32)

    @@ -42590,10 +42590,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Double, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

    @@ -42657,10 +42657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int16, ref Int16, Int32)

    @@ -42704,10 +42704,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int16, ref Int16, Int32, ImPlotScatterFlags)

    @@ -42756,10 +42756,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int16, ref Int16, Int32, ImPlotScatterFlags, Int32)

    @@ -42813,10 +42813,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int16, ref Int16, Int32, ImPlotScatterFlags, Int32, Int32)

    @@ -42875,10 +42875,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int16, Int32)

    @@ -42917,10 +42917,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int16, Int32, Double)

    @@ -42964,10 +42964,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int16, Int32, Double, Double)

    @@ -43016,10 +43016,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int16, Int32, Double, Double, ImPlotScatterFlags)

    @@ -43073,10 +43073,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int16, Int32, Double, Double, ImPlotScatterFlags, Int32)

    @@ -43135,10 +43135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int16, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

    @@ -43202,10 +43202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int32, Int32)

    @@ -43244,10 +43244,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int32, Int32, Double)

    @@ -43291,10 +43291,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int32, Int32, Double, Double)

    @@ -43343,10 +43343,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int32, Int32, Double, Double, ImPlotScatterFlags)

    @@ -43400,10 +43400,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int32, Int32, Double, Double, ImPlotScatterFlags, Int32)

    @@ -43462,10 +43462,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int32, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

    @@ -43529,10 +43529,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int32, ref Int32, Int32)

    @@ -43576,10 +43576,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int32, ref Int32, Int32, ImPlotScatterFlags)

    @@ -43628,10 +43628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int32, ref Int32, Int32, ImPlotScatterFlags, Int32)

    @@ -43685,10 +43685,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int32, ref Int32, Int32, ImPlotScatterFlags, Int32, Int32)

    @@ -43747,10 +43747,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int64, Int32)

    @@ -43789,10 +43789,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int64, Int32, Double)

    @@ -43836,10 +43836,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int64, Int32, Double, Double)

    @@ -43888,10 +43888,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int64, Int32, Double, Double, ImPlotScatterFlags)

    @@ -43945,10 +43945,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int64, Int32, Double, Double, ImPlotScatterFlags, Int32)

    @@ -44007,10 +44007,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int64, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

    @@ -44074,10 +44074,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int64, ref Int64, Int32)

    @@ -44121,10 +44121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int64, ref Int64, Int32, ImPlotScatterFlags)

    @@ -44173,10 +44173,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int64, ref Int64, Int32, ImPlotScatterFlags, Int32)

    @@ -44230,10 +44230,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Int64, ref Int64, Int32, ImPlotScatterFlags, Int32, Int32)

    @@ -44292,10 +44292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref SByte, Int32)

    @@ -44334,10 +44334,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref SByte, Int32, Double)

    @@ -44381,10 +44381,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref SByte, Int32, Double, Double)

    @@ -44433,10 +44433,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref SByte, Int32, Double, Double, ImPlotScatterFlags)

    @@ -44490,10 +44490,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref SByte, Int32, Double, Double, ImPlotScatterFlags, Int32)

    @@ -44552,10 +44552,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref SByte, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

    @@ -44619,10 +44619,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref SByte, ref SByte, Int32)

    @@ -44666,10 +44666,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref SByte, ref SByte, Int32, ImPlotScatterFlags)

    @@ -44718,10 +44718,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref SByte, ref SByte, Int32, ImPlotScatterFlags, Int32)

    @@ -44775,10 +44775,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref SByte, ref SByte, Int32, ImPlotScatterFlags, Int32, Int32)

    @@ -44837,10 +44837,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Single, Int32)

    @@ -44879,10 +44879,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Single, Int32, Double)

    @@ -44926,10 +44926,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Single, Int32, Double, Double)

    @@ -44978,10 +44978,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Single, Int32, Double, Double, ImPlotScatterFlags)

    @@ -45035,10 +45035,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Single, Int32, Double, Double, ImPlotScatterFlags, Int32)

    @@ -45097,10 +45097,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Single, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

    @@ -45164,10 +45164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Single, ref Single, Int32)

    @@ -45211,10 +45211,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Single, ref Single, Int32, ImPlotScatterFlags)

    @@ -45263,10 +45263,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Single, ref Single, Int32, ImPlotScatterFlags, Int32)

    @@ -45320,10 +45320,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref Single, ref Single, Int32, ImPlotScatterFlags, Int32, Int32)

    @@ -45382,10 +45382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt16, Int32)

    @@ -45424,10 +45424,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt16, Int32, Double)

    @@ -45471,10 +45471,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt16, Int32, Double, Double)

    @@ -45523,10 +45523,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt16, Int32, Double, Double, ImPlotScatterFlags)

    @@ -45580,10 +45580,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt16, Int32, Double, Double, ImPlotScatterFlags, Int32)

    @@ -45642,10 +45642,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt16, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

    @@ -45709,10 +45709,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt16, ref UInt16, Int32)

    @@ -45756,10 +45756,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt16, ref UInt16, Int32, ImPlotScatterFlags)

    @@ -45808,10 +45808,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt16, ref UInt16, Int32, ImPlotScatterFlags, Int32)

    @@ -45865,10 +45865,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt16, ref UInt16, Int32, ImPlotScatterFlags, Int32, Int32)

    @@ -45927,10 +45927,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt32, Int32)

    @@ -45969,10 +45969,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt32, Int32, Double)

    @@ -46016,10 +46016,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt32, Int32, Double, Double)

    @@ -46068,10 +46068,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt32, Int32, Double, Double, ImPlotScatterFlags)

    @@ -46125,10 +46125,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt32, Int32, Double, Double, ImPlotScatterFlags, Int32)

    @@ -46187,10 +46187,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt32, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

    @@ -46254,10 +46254,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt32, ref UInt32, Int32)

    @@ -46301,10 +46301,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt32, ref UInt32, Int32, ImPlotScatterFlags)

    @@ -46353,10 +46353,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt32, ref UInt32, Int32, ImPlotScatterFlags, Int32)

    @@ -46410,10 +46410,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt32, ref UInt32, Int32, ImPlotScatterFlags, Int32, Int32)

    @@ -46472,10 +46472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt64, Int32)

    @@ -46514,10 +46514,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt64, Int32, Double)

    @@ -46561,10 +46561,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt64, Int32, Double, Double)

    @@ -46613,10 +46613,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt64, Int32, Double, Double, ImPlotScatterFlags)

    @@ -46670,10 +46670,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt64, Int32, Double, Double, ImPlotScatterFlags, Int32)

    @@ -46732,10 +46732,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt64, Int32, Double, Double, ImPlotScatterFlags, Int32, Int32)

    @@ -46799,10 +46799,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt64, ref UInt64, Int32)

    @@ -46846,10 +46846,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt64, ref UInt64, Int32, ImPlotScatterFlags)

    @@ -46898,10 +46898,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt64, ref UInt64, Int32, ImPlotScatterFlags, Int32)

    @@ -46955,10 +46955,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotScatter(String, ref UInt64, ref UInt64, Int32, ImPlotScatterFlags, Int32, Int32)

    @@ -47017,10 +47017,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32)

    @@ -47069,10 +47069,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotShadedFlags)

    @@ -47126,10 +47126,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotShadedFlags, Int32)

    @@ -47188,10 +47188,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, ref Byte, ref Byte, Int32, ImPlotShadedFlags, Int32, Int32)

    @@ -47255,10 +47255,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, ref Byte, Int32)

    @@ -47302,10 +47302,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, ref Byte, Int32, Double)

    @@ -47354,10 +47354,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, ref Byte, Int32, Double, ImPlotShadedFlags)

    @@ -47411,10 +47411,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, ref Byte, Int32, Double, ImPlotShadedFlags, Int32)

    @@ -47473,10 +47473,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, ref Byte, Int32, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -47540,10 +47540,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, Int32)

    @@ -47582,10 +47582,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, Int32, Double)

    @@ -47629,10 +47629,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, Int32, Double, Double)

    @@ -47681,10 +47681,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, Int32, Double, Double, Double)

    @@ -47738,10 +47738,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, Int32, Double, Double, Double, ImPlotShadedFlags)

    @@ -47800,10 +47800,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

    @@ -47867,10 +47867,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Byte, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -47939,10 +47939,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, ref Double, ref Double, Int32)

    @@ -47991,10 +47991,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, ref Double, ref Double, Int32, ImPlotShadedFlags)

    @@ -48048,10 +48048,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, ref Double, ref Double, Int32, ImPlotShadedFlags, Int32)

    @@ -48110,10 +48110,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, ref Double, ref Double, Int32, ImPlotShadedFlags, Int32, Int32)

    @@ -48177,10 +48177,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, ref Double, Int32)

    @@ -48224,10 +48224,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, ref Double, Int32, Double)

    @@ -48276,10 +48276,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, ref Double, Int32, Double, ImPlotShadedFlags)

    @@ -48333,10 +48333,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, ref Double, Int32, Double, ImPlotShadedFlags, Int32)

    @@ -48395,10 +48395,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, ref Double, Int32, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -48462,10 +48462,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, Int32)

    @@ -48504,10 +48504,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, Int32, Double)

    @@ -48551,10 +48551,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, Int32, Double, Double)

    @@ -48603,10 +48603,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, Int32, Double, Double, Double)

    @@ -48660,10 +48660,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, Int32, Double, Double, Double, ImPlotShadedFlags)

    @@ -48722,10 +48722,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

    @@ -48789,10 +48789,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Double, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -48861,10 +48861,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32)

    @@ -48913,10 +48913,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotShadedFlags)

    @@ -48970,10 +48970,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotShadedFlags, Int32)

    @@ -49032,10 +49032,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, ref Int16, ref Int16, Int32, ImPlotShadedFlags, Int32, Int32)

    @@ -49099,10 +49099,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, ref Int16, Int32)

    @@ -49146,10 +49146,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, ref Int16, Int32, Double)

    @@ -49198,10 +49198,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, ref Int16, Int32, Double, ImPlotShadedFlags)

    @@ -49255,10 +49255,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, ref Int16, Int32, Double, ImPlotShadedFlags, Int32)

    @@ -49317,10 +49317,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, ref Int16, Int32, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -49384,10 +49384,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, Int32)

    @@ -49426,10 +49426,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, Int32, Double)

    @@ -49473,10 +49473,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, Int32, Double, Double)

    @@ -49525,10 +49525,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, Int32, Double, Double, Double)

    @@ -49582,10 +49582,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, Int32, Double, Double, Double, ImPlotShadedFlags)

    @@ -49644,10 +49644,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

    @@ -49711,10 +49711,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int16, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -49783,10 +49783,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, Int32)

    @@ -49825,10 +49825,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, Int32, Double)

    @@ -49872,10 +49872,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, Int32, Double, Double)

    @@ -49924,10 +49924,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, Int32, Double, Double, Double)

    @@ -49981,10 +49981,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, Int32, Double, Double, Double, ImPlotShadedFlags)

    @@ -50043,10 +50043,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

    @@ -50110,10 +50110,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -50182,10 +50182,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, ref Int32, Int32)

    @@ -50229,10 +50229,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, ref Int32, Int32, Double)

    @@ -50281,10 +50281,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, ref Int32, Int32, Double, ImPlotShadedFlags)

    @@ -50338,10 +50338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, ref Int32, Int32, Double, ImPlotShadedFlags, Int32)

    @@ -50400,10 +50400,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, ref Int32, Int32, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -50467,10 +50467,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32)

    @@ -50519,10 +50519,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotShadedFlags)

    @@ -50576,10 +50576,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotShadedFlags, Int32)

    @@ -50638,10 +50638,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int32, ref Int32, ref Int32, Int32, ImPlotShadedFlags, Int32, Int32)

    @@ -50705,10 +50705,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, Int32)

    @@ -50747,10 +50747,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, Int32, Double)

    @@ -50794,10 +50794,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, Int32, Double, Double)

    @@ -50846,10 +50846,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, Int32, Double, Double, Double)

    @@ -50903,10 +50903,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, Int32, Double, Double, Double, ImPlotShadedFlags)

    @@ -50965,10 +50965,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

    @@ -51032,10 +51032,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -51104,10 +51104,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, ref Int64, Int32)

    @@ -51151,10 +51151,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, ref Int64, Int32, Double)

    @@ -51203,10 +51203,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, ref Int64, Int32, Double, ImPlotShadedFlags)

    @@ -51260,10 +51260,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, ref Int64, Int32, Double, ImPlotShadedFlags, Int32)

    @@ -51322,10 +51322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, ref Int64, Int32, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -51389,10 +51389,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32)

    @@ -51441,10 +51441,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotShadedFlags)

    @@ -51498,10 +51498,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotShadedFlags, Int32)

    @@ -51560,10 +51560,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Int64, ref Int64, ref Int64, Int32, ImPlotShadedFlags, Int32, Int32)

    @@ -51627,10 +51627,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, Int32)

    @@ -51669,10 +51669,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, Int32, Double)

    @@ -51716,10 +51716,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, Int32, Double, Double)

    @@ -51768,10 +51768,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, Int32, Double, Double, Double)

    @@ -51825,10 +51825,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, Int32, Double, Double, Double, ImPlotShadedFlags)

    @@ -51887,10 +51887,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

    @@ -51954,10 +51954,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -52026,10 +52026,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, ref SByte, Int32)

    @@ -52073,10 +52073,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, ref SByte, Int32, Double)

    @@ -52125,10 +52125,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, ref SByte, Int32, Double, ImPlotShadedFlags)

    @@ -52182,10 +52182,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, ref SByte, Int32, Double, ImPlotShadedFlags, Int32)

    @@ -52244,10 +52244,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, ref SByte, Int32, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -52311,10 +52311,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32)

    @@ -52363,10 +52363,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotShadedFlags)

    @@ -52420,10 +52420,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotShadedFlags, Int32)

    @@ -52482,10 +52482,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref SByte, ref SByte, ref SByte, Int32, ImPlotShadedFlags, Int32, Int32)

    @@ -52549,10 +52549,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, Int32)

    @@ -52591,10 +52591,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, Int32, Double)

    @@ -52638,10 +52638,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, Int32, Double, Double)

    @@ -52690,10 +52690,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, Int32, Double, Double, Double)

    @@ -52747,10 +52747,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, Int32, Double, Double, Double, ImPlotShadedFlags)

    @@ -52809,10 +52809,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

    @@ -52876,10 +52876,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -52948,10 +52948,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, ref Single, Int32)

    @@ -52995,10 +52995,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, ref Single, Int32, Double)

    @@ -53047,10 +53047,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, ref Single, Int32, Double, ImPlotShadedFlags)

    @@ -53104,10 +53104,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, ref Single, Int32, Double, ImPlotShadedFlags, Int32)

    @@ -53166,10 +53166,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, ref Single, Int32, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -53233,10 +53233,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, ref Single, ref Single, Int32)

    @@ -53285,10 +53285,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, ref Single, ref Single, Int32, ImPlotShadedFlags)

    @@ -53342,10 +53342,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, ref Single, ref Single, Int32, ImPlotShadedFlags, Int32)

    @@ -53404,10 +53404,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref Single, ref Single, ref Single, Int32, ImPlotShadedFlags, Int32, Int32)

    @@ -53471,10 +53471,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, Int32)

    @@ -53513,10 +53513,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, Int32, Double)

    @@ -53560,10 +53560,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, Int32, Double, Double)

    @@ -53612,10 +53612,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, Int32, Double, Double, Double)

    @@ -53669,10 +53669,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, Int32, Double, Double, Double, ImPlotShadedFlags)

    @@ -53731,10 +53731,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

    @@ -53798,10 +53798,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -53870,10 +53870,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, ref UInt16, Int32)

    @@ -53917,10 +53917,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, ref UInt16, Int32, Double)

    @@ -53969,10 +53969,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, ref UInt16, Int32, Double, ImPlotShadedFlags)

    @@ -54026,10 +54026,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, ref UInt16, Int32, Double, ImPlotShadedFlags, Int32)

    @@ -54088,10 +54088,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, ref UInt16, Int32, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -54155,10 +54155,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32)

    @@ -54207,10 +54207,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotShadedFlags)

    @@ -54264,10 +54264,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotShadedFlags, Int32)

    @@ -54326,10 +54326,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt16, ref UInt16, ref UInt16, Int32, ImPlotShadedFlags, Int32, Int32)

    @@ -54393,10 +54393,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, Int32)

    @@ -54435,10 +54435,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, Int32, Double)

    @@ -54482,10 +54482,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, Int32, Double, Double)

    @@ -54534,10 +54534,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, Int32, Double, Double, Double)

    @@ -54591,10 +54591,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, Int32, Double, Double, Double, ImPlotShadedFlags)

    @@ -54653,10 +54653,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

    @@ -54720,10 +54720,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -54792,10 +54792,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, ref UInt32, Int32)

    @@ -54839,10 +54839,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, ref UInt32, Int32, Double)

    @@ -54891,10 +54891,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, ref UInt32, Int32, Double, ImPlotShadedFlags)

    @@ -54948,10 +54948,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, ref UInt32, Int32, Double, ImPlotShadedFlags, Int32)

    @@ -55010,10 +55010,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, ref UInt32, Int32, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -55077,10 +55077,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32)

    @@ -55129,10 +55129,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotShadedFlags)

    @@ -55186,10 +55186,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotShadedFlags, Int32)

    @@ -55248,10 +55248,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt32, ref UInt32, ref UInt32, Int32, ImPlotShadedFlags, Int32, Int32)

    @@ -55315,10 +55315,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, Int32)

    @@ -55357,10 +55357,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, Int32, Double)

    @@ -55404,10 +55404,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, Int32, Double, Double)

    @@ -55456,10 +55456,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, Int32, Double, Double, Double)

    @@ -55513,10 +55513,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, Int32, Double, Double, Double, ImPlotShadedFlags)

    @@ -55575,10 +55575,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, Int32, Double, Double, Double, ImPlotShadedFlags, Int32)

    @@ -55642,10 +55642,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, Int32, Double, Double, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -55714,10 +55714,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, ref UInt64, Int32)

    @@ -55761,10 +55761,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, ref UInt64, Int32, Double)

    @@ -55813,10 +55813,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, ref UInt64, Int32, Double, ImPlotShadedFlags)

    @@ -55870,10 +55870,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, ref UInt64, Int32, Double, ImPlotShadedFlags, Int32)

    @@ -55932,10 +55932,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, ref UInt64, Int32, Double, ImPlotShadedFlags, Int32, Int32)

    @@ -55999,10 +55999,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32)

    @@ -56051,10 +56051,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotShadedFlags)

    @@ -56108,10 +56108,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotShadedFlags, Int32)

    @@ -56170,10 +56170,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotShaded(String, ref UInt64, ref UInt64, ref UInt64, Int32, ImPlotShadedFlags, Int32, Int32)

    @@ -56237,10 +56237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Byte, ref Byte, Int32)

    @@ -56284,10 +56284,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Byte, ref Byte, Int32, ImPlotStairsFlags)

    @@ -56336,10 +56336,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Byte, ref Byte, Int32, ImPlotStairsFlags, Int32)

    @@ -56393,10 +56393,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Byte, ref Byte, Int32, ImPlotStairsFlags, Int32, Int32)

    @@ -56455,10 +56455,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Byte, Int32)

    @@ -56497,10 +56497,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Byte, Int32, Double)

    @@ -56544,10 +56544,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Byte, Int32, Double, Double)

    @@ -56596,10 +56596,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Byte, Int32, Double, Double, ImPlotStairsFlags)

    @@ -56653,10 +56653,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Byte, Int32, Double, Double, ImPlotStairsFlags, Int32)

    @@ -56715,10 +56715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Byte, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

    @@ -56782,10 +56782,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Double, ref Double, Int32)

    @@ -56829,10 +56829,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Double, ref Double, Int32, ImPlotStairsFlags)

    @@ -56881,10 +56881,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Double, ref Double, Int32, ImPlotStairsFlags, Int32)

    @@ -56938,10 +56938,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Double, ref Double, Int32, ImPlotStairsFlags, Int32, Int32)

    @@ -57000,10 +57000,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Double, Int32)

    @@ -57042,10 +57042,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Double, Int32, Double)

    @@ -57089,10 +57089,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Double, Int32, Double, Double)

    @@ -57141,10 +57141,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Double, Int32, Double, Double, ImPlotStairsFlags)

    @@ -57198,10 +57198,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Double, Int32, Double, Double, ImPlotStairsFlags, Int32)

    @@ -57260,10 +57260,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Double, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

    @@ -57327,10 +57327,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int16, ref Int16, Int32)

    @@ -57374,10 +57374,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int16, ref Int16, Int32, ImPlotStairsFlags)

    @@ -57426,10 +57426,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int16, ref Int16, Int32, ImPlotStairsFlags, Int32)

    @@ -57483,10 +57483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int16, ref Int16, Int32, ImPlotStairsFlags, Int32, Int32)

    @@ -57545,10 +57545,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int16, Int32)

    @@ -57587,10 +57587,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int16, Int32, Double)

    @@ -57634,10 +57634,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int16, Int32, Double, Double)

    @@ -57686,10 +57686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int16, Int32, Double, Double, ImPlotStairsFlags)

    @@ -57743,10 +57743,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int16, Int32, Double, Double, ImPlotStairsFlags, Int32)

    @@ -57805,10 +57805,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int16, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

    @@ -57872,10 +57872,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int32, Int32)

    @@ -57914,10 +57914,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int32, Int32, Double)

    @@ -57961,10 +57961,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int32, Int32, Double, Double)

    @@ -58013,10 +58013,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int32, Int32, Double, Double, ImPlotStairsFlags)

    @@ -58070,10 +58070,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int32, Int32, Double, Double, ImPlotStairsFlags, Int32)

    @@ -58132,10 +58132,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int32, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

    @@ -58199,10 +58199,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int32, ref Int32, Int32)

    @@ -58246,10 +58246,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int32, ref Int32, Int32, ImPlotStairsFlags)

    @@ -58298,10 +58298,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int32, ref Int32, Int32, ImPlotStairsFlags, Int32)

    @@ -58355,10 +58355,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int32, ref Int32, Int32, ImPlotStairsFlags, Int32, Int32)

    @@ -58417,10 +58417,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int64, Int32)

    @@ -58459,10 +58459,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int64, Int32, Double)

    @@ -58506,10 +58506,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int64, Int32, Double, Double)

    @@ -58558,10 +58558,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int64, Int32, Double, Double, ImPlotStairsFlags)

    @@ -58615,10 +58615,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int64, Int32, Double, Double, ImPlotStairsFlags, Int32)

    @@ -58677,10 +58677,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int64, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

    @@ -58744,10 +58744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int64, ref Int64, Int32)

    @@ -58791,10 +58791,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int64, ref Int64, Int32, ImPlotStairsFlags)

    @@ -58843,10 +58843,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int64, ref Int64, Int32, ImPlotStairsFlags, Int32)

    @@ -58900,10 +58900,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Int64, ref Int64, Int32, ImPlotStairsFlags, Int32, Int32)

    @@ -58962,10 +58962,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref SByte, Int32)

    @@ -59004,10 +59004,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref SByte, Int32, Double)

    @@ -59051,10 +59051,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref SByte, Int32, Double, Double)

    @@ -59103,10 +59103,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref SByte, Int32, Double, Double, ImPlotStairsFlags)

    @@ -59160,10 +59160,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref SByte, Int32, Double, Double, ImPlotStairsFlags, Int32)

    @@ -59222,10 +59222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref SByte, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

    @@ -59289,10 +59289,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref SByte, ref SByte, Int32)

    @@ -59336,10 +59336,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref SByte, ref SByte, Int32, ImPlotStairsFlags)

    @@ -59388,10 +59388,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref SByte, ref SByte, Int32, ImPlotStairsFlags, Int32)

    @@ -59445,10 +59445,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref SByte, ref SByte, Int32, ImPlotStairsFlags, Int32, Int32)

    @@ -59507,10 +59507,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Single, Int32)

    @@ -59549,10 +59549,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Single, Int32, Double)

    @@ -59596,10 +59596,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Single, Int32, Double, Double)

    @@ -59648,10 +59648,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Single, Int32, Double, Double, ImPlotStairsFlags)

    @@ -59705,10 +59705,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Single, Int32, Double, Double, ImPlotStairsFlags, Int32)

    @@ -59767,10 +59767,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Single, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

    @@ -59834,10 +59834,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Single, ref Single, Int32)

    @@ -59881,10 +59881,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Single, ref Single, Int32, ImPlotStairsFlags)

    @@ -59933,10 +59933,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Single, ref Single, Int32, ImPlotStairsFlags, Int32)

    @@ -59990,10 +59990,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref Single, ref Single, Int32, ImPlotStairsFlags, Int32, Int32)

    @@ -60052,10 +60052,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt16, Int32)

    @@ -60094,10 +60094,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt16, Int32, Double)

    @@ -60141,10 +60141,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt16, Int32, Double, Double)

    @@ -60193,10 +60193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt16, Int32, Double, Double, ImPlotStairsFlags)

    @@ -60250,10 +60250,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt16, Int32, Double, Double, ImPlotStairsFlags, Int32)

    @@ -60312,10 +60312,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt16, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

    @@ -60379,10 +60379,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt16, ref UInt16, Int32)

    @@ -60426,10 +60426,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt16, ref UInt16, Int32, ImPlotStairsFlags)

    @@ -60478,10 +60478,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt16, ref UInt16, Int32, ImPlotStairsFlags, Int32)

    @@ -60535,10 +60535,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt16, ref UInt16, Int32, ImPlotStairsFlags, Int32, Int32)

    @@ -60597,10 +60597,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt32, Int32)

    @@ -60639,10 +60639,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt32, Int32, Double)

    @@ -60686,10 +60686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt32, Int32, Double, Double)

    @@ -60738,10 +60738,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt32, Int32, Double, Double, ImPlotStairsFlags)

    @@ -60795,10 +60795,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt32, Int32, Double, Double, ImPlotStairsFlags, Int32)

    @@ -60857,10 +60857,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt32, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

    @@ -60924,10 +60924,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt32, ref UInt32, Int32)

    @@ -60971,10 +60971,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt32, ref UInt32, Int32, ImPlotStairsFlags)

    @@ -61023,10 +61023,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt32, ref UInt32, Int32, ImPlotStairsFlags, Int32)

    @@ -61080,10 +61080,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt32, ref UInt32, Int32, ImPlotStairsFlags, Int32, Int32)

    @@ -61142,10 +61142,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt64, Int32)

    @@ -61184,10 +61184,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt64, Int32, Double)

    @@ -61231,10 +61231,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt64, Int32, Double, Double)

    @@ -61283,10 +61283,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt64, Int32, Double, Double, ImPlotStairsFlags)

    @@ -61340,10 +61340,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt64, Int32, Double, Double, ImPlotStairsFlags, Int32)

    @@ -61402,10 +61402,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt64, Int32, Double, Double, ImPlotStairsFlags, Int32, Int32)

    @@ -61469,10 +61469,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt64, ref UInt64, Int32)

    @@ -61516,10 +61516,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt64, ref UInt64, Int32, ImPlotStairsFlags)

    @@ -61568,10 +61568,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt64, ref UInt64, Int32, ImPlotStairsFlags, Int32)

    @@ -61625,10 +61625,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStairs(String, ref UInt64, ref UInt64, Int32, ImPlotStairsFlags, Int32, Int32)

    @@ -61687,10 +61687,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Byte, ref Byte, Int32)

    @@ -61734,10 +61734,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Byte, ref Byte, Int32, Double)

    @@ -61786,10 +61786,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Byte, ref Byte, Int32, Double, ImPlotStemsFlags)

    @@ -61843,10 +61843,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Byte, ref Byte, Int32, Double, ImPlotStemsFlags, Int32)

    @@ -61905,10 +61905,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Byte, ref Byte, Int32, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -61972,10 +61972,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Byte, Int32)

    @@ -62014,10 +62014,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Byte, Int32, Double)

    @@ -62061,10 +62061,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Byte, Int32, Double, Double)

    @@ -62113,10 +62113,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Byte, Int32, Double, Double, Double)

    @@ -62170,10 +62170,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Byte, Int32, Double, Double, Double, ImPlotStemsFlags)

    @@ -62232,10 +62232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Byte, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

    @@ -62299,10 +62299,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Byte, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -62371,10 +62371,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Double, ref Double, Int32)

    @@ -62418,10 +62418,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Double, ref Double, Int32, Double)

    @@ -62470,10 +62470,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Double, ref Double, Int32, Double, ImPlotStemsFlags)

    @@ -62527,10 +62527,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Double, ref Double, Int32, Double, ImPlotStemsFlags, Int32)

    @@ -62589,10 +62589,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Double, ref Double, Int32, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -62656,10 +62656,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Double, Int32)

    @@ -62698,10 +62698,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Double, Int32, Double)

    @@ -62745,10 +62745,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Double, Int32, Double, Double)

    @@ -62797,10 +62797,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Double, Int32, Double, Double, Double)

    @@ -62854,10 +62854,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Double, Int32, Double, Double, Double, ImPlotStemsFlags)

    @@ -62916,10 +62916,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Double, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

    @@ -62983,10 +62983,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Double, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -63055,10 +63055,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int16, ref Int16, Int32)

    @@ -63102,10 +63102,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int16, ref Int16, Int32, Double)

    @@ -63154,10 +63154,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int16, ref Int16, Int32, Double, ImPlotStemsFlags)

    @@ -63211,10 +63211,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int16, ref Int16, Int32, Double, ImPlotStemsFlags, Int32)

    @@ -63273,10 +63273,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int16, ref Int16, Int32, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -63340,10 +63340,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int16, Int32)

    @@ -63382,10 +63382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int16, Int32, Double)

    @@ -63429,10 +63429,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int16, Int32, Double, Double)

    @@ -63481,10 +63481,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int16, Int32, Double, Double, Double)

    @@ -63538,10 +63538,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int16, Int32, Double, Double, Double, ImPlotStemsFlags)

    @@ -63600,10 +63600,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int16, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

    @@ -63667,10 +63667,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int16, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -63739,10 +63739,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int32, Int32)

    @@ -63781,10 +63781,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int32, Int32, Double)

    @@ -63828,10 +63828,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int32, Int32, Double, Double)

    @@ -63880,10 +63880,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int32, Int32, Double, Double, Double)

    @@ -63937,10 +63937,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int32, Int32, Double, Double, Double, ImPlotStemsFlags)

    @@ -63999,10 +63999,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int32, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

    @@ -64066,10 +64066,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int32, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -64138,10 +64138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int32, ref Int32, Int32)

    @@ -64185,10 +64185,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int32, ref Int32, Int32, Double)

    @@ -64237,10 +64237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int32, ref Int32, Int32, Double, ImPlotStemsFlags)

    @@ -64294,10 +64294,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int32, ref Int32, Int32, Double, ImPlotStemsFlags, Int32)

    @@ -64356,10 +64356,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int32, ref Int32, Int32, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -64423,10 +64423,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int64, Int32)

    @@ -64465,10 +64465,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int64, Int32, Double)

    @@ -64512,10 +64512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int64, Int32, Double, Double)

    @@ -64564,10 +64564,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int64, Int32, Double, Double, Double)

    @@ -64621,10 +64621,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int64, Int32, Double, Double, Double, ImPlotStemsFlags)

    @@ -64683,10 +64683,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int64, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

    @@ -64750,10 +64750,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int64, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -64822,10 +64822,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int64, ref Int64, Int32)

    @@ -64869,10 +64869,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int64, ref Int64, Int32, Double)

    @@ -64921,10 +64921,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int64, ref Int64, Int32, Double, ImPlotStemsFlags)

    @@ -64978,10 +64978,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int64, ref Int64, Int32, Double, ImPlotStemsFlags, Int32)

    @@ -65040,10 +65040,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Int64, ref Int64, Int32, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -65107,10 +65107,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref SByte, Int32)

    @@ -65149,10 +65149,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref SByte, Int32, Double)

    @@ -65196,10 +65196,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref SByte, Int32, Double, Double)

    @@ -65248,10 +65248,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref SByte, Int32, Double, Double, Double)

    @@ -65305,10 +65305,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref SByte, Int32, Double, Double, Double, ImPlotStemsFlags)

    @@ -65367,10 +65367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref SByte, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

    @@ -65434,10 +65434,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref SByte, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -65506,10 +65506,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref SByte, ref SByte, Int32)

    @@ -65553,10 +65553,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref SByte, ref SByte, Int32, Double)

    @@ -65605,10 +65605,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref SByte, ref SByte, Int32, Double, ImPlotStemsFlags)

    @@ -65662,10 +65662,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref SByte, ref SByte, Int32, Double, ImPlotStemsFlags, Int32)

    @@ -65724,10 +65724,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref SByte, ref SByte, Int32, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -65791,10 +65791,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Single, Int32)

    @@ -65833,10 +65833,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Single, Int32, Double)

    @@ -65880,10 +65880,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Single, Int32, Double, Double)

    @@ -65932,10 +65932,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Single, Int32, Double, Double, Double)

    @@ -65989,10 +65989,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Single, Int32, Double, Double, Double, ImPlotStemsFlags)

    @@ -66051,10 +66051,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Single, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

    @@ -66118,10 +66118,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Single, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -66190,10 +66190,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Single, ref Single, Int32)

    @@ -66237,10 +66237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Single, ref Single, Int32, Double)

    @@ -66289,10 +66289,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Single, ref Single, Int32, Double, ImPlotStemsFlags)

    @@ -66346,10 +66346,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Single, ref Single, Int32, Double, ImPlotStemsFlags, Int32)

    @@ -66408,10 +66408,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref Single, ref Single, Int32, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -66475,10 +66475,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt16, Int32)

    @@ -66517,10 +66517,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt16, Int32, Double)

    @@ -66564,10 +66564,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt16, Int32, Double, Double)

    @@ -66616,10 +66616,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt16, Int32, Double, Double, Double)

    @@ -66673,10 +66673,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt16, Int32, Double, Double, Double, ImPlotStemsFlags)

    @@ -66735,10 +66735,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt16, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

    @@ -66802,10 +66802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt16, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -66874,10 +66874,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt16, ref UInt16, Int32)

    @@ -66921,10 +66921,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt16, ref UInt16, Int32, Double)

    @@ -66973,10 +66973,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt16, ref UInt16, Int32, Double, ImPlotStemsFlags)

    @@ -67030,10 +67030,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt16, ref UInt16, Int32, Double, ImPlotStemsFlags, Int32)

    @@ -67092,10 +67092,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt16, ref UInt16, Int32, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -67159,10 +67159,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt32, Int32)

    @@ -67201,10 +67201,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt32, Int32, Double)

    @@ -67248,10 +67248,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt32, Int32, Double, Double)

    @@ -67300,10 +67300,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt32, Int32, Double, Double, Double)

    @@ -67357,10 +67357,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt32, Int32, Double, Double, Double, ImPlotStemsFlags)

    @@ -67419,10 +67419,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt32, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

    @@ -67486,10 +67486,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt32, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -67558,10 +67558,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt32, ref UInt32, Int32)

    @@ -67605,10 +67605,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt32, ref UInt32, Int32, Double)

    @@ -67657,10 +67657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt32, ref UInt32, Int32, Double, ImPlotStemsFlags)

    @@ -67714,10 +67714,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt32, ref UInt32, Int32, Double, ImPlotStemsFlags, Int32)

    @@ -67776,10 +67776,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt32, ref UInt32, Int32, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -67843,10 +67843,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt64, Int32)

    @@ -67885,10 +67885,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt64, Int32, Double)

    @@ -67932,10 +67932,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt64, Int32, Double, Double)

    @@ -67984,10 +67984,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt64, Int32, Double, Double, Double)

    @@ -68041,10 +68041,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt64, Int32, Double, Double, Double, ImPlotStemsFlags)

    @@ -68103,10 +68103,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt64, Int32, Double, Double, Double, ImPlotStemsFlags, Int32)

    @@ -68170,10 +68170,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt64, Int32, Double, Double, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -68242,10 +68242,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt64, ref UInt64, Int32)

    @@ -68289,10 +68289,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt64, ref UInt64, Int32, Double)

    @@ -68341,10 +68341,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt64, ref UInt64, Int32, Double, ImPlotStemsFlags)

    @@ -68398,10 +68398,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt64, ref UInt64, Int32, Double, ImPlotStemsFlags, Int32)

    @@ -68460,10 +68460,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotStems(String, ref UInt64, ref UInt64, Int32, Double, ImPlotStemsFlags, Int32, Int32)

    @@ -68527,10 +68527,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotText(String, Double, Double)

    @@ -68569,10 +68569,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotText(String, Double, Double, Vector2)

    @@ -68616,10 +68616,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotText(String, Double, Double, Vector2, ImPlotTextFlags)

    @@ -68668,10 +68668,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotToPixels(ImPlotPoint)

    @@ -68715,10 +68715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotToPixels(ImPlotPoint, ImAxis)

    @@ -68767,10 +68767,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotToPixels(ImPlotPoint, ImAxis, ImAxis)

    @@ -68824,10 +68824,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotToPixels(Double, Double)

    @@ -68876,10 +68876,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotToPixels(Double, Double, ImAxis)

    @@ -68933,10 +68933,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotToPixels(Double, Double, ImAxis, ImAxis)

    @@ -68995,10 +68995,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopColormap()

    @@ -69010,10 +69010,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopColormap(Int32)

    @@ -69042,10 +69042,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopPlotClipRect()

    @@ -69057,10 +69057,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopStyleColor()

    @@ -69072,10 +69072,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopStyleColor(Int32)

    @@ -69104,10 +69104,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopStyleVar()

    @@ -69119,10 +69119,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PopStyleVar(Int32)

    @@ -69151,10 +69151,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PushColormap(ImPlotColormap)

    @@ -69183,10 +69183,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PushColormap(String)

    @@ -69215,10 +69215,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PushPlotClipRect()

    @@ -69230,10 +69230,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PushPlotClipRect(Single)

    @@ -69262,10 +69262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PushStyleColor(ImPlotCol, Vector4)

    @@ -69299,10 +69299,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PushStyleColor(ImPlotCol, UInt32)

    @@ -69336,10 +69336,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PushStyleVar(ImPlotStyleVar, Int32)

    @@ -69373,10 +69373,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PushStyleVar(ImPlotStyleVar, Vector2)

    @@ -69410,10 +69410,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PushStyleVar(ImPlotStyleVar, Single)

    @@ -69447,10 +69447,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SampleColormap(Single)

    @@ -69494,10 +69494,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SampleColormap(Single, ImPlotColormap)

    @@ -69546,10 +69546,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetAxes(ImAxis, ImAxis)

    @@ -69583,10 +69583,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetAxis(ImAxis)

    @@ -69615,10 +69615,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetCurrentContext(IntPtr)

    @@ -69647,10 +69647,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetImGuiContext(IntPtr)

    @@ -69679,10 +69679,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextAxesLimits(Double, Double, Double, Double)

    @@ -69726,10 +69726,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextAxesLimits(Double, Double, Double, Double, ImPlotCond)

    @@ -69778,10 +69778,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextAxesToFit()

    @@ -69793,10 +69793,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextAxisLimits(ImAxis, Double, Double)

    @@ -69835,10 +69835,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextAxisLimits(ImAxis, Double, Double, ImPlotCond)

    @@ -69882,10 +69882,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source @@ -69924,10 +69924,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextAxisToFit(ImAxis)

    @@ -69956,10 +69956,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextErrorBarStyle()

    @@ -69971,10 +69971,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextErrorBarStyle(Vector4)

    @@ -70003,10 +70003,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextErrorBarStyle(Vector4, Single)

    @@ -70040,10 +70040,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextErrorBarStyle(Vector4, Single, Single)

    @@ -70082,10 +70082,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextFillStyle()

    @@ -70097,10 +70097,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextFillStyle(Vector4)

    @@ -70129,10 +70129,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextFillStyle(Vector4, Single)

    @@ -70166,10 +70166,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextLineStyle()

    @@ -70181,10 +70181,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextLineStyle(Vector4)

    @@ -70213,10 +70213,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextLineStyle(Vector4, Single)

    @@ -70250,10 +70250,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextMarkerStyle()

    @@ -70265,10 +70265,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextMarkerStyle(ImPlotMarker)

    @@ -70297,10 +70297,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextMarkerStyle(ImPlotMarker, Single)

    @@ -70334,10 +70334,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextMarkerStyle(ImPlotMarker, Single, Vector4)

    @@ -70376,10 +70376,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextMarkerStyle(ImPlotMarker, Single, Vector4, Single)

    @@ -70423,10 +70423,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetNextMarkerStyle(ImPlotMarker, Single, Vector4, Single, Vector4)

    @@ -70475,10 +70475,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxes(String, String)

    @@ -70512,10 +70512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxes(String, String, ImPlotAxisFlags)

    @@ -70554,10 +70554,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxes(String, String, ImPlotAxisFlags, ImPlotAxisFlags)

    @@ -70601,10 +70601,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxesLimits(Double, Double, Double, Double)

    @@ -70648,10 +70648,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxesLimits(Double, Double, Double, Double, ImPlotCond)

    @@ -70700,10 +70700,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxis(ImAxis)

    @@ -70732,10 +70732,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxis(ImAxis, String)

    @@ -70769,10 +70769,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxis(ImAxis, String, ImPlotAxisFlags)

    @@ -70811,10 +70811,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxisFormat(ImAxis, String)

    @@ -70848,10 +70848,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxisLimits(ImAxis, Double, Double)

    @@ -70890,10 +70890,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxisLimits(ImAxis, Double, Double, ImPlotCond)

    @@ -70937,10 +70937,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxisLimitsConstraints(ImAxis, Double, Double)

    @@ -70979,10 +70979,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source @@ -71021,10 +71021,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxisScale(ImAxis, ImPlotScale)

    @@ -71058,10 +71058,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxisTicks(ImAxis, Double, Double, Int32)

    @@ -71105,10 +71105,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxisTicks(ImAxis, Double, Double, Int32, String[])

    @@ -71157,10 +71157,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxisTicks(ImAxis, Double, Double, Int32, String[], Boolean)

    @@ -71214,10 +71214,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxisTicks(ImAxis, ref Double, Int32)

    @@ -71256,10 +71256,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxisTicks(ImAxis, ref Double, Int32, String[])

    @@ -71303,10 +71303,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxisTicks(ImAxis, ref Double, Int32, String[], Boolean)

    @@ -71355,10 +71355,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupAxisZoomConstraints(ImAxis, Double, Double)

    @@ -71397,10 +71397,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupFinish()

    @@ -71412,10 +71412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupLegend(ImPlotLocation)

    @@ -71444,10 +71444,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupLegend(ImPlotLocation, ImPlotLegendFlags)

    @@ -71481,10 +71481,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupMouseText(ImPlotLocation)

    @@ -71513,10 +71513,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SetupMouseText(ImPlotLocation, ImPlotMouseTextFlags)

    @@ -71550,10 +71550,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowColormapSelector(String)

    @@ -71597,10 +71597,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowDemoWindow()

    @@ -71612,10 +71612,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowDemoWindow(ref Boolean)

    @@ -71644,10 +71644,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowInputMapSelector(String)

    @@ -71691,10 +71691,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowMetricsWindow()

    @@ -71706,10 +71706,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowMetricsWindow(ref Boolean)

    @@ -71738,10 +71738,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowStyleEditor()

    @@ -71753,10 +71753,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowStyleEditor(ImPlotStylePtr)

    @@ -71785,10 +71785,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowStyleSelector(String)

    @@ -71832,10 +71832,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ShowUserGuide()

    @@ -71847,10 +71847,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsAuto()

    @@ -71862,10 +71862,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsAuto(ImPlotStylePtr)

    @@ -71894,10 +71894,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsClassic()

    @@ -71909,10 +71909,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsClassic(ImPlotStylePtr)

    @@ -71941,10 +71941,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsDark()

    @@ -71956,10 +71956,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsDark(ImPlotStylePtr)

    @@ -71988,10 +71988,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsLight()

    @@ -72003,10 +72003,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    StyleColorsLight(ImPlotStylePtr)

    @@ -72035,10 +72035,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TagX(Double, Vector4)

    @@ -72072,10 +72072,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TagX(Double, Vector4, Boolean)

    @@ -72114,10 +72114,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TagX(Double, Vector4, String)

    @@ -72156,10 +72156,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TagY(Double, Vector4)

    @@ -72193,10 +72193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TagY(Double, Vector4, Boolean)

    @@ -72235,10 +72235,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    TagY(Double, Vector4, String)

    @@ -72283,10 +72283,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotAxisFlags.html b/docs/api/ImPlotNET.ImPlotAxisFlags.html index b81084bc7..024d139cc 100644 --- a/docs/api/ImPlotNET.ImPlotAxisFlags.html +++ b/docs/api/ImPlotNET.ImPlotAxisFlags.html @@ -186,10 +186,10 @@ public enum ImPlotAxisFlags
    diff --git a/docs/api/ImPlotNET.ImPlotBarGroupsFlags.html b/docs/api/ImPlotNET.ImPlotBarGroupsFlags.html index 4a5434881..fd48788ad 100644 --- a/docs/api/ImPlotNET.ImPlotBarGroupsFlags.html +++ b/docs/api/ImPlotNET.ImPlotBarGroupsFlags.html @@ -118,10 +118,10 @@ public enum ImPlotBarGroupsFlags
    diff --git a/docs/api/ImPlotNET.ImPlotBarsFlags.html b/docs/api/ImPlotNET.ImPlotBarsFlags.html index 963ede52b..a6b39f22a 100644 --- a/docs/api/ImPlotNET.ImPlotBarsFlags.html +++ b/docs/api/ImPlotNET.ImPlotBarsFlags.html @@ -114,10 +114,10 @@ public enum ImPlotBarsFlags
    diff --git a/docs/api/ImPlotNET.ImPlotBin.html b/docs/api/ImPlotNET.ImPlotBin.html index 367d8352a..35bb06f85 100644 --- a/docs/api/ImPlotNET.ImPlotBin.html +++ b/docs/api/ImPlotNET.ImPlotBin.html @@ -121,10 +121,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotCol.html b/docs/api/ImPlotNET.ImPlotCol.html index ac31cfc8d..1e00b9985 100644 --- a/docs/api/ImPlotNET.ImPlotCol.html +++ b/docs/api/ImPlotNET.ImPlotCol.html @@ -193,10 +193,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotColormap.html b/docs/api/ImPlotNET.ImPlotColormap.html index 3caf62584..fa867290a 100644 --- a/docs/api/ImPlotNET.ImPlotColormap.html +++ b/docs/api/ImPlotNET.ImPlotColormap.html @@ -169,10 +169,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotColormapScaleFlags.html b/docs/api/ImPlotNET.ImPlotColormapScaleFlags.html index 3715b8133..c0dce2a48 100644 --- a/docs/api/ImPlotNET.ImPlotColormapScaleFlags.html +++ b/docs/api/ImPlotNET.ImPlotColormapScaleFlags.html @@ -122,10 +122,10 @@ public enum ImPlotColormapScaleFlags
    diff --git a/docs/api/ImPlotNET.ImPlotCond.html b/docs/api/ImPlotNET.ImPlotCond.html index 7d931cfc8..ef4926c31 100644 --- a/docs/api/ImPlotNET.ImPlotCond.html +++ b/docs/api/ImPlotNET.ImPlotCond.html @@ -117,10 +117,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotDigitalFlags.html b/docs/api/ImPlotNET.ImPlotDigitalFlags.html index 55b7879c1..a9d3e9b7a 100644 --- a/docs/api/ImPlotNET.ImPlotDigitalFlags.html +++ b/docs/api/ImPlotNET.ImPlotDigitalFlags.html @@ -110,10 +110,10 @@ public enum ImPlotDigitalFlags
    diff --git a/docs/api/ImPlotNET.ImPlotDragToolFlags.html b/docs/api/ImPlotNET.ImPlotDragToolFlags.html index 431080191..8ce95a2dc 100644 --- a/docs/api/ImPlotNET.ImPlotDragToolFlags.html +++ b/docs/api/ImPlotNET.ImPlotDragToolFlags.html @@ -126,10 +126,10 @@ public enum ImPlotDragToolFlags
    diff --git a/docs/api/ImPlotNET.ImPlotDummyFlags.html b/docs/api/ImPlotNET.ImPlotDummyFlags.html index eeb9e41b7..139662dc9 100644 --- a/docs/api/ImPlotNET.ImPlotDummyFlags.html +++ b/docs/api/ImPlotNET.ImPlotDummyFlags.html @@ -110,10 +110,10 @@ public enum ImPlotDummyFlags
    diff --git a/docs/api/ImPlotNET.ImPlotErrorBarsFlags.html b/docs/api/ImPlotNET.ImPlotErrorBarsFlags.html index 60f7a5fe5..92f3b585d 100644 --- a/docs/api/ImPlotNET.ImPlotErrorBarsFlags.html +++ b/docs/api/ImPlotNET.ImPlotErrorBarsFlags.html @@ -114,10 +114,10 @@ public enum ImPlotErrorBarsFlags
    diff --git a/docs/api/ImPlotNET.ImPlotFlags.html b/docs/api/ImPlotNET.ImPlotFlags.html index a49859603..a398fa7be 100644 --- a/docs/api/ImPlotNET.ImPlotFlags.html +++ b/docs/api/ImPlotNET.ImPlotFlags.html @@ -154,10 +154,10 @@ public enum ImPlotFlags
    diff --git a/docs/api/ImPlotNET.ImPlotHeatmapFlags.html b/docs/api/ImPlotNET.ImPlotHeatmapFlags.html index ae66c084e..d666fc673 100644 --- a/docs/api/ImPlotNET.ImPlotHeatmapFlags.html +++ b/docs/api/ImPlotNET.ImPlotHeatmapFlags.html @@ -114,10 +114,10 @@ public enum ImPlotHeatmapFlags
    diff --git a/docs/api/ImPlotNET.ImPlotHistogramFlags.html b/docs/api/ImPlotNET.ImPlotHistogramFlags.html index 6903f527b..0abf7c911 100644 --- a/docs/api/ImPlotNET.ImPlotHistogramFlags.html +++ b/docs/api/ImPlotNET.ImPlotHistogramFlags.html @@ -130,10 +130,10 @@ public enum ImPlotHistogramFlags
    diff --git a/docs/api/ImPlotNET.ImPlotImageFlags.html b/docs/api/ImPlotNET.ImPlotImageFlags.html index ecef429c0..176de34df 100644 --- a/docs/api/ImPlotNET.ImPlotImageFlags.html +++ b/docs/api/ImPlotNET.ImPlotImageFlags.html @@ -110,10 +110,10 @@ public enum ImPlotImageFlags
    diff --git a/docs/api/ImPlotNET.ImPlotInfLinesFlags.html b/docs/api/ImPlotNET.ImPlotInfLinesFlags.html index d27900865..f7e49243b 100644 --- a/docs/api/ImPlotNET.ImPlotInfLinesFlags.html +++ b/docs/api/ImPlotNET.ImPlotInfLinesFlags.html @@ -114,10 +114,10 @@ public enum ImPlotInfLinesFlags
    diff --git a/docs/api/ImPlotNET.ImPlotInputMap.html b/docs/api/ImPlotNET.ImPlotInputMap.html index d016dd6f6..60dd0f995 100644 --- a/docs/api/ImPlotNET.ImPlotInputMap.html +++ b/docs/api/ImPlotNET.ImPlotInputMap.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Fit

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Menu

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OverrideMod

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Pan

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PanMod

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Select

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectCancel

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectHorzMod

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectMod

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectVertMod

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ZoomMod

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ZoomRate

    @@ -460,10 +460,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotInputMapPtr.html b/docs/api/ImPlotNET.ImPlotInputMapPtr.html index cb8968652..cd97050dd 100644 --- a/docs/api/ImPlotNET.ImPlotInputMapPtr.html +++ b/docs/api/ImPlotNET.ImPlotInputMapPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImPlotInputMapPtr(ImPlotInputMap*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImPlotInputMapPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Fit

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Menu

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    OverrideMod

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Pan

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PanMod

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Select

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectCancel

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectHorzMod

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectMod

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    SelectVertMod

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ZoomMod

    @@ -532,10 +532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ZoomRate

    @@ -564,10 +564,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -581,10 +581,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImPlotInputMap* to ImPlotInputMapPtr)

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImPlotInputMapPtr to ImPlotInputMap*)

    @@ -675,10 +675,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImPlotInputMapPtr)

    @@ -728,10 +728,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotItemFlags.html b/docs/api/ImPlotNET.ImPlotItemFlags.html index c3693e638..d2cdef315 100644 --- a/docs/api/ImPlotNET.ImPlotItemFlags.html +++ b/docs/api/ImPlotNET.ImPlotItemFlags.html @@ -118,10 +118,10 @@ public enum ImPlotItemFlags
    diff --git a/docs/api/ImPlotNET.ImPlotLegendFlags.html b/docs/api/ImPlotNET.ImPlotLegendFlags.html index a35f0ff93..e8a865362 100644 --- a/docs/api/ImPlotNET.ImPlotLegendFlags.html +++ b/docs/api/ImPlotNET.ImPlotLegendFlags.html @@ -134,10 +134,10 @@ public enum ImPlotLegendFlags
    diff --git a/docs/api/ImPlotNET.ImPlotLineFlags.html b/docs/api/ImPlotNET.ImPlotLineFlags.html index d09321571..426d471d6 100644 --- a/docs/api/ImPlotNET.ImPlotLineFlags.html +++ b/docs/api/ImPlotNET.ImPlotLineFlags.html @@ -130,10 +130,10 @@ public enum ImPlotLineFlags
    diff --git a/docs/api/ImPlotNET.ImPlotLocation.html b/docs/api/ImPlotNET.ImPlotLocation.html index 745418d26..9861b32e7 100644 --- a/docs/api/ImPlotNET.ImPlotLocation.html +++ b/docs/api/ImPlotNET.ImPlotLocation.html @@ -141,10 +141,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotMarker.html b/docs/api/ImPlotNET.ImPlotMarker.html index 65888a6cd..7da2933a0 100644 --- a/docs/api/ImPlotNET.ImPlotMarker.html +++ b/docs/api/ImPlotNET.ImPlotMarker.html @@ -153,10 +153,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotMouseTextFlags.html b/docs/api/ImPlotNET.ImPlotMouseTextFlags.html index 970ba0f2f..a3aff72c7 100644 --- a/docs/api/ImPlotNET.ImPlotMouseTextFlags.html +++ b/docs/api/ImPlotNET.ImPlotMouseTextFlags.html @@ -122,10 +122,10 @@ public enum ImPlotMouseTextFlags
    diff --git a/docs/api/ImPlotNET.ImPlotNative.html b/docs/api/ImPlotNET.ImPlotNative.html index a805d0b90..dd9525211 100644 --- a/docs/api/ImPlotNET.ImPlotNative.html +++ b/docs/api/ImPlotNET.ImPlotNative.html @@ -19108,10 +19108,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotPieChartFlags.html b/docs/api/ImPlotNET.ImPlotPieChartFlags.html index 6b5bcea17..d7e370b72 100644 --- a/docs/api/ImPlotNET.ImPlotPieChartFlags.html +++ b/docs/api/ImPlotNET.ImPlotPieChartFlags.html @@ -114,10 +114,10 @@ public enum ImPlotPieChartFlags
    diff --git a/docs/api/ImPlotNET.ImPlotPoint.html b/docs/api/ImPlotNET.ImPlotPoint.html index 700f79c16..bb051296f 100644 --- a/docs/api/ImPlotNET.ImPlotPoint.html +++ b/docs/api/ImPlotNET.ImPlotPoint.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    x

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    y

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotPointPtr.html b/docs/api/ImPlotNET.ImPlotPointPtr.html index 05e0f13a1..2fe5d9a0c 100644 --- a/docs/api/ImPlotNET.ImPlotPointPtr.html +++ b/docs/api/ImPlotNET.ImPlotPointPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImPlotPointPtr(ImPlotPoint*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImPlotPointPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    x

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    y

    @@ -264,10 +264,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -281,10 +281,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImPlotPoint* to ImPlotPointPtr)

    @@ -328,10 +328,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImPlotPointPtr to ImPlotPoint*)

    @@ -375,10 +375,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImPlotPointPtr)

    @@ -428,10 +428,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotRange.html b/docs/api/ImPlotNET.ImPlotRange.html index d88438d8c..10e6e4ba3 100644 --- a/docs/api/ImPlotNET.ImPlotRange.html +++ b/docs/api/ImPlotNET.ImPlotRange.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Max

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Min

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotRangePtr.html b/docs/api/ImPlotNET.ImPlotRangePtr.html index a8fbc1054..4900dc9a0 100644 --- a/docs/api/ImPlotNET.ImPlotRangePtr.html +++ b/docs/api/ImPlotNET.ImPlotRangePtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImPlotRangePtr(ImPlotRange*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImPlotRangePtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Max

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Min

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -264,10 +264,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Clamp(Double)

    @@ -311,10 +311,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Contains(Double)

    @@ -358,10 +358,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -373,10 +373,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size()

    @@ -405,10 +405,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImPlotRange* to ImPlotRangePtr)

    @@ -452,10 +452,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImPlotRangePtr to ImPlotRange*)

    @@ -499,10 +499,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImPlotRangePtr)

    @@ -552,10 +552,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotRect.html b/docs/api/ImPlotNET.ImPlotRect.html index 93964694f..6c3b25dff 100644 --- a/docs/api/ImPlotNET.ImPlotRect.html +++ b/docs/api/ImPlotNET.ImPlotRect.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y

    @@ -170,10 +170,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotRectPtr.html b/docs/api/ImPlotNET.ImPlotRectPtr.html index 3b94b0555..781818ae3 100644 --- a/docs/api/ImPlotNET.ImPlotRectPtr.html +++ b/docs/api/ImPlotNET.ImPlotRectPtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImPlotRectPtr(ImPlotRect*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImPlotRectPtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    X

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Y

    @@ -264,10 +264,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Clamp(ImPlotPoint)

    @@ -311,10 +311,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Clamp(Double, Double)

    @@ -363,10 +363,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Contains(ImPlotPoint)

    @@ -410,10 +410,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Contains(Double, Double)

    @@ -462,10 +462,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -477,10 +477,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Max()

    @@ -507,10 +507,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Min()

    @@ -537,10 +537,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Size()

    @@ -569,10 +569,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImPlotRect* to ImPlotRectPtr)

    @@ -616,10 +616,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImPlotRectPtr to ImPlotRect*)

    @@ -663,10 +663,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImPlotRectPtr)

    @@ -716,10 +716,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotScale.html b/docs/api/ImPlotNET.ImPlotScale.html index f9e5c89e4..52d06ea47 100644 --- a/docs/api/ImPlotNET.ImPlotScale.html +++ b/docs/api/ImPlotNET.ImPlotScale.html @@ -121,10 +121,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotScatterFlags.html b/docs/api/ImPlotNET.ImPlotScatterFlags.html index 478f395db..390a2477d 100644 --- a/docs/api/ImPlotNET.ImPlotScatterFlags.html +++ b/docs/api/ImPlotNET.ImPlotScatterFlags.html @@ -114,10 +114,10 @@ public enum ImPlotScatterFlags
    diff --git a/docs/api/ImPlotNET.ImPlotShadedFlags.html b/docs/api/ImPlotNET.ImPlotShadedFlags.html index 7b861f47e..138e1816d 100644 --- a/docs/api/ImPlotNET.ImPlotShadedFlags.html +++ b/docs/api/ImPlotNET.ImPlotShadedFlags.html @@ -110,10 +110,10 @@ public enum ImPlotShadedFlags
    diff --git a/docs/api/ImPlotNET.ImPlotStairsFlags.html b/docs/api/ImPlotNET.ImPlotStairsFlags.html index b7b1449ff..f9fd09533 100644 --- a/docs/api/ImPlotNET.ImPlotStairsFlags.html +++ b/docs/api/ImPlotNET.ImPlotStairsFlags.html @@ -118,10 +118,10 @@ public enum ImPlotStairsFlags
    diff --git a/docs/api/ImPlotNET.ImPlotStemsFlags.html b/docs/api/ImPlotNET.ImPlotStemsFlags.html index d8a5746ef..ab63893a3 100644 --- a/docs/api/ImPlotNET.ImPlotStemsFlags.html +++ b/docs/api/ImPlotNET.ImPlotStemsFlags.html @@ -114,10 +114,10 @@ public enum ImPlotStemsFlags
    diff --git a/docs/api/ImPlotNET.ImPlotStyle.html b/docs/api/ImPlotNET.ImPlotStyle.html index 18ea5cc30..2dfd173ec 100644 --- a/docs/api/ImPlotNET.ImPlotStyle.html +++ b/docs/api/ImPlotNET.ImPlotStyle.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AnnotationPadding

    @@ -135,10 +135,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colormap

    @@ -164,10 +164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_0

    @@ -193,10 +193,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_1

    @@ -222,10 +222,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_10

    @@ -251,10 +251,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_11

    @@ -280,10 +280,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_12

    @@ -309,10 +309,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_13

    @@ -338,10 +338,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_14

    @@ -367,10 +367,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_15

    @@ -396,10 +396,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_16

    @@ -425,10 +425,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_17

    @@ -454,10 +454,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_18

    @@ -483,10 +483,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_19

    @@ -512,10 +512,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_2

    @@ -541,10 +541,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_20

    @@ -570,10 +570,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_3

    @@ -599,10 +599,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_4

    @@ -628,10 +628,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_5

    @@ -657,10 +657,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_6

    @@ -686,10 +686,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_7

    @@ -715,10 +715,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_8

    @@ -744,10 +744,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors_9

    @@ -773,10 +773,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DigitalBitGap

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DigitalBitHeight

    @@ -831,10 +831,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ErrorBarSize

    @@ -860,10 +860,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ErrorBarWeight

    @@ -889,10 +889,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FillAlpha

    @@ -918,10 +918,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FitPadding

    @@ -947,10 +947,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LabelPadding

    @@ -976,10 +976,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LegendInnerPadding

    @@ -1005,10 +1005,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LegendPadding

    @@ -1034,10 +1034,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LegendSpacing

    @@ -1063,10 +1063,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LineWeight

    @@ -1092,10 +1092,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MajorGridSize

    @@ -1121,10 +1121,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MajorTickLen

    @@ -1150,10 +1150,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MajorTickSize

    @@ -1179,10 +1179,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Marker

    @@ -1208,10 +1208,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MarkerSize

    @@ -1237,10 +1237,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MarkerWeight

    @@ -1266,10 +1266,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MinorAlpha

    @@ -1295,10 +1295,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MinorGridSize

    @@ -1324,10 +1324,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MinorTickLen

    @@ -1353,10 +1353,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MinorTickSize

    @@ -1382,10 +1382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MousePosPadding

    @@ -1411,10 +1411,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBorderSize

    @@ -1440,10 +1440,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDefaultSize

    @@ -1469,10 +1469,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotMinSize

    @@ -1498,10 +1498,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPadding

    @@ -1527,10 +1527,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Use24HourClock

    @@ -1556,10 +1556,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UseISO8601

    @@ -1585,10 +1585,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UseLocalTime

    @@ -1620,10 +1620,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotStylePtr.html b/docs/api/ImPlotNET.ImPlotStylePtr.html index a45dcaf59..ffbd63ae2 100644 --- a/docs/api/ImPlotNET.ImPlotStylePtr.html +++ b/docs/api/ImPlotNET.ImPlotStylePtr.html @@ -106,10 +106,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImPlotStylePtr(ImPlotStyle*)

    @@ -138,10 +138,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ImPlotStylePtr(IntPtr)

    @@ -172,10 +172,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    AnnotationPadding

    @@ -202,10 +202,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colormap

    @@ -232,10 +232,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Colors

    @@ -262,10 +262,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DigitalBitGap

    @@ -292,10 +292,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    DigitalBitHeight

    @@ -322,10 +322,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ErrorBarSize

    @@ -352,10 +352,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    ErrorBarWeight

    @@ -382,10 +382,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FillAlpha

    @@ -412,10 +412,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    FitPadding

    @@ -442,10 +442,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LabelPadding

    @@ -472,10 +472,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LegendInnerPadding

    @@ -502,10 +502,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LegendPadding

    @@ -532,10 +532,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LegendSpacing

    @@ -562,10 +562,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    LineWeight

    @@ -592,10 +592,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MajorGridSize

    @@ -622,10 +622,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MajorTickLen

    @@ -652,10 +652,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MajorTickSize

    @@ -682,10 +682,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Marker

    @@ -712,10 +712,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MarkerSize

    @@ -742,10 +742,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MarkerWeight

    @@ -772,10 +772,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MinorAlpha

    @@ -802,10 +802,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MinorGridSize

    @@ -832,10 +832,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MinorTickLen

    @@ -862,10 +862,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MinorTickSize

    @@ -892,10 +892,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    MousePosPadding

    @@ -922,10 +922,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    NativePtr

    @@ -952,10 +952,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotBorderSize

    @@ -982,10 +982,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotDefaultSize

    @@ -1012,10 +1012,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotMinSize

    @@ -1042,10 +1042,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    PlotPadding

    @@ -1072,10 +1072,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Use24HourClock

    @@ -1102,10 +1102,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UseISO8601

    @@ -1132,10 +1132,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    UseLocalTime

    @@ -1164,10 +1164,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Destroy()

    @@ -1181,10 +1181,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImPlotStyle* to ImPlotStylePtr)

    @@ -1228,10 +1228,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(ImPlotStylePtr to ImPlotStyle*)

    @@ -1275,10 +1275,10 @@ | - Improve this Doc + Improve this Doc - View Source + View Source

    Implicit(IntPtr to ImPlotStylePtr)

    @@ -1328,10 +1328,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotStyleVar.html b/docs/api/ImPlotNET.ImPlotStyleVar.html index 1199832c7..5fb39a0c9 100644 --- a/docs/api/ImPlotNET.ImPlotStyleVar.html +++ b/docs/api/ImPlotNET.ImPlotStyleVar.html @@ -217,10 +217,10 @@
    diff --git a/docs/api/ImPlotNET.ImPlotSubplotFlags.html b/docs/api/ImPlotNET.ImPlotSubplotFlags.html index 4a3ee4787..cd7735dd4 100644 --- a/docs/api/ImPlotNET.ImPlotSubplotFlags.html +++ b/docs/api/ImPlotNET.ImPlotSubplotFlags.html @@ -154,10 +154,10 @@ public enum ImPlotSubplotFlags
    diff --git a/docs/api/ImPlotNET.ImPlotTextFlags.html b/docs/api/ImPlotNET.ImPlotTextFlags.html index 573169458..85046eb82 100644 --- a/docs/api/ImPlotNET.ImPlotTextFlags.html +++ b/docs/api/ImPlotNET.ImPlotTextFlags.html @@ -114,10 +114,10 @@ public enum ImPlotTextFlags
    diff --git a/docs/api/toc.html b/docs/api/toc.html index 23ce55c5c..76cad8599 100644 --- a/docs/api/toc.html +++ b/docs/api/toc.html @@ -1386,19 +1386,6 @@ -
  • - - FFXIVClientStructs - - -
  • FFXIVClientStructs.Attributes @@ -1413,14 +1400,27 @@
  • FixedArrayAttribute
  • + + +
  • + + FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions + +
  • @@ -1432,6 +1432,15 @@
  • ActionManager
  • +
  • + ActionTimelineDriver +
  • +
  • + ActionTimelineManager +
  • +
  • + ActionTimelineSlots +
  • ActionType
  • @@ -1457,10 +1466,7 @@ CameraBase
  • - CraftworkDemandShift -
  • -
  • - CraftworkSupply + ComboDetail
  • GameMain @@ -1489,30 +1495,6 @@
  • LowCutCamera
  • -
  • - MJIAllowedVisitors -
  • -
  • - MJIBuildingPlacement -
  • -
  • - MJIBuildingPlacements -
  • -
  • - MJIGranaries -
  • -
  • - MJILandmarkPlacement -
  • -
  • - MJILandmarkPlacements -
  • -
  • - MJIManager -
  • -
  • - MJIWorkshops -
  • QuestManager
  • @@ -1525,6 +1507,9 @@
  • QuestManager.QuestListArray.Quest.QuestFlags
  • +
  • + RaceChocoboManager +
  • RecastDetail
  • @@ -1562,12 +1547,24 @@
  • Character.CastInfo
  • +
  • + Character.CharacterModes +
  • +
  • + Character.CompanionContainer +
  • Character.EurekaElement
  • Character.ForayInfo
  • +
  • + Character.MountContainer +
  • +
  • + Character.OrnamentContainer +
  • CharacterManager
  • @@ -1633,12 +1630,24 @@
  • EventFramework
  • +
  • + EventGPoseController +
  • EventHandler
  • +
  • + EventHandlerInfo +
  • EventHandlerModule
  • +
  • + EventHandlerType +
  • +
  • + EventId +
  • EventSceneModule
  • @@ -1791,6 +1800,19 @@ +
  • + + FFXIVClientStructs.FFXIV.Client.Game.Housing + + +
  • FFXIVClientStructs.FFXIV.Client.Game.InstanceContent @@ -1799,9 +1821,79 @@
  • ContentDirector
  • +
  • + InstanceContentDeepDungeon +
  • +
  • + InstanceContentDeepDungeon.DeepDungeonChestInfo +
  • +
  • + InstanceContentDeepDungeon.DeepDungeonItemInfo +
  • +
  • + InstanceContentDeepDungeon.DeepDungeonPartyInfo +
  • InstanceContentDirector
  • +
  • + PublicContentDirector +
  • + + +
  • + + FFXIVClientStructs.FFXIV.Client.Game.MJI + +
  • @@ -1809,6 +1901,9 @@ FFXIVClientStructs.FFXIV.Client.Game.Object
  • @@ -1828,6 +1926,9 @@ FFXIVClientStructs.FFXIV.Client.Game.UI
  • @@ -1937,6 +2050,25 @@
  • +
  • + + FFXIVClientStructs.FFXIV.Client.Graphics.Environment + + +
  • FFXIVClientStructs.FFXIV.Client.Graphics.Kernel @@ -2019,6 +2151,9 @@
  • RenderTargetManager
  • +
  • + ShadowCamera +
  • Skeleton
  • @@ -2044,6 +2179,9 @@
  • Camera
  • +
  • + CameraManager +
  • CharacterBase
  • @@ -2056,6 +2194,15 @@
  • DrawObject
  • +
  • + EnvLocation +
  • +
  • + EnvScene +
  • +
  • + EnvSpace +
  • Human
  • @@ -2265,6 +2412,12 @@
  • AddonChatLogPanel
  • +
  • + AddonChocoboBreedTraining +
  • +
  • + AddonContentsFinder +
  • AddonContentsFinderConfirm
  • @@ -2364,6 +2517,9 @@
  • AddonPartyList.TrustMembers
  • +
  • + AddonRaceChocoboResult +
  • AddonRecipeNote
  • @@ -2379,12 +2535,18 @@
  • AddonRequest
  • +
  • + AddonRetainerList +
  • AddonRetainerSell
  • AddonRetainerTaskAsk
  • +
  • + AddonRetainerTaskList +
  • AddonRetainerTaskResult
  • @@ -2403,6 +2565,9 @@
  • AddonSelectIconString.PopupMenuDerive
  • +
  • + AddonSelectOk +
  • AddonSelectString
  • @@ -2512,6 +2677,9 @@ FFXIVClientStructs.FFXIV.Client.UI.Agent +
  • + + FFXIVClientStructs.FFXIV.Common.Component.BGCollision + + +
  • FFXIVClientStructs.FFXIV.Common.Configuration @@ -2874,6 +3163,31 @@
  • +
  • + + FFXIVClientStructs.FFXIV.Common.Math + + +
  • FFXIVClientStructs.FFXIV.Component.Excel @@ -3004,6 +3318,9 @@
  • AtkCursor.CursorType
  • +
  • + AtkDragDropManager +
  • AtkEvent
  • @@ -3472,27 +3789,94 @@
  • - FFXIVClientStructs.STD + FFXIVClientStructs.Interop +
  • +
  • + + FFXIVClientStructs.Interop.Attributes + + +
  • +
  • + + FFXIVClientStructs.InteropGenerator + + +
  • +
  • + + FFXIVClientStructs.InteropSourceGenerators.Extensions + + +
  • +
  • + + FFXIVClientStructs.STD + +