diff --git a/docs/api/Dalamud.Dalamud.html b/docs/api/Dalamud.Dalamud.html
index fe8bdaf84..9f9a9bbab 100644
--- a/docs/api/Dalamud.Dalamud.html
+++ b/docs/api/Dalamud.Dalamud.html
@@ -122,7 +122,7 @@
Improve this Doc
- View Source
+ View Source
Event that gets fired every time the game framework updates.
diff --git a/docs/api/Dalamud.Game.Internal.html b/docs/api/Dalamud.Game.Internal.html
index 936fe01c0..4d6e5fea2 100644
--- a/docs/api/Dalamud.Game.Internal.html
+++ b/docs/api/Dalamud.Game.Internal.html
@@ -86,6 +86,8 @@
+
+
diff --git a/docs/api/Dalamud.Interface.UiBuilder.html b/docs/api/Dalamud.Interface.UiBuilder.html
index d33b42e76..69982142f 100644
--- a/docs/api/Dalamud.Interface.UiBuilder.html
+++ b/docs/api/Dalamud.Interface.UiBuilder.html
@@ -340,7 +340,7 @@ It can be used to draw custom windows and overlays.
Improve this Doc
- View Source
+ View Source
OnBuildFonts
@@ -370,6 +370,37 @@ pointers inside this handler.
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
OverrideGameCursor
+
Gets or sets a value indicating whether or not the game's cursor should be overridden with the ImGui cursor.
+
+
+
Declaration
+
+
public bool OverrideGameCursor { get; set; }
+
+
Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
|
Improve this Doc
@@ -408,7 +439,7 @@ pointers inside this handler.
Improve this Doc
- View Source
+ View Source
Dispose()
@@ -424,7 +455,7 @@ pointers inside this handler.
Improve this Doc
- View Source
+ View Source
LoadImage(Byte[])
@@ -474,7 +505,7 @@ pointers inside this handler.
Improve this Doc
- View Source
+ View Source
LoadImage(String)
@@ -524,7 +555,7 @@ pointers inside this handler.
Improve this Doc
- View Source
+ View Source
LoadImageRaw(Byte[], Int32, Int32, Int32)
@@ -592,7 +623,7 @@ pointers inside this handler.
Improve this Doc
- View Source
+ View Source
RebuildFonts()
diff --git a/docs/api/FFXIVClientStructs.Attributes.Addon.html b/docs/api/FFXIVClientStructs.Attributes.Addon.html
new file mode 100644
index 000000000..fda5c7a0a
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.Attributes.Addon.html
@@ -0,0 +1,347 @@
+
+
+
+
+
+
+
+
Class Addon
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class Addon
+
+
+
+
+
Inheritance
+
System.Object
+
System.Attribute
+
Addon
+
+
+
Implements
+
System.Runtime.InteropServices._Attribute
+
+
+
Inherited Members
+
+ System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
+
+
+ System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)
+
+
+ System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
+
+
+ System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)
+
+
+ System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)
+
+
+ System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
+
+
+ System.Attribute.IsDefined(System.Reflection.ParameterInfo, 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.Module, System.Type)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.Module)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)
+
+
+ System.Attribute.IsDefined(System.Reflection.Module, System.Type)
+
+
+ System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
+
+
+ System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)
+
+
+ System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, 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.Assembly)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)
+
+
+ System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
+
+
+ System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)
+
+
+ System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
+
+
+ System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)
+
+
+ System.Attribute.Equals(System.Object)
+
+
+ System.Attribute.GetHashCode()
+
+
+ System.Attribute.Match(System.Object)
+
+
+ System.Attribute.IsDefaultAttribute()
+
+
+ System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount(System.UInt32)
+
+
+ System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo(System.UInt32, System.UInt32, System.IntPtr)
+
+
+ System.Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames(System.Guid, System.IntPtr, System.UInt32, System.UInt32, System.IntPtr)
+
+
+ System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(System.UInt32, System.Guid, System.UInt32, System.Int16, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)
+
+
+ System.Attribute.TypeId
+
+
+ System.Object.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+ System.Object.MemberwiseClone()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public class Addon : Attribute, _Attribute
+
+ Constructors
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Addon(String[])
+
+
+ Declaration
+
+
public Addon(params string[] addonIdentifiers)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String []
+ addonIdentifiers
+
+
+
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ AddonIdentifiers
+
+
+ Declaration
+
+
public IEnumerable<string> AddonIdentifiers { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Collections.Generic.IEnumerable <System.String >
+
+
+
+
+ Implements
+
+ System.Runtime.InteropServices._Attribute
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.Attributes.html b/docs/api/FFXIVClientStructs.Attributes.html
new file mode 100644
index 000000000..91bc4c210
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.Attributes.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.Attributes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.Attributes
+
+
+
+
+ Classes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html
new file mode 100644
index 000000000..1061f75e8
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct BattleChara
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct BattleChara
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct BattleChara
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Character
+
+
+ Declaration
+
+
public Character Character
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Character
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html
new file mode 100644
index 000000000..998852603
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct Character
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Character
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct Character
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CompanionObject
+
+
+ Declaration
+
+
public Companion*CompanionObject
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Companion *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CompanionOwnerID
+
+
+ Declaration
+
+
public uint CompanionOwnerID
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CustomizeData
+
+
+ Declaration
+
+
public byte *CustomizeData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ EquipSlotData
+
+
+ Declaration
+
+
public byte *EquipSlotData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GameObject
+
+
+ Declaration
+
+
public GameObject GameObject
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ GameObject
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StatusFlags
+
+
+ Declaration
+
+
public byte StatusFlags
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html
new file mode 100644
index 000000000..a98e4da7b
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct Companion
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Companion
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct Companion
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Character
+
+
+ Declaration
+
+
public Character Character
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Character
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.html
new file mode 100644
index 000000000..eff4c2b64
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Character.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.Game.Character
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.Game.Character
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html
new file mode 100644
index 000000000..c9a56df9f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
Struct GameObject
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct GameObject
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct GameObject
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DrawObject
+
+
+ Declaration
+
+
public void *DrawObject
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Name
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ObjectID
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ObjectKind
+
+
+ Declaration
+
+
public byte ObjectKind
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RenderFlags
+
+
+ Declaration
+
+
public int RenderFlags
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.html
new file mode 100644
index 000000000..68a11f000
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.Object.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.Game.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.Game.Object
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.html
new file mode 100644
index 000000000..a085ea836
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct Telepo.SelectUseTicketInvoker
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Telepo.SelectUseTicketInvoker
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct SelectUseTicketInvoker
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Telepo
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Telepo *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html
new file mode 100644
index 000000000..40400f23c
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html
@@ -0,0 +1,414 @@
+
+
+
+
+
+
+
+
Struct Telepo.TeleportInfo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Telepo.TeleportInfo
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct TeleportInfo
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AetheryteId
+
+
+ Declaration
+
+
public uint AetheryteId
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GilCost
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ IsFavourite
+
+
+ Declaration
+
+
public byte IsFavourite
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Plot
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SubIndex
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TerritoryId
+
+
+ Declaration
+
+
public ushort TerritoryId
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Ward
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ IsAppartment
+
+
+ Declaration
+
+
public bool IsAppartment { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ IsSharedHouse
+
+
+ Declaration
+
+
public bool IsSharedHouse { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html
new file mode 100644
index 000000000..1a41518b4
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct Telepo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Telepo
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TeleportList
+
+
+ Declaration
+
+
public Vector<Telepo.TeleportInfo> TeleportList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UseTicketInvoker
+
+
+ Declaration
+
+
public Telepo.SelectUseTicketInvoker UseTicketInvoker
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html
new file mode 100644
index 000000000..c8bcd97ef
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Game.UI.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.Game.UI
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.Game.UI
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html
new file mode 100644
index 000000000..ac0e49b6e
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct ByteColor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ByteColor
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ByteColor
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ A
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ B
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ G
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ R
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html
new file mode 100644
index 000000000..e0d97e26e
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html
@@ -0,0 +1,381 @@
+
+
+
+
+
+
+
+
Struct Device
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Device
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ContextArray
+
+
+ Declaration
+
+
public void *ContextArray
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ D3D11Device
+
+
+ Declaration
+
+
public void *D3D11Device
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ D3D11DeviceContext
+
+
+ Declaration
+
+
public void *D3D11DeviceContext
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ D3DFeatureLevel
+
+
+ Declaration
+
+
public int D3DFeatureLevel
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DXGIFactory
+
+
+ Declaration
+
+
public void *DXGIFactory
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ImmediateContext
+
+
+ Declaration
+
+
public void *ImmediateContext
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RenderThread
+
+
+ Declaration
+
+
public void *RenderThread
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SwapChain
+
+
+ Declaration
+
+
public SwapChain*SwapChain
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ SwapChain *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html
new file mode 100644
index 000000000..9778795fa
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
Struct SwapChain
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct SwapChain
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct SwapChain
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BackBuffer
+
+
+ Declaration
+
+
public Texture*BackBuffer
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Texture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthStencil
+
+
+ Declaration
+
+
public Texture*DepthStencil
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Texture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DXGISwapChain
+
+
+ Declaration
+
+
public void *DXGISwapChain
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Height
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Width
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.html
new file mode 100644
index 000000000..829a9a738
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.Graphics.Kernel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.Graphics.Kernel
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html
new file mode 100644
index 000000000..cdf15fdf3
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html
@@ -0,0 +1,642 @@
+
+
+
+
+
+
+
+
Struct Matrix44
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Matrix44
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct Matrix44
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_1_1
+
+
+ Declaration
+
+
public float Matrix_1_1
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_1_2
+
+
+ Declaration
+
+
public float Matrix_1_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_1_3
+
+
+ Declaration
+
+
public float Matrix_1_3
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_1_4
+
+
+ Declaration
+
+
public float Matrix_1_4
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_2_1
+
+
+ Declaration
+
+
public float Matrix_2_1
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_2_2
+
+
+ Declaration
+
+
public float Matrix_2_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_2_3
+
+
+ Declaration
+
+
public float Matrix_2_3
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_2_4
+
+
+ Declaration
+
+
public float Matrix_2_4
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_3_1
+
+
+ Declaration
+
+
public float Matrix_3_1
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_3_2
+
+
+ Declaration
+
+
public float Matrix_3_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_3_3
+
+
+ Declaration
+
+
public float Matrix_3_3
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_3_4
+
+
+ Declaration
+
+
public float Matrix_3_4
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_4_1
+
+
+ Declaration
+
+
public float Matrix_4_1
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_4_2
+
+
+ Declaration
+
+
public float Matrix_4_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_4_3
+
+
+ Declaration
+
+
public float Matrix_4_3
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Matrix_4_4
+
+
+ Declaration
+
+
public float Matrix_4_4
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html
new file mode 100644
index 000000000..fb7ce42c0
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html
@@ -0,0 +1,352 @@
+
+
+
+
+
+
+
+
Struct BonePhysicsModule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct BonePhysicsModule
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct BonePhysicsModule
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BoneSimulators
+
+
+ Declaration
+
+
public BoneSimulators BoneSimulators
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Skeleton
+
+
+ Declaration
+
+
public void *Skeleton
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SkeletonInvWorldMatrix
+
+
+ Declaration
+
+
public Matrix44 SkeletonInvWorldMatrix
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Matrix44
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SkeletonWorldMatrix
+
+
+ Declaration
+
+
public Matrix44 SkeletonWorldMatrix
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Matrix44
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ WindScale
+
+
+ Declaration
+
+
public float WindScale
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ WindVariation
+
+
+ Declaration
+
+
public float WindVariation
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html
new file mode 100644
index 000000000..f9270a02d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct BoneSimulator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct BoneSimulator
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct BoneSimulator
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CharacterPosition
+
+
+ Declaration
+
+
public Vector3 CharacterPosition
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Vector3
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Gravity
+
+
+ Declaration
+
+
public Vector3 Gravity
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Vector3
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PhysicsGroup
+
+
+ Declaration
+
+
public uint PhysicsGroup
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Skeleton
+
+
+ Declaration
+
+
public void *Skeleton
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Wind
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Vector3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html
new file mode 100644
index 000000000..3a1fd91eb
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
Struct BoneSimulators
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct BoneSimulators
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct BoneSimulators
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BoneSimulator_1
+
+
+ Declaration
+
+
public PointerVector<BoneSimulator> BoneSimulator_1
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BoneSimulator_2
+
+
+ Declaration
+
+
public PointerVector<BoneSimulator> BoneSimulator_2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BoneSimulator_3
+
+
+ Declaration
+
+
public PointerVector<BoneSimulator> BoneSimulator_3
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BoneSimulator_4
+
+
+ Declaration
+
+
public PointerVector<BoneSimulator> BoneSimulator_4
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BoneSimulator_5
+
+
+ Declaration
+
+
public PointerVector<BoneSimulator> BoneSimulator_5
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.html
new file mode 100644
index 000000000..0c5ce3007
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.Graphics.Physics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.Graphics.Physics
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html
new file mode 100644
index 000000000..a140fb713
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct Quarternion
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Quarternion
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct Quarternion
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ W
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ X
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Y
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Z
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html
new file mode 100644
index 000000000..1e0c2f1b9
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct ReferencedClassBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ReferencedClassBase
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ReferencedClassBase
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RefCount
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html
new file mode 100644
index 000000000..3be70e551
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct Notifier
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Notifier
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct Notifier
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Next
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Notifier *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Prev
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Notifier *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html
new file mode 100644
index 000000000..45119a8f5
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct OffscreenRenderingManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct OffscreenRenderingManager
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct OffscreenRenderingManager
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Camera_1
+
+
+ Declaration
+
+
public void *Camera_1
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Camera_2
+
+
+ Declaration
+
+
public void *Camera_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Camera_3
+
+
+ Declaration
+
+
public void *Camera_3
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Camera_4
+
+
+ Declaration
+
+
public void *Camera_4
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ JobSystem_vtbl
+
+
+ Declaration
+
+
public void *JobSystem_vtbl
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html
new file mode 100644
index 000000000..23b4d5bc9
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html
@@ -0,0 +1,787 @@
+
+
+
+
+
+
+
+
Struct RenderTargetManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct RenderTargetManager
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct RenderTargetManager
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FarShadowMap_Height
+
+
+ Declaration
+
+
public uint FarShadowMap_Height
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FarShadowMap_Width
+
+
+ Declaration
+
+
public uint FarShadowMap_Width
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NearShadowMap_Height
+
+
+ Declaration
+
+
public uint NearShadowMap_Height
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NearShadowMap_Width
+
+
+ Declaration
+
+
public uint NearShadowMap_Width
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Notifier
+
+
+ Declaration
+
+
public Notifier Notifier
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Notifier
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffscreenDepthStencil
+
+
+ Declaration
+
+
public Texture*OffscreenDepthStencil
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Texture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffscreenGBuffer
+
+
+ Declaration
+
+
public Texture*OffscreenGBuffer
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Texture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffscreenRenderTarget_1
+
+
+ Declaration
+
+
public Texture*OffscreenRenderTarget_1
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Texture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffscreenRenderTarget_2
+
+
+ Declaration
+
+
public Texture*OffscreenRenderTarget_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Texture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffscreenRenderTarget_3
+
+
+ Declaration
+
+
public Texture*OffscreenRenderTarget_3
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Texture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffscreenRenderTarget_4
+
+
+ Declaration
+
+
public Texture*OffscreenRenderTarget_4
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Texture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffscreenRenderTarget_Unk1
+
+
+ Declaration
+
+
public Texture*OffscreenRenderTarget_Unk1
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Texture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffscreenRenderTarget_Unk2
+
+
+ Declaration
+
+
public Texture*OffscreenRenderTarget_Unk2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Texture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffscreenRenderTarget_Unk3
+
+
+ Declaration
+
+
public Texture*OffscreenRenderTarget_Unk3
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Texture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RenderTargetArray
+
+
+ Declaration
+
+
public byte *RenderTargetArray
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RenderTargetArray2
+
+
+ Declaration
+
+
public byte *RenderTargetArray2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Resolution_Height
+
+
+ Declaration
+
+
public uint Resolution_Height
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Resolution_Width
+
+
+ Declaration
+
+
public uint Resolution_Width
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ShadowMap_Height
+
+
+ Declaration
+
+
public uint ShadowMap_Height
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ShadowMap_Width
+
+
+ Declaration
+
+
public uint ShadowMap_Width
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkBool_1
+
+
+ Declaration
+
+
public bool UnkBool_1
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html
new file mode 100644
index 000000000..8e38e6bf2
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html
@@ -0,0 +1,381 @@
+
+
+
+
+
+
+
+
Struct Skeleton
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Skeleton
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct Skeleton
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ LinkedListNext
+
+
+ Declaration
+
+
public Skeleton*LinkedListNext
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Skeleton *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ LinkedListPrevious
+
+
+ Declaration
+
+
public Skeleton*LinkedListPrevious
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Skeleton *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Owner
+
+
+ Declaration
+
+
public CharacterBase*Owner
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartialSkeletonArray
+
+
+ Declaration
+
+
public void *PartialSkeletonArray
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartialSkeletonCount
+
+
+ Declaration
+
+
public ushort PartialSkeletonCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ReferencedClassBase
+
+
+ Declaration
+
+
public ReferencedClassBase ReferencedClassBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SKLBArray
+
+
+ Declaration
+
+
public void **SKLBArray
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void **
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public Transform Transform
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Transform
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html
new file mode 100644
index 000000000..e8ffe40ca
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html
@@ -0,0 +1,526 @@
+
+
+
+
+
+
+
+
Struct Texture
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Texture
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct Texture
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ D3D11ShaderResourceView
+
+
+ Declaration
+
+
public void *D3D11ShaderResourceView
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ D3D11Texture2D
+
+
+ Declaration
+
+
public void *D3D11Texture2D
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Depth
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Height
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MipLevel
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Notifier
+
+
+ Declaration
+
+
public Notifier Notifier
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Notifier
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextureFormat
+
+
+ Declaration
+
+
public TextureFormat TextureFormat
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_35
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_36
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_37
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Width
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html
new file mode 100644
index 000000000..1b8a955f6
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+
Enum TextureFormat
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum TextureFormat
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum TextureFormat : uint
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ D24S8
+
+
+
+ R8G8B8A8
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.html
new file mode 100644
index 000000000..53b4f5f85
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.Graphics.Render
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.Graphics.Render
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+ Enums
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html
new file mode 100644
index 000000000..1eebe13d8
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html
@@ -0,0 +1,584 @@
+
+
+
+
+
+
+
+
Struct CharacterBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct CharacterBase
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct CharacterBase
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BonePhysicsModule
+
+
+ Declaration
+
+
public BonePhysicsModule*BonePhysicsModule
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CharacterDataCB
+
+
+ Declaration
+
+
public void *CharacterDataCB
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DrawObject
+
+
+ Declaration
+
+
public DrawObject DrawObject
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ DrawObject
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ EID
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ HasModelFilesInSlotLoaded
+
+
+ Declaration
+
+
public uint HasModelFilesInSlotLoaded
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ HasModelInSlotLoaded
+
+
+ Declaration
+
+
public uint HasModelInSlotLoaded
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ IMCArray
+
+
+ Declaration
+
+
public void **IMCArray
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void **
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaterialArray
+
+
+ Declaration
+
+
public void **MaterialArray
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void **
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ModelArray
+
+
+ Declaration
+
+
public void **ModelArray
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void **
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PostBoneDeformer
+
+
+ Declaration
+
+
public void *PostBoneDeformer
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Skeleton
+
+
+ Declaration
+
+
public Skeleton*Skeleton
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Skeleton *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SlotCount
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TempData
+
+
+ Declaration
+
+
public void *TempData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TempSlotData
+
+
+ Declaration
+
+
public void *TempSlotData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkFlags_01
+
+
+ Declaration
+
+
public byte UnkFlags_01
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html
new file mode 100644
index 000000000..fdf39172f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct DrawObject
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct DrawObject
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct DrawObject
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Object
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html
new file mode 100644
index 000000000..e92c79b3f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html
@@ -0,0 +1,410 @@
+
+
+
+
+
+
+
+
Struct Human
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Human
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ChangedEquipData
+
+
+ Declaration
+
+
public byte *ChangedEquipData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CharacterBase
+
+
+ Declaration
+
+
public CharacterBase CharacterBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CustomizeData
+
+
+ Declaration
+
+
public byte *CustomizeData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ EquipSlotData
+
+
+ Declaration
+
+
public byte *EquipSlotData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FaceId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ HairId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RaceSexId
+
+
+ Declaration
+
+
public ushort RaceSexId
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SlotNeedsUpdateBitfield
+
+
+ Declaration
+
+
public uint SlotNeedsUpdateBitfield
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TailEarId
+
+
+ Declaration
+
+
public ushort TailEarId
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html
new file mode 100644
index 000000000..e75829a1a
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Object
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ChildObject
+
+
+ Declaration
+
+
public Object*ChildObject
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Object *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html
new file mode 100644
index 000000000..75e010d9c
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.Graphics.Scene
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.Graphics.Scene
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html
new file mode 100644
index 000000000..17096d294
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct Transform
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Transform
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct Transform
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public Vector3 Position
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Vector3
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public Quarternion Rotation
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Vector3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html
new file mode 100644
index 000000000..1ceb733d5
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct Vector3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Vector3
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct Vector3
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ X
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Y
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Z
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.html b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.html
new file mode 100644
index 000000000..38fae0b46
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.Graphics.html
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.Graphics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.Graphics
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html
new file mode 100644
index 000000000..1894c160a
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct SystemConfig
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct SystemConfig
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct SystemConfig
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CommonSystemConfig
+
+
+ Declaration
+
+
public SystemConfig CommonSystemConfig
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.html
new file mode 100644
index 000000000..07f52d8f6
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Configuration.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.System.Configuration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.System.Configuration
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html
new file mode 100644
index 000000000..3b484a8b3
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct Framework
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Framework
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct Framework
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SystemConfig
+
+
+ Declaration
+
+
public SystemConfig SystemConfig
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UIModule
+
+
+ Declaration
+
+
public void *UIModule
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.html
new file mode 100644
index 000000000..7c03d8f9c
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Framework.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.System.Framework
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.System.Framework
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html
new file mode 100644
index 000000000..30b4ff476
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct ResourceHandle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ResourceHandle
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ResourceHandle
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FileName
+
+
+ Declaration
+
+
public char *FileName
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FileType
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.html
new file mode 100644
index 000000000..9d6b3ad0e
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct TextureResourceHandle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct TextureResourceHandle
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct TextureResourceHandle
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ResourceHandle
+
+
+ Declaration
+
+
public ResourceHandle ResourceHandle
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.html
new file mode 100644
index 000000000..6f8cb5572
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.System.Resource.Handle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.System.Resource.Handle
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html
new file mode 100644
index 000000000..5f19828e3
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct Utf8String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Utf8String
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct Utf8String
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BufSize
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BufUsed
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ InlineBuffer
+
+
+ Declaration
+
+
public byte *InlineBuffer
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StringLength
+
+
+ Declaration
+
+
public long StringLength
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StringPtr
+
+
+ Declaration
+
+
public byte *StringPtr
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.html b/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.html
new file mode 100644
index 000000000..2e4a4b64c
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.System.String.html
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.System.String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.System.String
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html
new file mode 100644
index 000000000..9a4dc3fa5
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html
@@ -0,0 +1,353 @@
+
+
+
+
+
+
+
+
Struct AddonChatLogPanel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonChatLogPanel
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
[Addon(new string[]{"ChatLogPanel_0", "ChatLogPanel_1", "ChatLogPanel_2", "ChatLogPanel_3"})]
+public struct AddonChatLogPanel
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FirstLineVisible
+
+
+ Declaration
+
+
public uint FirstLineVisible
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public byte IsScrolledBottom
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ LastLineVisible
+
+
+ Declaration
+
+
public uint LastLineVisible
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MessagesAboveCurrent
+
+
+ Declaration
+
+
public uint MessagesAboveCurrent
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TotalLineCount
+
+
+ Declaration
+
+
public uint TotalLineCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unknown2C0
+
+
+ Declaration
+
+
public uint Unknown2C0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html
new file mode 100644
index 000000000..071bbc863
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html
@@ -0,0 +1,526 @@
+
+
+
+
+
+
+
+
Struct AddonContextIconMenu
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct AddonContextIconMenu
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentList*AtkComponentList240
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*AtkComponentRadioButton250
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*AtkComponentRadioButton258
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*AtkComponentRadioButton260
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*AtkComponentRadioButton268
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*AtkComponentRadioButton270
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*AtkComponentRadioButton278
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*AtkComponentRadioButton280
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*AtkComponentRadioButton288
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*AtkComponentRadioButton290
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*AtkComponentRadioButton298
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html
new file mode 100644
index 000000000..8ca2eb2f4
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html
@@ -0,0 +1,1019 @@
+
+
+
+
+
+
+
+
Struct AddonGathering
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonGathering
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonGathering
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GatheredItemComponentCheckBox1
+
+
+ Declaration
+
+
public AtkComponentCheckBox*GatheredItemComponentCheckBox1
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GatheredItemComponentCheckBox2
+
+
+ Declaration
+
+
public AtkComponentCheckBox*GatheredItemComponentCheckBox2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GatheredItemComponentCheckBox3
+
+
+ Declaration
+
+
public AtkComponentCheckBox*GatheredItemComponentCheckBox3
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GatheredItemComponentCheckBox4
+
+
+ Declaration
+
+
public AtkComponentCheckBox*GatheredItemComponentCheckBox4
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GatheredItemComponentCheckBox5
+
+
+ Declaration
+
+
public AtkComponentCheckBox*GatheredItemComponentCheckBox5
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GatheredItemComponentCheckBox6
+
+
+ Declaration
+
+
public AtkComponentCheckBox*GatheredItemComponentCheckBox6
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GatheredItemComponentCheckBox7
+
+
+ Declaration
+
+
public AtkComponentCheckBox*GatheredItemComponentCheckBox7
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GatheredItemComponentCheckBox8
+
+
+ Declaration
+
+
public AtkComponentCheckBox*GatheredItemComponentCheckBox8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ InventoryQuantityTextNode
+
+
+ Declaration
+
+
public AtkTextNode*InventoryQuantityTextNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ QuickGatheringComponentCheckBox
+
+
+ Declaration
+
+
public AtkComponentCheckBox*QuickGatheringComponentCheckBox
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk288
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk290
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk298
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk2A0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk2A8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk2B0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk2B8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk2C0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk2C8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk2D0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk2D8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk2E0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk2E8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk2F0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk2F8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk2FC
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkResNode
+
+
+ Declaration
+
+
public AtkResNode*UnkResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkResNode220
+
+
+ Declaration
+
+
public AtkResNode*UnkResNode220
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkResNode270
+
+
+ Declaration
+
+
public AtkResNode*UnkResNode270
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html
new file mode 100644
index 000000000..7841bdbe4
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AddonGatheringMasterpiece
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonGatheringMasterpiece
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonGatheringMasterpiece
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CollectDragDrop
+
+
+ Declaration
+
+
public AtkComponentDragDrop*CollectDragDrop
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html
new file mode 100644
index 000000000..bc44cf3a8
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct AddonGrandCompanySupplyReward
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonGrandCompanySupplyReward
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonGrandCompanySupplyReward
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*CancelButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*DeliverButton
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html
new file mode 100644
index 000000000..56e82f670
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html
@@ -0,0 +1,1048 @@
+
+
+
+
+
+
+
+
Struct AddonGuildLeve
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonGuildLeve
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonGuildLeve
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*AlchemistButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AlchemistString
+
+
+ Declaration
+
+
public Utf8String AlchemistString
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*ArmorerButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ArmorerString
+
+
+ Declaration
+
+
public Utf8String ArmorerString
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase290
+
+
+ Declaration
+
+
public AtkComponentBase*AtkComponentBase290
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase298
+
+
+ Declaration
+
+
public AtkComponentBase*AtkComponentBase298
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentTreeList228
+
+
+ Declaration
+
+
public AtkComponentTreeList*AtkComponentTreeList228
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode288
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode288
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode298
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode298
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*BlacksmithButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BlacksmithString
+
+
+ Declaration
+
+
public Utf8String BlacksmithString
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*BotanistButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BotanistString
+
+
+ Declaration
+
+
public Utf8String BotanistString
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*CarpenterButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CarpenterString
+
+
+ Declaration
+
+
public Utf8String CarpenterString
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*CulinarianButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CulinarianString
+
+
+ Declaration
+
+
public Utf8String CulinarianString
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*FieldcraftButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*FisherButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FisherString
+
+
+ Declaration
+
+
public Utf8String FisherString
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*GoldsmithButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GoldsmithString
+
+
+ Declaration
+
+
public Utf8String GoldsmithString
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*JournalButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*LeatherworkerButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ LeatherworkerString
+
+
+ Declaration
+
+
public Utf8String LeatherworkerString
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*MinerButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MinerString
+
+
+ Declaration
+
+
public Utf8String MinerString
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*TradecraftButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentRadioButton*WeaverButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ WeaverString
+
+
+ Declaration
+
+
public Utf8String WeaverString
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html
new file mode 100644
index 000000000..26f586ccc
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct AddonHudLayoutScreen
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonHudLayoutScreen
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonHudLayoutScreen
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ HudLayoutWindow
+
+
+ Declaration
+
+
public AddonHudLayoutWindow*HudLayoutWindow
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SelectedAddon
+
+
+ Declaration
+
+
public MoveableAddonInfoStruct*SelectedAddon
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SelectedOverlayNode
+
+
+ Declaration
+
+
public AtkComponentNode*SelectedOverlayNode
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html
new file mode 100644
index 000000000..77035b4df
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AddonHudLayoutWindow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonHudLayoutWindow
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonHudLayoutWindow
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*SaveButton
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.html
new file mode 100644
index 000000000..8df056098
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AddonItemInspectionList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonItemInspectionList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonItemInspectionList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.html
new file mode 100644
index 000000000..d6a8cab30
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AddonItemInspectionResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonItemInspectionResult
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonItemInspectionResult
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html
new file mode 100644
index 000000000..4dd705dec
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html
@@ -0,0 +1,787 @@
+
+
+
+
+
+
+
+
Struct AddonJournalDetail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonJournalDetail
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonJournalDetail
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*AcceptButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*AtkComponentButton290
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*AtkComponentButton2C8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentGuildLeveCard238
+
+
+ Declaration
+
+
public AtkComponentGuildLeveCard*AtkComponentGuildLeveCard238
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentJournalCanvas2D0
+
+
+ Declaration
+
+
public AtkComponentJournalCanvas*AtkComponentJournalCanvas2D0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentScrollBar*AtkComponentScrollBar230
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkImageNode250
+
+
+ Declaration
+
+
public AtkImageNode*AtkImageNode250
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkImageNode258
+
+
+ Declaration
+
+
public AtkImageNode*AtkImageNode258
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkImageNode260
+
+
+ Declaration
+
+
public AtkImageNode*AtkImageNode260
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkImageNode2A0
+
+
+ Declaration
+
+
public AtkImageNode*AtkImageNode2A0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode268
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode268
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode278
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode278
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode298
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode298
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode240
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode240
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode248
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode248
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode270
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode270
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode2A8
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode2A8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode2B0
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode2B0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode2B8
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode2B8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode2C0
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode2C0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*DeclineButton
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html
new file mode 100644
index 000000000..d29c22d48
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html
@@ -0,0 +1,468 @@
+
+
+
+
+
+
+
+
Struct AddonJournalResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonJournalResult
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonJournalResult
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentGuildLeveCard238
+
+
+ Declaration
+
+
public AtkComponentGuildLeveCard*AtkComponentGuildLeveCard238
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentJournalCanvas268
+
+
+ Declaration
+
+
public AtkComponentJournalCanvas*AtkComponentJournalCanvas268
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkImageNode220
+
+
+ Declaration
+
+
public AtkImageNode*AtkImageNode220
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkImageNode228
+
+
+ Declaration
+
+
public AtkImageNode*AtkImageNode228
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkImageNode230
+
+
+ Declaration
+
+
public AtkImageNode*AtkImageNode230
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkImageNode260
+
+
+ Declaration
+
+
public AtkImageNode*AtkImageNode260
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode250
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode250
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode258
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode258
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*CompleteButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*DeclineButton
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html
new file mode 100644
index 000000000..369c79315
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+
+
Struct AddonLotteryDaily.GameBoardNumbers
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonLotteryDaily.GameBoardNumbers
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct GameBoardNumbers
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row1
+
+
+ Declaration
+
+
public AddonLotteryDaily.GameNumberRow Row1
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row2
+
+
+ Declaration
+
+
public AddonLotteryDaily.GameNumberRow Row2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row3
+
+
+ Declaration
+
+
public AddonLotteryDaily.GameNumberRow Row3
+
+ Field Value
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Item[Int32]
+
+
+ Declaration
+
+
public int this[int index] { get; }
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Int32
+ index
+
+
+
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html
new file mode 100644
index 000000000..383077a97
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+
+
Struct AddonLotteryDaily.GameNumberRow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct GameNumberRow
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+
+ Declaration
+
+
public int this[int index] { get; }
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Int32
+ index
+
+
+
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html
new file mode 100644
index 000000000..66a3fb309
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+
+
Struct AddonLotteryDaily.GameTileBoard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonLotteryDaily.GameTileBoard
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct GameTileBoard
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row1
+
+
+ Declaration
+
+
public AddonLotteryDaily.GameTileRow Row1
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row2
+
+
+ Declaration
+
+
public AddonLotteryDaily.GameTileRow Row2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row3
+
+
+ Declaration
+
+
public AddonLotteryDaily.GameTileRow Row3
+
+ Field Value
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Item[Int32]
+
+
+ Declaration
+
+
public AtkComponentCheckBox*this[int index] { get; }
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Int32
+ index
+
+
+
+
+ Property Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html
new file mode 100644
index 000000000..1848e4cd2
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html
@@ -0,0 +1,285 @@
+
+
+
+
+
+
+
+
Struct AddonLotteryDaily.GameTileRow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonLotteryDaily.GameTileRow
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct GameTileRow
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Col1
+
+
+ Declaration
+
+
public AtkComponentCheckBox*Col1
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Col2
+
+
+ Declaration
+
+
public AtkComponentCheckBox*Col2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Col3
+
+
+ Declaration
+
+
public AtkComponentCheckBox*Col3
+
+ Field Value
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Item[Int32]
+
+
+ Declaration
+
+
public AtkComponentCheckBox*this[int index] { get; }
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Int32
+ index
+
+
+
+
+ Property Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html
new file mode 100644
index 000000000..a049fa947
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html
@@ -0,0 +1,430 @@
+
+
+
+
+
+
+
+
Struct AddonLotteryDaily.LaneTileSelector
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonLotteryDaily.LaneTileSelector
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct LaneTileSelector
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Col1
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Col1
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Col2
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Col2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Col3
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Col3
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MajorDiagonal
+
+
+ Declaration
+
+
public AtkComponentRadioButton*MajorDiagonal
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MinorDiagonal
+
+
+ Declaration
+
+
public AtkComponentRadioButton*MinorDiagonal
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row1
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Row1
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row2
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Row2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row3
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Row3
+
+ Field Value
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Item[Int32]
+
+
+ Declaration
+
+
public AtkComponentRadioButton*this[int index] { get; }
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Int32
+ index
+
+
+
+
+ Property Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html
new file mode 100644
index 000000000..7ec8762ed
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html
@@ -0,0 +1,1483 @@
+
+
+
+
+
+
+
+
Struct AddonLotteryDaily
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonLotteryDaily
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonLotteryDaily
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GameBoard
+
+
+ Declaration
+
+
public AddonLotteryDaily.GameTileBoard GameBoard
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AddonLotteryDaily.GameBoardNumbers GameNumbers
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ LaneSelector
+
+
+ Declaration
+
+
public AddonLotteryDaily.LaneTileSelector LaneSelector
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase2A8
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase2A8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase2B0
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase2B0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase2B8
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase2B8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase2C0
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase2C0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase2C8
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase2C8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase2D0
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase2D0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase2D8
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase2D8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase2E0
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase2E0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase2E8
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase2E8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase308
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase308
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase310
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase310
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase318
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase318
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase330
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase330
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase338
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase338
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase340
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase340
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase348
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase348
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase350
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase350
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase358
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase358
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase360
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase360
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase368
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase368
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase370
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase370
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase378
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase378
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase380
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase380
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase388
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase388
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase390
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase390
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase398
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase398
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase3A0
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase3A0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase3A8
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase3A8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase3B0
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase3B0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase3B8
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase3B8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkCompBase3C0
+
+
+ Declaration
+
+
public AtkComponentBase*UnkCompBase3C0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*UnkCompButton320
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkImageNode3C8
+
+
+ Declaration
+
+
public AtkImageNode*UnkImageNode3C8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkNumber3D0
+
+
+ Declaration
+
+
public int UnkNumber3D0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkNumber3D4
+
+
+ Declaration
+
+
public int UnkNumber3D4
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkNumber3FC
+
+
+ Declaration
+
+
public int UnkNumber3FC
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkNumber400
+
+
+ Declaration
+
+
public int UnkNumber400
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkNumber404
+
+
+ Declaration
+
+
public int UnkNumber404
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkResNode2F0
+
+
+ Declaration
+
+
public AtkResNode*UnkResNode2F0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkResNode2F8
+
+
+ Declaration
+
+
public AtkResNode*UnkResNode2F8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkResNode300
+
+
+ Declaration
+
+
public AtkResNode*UnkResNode300
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkTextNode328
+
+
+ Declaration
+
+
public AtkTextNode*UnkTextNode328
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html
new file mode 100644
index 000000000..ec98a1089
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct AddonMaterializeDialog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonMaterializeDialog
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonMaterializeDialog
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ItemIcon
+
+
+ Declaration
+
+
public AtkComponentIcon*ItemIcon
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ItemName
+
+
+ Declaration
+
+
public AtkTextNode*ItemName
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*NoButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Text
+
+
+ Declaration
+
+
public AtkTextNode*Text
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*YesButton
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html
new file mode 100644
index 000000000..6f659f8af
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct AddonNamePlate.BakeData
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonNamePlate.BakeData
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct BakeData
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Alpha
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Height
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ IsBaked
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ U
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ V
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Width
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer.html
new file mode 100644
index 000000000..0cb86b8cb
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer.html
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
Struct AddonNamePlate.BakePlateRenderer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonNamePlate.BakePlateRenderer
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct BakePlateRenderer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html
new file mode 100644
index 000000000..91c3314e7
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html
@@ -0,0 +1,850 @@
+
+
+
+
+
+
+
+
Struct AddonNamePlate.NamePlateObject
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonNamePlate.NamePlateObject
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct NamePlateObject
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BakeData
+
+
+ Declaration
+
+
public AddonNamePlate.BakeData BakeData
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ClickThrough
+
+
+ Declaration
+
+
public byte ClickThrough
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CollisionNode1
+
+
+ Declaration
+
+
public AtkCollisionNode*CollisionNode1
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CollisionNode2
+
+
+ Declaration
+
+
public AtkCollisionNode*CollisionNode2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ComponentNode
+
+
+ Declaration
+
+
public AtkComponentNode*ComponentNode
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ HasHPBar
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ IconImageNode
+
+
+ Declaration
+
+
public AtkImageNode*IconImageNode
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ IconXAdjust
+
+
+ Declaration
+
+
public short IconXAdjust
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ IconYAdjust
+
+
+ Declaration
+
+
public short IconYAdjust
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ImageNode2
+
+
+ Declaration
+
+
public AtkImageNode*ImageNode2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ImageNode3
+
+
+ Declaration
+
+
public AtkImageNode*ImageNode3
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ImageNode4
+
+
+ Declaration
+
+
public AtkImageNode*ImageNode4
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ImageNode5
+
+
+ Declaration
+
+
public AtkImageNode*ImageNode5
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ IsPvpEnemy
+
+
+ Declaration
+
+
public byte IsPvpEnemy
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Layer
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NameplateKind
+
+
+ Declaration
+
+
public byte NameplateKind
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NeedsToBeBaked
+
+
+ Declaration
+
+
public byte NeedsToBeBaked
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ResNode
+
+
+ Declaration
+
+
public AtkResNode*ResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextH
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextNode10
+
+
+ Declaration
+
+
public AtkTextNode*TextNode10
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextW
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ IsLocalPlayer
+
+
+ Declaration
+
+
public bool IsLocalPlayer { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ IsPlayerCharacter
+
+
+ Declaration
+
+
public bool IsPlayerCharacter { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ IsVisible
+
+
+ Declaration
+
+
public bool IsVisible { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html
new file mode 100644
index 000000000..889b5c55a
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+
+
Struct AddonNamePlate
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonNamePlate
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonNamePlate
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BakePlate
+
+
+ Declaration
+
+
public AddonNamePlate.BakePlateRenderer BakePlate
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NamePlateObjectArray
+
+
+ Declaration
+
+
public AddonNamePlate.NamePlateObject*NamePlateObjectArray
+
+ Field Value
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ NumNamePlateObjects
+
+
+ Declaration
+
+
public static int NumNamePlateObjects { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html
new file mode 100644
index 000000000..09cbac153
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html
@@ -0,0 +1,5572 @@
+
+
+
+
+
+
+
+
Struct AddonRecipeNote
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonRecipeNote
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonRecipeNote
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*QuickSynthesisButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*SynthesizeButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ this410
+
+
+ Declaration
+
+
public AddonRecipeNote*this410
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ this430
+
+
+ Declaration
+
+
public AddonRecipeNote*this430
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ this800
+
+
+ Declaration
+
+
public AddonRecipeNote*this800
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ this818
+
+
+ Declaration
+
+
public AddonRecipeNote*this818
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*TrialSynthesisButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2138
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2140
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2148
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2150
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2158
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2160
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2168
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2170
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2178
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk220
+
+
+ Declaration
+
+
public AtkTextNode*Unk220
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk228
+
+
+ Declaration
+
+
public AtkTextNode*Unk228
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk230
+
+
+ Declaration
+
+
public AtkTextNode*Unk230
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk238
+
+
+ Declaration
+
+
public AtkImageNode*Unk238
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk248
+
+
+ Declaration
+
+
public AtkResNode*Unk248
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk250
+
+
+ Declaration
+
+
public AtkResNode*Unk250
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk258
+
+
+ Declaration
+
+
public AtkResNode*Unk258
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk260
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Unk260
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk268
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Unk268
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk270
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Unk270
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk278
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Unk278
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk280
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Unk280
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk288
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Unk288
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk290
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Unk290
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk298
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Unk298
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2A0
+
+
+ Declaration
+
+
public AtkComponentRadioButton*Unk2A0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2D0
+
+
+ Declaration
+
+
public AtkImageNode*Unk2D0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2D8
+
+
+ Declaration
+
+
public AtkImageNode*Unk2D8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2E0
+
+
+ Declaration
+
+
public AtkImageNode*Unk2E0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2E8
+
+
+ Declaration
+
+
public AtkImageNode*Unk2E8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2F0
+
+
+ Declaration
+
+
public AtkImageNode*Unk2F0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk2F8
+
+
+ Declaration
+
+
public AtkImageNode*Unk2F8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk300
+
+
+ Declaration
+
+
public AtkImageNode*Unk300
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk308
+
+
+ Declaration
+
+
public AtkImageNode*Unk308
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk310
+
+
+ Declaration
+
+
public AtkImageNode*Unk310
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk330
+
+
+ Declaration
+
+
public AtkComponentButton*Unk330
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk338
+
+
+ Declaration
+
+
public AtkComponentButton*Unk338
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk340
+
+
+ Declaration
+
+
public AtkComponentButton*Unk340
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk348
+
+
+ Declaration
+
+
public AtkComponentButton*Unk348
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk350
+
+
+ Declaration
+
+
public AtkComponentButton*Unk350
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk358
+
+
+ Declaration
+
+
public AtkResNode*Unk358
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk360
+
+
+ Declaration
+
+
public AtkTextNode*Unk360
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk368
+
+
+ Declaration
+
+
public AtkComponentBase*Unk368
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk370
+
+
+ Declaration
+
+
public AtkComponentBase*Unk370
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk378
+
+
+ Declaration
+
+
public AtkComponentBase*Unk378
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk380
+
+
+ Declaration
+
+
public AtkComponentBase*Unk380
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk388
+
+
+ Declaration
+
+
public AtkComponentBase*Unk388
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk390
+
+
+ Declaration
+
+
public AtkTextNode*Unk390
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk398
+
+
+ Declaration
+
+
public AtkTextNode*Unk398
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk3A0
+
+
+ Declaration
+
+
public AtkTextNode*Unk3A0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk3A8
+
+
+ Declaration
+
+
public AtkTextNode*Unk3A8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk3B0
+
+
+ Declaration
+
+
public AtkTextNode*Unk3B0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk3B8
+
+
+ Declaration
+
+
public AtkTextNode*Unk3B8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk3C0
+
+
+ Declaration
+
+
public AtkResNode*Unk3C0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk3C8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk3D0
+
+
+ Declaration
+
+
public AtkComponentButton*Unk3D0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk3D8
+
+
+ Declaration
+
+
public AtkResNode*Unk3D8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk3E0
+
+
+ Declaration
+
+
public AtkComponentButton*Unk3E0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk3E8
+
+
+ Declaration
+
+
public AtkResNode*Unk3E8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk3F0
+
+
+ Declaration
+
+
public AtkResNode*Unk3F0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk3F8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk400
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk408
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk418
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk420
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk428
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk438
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk440
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk448
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk450
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk458
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk460
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk468
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk470
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk478
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk480
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk488
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk490
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk498
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk4A0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk4A8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk4B0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk4B8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk4C0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk4C8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk4D0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk4D8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk4E0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk4E8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk4F0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk4F8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk500
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk508
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk510
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk518
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk520
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk528
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk530
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk538
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk540
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk548
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk550
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk558
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk560
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk578
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk580
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk588
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk590
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk598
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk5A0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk5A8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk5B0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk5B8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk5C0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk5C8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk5D0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk5E8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk5F0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk5F8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk600
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk608
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk610
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk618
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk620
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk628
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk630
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk638
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk640
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk658
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk660
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk668
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk670
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk678
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk680
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk688
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk690
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk698
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk6A0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk6A8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk6B0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk6C8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk6D0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk6D8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk6E0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk6E8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk6F0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk6F8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk700
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk708
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk710
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk718
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk720
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk738
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk740
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk748
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk750
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk758
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk760
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk768
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk770
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk778
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk780
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk788
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk790
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk7A8
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk808
+
+
+ Declaration
+
+
public AtkStage*Unk808
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkStage *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk810
+
+
+ Declaration
+
+
public AtkComponentTextInput*Unk810
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkB50
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkB60
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkB70
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkB80
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkB90
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkBA0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkBB0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkBC0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkBD0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkBE0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkBF0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkC00
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkC10
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Char *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html
new file mode 100644
index 000000000..d20de313f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html
@@ -0,0 +1,845 @@
+
+
+
+
+
+
+
+
Struct AddonRequest
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonRequest
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonRequest
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkCollisionNode220
+
+
+ Declaration
+
+
public AtkCollisionNode*AtkCollisionNode220
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentDragDrop250
+
+
+ Declaration
+
+
public AtkComponentDragDrop*AtkComponentDragDrop250
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentDragDrop258
+
+
+ Declaration
+
+
public AtkComponentDragDrop*AtkComponentDragDrop258
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentDragDrop260
+
+
+ Declaration
+
+
public AtkComponentDragDrop*AtkComponentDragDrop260
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentDragDrop268
+
+
+ Declaration
+
+
public AtkComponentDragDrop*AtkComponentDragDrop268
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentDragDrop270
+
+
+ Declaration
+
+
public AtkComponentDragDrop*AtkComponentDragDrop270
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentDragDrop2B0
+
+
+ Declaration
+
+
public AtkComponentDragDrop*AtkComponentDragDrop2B0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentDragDrop2B8
+
+
+ Declaration
+
+
public AtkComponentDragDrop*AtkComponentDragDrop2B8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentDragDrop2C0
+
+
+ Declaration
+
+
public AtkComponentDragDrop*AtkComponentDragDrop2C0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentDragDrop2C8
+
+
+ Declaration
+
+
public AtkComponentDragDrop*AtkComponentDragDrop2C8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentDragDrop2D0
+
+
+ Declaration
+
+
public AtkComponentDragDrop*AtkComponentDragDrop2D0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentIcon228
+
+
+ Declaration
+
+
public AtkComponentIcon*AtkComponentIcon228
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentIcon230
+
+
+ Declaration
+
+
public AtkComponentIcon*AtkComponentIcon230
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentIcon238
+
+
+ Declaration
+
+
public AtkComponentIcon*AtkComponentIcon238
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentIcon240
+
+
+ Declaration
+
+
public AtkComponentIcon*AtkComponentIcon240
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentIcon248
+
+
+ Declaration
+
+
public AtkComponentIcon*AtkComponentIcon248
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentIcon288
+
+
+ Declaration
+
+
public AtkComponentIcon*AtkComponentIcon288
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentIcon290
+
+
+ Declaration
+
+
public AtkComponentIcon*AtkComponentIcon290
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentIcon298
+
+
+ Declaration
+
+
public AtkComponentIcon*AtkComponentIcon298
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentIcon2A0
+
+
+ Declaration
+
+
public AtkComponentIcon*AtkComponentIcon2A0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentIcon2A8
+
+
+ Declaration
+
+
public AtkComponentIcon*AtkComponentIcon2A8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*CancelButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*HandOverButton
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html
new file mode 100644
index 000000000..9f3faf5d8
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct AddonRetainerTaskAsk
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonRetainerTaskAsk
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonRetainerTaskAsk
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*AssignButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*ReturnButton
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html
new file mode 100644
index 000000000..f111e6ab2
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct AddonRetainerTaskResult
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonRetainerTaskResult
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonRetainerTaskResult
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*ConfirmButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*ReassignButton
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html
new file mode 100644
index 000000000..7605729d9
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
Struct AddonSalvageDialog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonSalvageDialog
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonSalvageDialog
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BulkDesynthEnabled
+
+
+ Declaration
+
+
public bool BulkDesynthEnabled
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CheckBox
+
+
+ Declaration
+
+
public AtkComponentCheckBox*CheckBox
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CheckBox2
+
+
+ Declaration
+
+
public AtkComponentCheckBox*CheckBox2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*DesynthesizeButton
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.html
new file mode 100644
index 000000000..f0290593d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct AddonSelectIconString.EventThing
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonSelectIconString.EventThing
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct EventThing
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Addon
+
+
+ Declaration
+
+
public AddonSelectIconString*Addon
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentList
+
+
+ Declaration
+
+
public AtkComponentList*AtkComponentList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkStage
+
+
+ Declaration
+
+
public AtkStage*AtkStage
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkStage *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html
new file mode 100644
index 000000000..3407d1d59
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AddonSelectIconString
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonSelectIconString
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonSelectIconString
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SelectIconStringThing
+
+
+ Declaration
+
+
public AddonSelectIconString.EventThing SelectIconStringThing
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html
new file mode 100644
index 000000000..8efb4c1c0
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html
@@ -0,0 +1,352 @@
+
+
+
+
+
+
+
+
Struct AddonSelectString.PopupMenuDerive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct PopupMenuDerive
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkStage*AtkStage
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkStage *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public int EntryCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public byte **EntryNames
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte **
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentList*List
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkUnitBase*Owner
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkUnitBase *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentWindow*Window
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html
new file mode 100644
index 000000000..eb93a6f7f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AddonSelectString
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonSelectString
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonSelectString
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AddonSelectString.PopupMenuDerive PopupMenu
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html
new file mode 100644
index 000000000..262491b63
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html
@@ -0,0 +1,642 @@
+
+
+
+
+
+
+
+
Struct AddonSelectYesno
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonSelectYesno
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonSelectYesno
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase2A0
+
+
+ Declaration
+
+
public AtkComponentBase*AtkComponentBase2A0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*AtkComponentButton238
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*AtkComponentButton260
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*AtkComponentButton268
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*AtkComponentButton270
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentHoldButton*AtkComponentHoldButton278
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentHoldButton*AtkComponentHoldButton280
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentHoldButton*AtkComponentHoldButton288
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode240
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode240
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode248
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode248
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode258
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode258
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode220
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode220
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode298
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode298
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ConfirmCheckBox
+
+
+ Declaration
+
+
public AtkComponentCheckBox*ConfirmCheckBox
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*NoButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*YesButton
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html
new file mode 100644
index 000000000..df7afba95
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct AddonSynthesize.CraftEffect
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonSynthesize.CraftEffect
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct CraftEffect
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Container
+
+
+ Declaration
+
+
public AtkComponentBase*Container
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Image
+
+
+ Declaration
+
+
public AtkImageNode*Image
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Name
+
+
+ Declaration
+
+
public AtkTextNode*Name
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StepsRemaining
+
+
+ Declaration
+
+
public AtkTextNode*StepsRemaining
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html
new file mode 100644
index 000000000..6a7c69f44
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html
@@ -0,0 +1,1802 @@
+
+
+
+
+
+
+
+
Struct AddonSynthesize
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonSynthesize
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonSynthesize
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkCollisionNode240
+
+
+ Declaration
+
+
public AtkCollisionNode*AtkCollisionNode240
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase258
+
+
+ Declaration
+
+
public AtkComponentBase*AtkComponentBase258
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase2D8
+
+
+ Declaration
+
+
public AtkComponentBase*AtkComponentBase2D8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase2E0
+
+
+ Declaration
+
+
public AtkComponentBase*AtkComponentBase2E0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase2E8
+
+
+ Declaration
+
+
public AtkComponentBase*AtkComponentBase2E8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase2F0
+
+
+ Declaration
+
+
public AtkComponentBase*AtkComponentBase2F0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase2F8
+
+
+ Declaration
+
+
public AtkComponentBase*AtkComponentBase2F8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase300
+
+
+ Declaration
+
+
public AtkComponentBase*AtkComponentBase300
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase308
+
+
+ Declaration
+
+
public AtkComponentBase*AtkComponentBase308
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase310
+
+
+ Declaration
+
+
public AtkComponentBase*AtkComponentBase310
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentCheckBox318
+
+
+ Declaration
+
+
public AtkComponentCheckBox*AtkComponentCheckBox318
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentIcon238
+
+
+ Declaration
+
+
public AtkComponentIcon*AtkComponentIcon238
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentTextNineGrid478
+
+
+ Declaration
+
+
public AtkComponentTextNineGrid*AtkComponentTextNineGrid478
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode250
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode250
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode280
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode280
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode2C0
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode2C0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode320
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode320
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode328
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode328
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode330
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode330
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode480
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode480
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode338
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode338
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*CalculationsButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Condition
+
+
+ Declaration
+
+
public AtkTextNode*Condition
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ConditionResNode
+
+
+ Declaration
+
+
public AtkResNode*ConditionResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftedItemName
+
+
+ Declaration
+
+
public AtkTextNode*CraftedItemName
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect1
+
+
+ Declaration
+
+
public AddonSynthesize.CraftEffect CraftEffect1
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect1HoverText
+
+
+ Declaration
+
+
public Utf8String CraftEffect1HoverText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect2
+
+
+ Declaration
+
+
public AddonSynthesize.CraftEffect CraftEffect2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect2HoverText
+
+
+ Declaration
+
+
public Utf8String CraftEffect2HoverText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect3
+
+
+ Declaration
+
+
public AddonSynthesize.CraftEffect CraftEffect3
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect3HoverText
+
+
+ Declaration
+
+
public Utf8String CraftEffect3HoverText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect4
+
+
+ Declaration
+
+
public AddonSynthesize.CraftEffect CraftEffect4
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect4HoverText
+
+
+ Declaration
+
+
public Utf8String CraftEffect4HoverText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect5
+
+
+ Declaration
+
+
public AddonSynthesize.CraftEffect CraftEffect5
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect5HoverText
+
+
+ Declaration
+
+
public Utf8String CraftEffect5HoverText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect6
+
+
+ Declaration
+
+
public AddonSynthesize.CraftEffect CraftEffect6
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect6HoverText
+
+
+ Declaration
+
+
public Utf8String CraftEffect6HoverText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect7
+
+
+ Declaration
+
+
public AddonSynthesize.CraftEffect CraftEffect7
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect7HoverText
+
+
+ Declaration
+
+
public Utf8String CraftEffect7HoverText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect8
+
+
+ Declaration
+
+
public AddonSynthesize.CraftEffect CraftEffect8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect8HoverText
+
+
+ Declaration
+
+
public Utf8String CraftEffect8HoverText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect9
+
+
+ Declaration
+
+
public AddonSynthesize.CraftEffect CraftEffect9
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CraftEffect9HoverText
+
+
+ Declaration
+
+
public Utf8String CraftEffect9HoverText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CurrentDurability
+
+
+ Declaration
+
+
public AtkTextNode*CurrentDurability
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CurrentProgress
+
+
+ Declaration
+
+
public AtkTextNode*CurrentProgress
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CurrentQuality
+
+
+ Declaration
+
+
public AtkTextNode*CurrentQuality
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ HQLiteral
+
+
+ Declaration
+
+
public AtkTextNode*HQLiteral
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ HQPercentage
+
+
+ Declaration
+
+
public AtkTextNode*HQPercentage
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxProgress
+
+
+ Declaration
+
+
public AtkTextNode*MaxProgress
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxQuality
+
+
+ Declaration
+
+
public AtkTextNode*MaxQuality
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ProgressGauge
+
+
+ Declaration
+
+
public AtkComponentGaugeBar*ProgressGauge
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ QualityGauge
+
+
+ Declaration
+
+
public AtkComponentGaugeBar*QualityGauge
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*QuitButton
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RootCollisionNode
+
+
+ Declaration
+
+
public AtkCollisionNode*RootCollisionNode
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StartingDurability
+
+
+ Declaration
+
+
public AtkTextNode*StartingDurability
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StepNumber
+
+
+ Declaration
+
+
public AtkTextNode*StepNumber
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html
new file mode 100644
index 000000000..e3c800b0e
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html
@@ -0,0 +1,555 @@
+
+
+
+
+
+
+
+
Struct AddonTalk
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonTalk
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonTalk
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode230
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode230
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkStage
+
+
+ Declaration
+
+
public AtkStage*AtkStage
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkStage *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode220
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode220
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode228
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode228
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ String250
+
+
+ Declaration
+
+
public Utf8String String250
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ String2B8
+
+
+ Declaration
+
+
public Utf8String String2B8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ String320
+
+
+ Declaration
+
+
public Utf8String String320
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ String388
+
+
+ Declaration
+
+
public Utf8String String388
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ String3F0
+
+
+ Declaration
+
+
public Utf8String String3F0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ String458
+
+
+ Declaration
+
+
public Utf8String String458
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ String4C0
+
+
+ Declaration
+
+
public Utf8String String4C0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ this5B8
+
+
+ Declaration
+
+
public AddonTalk*this5B8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AddonTalk *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk248
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html
new file mode 100644
index 000000000..0181a7e8e
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AddonWeeklyBingo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonWeeklyBingo
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonWeeklyBingo
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlotList
+
+
+ Declaration
+
+
public StickerSlotList StickerSlotList
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html
new file mode 100644
index 000000000..b3004b5b0
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html
@@ -0,0 +1,372 @@
+
+
+
+
+
+
+
+
Struct AddonWeeklyPuzzle.GameTileBoard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonWeeklyPuzzle.GameTileBoard
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct GameTileBoard
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row1
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileRow Row1
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row2
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileRow Row2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row3
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileRow Row3
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row4
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileRow Row4
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row5
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileRow Row5
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Row6
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileRow Row6
+
+ Field Value
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Item[Int32]
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileRow this[int index] { get; }
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Int32
+ index
+
+
+
+
+ Property Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html
new file mode 100644
index 000000000..dab778c3d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct AddonWeeklyPuzzle.GameTileItem
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonWeeklyPuzzle.GameTileItem
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct GameTileItem
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*Button
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RevealedIconResNode
+
+
+ Declaration
+
+
public AtkResNode*RevealedIconResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RevealedTileResNode
+
+
+ Declaration
+
+
public AtkResNode*RevealedTileResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ self
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle*self
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk28
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkRes20
+
+
+ Declaration
+
+
public AtkResNode*UnkRes20
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html
new file mode 100644
index 000000000..e7fb4b334
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html
@@ -0,0 +1,372 @@
+
+
+
+
+
+
+
+
Struct AddonWeeklyPuzzle.GameTileRow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonWeeklyPuzzle.GameTileRow
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct GameTileRow
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Col1
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileItem Col1
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Col2
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileItem Col2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Col3
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileItem Col3
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Col4
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileItem Col4
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Col5
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileItem Col5
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Col6
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileItem Col6
+
+ Field Value
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Item[Int32]
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileItem this[int index] { get; }
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Int32
+ index
+
+
+
+
+ Property Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html
new file mode 100644
index 000000000..dd70acb15
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
Struct AddonWeeklyPuzzle.RewardPanelItem
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonWeeklyPuzzle.RewardPanelItem
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct RewardPanelItem
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CompBase
+
+
+ Declaration
+
+
public AtkComponentBase*CompBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NameText
+
+
+ Declaration
+
+
public AtkTextNode*NameText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Res
+
+
+ Declaration
+
+
public AtkResNode*Res
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RewardText
+
+
+ Declaration
+
+
public AtkTextNode*RewardText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk20
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html
new file mode 100644
index 000000000..23b021b59
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html
@@ -0,0 +1,671 @@
+
+
+
+
+
+
+
+
Struct AddonWeeklyPuzzle
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AddonWeeklyPuzzle
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AddonWeeklyPuzzle
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*AtkComponentButton2C0
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode2C8
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode2C8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode2E0
+
+
+ Declaration
+
+
public AtkResNode*AtkResNode2E0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNodeA38
+
+
+ Declaration
+
+
public AtkResNode*AtkResNodeA38
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode2D0
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode2D0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode2D8
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode2D8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode2E8
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode2E8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTextNode2F0
+
+
+ Declaration
+
+
public AtkTextNode*AtkTextNode2F0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitBase
+
+
+ Declaration
+
+
public AtkUnitBase AtkUnitBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CofferStr
+
+
+ Declaration
+
+
public Utf8String CofferStr
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CommanderStr
+
+
+ Declaration
+
+
public Utf8String CommanderStr
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DualBladesStr
+
+
+ Declaration
+
+
public Utf8String DualBladesStr
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GameBoard
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.GameTileBoard GameBoard
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GiftBoxStr
+
+
+ Declaration
+
+
public Utf8String GiftBoxStr
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RewardPanelCoffer
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.RewardPanelItem RewardPanelCoffer
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RewardPanelCommander
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.RewardPanelItem RewardPanelCommander
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RewardPanelDualBlades
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.RewardPanelItem RewardPanelDualBlades
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RewardPanelGiftBox
+
+
+ Declaration
+
+
public AddonWeeklyPuzzle.RewardPanelItem RewardPanelGiftBox
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html
new file mode 100644
index 000000000..d66c2e244
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AgentHUD
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AgentHUD
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AgentHUD
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AgentInterface
+
+
+ Declaration
+
+
public AgentInterface AgentInterface
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NeedToSave
+
+
+ Declaration
+
+
public bool NeedToSave
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html
new file mode 100644
index 000000000..f149530b7
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html
@@ -0,0 +1,352 @@
+
+
+
+
+
+
+
+
Struct AgentModule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AgentModule
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AgentModule
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AgentArray
+
+
+ Declaration
+
+
public AgentInterface*AgentArray
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FrameCounter
+
+
+ Declaration
+
+
public uint FrameCounter
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FrameDelta
+
+
+ Declaration
+
+
public float FrameDelta
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Initialized
+
+
+ Declaration
+
+
public byte Initialized
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UIModule
+
+
+ Declaration
+
+
public UIModule*UIModule
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ UIModule *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkByte11
+
+
+ Declaration
+
+
public byte UnkByte11
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html
new file mode 100644
index 000000000..9d5026077
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.UI.Agent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.UI.Agent
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html
new file mode 100644
index 000000000..7e0ff4411
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html
@@ -0,0 +1,410 @@
+
+
+
+
+
+
+
+
Struct MoveableAddonInfoStruct
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct MoveableAddonInfoStruct
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct MoveableAddonInfoStruct
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ hudLayoutScreen
+
+
+ Declaration
+
+
public AddonHudLayoutScreen*hudLayoutScreen
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OverlayHeight
+
+
+ Declaration
+
+
public short OverlayHeight
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OverlayWidth
+
+
+ Declaration
+
+
public short OverlayWidth
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PositionHasChanged
+
+
+ Declaration
+
+
public byte PositionHasChanged
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SelectedAtkUnit
+
+
+ Declaration
+
+
public AtkUnitBase*SelectedAtkUnit
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkUnitBase *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Slot
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ XOffset
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ YOffset
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html
new file mode 100644
index 000000000..3cf5cf168
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html
@@ -0,0 +1,384 @@
+
+
+
+
+
+
+
+
Struct RaptureAtkModule.NamePlateInfo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct RaptureAtkModule.NamePlateInfo
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct NamePlateInfo
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ActorID
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DisplayTitle
+
+
+ Declaration
+
+
public Utf8String DisplayTitle
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FcName
+
+
+ Declaration
+
+
public Utf8String FcName
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ LevelText
+
+
+ Declaration
+
+
public Utf8String LevelText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Name
+
+
+ Declaration
+
+
public Utf8String Name
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Title
+
+
+ Declaration
+
+
public Utf8String Title
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ IsPrefixTitle
+
+
+ Declaration
+
+
public bool IsPrefixTitle { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html
new file mode 100644
index 000000000..6cf078ed5
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct RaptureAtkModule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct RaptureAtkModule
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct RaptureAtkModule
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NamePlateInfoArray
+
+
+ Declaration
+
+
public RaptureAtkModule.NamePlateInfo NamePlateInfoArray
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html
new file mode 100644
index 000000000..afb829841
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct RaptureAtkUnitManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct RaptureAtkUnitManager
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct RaptureAtkUnitManager
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitManager
+
+
+ Declaration
+
+
public AtkUnitManager AtkUnitManager
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html
new file mode 100644
index 000000000..0cdccc3b8
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html
@@ -0,0 +1,439 @@
+
+
+
+
+
+
+
+
Struct StickerSlot
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct StickerSlot
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct StickerSlot
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ addon
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton*Button
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ index
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerComponentBase
+
+
+ Declaration
+
+
public AtkComponentBase*StickerComponentBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerResNode
+
+
+ Declaration
+
+
public AtkResNode*StickerResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerShadowComponentBase
+
+
+ Declaration
+
+
public AtkComponentBase*StickerShadowComponentBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerShadowResNode
+
+
+ Declaration
+
+
public AtkResNode*StickerShadowResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentBase*StickerSidebarBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkResNode*StickerSidebarResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void **
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html
new file mode 100644
index 000000000..afcedf4dd
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html
@@ -0,0 +1,720 @@
+
+
+
+
+
+
+
+
Struct StickerSlotList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct StickerSlotList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct StickerSlotList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ addon
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot1
+
+
+ Declaration
+
+
public StickerSlot StickerSlot1
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot10
+
+
+ Declaration
+
+
public StickerSlot StickerSlot10
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot11
+
+
+ Declaration
+
+
public StickerSlot StickerSlot11
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot12
+
+
+ Declaration
+
+
public StickerSlot StickerSlot12
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot13
+
+
+ Declaration
+
+
public StickerSlot StickerSlot13
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot14
+
+
+ Declaration
+
+
public StickerSlot StickerSlot14
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot15
+
+
+ Declaration
+
+
public StickerSlot StickerSlot15
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot16
+
+
+ Declaration
+
+
public StickerSlot StickerSlot16
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot2
+
+
+ Declaration
+
+
public StickerSlot StickerSlot2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot3
+
+
+ Declaration
+
+
public StickerSlot StickerSlot3
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot4
+
+
+ Declaration
+
+
public StickerSlot StickerSlot4
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot5
+
+
+ Declaration
+
+
public StickerSlot StickerSlot5
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot6
+
+
+ Declaration
+
+
public StickerSlot StickerSlot6
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot7
+
+
+ Declaration
+
+
public StickerSlot StickerSlot7
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot8
+
+
+ Declaration
+
+
public StickerSlot StickerSlot8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StickerSlot9
+
+
+ Declaration
+
+
public StickerSlot StickerSlot9
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void **
+
+
+
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Item[Int32]
+
+
+ Declaration
+
+
public StickerSlot this[int index] { get; }
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Int32
+ index
+
+
+
+
+ Property Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html
new file mode 100644
index 000000000..29636b676
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct UIModule.Unk1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct UIModule.Unk1
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vfunc
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void **
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html
new file mode 100644
index 000000000..09b2b0fa1
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct UIModule.Unk2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct UIModule.Unk2
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vfunc
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void **
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html
new file mode 100644
index 000000000..379d2f585
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct UIModule.Unk3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct UIModule.Unk3
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vfunc
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void **
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html
new file mode 100644
index 000000000..d9e70dd7f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html
@@ -0,0 +1,381 @@
+
+
+
+
+
+
+
+
Struct UIModule
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct UIModule
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct UIModule
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RaptureAtkModule
+
+
+ Declaration
+
+
public RaptureAtkModule RaptureAtkModule
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SystemConfig
+
+
+ Declaration
+
+
public void *SystemConfig
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ unk
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkObj1
+
+
+ Declaration
+
+
public UIModule.Unk1 UnkObj1
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkObj2
+
+
+ Declaration
+
+
public UIModule.Unk2 UnkObj2
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkObj3
+
+
+ Declaration
+
+
public UIModule.Unk3 UnkObj3
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vfunc
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void **
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html
new file mode 100644
index 000000000..d7de12333
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Client.UI.html
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Client.UI
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Client.UI
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html
new file mode 100644
index 000000000..89af0d83f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct ChangeEventInterface
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ChangeEventInterface
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ChangeEventInterface
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Next
+
+
+ Declaration
+
+
public ChangeEventInterface*Next
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Owner
+
+
+ Declaration
+
+
public ConfigBase*Owner
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ConfigBase *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html
new file mode 100644
index 000000000..5b7abfa09
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
Struct ConfigBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ConfigBase
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ConfigBase
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ConfigCount
+
+
+ Declaration
+
+
public uint ConfigCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ConfigEntry
+
+
+ Declaration
+
+
public ConfigEntry*ConfigEntry
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ConfigEntry *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Listener
+
+
+ Declaration
+
+
public ChangeEventInterface*Listener
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkString
+
+
+ Declaration
+
+
public Utf8String UnkString
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html
new file mode 100644
index 000000000..819265090
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html
@@ -0,0 +1,352 @@
+
+
+
+
+
+
+
+
Struct ConfigEntry
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ConfigEntry
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ConfigEntry
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ _Padding
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Index
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Name
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Owner
+
+
+ Declaration
+
+
public ConfigBase*Owner
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ConfigBase *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Properties
+
+
+ Declaration
+
+
public ConfigProperties Properties
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Type
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Value
+
+
+ Declaration
+
+
public ConfigValue Value
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html
new file mode 100644
index 000000000..359ffb619
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct ConfigProperties.FloatProperties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ConfigProperties.FloatProperties
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct FloatProperties
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DefaultValue
+
+
+ Declaration
+
+
public float DefaultValue
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxValue
+
+
+ Declaration
+
+
public float MaxValue
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MinValue
+
+
+ Declaration
+
+
public float MinValue
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.html
new file mode 100644
index 000000000..19d421e20
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct ConfigProperties.StringProperties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ConfigProperties.StringProperties
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct StringProperties
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DefaultValue
+
+
+ Declaration
+
+
public Utf8String*DefaultValue
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html
new file mode 100644
index 000000000..5748170b0
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct ConfigProperties.UIntProperties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ConfigProperties.UIntProperties
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct UIntProperties
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DefaultValue
+
+
+ Declaration
+
+
public uint DefaultValue
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxValue
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MinValue
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html
new file mode 100644
index 000000000..483c11557
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct ConfigProperties
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ConfigProperties
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ConfigProperties
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Float
+
+
+ Declaration
+
+
public ConfigProperties.FloatProperties Float
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ String
+
+
+ Declaration
+
+
public ConfigProperties.StringProperties String
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UInt
+
+
+ Declaration
+
+
public ConfigProperties.UIntProperties UInt
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html
new file mode 100644
index 000000000..5d8ccddb8
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+
+
Enum ConfigType
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum ConfigType
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum ConfigType
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ Category
+
+
+
+ Float
+
+
+
+ String
+
+
+
+ UInt
+
+
+
+ Unused
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html
new file mode 100644
index 000000000..eae95e0e9
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct ConfigValue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ConfigValue
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ConfigValue
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Float
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ String
+
+
+ Declaration
+
+
public Utf8String*String
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UInt
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.html
new file mode 100644
index 000000000..777d2b66c
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct SystemConfig
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct SystemConfig
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct SystemConfig
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ConfigBase
+
+
+ Declaration
+
+
public ConfigBase ConfigBase
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ConfigBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.html b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.html
new file mode 100644
index 000000000..010ae7ad2
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Common.Configuration.html
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Common.Configuration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Common.Configuration
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enums
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html
new file mode 100644
index 000000000..70a1c862c
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AgentHudLayout
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AgentHudLayout
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AgentHudLayout
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AgentInterface
+
+
+ Declaration
+
+
public AgentInterface AgentInterface
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NeedToSave
+
+
+ Declaration
+
+
public bool NeedToSave
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html
new file mode 100644
index 000000000..c17609e38
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct AgentInterface
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AgentInterface
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AgentInterface
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AddonId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkEventInterface
+
+
+ Declaration
+
+
public AtkEventInterface AtkEventInterface
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UiModule
+
+
+ Declaration
+
+
public UIModule*UiModule
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ UIModule *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html
new file mode 100644
index 000000000..58df42664
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Enum AlignmentType
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum AlignmentType
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum AlignmentType
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ Bottom
+
+
+
+ BottomLeft
+
+
+
+ BottomRight
+
+
+
+ Center
+
+
+
+ Left
+
+
+
+ Right
+
+
+
+ Top
+
+
+
+ TopLeft
+
+
+
+ TopRight
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html
new file mode 100644
index 000000000..6d8537738
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct AtkCollisionNode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkCollisionNode
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkCollisionNode
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode
+
+
+ Declaration
+
+
public AtkResNode AtkResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CollisionType
+
+
+ Declaration
+
+
public ushort CollisionType
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ LinkedComponent
+
+
+ Declaration
+
+
public AtkComponentBase*LinkedComponent
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Uses
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html
new file mode 100644
index 000000000..c4f7d40c6
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html
@@ -0,0 +1,266 @@
+
+
+
+
+
+
+
+
Struct AtkComponentBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentBase
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentBase
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkEventListener
+
+
+ Declaration
+
+
public AtkEventListener AtkEventListener
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OwnerNode
+
+
+ Declaration
+
+
public AtkComponentNode*OwnerNode
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ULDData
+
+
+ Declaration
+
+
[Obsolete("Please use UldManager and the AtkUldManager class instead.", false)]
+public ULDData ULDData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ULDData
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UldManager
+
+
+ Declaration
+
+
public AtkUldManager UldManager
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html
new file mode 100644
index 000000000..76b41cdb0
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html
@@ -0,0 +1,413 @@
+
+
+
+
+
+
+
+
Struct AtkComponentButton
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentButton
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct AtkComponentButton
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentBase AtkComponentBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkResNode*ButtonBGNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ButtonTextNode
+
+
+ Declaration
+
+
public AtkTextNode*ButtonTextNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+
+ Declaration
+
+
public bool IsEnabled { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html
new file mode 100644
index 000000000..c30397882
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html
@@ -0,0 +1,210 @@
+
+
+
+
+
+
+
+
Struct AtkComponentCheckBox
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentCheckBox
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentCheckBox
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton AtkComponentButton
+
+ Field Value
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ IsChecked
+
+
+ Declaration
+
+
public bool IsChecked { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.html
new file mode 100644
index 000000000..5fdedadc1
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkComponentDragDrop
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentDragDrop
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentDragDrop
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase
+
+
+ Declaration
+
+
public AtkComponentBase AtkComponentBase
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html
new file mode 100644
index 000000000..06ba58432
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkComponentGaugeBar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentGaugeBar
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentGaugeBar
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase
+
+
+ Declaration
+
+
public AtkComponentBase AtkComponentBase
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.html
new file mode 100644
index 000000000..2de504c61
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkComponentGuildLeveCard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentGuildLeveCard
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentGuildLeveCard
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase
+
+
+ Declaration
+
+
public AtkComponentBase AtkComponentBase
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.html
new file mode 100644
index 000000000..0f194968f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkComponentHoldButton
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentHoldButton
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct AtkComponentHoldButton
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton AtkComponentButton
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html
new file mode 100644
index 000000000..b0a2d3a80
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
Struct AtkComponentIcon
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentIcon
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentIcon
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase
+
+
+ Declaration
+
+
public AtkComponentBase AtkComponentBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ComboBorder
+
+
+ Declaration
+
+
public AtkResNode*ComboBorder
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags
+
+
+ Declaration
+
+
public IconComponentFlags Flags
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Frame
+
+
+ Declaration
+
+
public AtkResNode*Frame
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FrameIcon
+
+
+ Declaration
+
+
public AtkImageNode*FrameIcon
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ IconAdditionsContainer
+
+
+ Declaration
+
+
public AtkResNode*IconAdditionsContainer
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ IconId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ IconImage
+
+
+ Declaration
+
+
public AtkImageNode*IconImage
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ QuantityText
+
+
+ Declaration
+
+
public AtkTextNode*QuantityText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTextNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Texture
+
+
+ Declaration
+
+
public AtkUldAsset*Texture
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkUldAsset *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unknown0E8
+
+
+ Declaration
+
+
public long Unknown0E8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnknownImageNode
+
+
+ Declaration
+
+
public AtkImageNode*UnknownImageNode
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html
new file mode 100644
index 000000000..f6063165a
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct AtkComponentInputBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentInputBase
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct AtkComponentInputBase
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentBase AtkComponentBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkText1
+
+
+ Declaration
+
+
public Utf8String UnkText1
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkText2
+
+
+ Declaration
+
+
public Utf8String UnkText2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.html
new file mode 100644
index 000000000..20da18850
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkComponentJournalCanvas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentJournalCanvas
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentJournalCanvas
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase
+
+
+ Declaration
+
+
public AtkComponentBase AtkComponentBase
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.html
new file mode 100644
index 000000000..9669cc51d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkComponentList.ListItem
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentList.ListItem
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ListItem
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentListItemRenderer
+
+
+ Declaration
+
+
public AtkComponentListItemRenderer*AtkComponentListItemRenderer
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html
new file mode 100644
index 000000000..05679c739
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
Struct AtkComponentList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase
+
+
+ Declaration
+
+
public AtkComponentBase AtkComponentBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentScrollBar*AtkComponentScrollBarC8
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FirstAtkComponentListItemRenderer
+
+
+ Declaration
+
+
public AtkComponentListItemRenderer*FirstAtkComponentListItemRenderer
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ItemRendererList
+
+
+ Declaration
+
+
public AtkComponentList.ListItem*ItemRendererList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ListLength
+
+
+ Declaration
+
+
public int ListLength
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html
new file mode 100644
index 000000000..a76aa483a
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkComponentListItemRenderer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentListItemRenderer
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentListItemRenderer
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentButton AtkComponentButton
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html
new file mode 100644
index 000000000..78407c5c0
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkComponentNode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentNode
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentNode
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode
+
+
+ Declaration
+
+
public AtkResNode AtkResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Component
+
+
+ Declaration
+
+
public AtkComponentBase*Component
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.html
new file mode 100644
index 000000000..6948b733e
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkComponentRadioButton
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentRadioButton
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct AtkComponentRadioButton
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentBase AtkComponentBase
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.html
new file mode 100644
index 000000000..979631818
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkComponentScrollBar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentScrollBar
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct AtkComponentScrollBar
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkComponentBase AtkComponentBase
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.html
new file mode 100644
index 000000000..532b62c6d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkComponentSlider
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentSlider
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentSlider
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase
+
+
+ Declaration
+
+
public AtkComponentBase AtkComponentBase
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html
new file mode 100644
index 000000000..1012ce911
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct AtkComponentTextInput
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentTextInput
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentTextInput
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentInputBase
+
+
+ Declaration
+
+
public AtkComponentInputBase AtkComponentInputBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkText1
+
+
+ Declaration
+
+
public Utf8String UnkText1
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkText2
+
+
+ Declaration
+
+
public Utf8String UnkText2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkText3
+
+
+ Declaration
+
+
public Utf8String UnkText3
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkText4
+
+
+ Declaration
+
+
public Utf8String UnkText4
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkText5
+
+
+ Declaration
+
+
public Utf8String UnkText5
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.html
new file mode 100644
index 000000000..81d02110c
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkComponentTextNineGrid
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentTextNineGrid
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentTextNineGrid
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase
+
+
+ Declaration
+
+
public AtkComponentBase AtkComponentBase
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.html
new file mode 100644
index 000000000..e066e7e4f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkComponentTreeList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentTreeList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentTreeList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentList
+
+
+ Declaration
+
+
public AtkComponentList AtkComponentList
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.html
new file mode 100644
index 000000000..09b7dee61
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkComponentWindow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkComponentWindow
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkComponentWindow
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkComponentBase
+
+
+ Declaration
+
+
public AtkComponentBase AtkComponentBase
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html
new file mode 100644
index 000000000..6d7abce43
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html
@@ -0,0 +1,410 @@
+
+
+
+
+
+
+
+
Struct AtkCounterNode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkCounterNode
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkCounterNode
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode
+
+
+ Declaration
+
+
public AtkResNode AtkResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CommaWidth
+
+
+ Declaration
+
+
public byte CommaWidth
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NodeText
+
+
+ Declaration
+
+
public Utf8String NodeText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NumberWidth
+
+
+ Declaration
+
+
public byte NumberWidth
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartsList
+
+
+ Declaration
+
+
public AtkUldPartsList*PartsList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SpaceWidth
+
+
+ Declaration
+
+
public byte SpaceWidth
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextAlign
+
+
+ Declaration
+
+
public ushort TextAlign
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Width
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html
new file mode 100644
index 000000000..528ebf943
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Struct AtkEventInterface
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkEventInterface
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkEventInterface
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html
new file mode 100644
index 000000000..4834c9b02
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkEventListener
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkEventListener
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkEventListener
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vfunc
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void **
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html
new file mode 100644
index 000000000..3bf994e0a
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkEventTarget
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkEventTarget
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkEventTarget
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vfunc
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void **
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html
new file mode 100644
index 000000000..31ab1b92d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
Struct AtkImageNode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkImageNode
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkImageNode
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode
+
+
+ Declaration
+
+
public AtkResNode AtkResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartsList
+
+
+ Declaration
+
+
public AtkUldPartsList*PartsList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ WrapMode
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html
new file mode 100644
index 000000000..9e00246e5
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html
@@ -0,0 +1,410 @@
+
+
+
+
+
+
+
+
Struct AtkNineGridNode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkNineGridNode
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkNineGridNode
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode
+
+
+ Declaration
+
+
public AtkResNode AtkResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BlendMode
+
+
+ Declaration
+
+
public uint BlendMode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BottomOffset
+
+
+ Declaration
+
+
public short BottomOffset
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ LeftOffset
+
+
+ Declaration
+
+
public short LeftOffset
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartID
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartsList
+
+
+ Declaration
+
+
public AtkUldPartsList*PartsList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartsTypeRenderType
+
+
+ Declaration
+
+
public byte PartsTypeRenderType
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RightOffset
+
+
+ Declaration
+
+
public short RightOffset
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TopOffset
+
+
+ Declaration
+
+
public short TopOffset
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html
new file mode 100644
index 000000000..7b0ce7bd2
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html
@@ -0,0 +1,1283 @@
+
+
+
+
+
+
+
+
Struct AtkResNode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkResNode
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkResNode
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AddBlue
+
+
+ Declaration
+
+
public ushort AddBlue
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AddBlue_2
+
+
+ Declaration
+
+
public ushort AddBlue_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AddGreen
+
+
+ Declaration
+
+
public ushort AddGreen
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AddGreen_2
+
+
+ Declaration
+
+
public ushort AddGreen_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AddRed
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AddRed_2
+
+
+ Declaration
+
+
public ushort AddRed_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Alpha_2
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkEventTarget
+
+
+ Declaration
+
+
public AtkEventTarget AtkEventTarget
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ChildCount
+
+
+ Declaration
+
+
public ushort ChildCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ChildNode
+
+
+ Declaration
+
+
public AtkResNode*ChildNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Color
+
+
+ Declaration
+
+
public ByteColor Color
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ByteColor
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Depth
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Depth_2
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags_2
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Height
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MultiplyBlue
+
+
+ Declaration
+
+
public byte MultiplyBlue
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MultiplyBlue_2
+
+
+ Declaration
+
+
public byte MultiplyBlue_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MultiplyGreen
+
+
+ Declaration
+
+
public byte MultiplyGreen
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MultiplyGreen_2
+
+
+ Declaration
+
+
public byte MultiplyGreen_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MultiplyRed
+
+
+ Declaration
+
+
public byte MultiplyRed
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MultiplyRed_2
+
+
+ Declaration
+
+
public byte MultiplyRed_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NextSiblingNode
+
+
+ Declaration
+
+
public AtkResNode*NextSiblingNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NodeID
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OriginX
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OriginY
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ParentNode
+
+
+ Declaration
+
+
public AtkResNode*ParentNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PrevSiblingNode
+
+
+ Declaration
+
+
public AtkResNode*PrevSiblingNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Priority
+
+
+ Declaration
+
+
public ushort Priority
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Rotation
+
+
+ Declaration
+
+
public float Rotation
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ScaleX
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ScaleY
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Type
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ NodeType
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkByte_1
+
+
+ Declaration
+
+
public byte UnkByte_1
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkMatrix
+
+
+ Declaration
+
+
public float *UnkMatrix
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Width
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ X
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Y
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ IsVisible
+
+
+ Declaration
+
+
public bool IsVisible { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html
new file mode 100644
index 000000000..a9150f2cb
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkStage
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkStage
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkStage
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkEventTarget
+
+
+ Declaration
+
+
public AtkEventTarget AtkEventTarget
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RaptureAtkUnitManager
+
+
+ Declaration
+
+
public RaptureAtkUnitManager*RaptureAtkUnitManager
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html
new file mode 100644
index 000000000..5c0c3ba68
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html
@@ -0,0 +1,584 @@
+
+
+
+
+
+
+
+
Struct AtkTextNode
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkTextNode
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkTextNode
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AlignmentFontType
+
+
+ Declaration
+
+
public byte AlignmentFontType
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResNode
+
+
+ Declaration
+
+
public AtkResNode AtkResNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BackgroundColor
+
+
+ Declaration
+
+
public ByteColor BackgroundColor
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ByteColor
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CharSpacing
+
+
+ Declaration
+
+
public byte CharSpacing
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ EdgeColor
+
+
+ Declaration
+
+
public ByteColor EdgeColor
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ByteColor
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FontSize
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ LineSpacing
+
+
+ Declaration
+
+
public byte LineSpacing
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NodeText
+
+
+ Declaration
+
+
public Utf8String NodeText
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Utf8String
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SelectEnd
+
+
+ Declaration
+
+
public uint SelectEnd
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SelectStart
+
+
+ Declaration
+
+
public uint SelectStart
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SheetType
+
+
+ Declaration
+
+
public byte SheetType
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextColor
+
+
+ Declaration
+
+
public ByteColor TextColor
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ByteColor
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextFlags
+
+
+ Declaration
+
+
public byte TextFlags
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextFlags2
+
+
+ Declaration
+
+
public byte TextFlags2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html
new file mode 100644
index 000000000..d88ddde53
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct AtkTexture
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkTexture
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkTexture
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Crest
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ KernelTexture
+
+
+ Declaration
+
+
public Texture*KernelTexture
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Texture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Resource
+
+
+ Declaration
+
+
public AtkTextureResource*Resource
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextureType
+
+
+ Declaration
+
+
public TextureType TextureType
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnkBool_2
+
+
+ Declaration
+
+
public byte UnkBool_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html
new file mode 100644
index 000000000..a0401d5a0
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct AtkTextureResource
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkTextureResource
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkTextureResource
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Count_1
+
+
+ Declaration
+
+
public ushort Count_1
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Count_2
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ KernelTextureObject
+
+
+ Declaration
+
+
public Texture*KernelTextureObject
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Texture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TexFileResourceHandle
+
+
+ Declaration
+
+
public TextureResourceHandle*TexFileResourceHandle
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TexPathHash
+
+
+ Declaration
+
+
public uint TexPathHash
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_1
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html
new file mode 100644
index 000000000..e6d2f9c52
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkUldAsset
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldAsset
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldAsset
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTexture
+
+
+ Declaration
+
+
public AtkTexture AtkTexture
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTexture
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Id
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html
new file mode 100644
index 000000000..52e2a4ae5
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html
@@ -0,0 +1,410 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataBase
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataBase
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Cursor
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Down
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Index
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Left
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffsetX
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffsetY
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Right
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Up
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html
new file mode 100644
index 000000000..1eb7598a2
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataButton
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataButton
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct AtkUldComponentDataButton
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html
new file mode 100644
index 000000000..dc3f2d13c
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataCheckBox
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataCheckBox
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataCheckBox
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html
new file mode 100644
index 000000000..50b4f46c9
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataDragDrop
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataDragDrop
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataDragDrop
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html
new file mode 100644
index 000000000..21137793d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataDropDownList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataDropDownList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataDropDownList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html
new file mode 100644
index 000000000..d266407e9
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html
@@ -0,0 +1,410 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataGaugeBar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataGaugeBar
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataGaugeBar
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Indicator
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MarginH
+
+
+ Declaration
+
+
public ushort MarginH
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MarginV
+
+
+ Declaration
+
+
public ushort MarginV
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Max
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Min
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Value
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Vertical
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html
new file mode 100644
index 000000000..75c945723
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataGuildLeveCard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataGuildLeveCard
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataGuildLeveCard
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html
new file mode 100644
index 000000000..fd0c6730d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataIcon
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataIcon
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataIcon
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html
new file mode 100644
index 000000000..3a3e0ed9d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataIconText
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataIconText
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataIconText
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html
new file mode 100644
index 000000000..3deb2f93d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataInputBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataInputBase
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct AtkUldComponentDataInputBase
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public ByteColor FocusColor
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ByteColor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html
new file mode 100644
index 000000000..82056fbe4
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataJournalCanvas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataJournalCanvas
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataJournalCanvas
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AnotherMargin
+
+
+ Declaration
+
+
public ushort AnotherMargin
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BasicMargin
+
+
+ Declaration
+
+
public ushort BasicMargin
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ItemMargin
+
+
+ Declaration
+
+
public ushort ItemMargin
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Padding
+
+
+ Declaration
+
+
public ushort Padding
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html
new file mode 100644
index 000000000..ac5b89c82
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ColNum
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Orientation
+
+
+ Declaration
+
+
public byte Orientation
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RowNum
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Wrap
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html
new file mode 100644
index 000000000..4f8134cbf
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataListItemRenderer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataListItemRenderer
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataListItemRenderer
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CanToggle
+
+
+ Declaration
+
+
public byte CanToggle
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html
new file mode 100644
index 000000000..c04cf466f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataMap
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataMap
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataMap
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html
new file mode 100644
index 000000000..4f85d97e2
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataMultipurpose
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataMultipurpose
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataMultipurpose
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html
new file mode 100644
index 000000000..91b8b16fd
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html
@@ -0,0 +1,381 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataNumericInput
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataNumericInput
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct AtkUldComponentDataNumericInput
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public uint EndLetterId
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkUldComponentDataInputBase InputBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html
new file mode 100644
index 000000000..970e02f9c
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataPreview
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataPreview
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataPreview
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html
new file mode 100644
index 000000000..a5f820431
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataRadioButton
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataRadioButton
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct AtkUldComponentDataRadioButton
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html
new file mode 100644
index 000000000..12b264678
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataScrollBar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataScrollBar
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct AtkUldComponentDataScrollBar
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html
new file mode 100644
index 000000000..3dc2a989d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html
@@ -0,0 +1,381 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataSlider
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataSlider
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataSlider
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Max
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Min
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OfffsetL
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffsetR
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Step
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Vertical
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html
new file mode 100644
index 000000000..48ded691f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataTextInput
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataTextInput
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataTextInput
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CandidateColor
+
+
+ Declaration
+
+
public ByteColor CandidateColor
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ByteColor
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CharSet
+
+
+ Declaration
+
+
public ushort CharSet
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public byte *CharSetExtras
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags1
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags2
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ IMEColor
+
+
+ Declaration
+
+
public ByteColor IMEColor
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ByteColor
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ InputBase
+
+
+ Declaration
+
+
public AtkUldComponentDataInputBase InputBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxByte
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxChar
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxLine
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxWidth
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html
new file mode 100644
index 000000000..141fe9a37
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataTextNineGrid
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataTextNineGrid
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataTextNineGrid
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html
new file mode 100644
index 000000000..f2e546d49
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataTreeList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataTreeList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataTreeList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ColNum
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Orientation
+
+
+ Declaration
+
+
public byte Orientation
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RowNum
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Wrap
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html
new file mode 100644
index 000000000..0d5af39bc
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html
@@ -0,0 +1,381 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataWindow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataWindow
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataWindow
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public byte ShowCloseButton
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public byte ShowConfigButton
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public byte ShowHeader
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public byte ShowHelpButton
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SubtitleTextId
+
+
+ Declaration
+
+
public uint SubtitleTextId
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TitleTextId
+
+
+ Declaration
+
+
public uint TitleTextId
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html
new file mode 100644
index 000000000..3af1cc075
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentInfo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentInfo
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentInfo
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ComponentType
+
+
+ Declaration
+
+
public ComponentType ComponentType
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ObjectInfo
+
+
+ Declaration
+
+
public AtkUldObjectInfo ObjectInfo
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html
new file mode 100644
index 000000000..086658459
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html
@@ -0,0 +1,613 @@
+
+
+
+
+
+
+
+
Struct AtkUldManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldManager
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldManager
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AssetCount
+
+
+ Declaration
+
+
public ushort AssetCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Assets
+
+
+ Declaration
+
+
public AtkUldAsset*Assets
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkUldAsset *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResourceRendererManager
+
+
+ Declaration
+
+
public void *AtkResourceRendererManager
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ComponentData
+
+
+ Declaration
+
+
public AtkUldComponentDataBase*ComponentData
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags1
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ LoadedState
+
+
+ Declaration
+
+
public byte LoadedState
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NodeList
+
+
+ Declaration
+
+
public AtkResNode**NodeList
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode **
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NodeListCount
+
+
+ Declaration
+
+
public ushort NodeListCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ObjectCount
+
+
+ Declaration
+
+
public ushort ObjectCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Objects
+
+
+ Declaration
+
+
public AtkUldObjectInfo*Objects
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartsList
+
+
+ Declaration
+
+
public AtkUldPartsList*PartsList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartsListCount
+
+
+ Declaration
+
+
public ushort PartsListCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RootNode
+
+
+ Declaration
+
+
public AtkResNode*RootNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RootNodeHeight
+
+
+ Declaration
+
+
public ushort RootNodeHeight
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RootNodeWidth
+
+
+ Declaration
+
+
public ushort RootNodeWidth
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UldResourceHandle
+
+
+ Declaration
+
+
public void *UldResourceHandle
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html
new file mode 100644
index 000000000..8e7c97513
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct AtkUldObjectInfo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldObjectInfo
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldObjectInfo
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Id
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NodeCount
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NodeList
+
+
+ Declaration
+
+
public AtkResNode**NodeList
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode **
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html
new file mode 100644
index 000000000..d4c0d925b
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
Struct AtkUldPart
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldPart
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldPart
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Height
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ U
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UldAsset
+
+
+ Declaration
+
+
public AtkUldAsset*UldAsset
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkUldAsset *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ V
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Width
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html
new file mode 100644
index 000000000..d7e2ceabb
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct AtkUldPartsList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldPartsList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldPartsList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Id
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartCount
+
+
+ Declaration
+
+
public uint PartCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Parts
+
+
+ Declaration
+
+
public AtkUldPart*Parts
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkUldPart *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html
new file mode 100644
index 000000000..dac53a6e6
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct AtkUldWidgetInfo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldWidgetInfo
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct AtkUldWidgetInfo
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public uint AlignmentType
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkUldObjectInfo ObjectInfo
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html
new file mode 100644
index 000000000..fd991419a
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html
@@ -0,0 +1,617 @@
+
+
+
+
+
+
+
+
Struct AtkUnitBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUnitBase
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUnitBase
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Alpha
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkEventListener
+
+
+ Declaration
+
+
public AtkEventListener AtkEventListener
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CollisionNodeList
+
+
+ Declaration
+
+
public AtkCollisionNode**CollisionNodeList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CollisionNodeListCount
+
+
+ Declaration
+
+
public uint CollisionNodeListCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ID
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Name
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ParentID
+
+
+ Declaration
+
+
public short ParentID
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RootNode
+
+
+ Declaration
+
+
public AtkResNode*RootNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Scale
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ULDData
+
+
+ Declaration
+
+
[Obsolete("Please use UldManager and the AtkUldManager class instead.", false)]
+public ULDData ULDData
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ULDData
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UldManager
+
+
+ Declaration
+
+
public AtkUldManager UldManager
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ WindowNode
+
+
+ Declaration
+
+
public AtkComponentNode*WindowNode
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ X
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Y
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int16
+
+
+
+
+ Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ IsVisible
+
+
+ Declaration
+
+
public bool IsVisible { get; }
+
+ Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html
new file mode 100644
index 000000000..d57b59494
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct AtkUnitList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUnitList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUnitList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkUnitEntries
+
+
+ Declaration
+
+
public AtkUnitBase*AtkUnitEntries
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkUnitBase *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Count
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ vtbl
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html
new file mode 100644
index 000000000..d3f94976a
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html
@@ -0,0 +1,700 @@
+
+
+
+
+
+
+
+
Struct AtkUnitManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUnitManager
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUnitManager
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AllLoadedUnitsList
+
+
+ Declaration
+
+
public AtkUnitList AllLoadedUnitsList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkEventListener
+
+
+ Declaration
+
+
public AtkEventListener AtkEventListener
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthLayerEightList
+
+
+ Declaration
+
+
public AtkUnitList DepthLayerEightList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthLayerElevenList
+
+
+ Declaration
+
+
public AtkUnitList DepthLayerElevenList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthLayerFiveList
+
+
+ Declaration
+
+
public AtkUnitList DepthLayerFiveList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthLayerFourList
+
+
+ Declaration
+
+
public AtkUnitList DepthLayerFourList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthLayerNineList
+
+
+ Declaration
+
+
public AtkUnitList DepthLayerNineList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthLayerOneList
+
+
+ Declaration
+
+
public AtkUnitList DepthLayerOneList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthLayerSevenList
+
+
+ Declaration
+
+
public AtkUnitList DepthLayerSevenList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthLayerSixList
+
+
+ Declaration
+
+
public AtkUnitList DepthLayerSixList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthLayerTenList
+
+
+ Declaration
+
+
public AtkUnitList DepthLayerTenList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthLayerThirteenList
+
+
+ Declaration
+
+
public AtkUnitList DepthLayerThirteenList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthLayerThreeList
+
+
+ Declaration
+
+
public AtkUnitList DepthLayerThreeList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthLayerTwelveList
+
+
+ Declaration
+
+
public AtkUnitList DepthLayerTwelveList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ DepthLayerTwoList
+
+
+ Declaration
+
+
public AtkUnitList DepthLayerTwoList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ FocusedUnitsList
+
+
+ Declaration
+
+
public AtkUnitList FocusedUnitsList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnitList16
+
+
+ Declaration
+
+
public AtkUnitList UnitList16
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnitList17
+
+
+ Declaration
+
+
public AtkUnitList UnitList17
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UnitList18
+
+
+ Declaration
+
+
public AtkUnitList UnitList18
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html
new file mode 100644
index 000000000..55baf8907
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct AtkValue
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkValue
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkValue
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Int
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ String
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Type
+
+
+ Declaration
+
+
public ValueType Type
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ValueType
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UInt
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html
new file mode 100644
index 000000000..386c7e46b
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
Enum CollisionType
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum CollisionType
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum CollisionType : ushort
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ Focus
+
+
+
+ Hit
+
+
+
+ Move
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html
new file mode 100644
index 000000000..755c7cc29
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html
@@ -0,0 +1,242 @@
+
+
+
+
+
+
+
+
Enum ComponentType
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum ComponentType
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum ComponentType : byte
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ Base
+
+
+
+ Button
+
+
+
+ CheckBox
+
+
+
+ DragDrop
+
+
+
+ DropDownList
+
+
+
+ GaugeBar
+
+
+
+ GuildLeveCard
+
+
+
+ HoldButton
+
+
+
+ Icon
+
+
+
+ IconText
+
+
+
+ JournalCanvas
+
+
+
+ List
+
+
+
+ ListItemRenderer
+
+
+
+ Map
+
+
+
+ Multipurpose
+
+
+
+ NumericInput
+
+
+
+ Preview
+
+
+
+ RadioButton
+
+
+
+ ScrollBar
+
+
+
+ Slider
+
+
+
+ Tab
+
+
+
+ TextInput
+
+
+
+ TextNineGrid
+
+
+
+ TreeList
+
+
+
+ Window
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html
new file mode 100644
index 000000000..d29b8bd42
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html
@@ -0,0 +1,171 @@
+
+
+
+
+
+
+
+
Enum IconComponentFlags
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum IconComponentFlags
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
[Flags]
+public enum IconComponentFlags : uint
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ Casting
+
+
+
+ DyeIcon
+
+
+
+ GlamourIcon
+
+
+
+ InventoryItem
+
+
+
+ Macro
+
+
+
+ Moving
+
+
+
+ None
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html
new file mode 100644
index 000000000..3e04f1b13
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
Enum ImageNodeFlags
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum ImageNodeFlags
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum ImageNodeFlags
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ AutoFit
+
+
+
+ FlipH
+
+
+
+ FlipV
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html
new file mode 100644
index 000000000..caf05d3d6
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+
+
Enum NodeFlags
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum NodeFlags
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum NodeFlags
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ AnchorBottom
+
+
+
+ AnchorLeft
+
+
+
+ AnchorRight
+
+
+
+ AnchorTop
+
+
+
+ Clip
+
+
+
+ Enabled
+
+
+
+ Fill
+
+
+
+ HasCollision
+
+
+
+ RespondToMouse
+
+
+
+ Visible
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html
new file mode 100644
index 000000000..90d5bd0cb
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
Enum NodeType
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum NodeType
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum NodeType : ushort
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ Collision
+
+
+
+ Counter
+
+
+
+ Image
+
+
+
+ NineGrid
+
+
+
+ Res
+
+
+
+ Text
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html
new file mode 100644
index 000000000..9aaea2d9a
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
+
Enum TextFlags
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum TextFlags
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum TextFlags
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ Bold
+
+
+
+ Edge
+
+
+
+ Emboss
+
+
+
+ Glare
+
+
+
+ Italic
+
+
+
+ MultiLine
+
+
+
+ Unk
+
+
+
+ WordWrap
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html
new file mode 100644
index 000000000..9e250f01d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+
+
Enum TextFlags2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum TextFlags2
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum TextFlags2
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ Ellipsis
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html
new file mode 100644
index 000000000..a7d5f279d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
+
Enum TextInputFlags1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum TextInputFlags1
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum TextInputFlags1
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ AllowLowerCase
+
+
+
+ AllowUpperCase
+
+
+
+ Capitalize
+
+
+
+ EnableDictionary
+
+
+
+ EnableHistory
+
+
+
+ EnableIME
+
+
+
+ EscapeClears
+
+
+
+ Mask
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html
new file mode 100644
index 000000000..312cbdfa5
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+
+
Enum TextInputFlags2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum TextInputFlags2
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum TextInputFlags2
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ AllowNumberInput
+
+
+
+ AllowSymbolInput
+
+
+
+ AutoMaxWidth
+
+
+
+ MultiLine
+
+
+
+ WordWrap
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html
new file mode 100644
index 000000000..40ec772e2
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
Enum TextureType
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum TextureType
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum TextureType : byte
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ Crest
+
+
+
+ KernelTexture
+
+
+
+ Resource
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html
new file mode 100644
index 000000000..22cae98fb
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
Enum AlignmentType
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum AlignmentType
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum AlignmentType
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ Bottom
+
+
+
+ BottomLeft
+
+
+
+ BottomRight
+
+
+
+ Center
+
+
+
+ Left
+
+
+
+ Right
+
+
+
+ Top
+
+
+
+ TopLeft
+
+
+
+ TopRight
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.html
new file mode 100644
index 000000000..b7e38f137
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataHoldButton
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataHoldButton
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct AtkUldComponentDataHoldButton
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html
new file mode 100644
index 000000000..45ecaae0e
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct AtkUldComponentDataTab
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct AtkUldComponentDataTab
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct AtkUldComponentDataTab
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public AtkUldComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GroupId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.html
new file mode 100644
index 000000000..5ec28d0c5
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.html
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
+
Enum TextInputFlags1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum TextInputFlags1
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum TextInputFlags1
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ AllowLowerCase
+
+
+
+ AllowUpperCase
+
+
+
+ Capitalize
+
+
+
+ EnableDictionary
+
+
+
+ EnableHistory
+
+
+
+ EnableIME
+
+
+
+ EscapeClears
+
+
+
+ Mask
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.html
new file mode 100644
index 000000000..0a52df5df
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+
+
Enum TextInputFlags2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum TextInputFlags2
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum TextInputFlags2
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ AllowNumberInput
+
+
+
+ AllowSymbolInput
+
+
+
+ AutoMaxWidth
+
+
+
+ MultiLine
+
+
+
+ WordWrap
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html
new file mode 100644
index 000000000..ac13d9483
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html
@@ -0,0 +1,410 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataBase
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataBase
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Cursor
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Down
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Index
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Left
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffsetX
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffsetY
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Right
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Up
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.html
new file mode 100644
index 000000000..92c96126f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataButton
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataButton
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct ULDComponentDataButton
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.html
new file mode 100644
index 000000000..82919ff2d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataCheckBox
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataCheckBox
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataCheckBox
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.html
new file mode 100644
index 000000000..8d6061bc4
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataDragDrop
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataDragDrop
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataDragDrop
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.html
new file mode 100644
index 000000000..9aa403c8f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataDropDownList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataDropDownList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataDropDownList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html
new file mode 100644
index 000000000..d87f840a7
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html
@@ -0,0 +1,410 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataGaugeBar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataGaugeBar
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataGaugeBar
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Indicator
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MarginH
+
+
+ Declaration
+
+
public ushort MarginH
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MarginV
+
+
+ Declaration
+
+
public ushort MarginV
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Max
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Min
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Value
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Vertical
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.html
new file mode 100644
index 000000000..8462cd70d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataGuildLeveCard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataGuildLeveCard
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataGuildLeveCard
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.html
new file mode 100644
index 000000000..92da1319a
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataHoldButton
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataHoldButton
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct ULDComponentDataHoldButton
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.html
new file mode 100644
index 000000000..99dcf2838
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataIcon
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataIcon
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataIcon
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.html
new file mode 100644
index 000000000..fc41fe850
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataIconText
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataIconText
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataIconText
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.html
new file mode 100644
index 000000000..96b94c4e3
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataInputBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataInputBase
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct ULDComponentDataInputBase
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public ByteColor FocusColor
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ByteColor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.html
new file mode 100644
index 000000000..cfec19c08
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataJournalCanvas
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataJournalCanvas
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataJournalCanvas
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AnotherMargin
+
+
+ Declaration
+
+
public ushort AnotherMargin
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BasicMargin
+
+
+ Declaration
+
+
public ushort BasicMargin
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ItemMargin
+
+
+ Declaration
+
+
public ushort ItemMargin
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Padding
+
+
+ Declaration
+
+
public ushort Padding
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.html
new file mode 100644
index 000000000..38d13d4af
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ColNum
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Orientation
+
+
+ Declaration
+
+
public byte Orientation
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RowNum
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Wrap
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.html
new file mode 100644
index 000000000..45a7c50b3
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataListItemRenderer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataListItemRenderer
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataListItemRenderer
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CanToggle
+
+
+ Declaration
+
+
public byte CanToggle
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.html
new file mode 100644
index 000000000..c6bebe8d0
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataMap
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataMap
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataMap
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.html
new file mode 100644
index 000000000..6b7a7279f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataMultipurpose
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataMultipurpose
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataMultipurpose
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.html
new file mode 100644
index 000000000..d33afedc7
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.html
@@ -0,0 +1,381 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataNumericInput
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataNumericInput
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct ULDComponentDataNumericInput
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public uint EndLetterId
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public ULDComponentDataInputBase InputBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.html
new file mode 100644
index 000000000..12315a94c
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataPreview
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataPreview
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataPreview
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.html
new file mode 100644
index 000000000..bc6e398f1
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataRadioButton
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataRadioButton
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct ULDComponentDataRadioButton
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.html
new file mode 100644
index 000000000..c7db761e7
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataScrollBar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataScrollBar
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct ULDComponentDataScrollBar
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.html
new file mode 100644
index 000000000..2b1c073e8
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.html
@@ -0,0 +1,381 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataSlider
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataSlider
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataSlider
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Max
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Min
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OfffsetL
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ OffsetR
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Step
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Vertical
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.html
new file mode 100644
index 000000000..414499a4d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataTab
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataTab
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataTab
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ GroupId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html
new file mode 100644
index 000000000..57e132deb
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataTextInput
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataTextInput
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataTextInput
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CandidateColor
+
+
+ Declaration
+
+
public ByteColor CandidateColor
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ByteColor
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CharSet
+
+
+ Declaration
+
+
public ushort CharSet
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public byte *CharSetExtras
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags1
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags2
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ IMEColor
+
+
+ Declaration
+
+
public ByteColor IMEColor
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ByteColor
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ InputBase
+
+
+ Declaration
+
+
public ULDComponentDataInputBase InputBase
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxByte
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxChar
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxLine
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxWidth
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.html
new file mode 100644
index 000000000..590569dfb
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataTextNineGrid
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataTextNineGrid
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataTextNineGrid
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextId
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.html
new file mode 100644
index 000000000..43bf13b3f
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataTreeList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataTreeList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataTreeList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ColNum
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Orientation
+
+
+ Declaration
+
+
public byte Orientation
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RowNum
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Wrap
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.html
new file mode 100644
index 000000000..4a624c67b
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.html
@@ -0,0 +1,381 @@
+
+
+
+
+
+
+
+
Struct ULDComponentDataWindow
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentDataWindow
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentDataWindow
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Base
+
+
+ Declaration
+
+
public ULDComponentDataBase Base
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Nodes
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32 *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public byte ShowCloseButton
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public byte ShowConfigButton
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public byte ShowHeader
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public byte ShowHelpButton
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SubtitleTextId
+
+
+ Declaration
+
+
public uint SubtitleTextId
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TitleTextId
+
+
+ Declaration
+
+
public uint TitleTextId
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.html
new file mode 100644
index 000000000..eb08d6994
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct ULDComponentInfo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDComponentInfo
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDComponentInfo
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ComponentType
+
+
+ Declaration
+
+
public ComponentType ComponentType
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ObjectInfo
+
+
+ Declaration
+
+
public ULDObjectInfo ObjectInfo
+
+ Field Value
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html
new file mode 100644
index 000000000..c6c6e6859
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html
@@ -0,0 +1,613 @@
+
+
+
+
+
+
+
+
Struct ULDData
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDData
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDData
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkResourceRendererManager
+
+
+ Declaration
+
+
public void *AtkResourceRendererManager
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ComponentData
+
+
+ Declaration
+
+
public ULDComponentDataBase*ComponentData
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Flags1
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ LoadedState
+
+
+ Declaration
+
+
public byte LoadedState
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NodeList
+
+
+ Declaration
+
+
public AtkResNode**NodeList
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode **
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NodeListCount
+
+
+ Declaration
+
+
public ushort NodeListCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ObjectCount
+
+
+ Declaration
+
+
public ushort ObjectCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Objects
+
+
+ Declaration
+
+
public ULDObjectInfo*Objects
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartsList
+
+
+ Declaration
+
+
public ULDPartsList*PartsList
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartsListCount
+
+
+ Declaration
+
+
public ushort PartsListCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RootNode
+
+
+ Declaration
+
+
public AtkResNode*RootNode
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RootNodeHeight
+
+
+ Declaration
+
+
public ushort RootNodeHeight
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RootNodeWidth
+
+
+ Declaration
+
+
public ushort RootNodeWidth
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TextureCount
+
+
+ Declaration
+
+
public ushort TextureCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Textures
+
+
+ Declaration
+
+
public ULDTexture*Textures
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ULDTexture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ UldResourceHandle
+
+
+ Declaration
+
+
public void *UldResourceHandle
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Void *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.html
new file mode 100644
index 000000000..aac9a126d
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct ULDObjectInfo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDObjectInfo
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDObjectInfo
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Id
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NodeCount
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ NodeList
+
+
+ Declaration
+
+
public AtkResNode**NodeList
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkResNode **
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.html
new file mode 100644
index 000000000..e570ab9d1
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
Struct ULDPart
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDPart
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDPart
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Height
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ U
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ULDTexture
+
+
+ Declaration
+
+
public ULDTexture*ULDTexture
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ULDTexture *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ V
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Width
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.html
new file mode 100644
index 000000000..d613bb0d3
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.html
@@ -0,0 +1,236 @@
+
+
+
+
+
+
+
+
Struct ULDPartsList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDPartsList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDPartsList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Id
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartCount
+
+
+ Declaration
+
+
public uint PartCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Parts
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ ULDPart *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.html
new file mode 100644
index 000000000..73442ac84
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.html
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
Struct ULDTexture
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDTexture
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct ULDTexture
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AtkTexture
+
+
+ Declaration
+
+
public AtkTexture AtkTexture
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ AtkTexture
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Id
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.html
new file mode 100644
index 000000000..f641c6938
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.html
@@ -0,0 +1,265 @@
+
+
+
+
+
+
+
+
Struct ULDWidgetInfo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct ULDWidgetInfo
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+
+
+
public struct ULDWidgetInfo
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public uint AlignmentType
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+
public ULDObjectInfo ObjectInfo
+
+ Field Value
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.html
new file mode 100644
index 000000000..358db7a19
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.html
@@ -0,0 +1,194 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Component.GUI.ULD
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Component.GUI.ULD
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enums
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html
new file mode 100644
index 000000000..82786a521
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
Enum ValueType
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum ValueType
+
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public enum ValueType
+
+ Fields
+
+
+
+
+ Name
+ Description
+
+
+
+
+ Int
+
+
+
+ String
+
+
+
+ UInt
+
+
+
+
+ Extension Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html
new file mode 100644
index 000000000..67140be38
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Component.GUI.html
@@ -0,0 +1,284 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Component.GUI
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Component.GUI
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enums
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Group.Buff.html b/docs/api/FFXIVClientStructs.FFXIV.Group.Buff.html
new file mode 100644
index 000000000..e1909d46c
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Group.Buff.html
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
Struct Buff
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Buff
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Param
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ RemainingTime
+
+
+ Declaration
+
+
public float RemainingTime
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ SourceID
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StackCount
+
+
+ Declaration
+
+
public byte StackCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ StatusID
+
+
+ Declaration
+
+
public ushort StatusID
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Group.BuffList.html b/docs/api/FFXIVClientStructs.FFXIV.Group.BuffList.html
new file mode 100644
index 000000000..b9dbef53b
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Group.BuffList.html
@@ -0,0 +1,323 @@
+
+
+
+
+
+
+
+
Struct BuffList
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct BuffList
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct BuffList
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Buffs
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Owner
+
+
+ Declaration
+
+
public Character*Owner
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ Character *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_170
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_174
+
+
+ Declaration
+
+
public ushort Unk_174
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_178
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_180
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Group.GroupManager.html b/docs/api/FFXIVClientStructs.FFXIV.Group.GroupManager.html
new file mode 100644
index 000000000..7b4d580c9
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Group.GroupManager.html
@@ -0,0 +1,497 @@
+
+
+
+
+
+
+
+
Struct GroupManager
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct GroupManager
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct GroupManager
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ AllianceMembers
+
+
+ Declaration
+
+
public byte *AllianceMembers
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ IsAlliance
+
+
+ Declaration
+
+
public bool IsAlliance
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MemberCount
+
+
+ Declaration
+
+
public byte MemberCount
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartyLeaderIndex
+
+
+ Declaration
+
+
public uint PartyLeaderIndex
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ PartyMembers
+
+
+ Declaration
+
+
public byte *PartyMembers
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_3D40
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_3D44
+
+
+ Declaration
+
+
public ushort Unk_3D44
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_3D48
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_3D50
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_3D5D
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_3D5F
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_3D60
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Group.PartyMember.html b/docs/api/FFXIVClientStructs.FFXIV.Group.PartyMember.html
new file mode 100644
index 000000000..75819461a
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Group.PartyMember.html
@@ -0,0 +1,874 @@
+
+
+
+
+
+
+
+
Struct PartyMember
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct PartyMember
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct PartyMember
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ BuffList
+
+
+ Declaration
+
+
public BuffList BuffList
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ BuffList
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ClassJob
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CurrentHP
+
+
+ Declaration
+
+
public uint CurrentHP
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ CurrentMP
+
+
+ Declaration
+
+
public ushort CurrentMP
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Level
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxHP
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ MaxMP
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Name
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte *
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ ObjectID
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Sex
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ TerritoryType
+
+
+ Declaration
+
+
public ushort TerritoryType
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_1A0
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Int64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_1C2
+
+
+ Declaration
+
+
public ushort Unk_1C2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_220
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_ObjectID_1
+
+
+ Declaration
+
+
public uint Unk_ObjectID_1
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_ObjectID_2
+
+
+ Declaration
+
+
public uint Unk_ObjectID_2
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_Struct_208__0
+
+
+ Declaration
+
+
public byte Unk_Struct_208__0
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Byte
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_Struct_208__10
+
+
+ Declaration
+
+
public ushort Unk_Struct_208__10
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_Struct_208__14
+
+
+ Declaration
+
+
public ushort Unk_Struct_208__14
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_Struct_208__4
+
+
+ Declaration
+
+
public uint Unk_Struct_208__4
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_Struct_208__8
+
+
+ Declaration
+
+
public ushort Unk_Struct_208__8
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt16
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Unk_Struct_208__C
+
+
+ Declaration
+
+
public uint Unk_Struct_208__C
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt32
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ X
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Y
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Z
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Single
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.FFXIV.Group.html b/docs/api/FFXIVClientStructs.FFXIV.Group.html
new file mode 100644
index 000000000..4835e41a7
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.FFXIV.Group.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.FFXIV.Group
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.FFXIV.Group
+
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.STD.NoExportAttribute.html b/docs/api/FFXIVClientStructs.STD.NoExportAttribute.html
new file mode 100644
index 000000000..2652a3530
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.STD.NoExportAttribute.html
@@ -0,0 +1,281 @@
+
+
+
+
+
+
+
+
Class NoExportAttribute
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Class NoExportAttribute
+
+
+
+
+
Inheritance
+
System.Object
+
System.Attribute
+
NoExportAttribute
+
+
+
Implements
+
System.Runtime.InteropServices._Attribute
+
+
+
Inherited Members
+
+ System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
+
+
+ System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)
+
+
+ System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
+
+
+ System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)
+
+
+ System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)
+
+
+ System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
+
+
+ System.Attribute.IsDefined(System.Reflection.ParameterInfo, 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.Module, System.Type)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.Module)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)
+
+
+ System.Attribute.IsDefined(System.Reflection.Module, System.Type)
+
+
+ System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
+
+
+ System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)
+
+
+ System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, 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.Assembly)
+
+
+ System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)
+
+
+ System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
+
+
+ System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)
+
+
+ System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
+
+
+ System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)
+
+
+ System.Attribute.Equals(System.Object)
+
+
+ System.Attribute.GetHashCode()
+
+
+ System.Attribute.Match(System.Object)
+
+
+ System.Attribute.IsDefaultAttribute()
+
+
+ System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount(System.UInt32)
+
+
+ System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo(System.UInt32, System.UInt32, System.IntPtr)
+
+
+ System.Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames(System.Guid, System.IntPtr, System.UInt32, System.UInt32, System.IntPtr)
+
+
+ System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(System.UInt32, System.Guid, System.UInt32, System.Int16, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)
+
+
+ System.Attribute.TypeId
+
+
+ System.Object.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+ System.Object.MemberwiseClone()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public class NoExportAttribute : Attribute, _Attribute
+
+ Implements
+
+ System.Runtime.InteropServices._Attribute
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.STD.PointerVector-1.html b/docs/api/FFXIVClientStructs.STD.PointerVector-1.html
new file mode 100644
index 000000000..191acb4a2
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.STD.PointerVector-1.html
@@ -0,0 +1,361 @@
+
+
+
+
+
+
+
+
Struct PointerVector<T>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct PointerVector<T>
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct PointerVector<T>
+ where T : struct
+
+ Type Parameters
+
+
+
+ Name
+ Description
+
+
+
+
+ T
+
+
+
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ End
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ T**
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ First
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ T**
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Last
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ T**
+
+
+
+
+ Methods
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Capacity()
+
+
+ Declaration
+
+
public ulong Capacity()
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Get(UInt64)
+
+
+ Declaration
+
+
public T*Get(ulong index)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.UInt64
+ index
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ T*
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Size()
+
+
+ Declaration
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.STD.Vector-1.html b/docs/api/FFXIVClientStructs.STD.Vector-1.html
new file mode 100644
index 000000000..fa82feb90
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.STD.Vector-1.html
@@ -0,0 +1,361 @@
+
+
+
+
+
+
+
+
Struct Vector<T>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Struct Vector<T>
+
+
+
+
+
Inherited Members
+
+ System.ValueType.Equals(System.Object)
+
+
+ System.ValueType.GetHashCode()
+
+
+ System.ValueType.ToString()
+
+
+ System.Object.Equals(System.Object, System.Object)
+
+
+ System.Object.ReferenceEquals(System.Object, System.Object)
+
+
+ System.Object.GetType()
+
+
+
+ Assembly : FFXIVClientStructs.dll
+ Syntax
+
+
public struct Vector<T>
+ where T : struct
+
+ Type Parameters
+
+
+
+ Name
+ Description
+
+
+
+
+ T
+
+
+
+
+ Fields
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ End
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ T*
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ First
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ T*
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+ Last
+
+
+ Declaration
+
+ Field Value
+
+
+
+ Type
+ Description
+
+
+
+
+ T*
+
+
+
+
+ Methods
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Capacity()
+
+
+ Declaration
+
+
public ulong Capacity()
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Get(UInt64)
+
+
+ Declaration
+
+
public T Get(ulong index)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.UInt64
+ index
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ T
+
+
+
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+ Size()
+
+
+ Declaration
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.UInt64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/FFXIVClientStructs.STD.html b/docs/api/FFXIVClientStructs.STD.html
new file mode 100644
index 000000000..5751af8c3
--- /dev/null
+++ b/docs/api/FFXIVClientStructs.STD.html
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
Namespace FFXIVClientStructs.STD
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Namespace FFXIVClientStructs.STD
+
+
+
+
+ Classes
+
+
+
+ Structs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/api/ImGuiNET.RangeAccessor-1.html b/docs/api/ImGuiNET.RangeAccessor-1.html
index b5d1d1507..401b18ca3 100644
--- a/docs/api/ImGuiNET.RangeAccessor-1.html
+++ b/docs/api/ImGuiNET.RangeAccessor-1.html
@@ -101,6 +101,7 @@
Syntax
public struct RangeAccessor<T>
+
where T : struct
Type Parameters
diff --git a/docs/api/ImGuiNET.RangePtrAccessor-1.html b/docs/api/ImGuiNET.RangePtrAccessor-1.html
index dae6a6221..81ddbc2b8 100644
--- a/docs/api/ImGuiNET.RangePtrAccessor-1.html
+++ b/docs/api/ImGuiNET.RangePtrAccessor-1.html
@@ -101,6 +101,7 @@
Syntax
public struct RangePtrAccessor<T>
+
where T : struct
Type Parameters
diff --git a/docs/api/ImGuiScene.ImGui_Input_Impl_Direct.html b/docs/api/ImGuiScene.ImGui_Input_Impl_Direct.html
index 843d313b1..957a1ee92 100644
--- a/docs/api/ImGuiScene.ImGui_Input_Impl_Direct.html
+++ b/docs/api/ImGuiScene.ImGui_Input_Impl_Direct.html
@@ -122,7 +122,7 @@
Improve this Doc
- View Source
+ View Source
@@ -149,6 +149,38 @@
+
Properties
+
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
+
+
+
Declaration
+
+
public bool UpdateCursor { get; set; }
+
+
Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
Methods
@@ -156,7 +188,7 @@
Improve this Doc
- View Source
+ View Source
@@ -171,7 +203,7 @@
Improve this Doc
- View Source
+ View Source
@@ -203,7 +235,7 @@
Improve this Doc
- View Source
+ View Source
@@ -218,7 +250,7 @@
Improve this Doc
- View Source
+ View Source
@@ -265,7 +297,7 @@
Improve this Doc
- View Source
+ View Source
@@ -302,7 +334,7 @@
Improve this Doc
- View Source
+ View Source
diff --git a/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html b/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html
index 9b5b194fc..03a0baf24 100644
--- a/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html
+++ b/docs/api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html
@@ -92,7 +92,7 @@
Improve this Doc
- View Source
+ View Source
diff --git a/docs/api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html b/docs/api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html
index 5e407314c..0e6d27a38 100644
--- a/docs/api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html
+++ b/docs/api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html
@@ -92,7 +92,7 @@
User methods invoked every ImGui frame to construct custom UIs.
@@ -222,7 +222,7 @@
Improve this Doc
- View Source
+ View Source
@@ -251,7 +251,7 @@
Improve this Doc
- View Source
+ View Source
OnNewRenderFrame
@@ -312,7 +312,7 @@
Improve this Doc
- View Source
+ View Source
ImGuiIniPath
@@ -367,6 +367,36 @@
+
+ |
+ Improve this Doc
+
+
+ View Source
+
+
+
UpdateCursor
+
+
+
Declaration
+
+
public bool UpdateCursor { get; set; }
+
+
Property Value
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Boolean
+
+
+
+
|
Improve this Doc
@@ -404,7 +434,7 @@
Improve this Doc
- View Source
+ View Source
CaptureScreenshot()
@@ -434,7 +464,7 @@
Improve this Doc
- View Source
+ View Source
Dispose()
@@ -449,7 +479,7 @@
Improve this Doc
- View Source
+ View Source
Finalize()
@@ -464,7 +494,7 @@
Improve this Doc
- View Source
+ View Source
InvalidateFonts()
@@ -479,7 +509,7 @@
Improve this Doc
- View Source
+ View Source
IsImGuiCursor(IntPtr)
@@ -526,7 +556,7 @@
Improve this Doc
- View Source
+ View Source
LoadImage(Byte[])
@@ -573,7 +603,7 @@
Improve this Doc
- View Source
+ View Source
LoadImage(String)
@@ -620,7 +650,7 @@
Improve this Doc
- View Source
+ View Source
LoadImageRaw(Byte[], Int32, Int32, Int32)
@@ -682,7 +712,7 @@
Improve this Doc
- View Source
+ View Source
OnPostResize(Int32, Int32)
@@ -719,7 +749,7 @@
Improve this Doc
- View Source
+ View Source
OnPreResize()
@@ -734,7 +764,7 @@
Improve this Doc
- View Source
+ View Source
Render()
diff --git a/docs/api/toc.html b/docs/api/toc.html
index 9767f03c7..65a12f53a 100644
--- a/docs/api/toc.html
+++ b/docs/api/toc.html
@@ -327,6 +327,9 @@
Framework.OnDestroyDelegate
+
+ Framework.OnRealDestroyDelegate
+
Framework.OnUpdateDelegate
@@ -797,515 +800,819 @@
- FFXIVClientStructs
+ FFXIVClientStructs.Attributes
- FFXIVClientStructs.Client.Game.Character
+ FFXIVClientStructs.FFXIV.Client.Game.Character
- FFXIVClientStructs.Client.Game.Object
+ FFXIVClientStructs.FFXIV.Client.Game.Object
- FFXIVClientStructs.Client.Graphics.Render
+ FFXIVClientStructs.FFXIV.Client.Game.UI
- FFXIVClientStructs.Client.Graphics.Scene
+ FFXIVClientStructs.FFXIV.Client.Graphics
- FFXIVClientStructs.Client.System
+ FFXIVClientStructs.FFXIV.Client.Graphics.Kernel
- FFXIVClientStructs.Client.System.Configuration
+ FFXIVClientStructs.FFXIV.Client.Graphics.Physics
- FFXIVClientStructs.Client.System.Resource.Handle
+ FFXIVClientStructs.FFXIV.Client.Graphics.Render
- FFXIVClientStructs.Client.UI
+ FFXIVClientStructs.FFXIV.Client.Graphics.Scene
- FFXIVClientStructs.Common.Configuration
+ FFXIVClientStructs.FFXIV.Client.System.Configuration
- FFXIVClientStructs.Component.GUI
+ FFXIVClientStructs.FFXIV.Client.System.Framework
- FFXIVClientStructs.Component.GUI.ULD
+ FFXIVClientStructs.FFXIV.Client.System.Resource.Handle
- FFXIVClientStructs.Group
+ FFXIVClientStructs.FFXIV.Client.System.String
+
+
+
+ FFXIVClientStructs.FFXIV.Client.UI
+
+
+
+
+
+ FFXIVClientStructs.FFXIV.Client.UI.Agent
+
+
+
+
+
+ FFXIVClientStructs.FFXIV.Common.Configuration
+
+
+
+
+
+ FFXIVClientStructs.FFXIV.Component.GUI
+
+
+
+
+
+ FFXIVClientStructs.FFXIV.Component.GUI.ULD
+
+
+
+
+
+ FFXIVClientStructs.FFXIV.Group
+
+
+
+
+
+ FFXIVClientStructs.STD
+
+
diff --git a/docs/manifest.json b/docs/manifest.json
index 8998783e0..de0ed3847 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -12,7 +12,7 @@
"hash": "75vNApFAfKH8wHvmf6pUUA=="
}
},
- "is_incremental": false,
+ "is_incremental": true,
"version": ""
},
{
@@ -69,7 +69,7 @@
"output": {
".html": {
"relative_path": "api/Dalamud.Dalamud.html",
- "hash": "Kw4RcLqOwO+jFq6zhhfnUg=="
+ "hash": "jVMQkVv6B1rHAXpo69oYzw=="
}
},
"is_incremental": false,
@@ -1011,6 +1011,18 @@
"is_incremental": false,
"version": ""
},
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/Dalamud.Game.Internal.Framework.OnRealDestroyDelegate.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/Dalamud.Game.Internal.Framework.OnRealDestroyDelegate.html",
+ "hash": "CxWliQVTu3UFbhzhtGSSFw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
{
"type": "ManagedReference",
"source_relative_path": "api/Dalamud.Game.Internal.Framework.OnUpdateDelegate.yml",
@@ -1029,7 +1041,7 @@
"output": {
".html": {
"relative_path": "api/Dalamud.Game.Internal.Framework.html",
- "hash": "HfJIhKyBED6jwpqsYbQN5g=="
+ "hash": "d5KgWEYHmC+MF2d/+t3BBw=="
}
},
"is_incremental": false,
@@ -1653,7 +1665,7 @@
"output": {
".html": {
"relative_path": "api/Dalamud.Game.Internal.html",
- "hash": "FYfkrNPWqsAGawfh/24LRQ=="
+ "hash": "qVs0/w66873voVWdW4cVNQ=="
}
},
"is_incremental": false,
@@ -2325,7 +2337,7 @@
"output": {
".html": {
"relative_path": "api/Dalamud.Interface.UiBuilder.html",
- "hash": "Y+BubOZPfd9RxMyphHBKMQ=="
+ "hash": "TCHkqTmkDGbvh2WWcxcTZQ=="
}
},
"is_incremental": false,
@@ -2573,11 +2585,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Game.Character.BattleChara.yml",
+ "source_relative_path": "api/FFXIVClientStructs.Attributes.Addon.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Game.Character.BattleChara.html",
- "hash": "fL3o+YdweHv1QakmI6fHSw=="
+ "relative_path": "api/FFXIVClientStructs.Attributes.Addon.html",
+ "hash": "1l3t9BUSURFuLuFCnyPEAQ=="
}
},
"is_incremental": false,
@@ -2585,11 +2597,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Game.Character.Character.yml",
+ "source_relative_path": "api/FFXIVClientStructs.Attributes.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Game.Character.Character.html",
- "hash": "fY9WIEXIk1oqFdSw0y9jow=="
+ "relative_path": "api/FFXIVClientStructs.Attributes.html",
+ "hash": "PyAQkjtoJ4hoVDrwBup0EQ=="
}
},
"is_incremental": false,
@@ -2597,11 +2609,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Game.Character.Companion.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Game.Character.Companion.html",
- "hash": "SainjDkQcAKWH6RHHIPwFQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html",
+ "hash": "WuPStabCwUiejPN18LSdMA=="
}
},
"is_incremental": false,
@@ -2609,11 +2621,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Game.Character.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Game.Character.html",
- "hash": "cv1nUdczmvb0CWPbeHfp8w=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html",
+ "hash": "Yb5dM1xVcIdHrjAG1a4Bcg=="
}
},
"is_incremental": false,
@@ -2621,11 +2633,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Game.Object.GameObject.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Game.Object.GameObject.html",
- "hash": "YJPKvYSlZdEASRcfB+HdXQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html",
+ "hash": "TAwApjW3TVVing0T4TRW8Q=="
}
},
"is_incremental": false,
@@ -2633,11 +2645,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Game.Object.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Game.Object.html",
- "hash": "AYEXO0mRpeFHFP5omXz2EA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Character.html",
+ "hash": "m5CIVCx8lPos+6TKBoK6Zg=="
}
},
"is_incremental": false,
@@ -2645,11 +2657,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Graphics.Render.Notifier.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Graphics.Render.Notifier.html",
- "hash": "A23Uoa2LQJQSCB7ceuDLag=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html",
+ "hash": "tAMwXU3NvmlqCIOXGmuVNw=="
}
},
"is_incremental": false,
@@ -2657,11 +2669,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Object.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.html",
- "hash": "zGnRRtWTAv/ocMZmDP8aYA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.Object.html",
+ "hash": "yIKi34AjvtsZYbYYbNe53Q=="
}
},
"is_incremental": false,
@@ -2669,11 +2681,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Graphics.Render.Texture.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Graphics.Render.Texture.html",
- "hash": "tg1pJBsQNb29CaV5TS3xvA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.html",
+ "hash": "LtJCXP24GIzq2ekqMB5efA=="
}
},
"is_incremental": false,
@@ -2681,11 +2693,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Graphics.Render.TextureFormat.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Graphics.Render.TextureFormat.html",
- "hash": "3jcFGgiDBR2Qh4YdRPVWvg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html",
+ "hash": "ts+6uZKAZjrK9biIfkm+yQ=="
}
},
"is_incremental": false,
@@ -2693,11 +2705,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Graphics.Render.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Graphics.Render.html",
- "hash": "u0HuPIfNCj9mmnG2a8h58A=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html",
+ "hash": "Ma7wGEuSpL6viaoNYayXMg=="
}
},
"is_incremental": false,
@@ -2705,11 +2717,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html",
- "hash": "juUcn56idH20w9LHvkhB5Q=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Game.UI.html",
+ "hash": "8SrhXIODb7SOlTz11U155w=="
}
},
"is_incremental": false,
@@ -2717,11 +2729,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Graphics.Scene.DrawObject.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Graphics.Scene.DrawObject.html",
- "hash": "v1/sDyWrs+VyNqWZFzz/BQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html",
+ "hash": "NJGqlRX9H2hFLNOyd9Btfw=="
}
},
"is_incremental": false,
@@ -2729,11 +2741,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Graphics.Scene.Human.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Graphics.Scene.Human.html",
- "hash": "H8i8Sa39SP+74BYHsmwhGQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html",
+ "hash": "QQv+/53RVWhqDjWSSBFkTw=="
}
},
"is_incremental": false,
@@ -2741,11 +2753,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Graphics.Scene.Object.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Graphics.Scene.Object.html",
- "hash": "9lYQHjrDQJC9t0JYvSF63Q=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html",
+ "hash": "CYSkSioq2UTbGw37l/m1CQ=="
}
},
"is_incremental": false,
@@ -2753,11 +2765,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.Graphics.Scene.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.Graphics.Scene.html",
- "hash": "BQPIIcIjciDVPjQgT9W0iw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.html",
+ "hash": "i9XlYqBg5l9P1TLAYKJYEQ=="
}
},
"is_incremental": false,
@@ -2765,11 +2777,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.System.Configuration.SystemConfig.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.System.Configuration.SystemConfig.html",
- "hash": "y2t8W8U+hA1OgsXp3T8GMg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html",
+ "hash": "MGc6B32fP1y/uor2TpLe/A=="
}
},
"is_incremental": false,
@@ -2777,11 +2789,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.System.Configuration.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.System.Configuration.html",
- "hash": "QFWi1/BgOfFDNEIcxnzOiw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html",
+ "hash": "9seJuHlpxV70KudpYMSVHw=="
}
},
"is_incremental": false,
@@ -2789,11 +2801,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.System.Framework.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.System.Framework.html",
- "hash": "y8dRGjQNhHdaddHB5dz5hQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html",
+ "hash": "piKJm9VLCD2nVH/I6z36VA=="
}
},
"is_incremental": false,
@@ -2801,11 +2813,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle.html",
- "hash": "a38Kw+9HznUKzjaIdy+6zQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html",
+ "hash": "k+pLY4P2UcZBqQpRbJGrQQ=="
}
},
"is_incremental": false,
@@ -2813,11 +2825,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.System.Resource.Handle.TextureResourceHandle.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.System.Resource.Handle.TextureResourceHandle.html",
- "hash": "H4oAvGCLDintxudpKpyn4w=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.html",
+ "hash": "uRjkmF8vNFqgIpCgivk3Xw=="
}
},
"is_incremental": false,
@@ -2825,11 +2837,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.System.Resource.Handle.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.System.Resource.Handle.html",
- "hash": "oYs6Yjf2wN7BHqRJ53yyhQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html",
+ "hash": "ULIgKI6PFsUQBVCFGLBcRw=="
}
},
"is_incremental": false,
@@ -2837,11 +2849,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.System.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.System.html",
- "hash": "5ZiVwXyG+PCRE2AThl8fcw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html",
+ "hash": "31IKYSVKfHyH6u4EIdCkHg=="
}
},
"is_incremental": false,
@@ -2849,11 +2861,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html",
- "hash": "ZufEPF3STFLyXK1HmAJQUA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html",
+ "hash": "0HvZUfoHfprCeU0kSrm2fw=="
}
},
"is_incremental": false,
@@ -2861,11 +2873,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonGathering.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonGathering.html",
- "hash": "irl7RqgraB/ZaO1BynLLaw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html",
+ "hash": "lCm6eNRMcLW86S4ESvwHzA=="
}
},
"is_incremental": false,
@@ -2873,11 +2885,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece.html",
- "hash": "gmPZoXKYw2XITvfswuU62A=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html",
+ "hash": "LexcL10aIpkWAbKdEuRe8A=="
}
},
"is_incremental": false,
@@ -2885,11 +2897,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonGuildLeve.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html",
- "hash": "5M88GtL+F7hYjSBvy+076g=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html",
+ "hash": "oS4hScRE4IcbzSDW092aJA=="
}
},
"is_incremental": false,
@@ -2897,11 +2909,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.html",
- "hash": "coVo6SzY4bmG8R1MZ60jUQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html",
+ "hash": "X/bGc+p/Gqip9pZEdNGD8w=="
}
},
"is_incremental": false,
@@ -2909,11 +2921,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonHudLayoutWindow.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonHudLayoutWindow.html",
- "hash": "sXxgOt/7pvdSAxv6WEPWEw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html",
+ "hash": "oCEZlsZpnqTbQ4SkqQCb1Q=="
}
},
"is_incremental": false,
@@ -2921,11 +2933,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonJournalDetail.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html",
- "hash": "CEhtqifY9D9FHXw8N0RaVg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.html",
+ "hash": "o+S4HMhrSYwt6beEjIEFeg=="
}
},
"is_incremental": false,
@@ -2933,11 +2945,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonJournalResult.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonJournalResult.html",
- "hash": "HPP35YY5yBZ2vUYrqIz6gg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html",
+ "hash": "ZH4Av8xLIu3hGlUF4PJ7IQ=="
}
},
"is_incremental": false,
@@ -2945,11 +2957,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.html",
- "hash": "6r9YVr2acAMW0TjK2w6mZw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html",
+ "hash": "SZ0kzBiB2u4xQDqIQ/ynYg=="
}
},
"is_incremental": false,
@@ -2957,11 +2969,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.html",
- "hash": "j4P+h/MFB3+OljragDMjNw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html",
+ "hash": "+qknqq6MX9H6p5iR65Ywkw=="
}
},
"is_incremental": false,
@@ -2969,11 +2981,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.html",
- "hash": "Gz8y1Cu09NVOr/5xX7vsrw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html",
+ "hash": "XhK5tGMIvkjKH7Wz9IlUDg=="
}
},
"is_incremental": false,
@@ -2981,11 +2993,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.html",
- "hash": "3H+LY7dz5xjKqZaO13gt3A=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html",
+ "hash": "BgdAqB3OSUsjMMsiXCBxDQ=="
}
},
"is_incremental": false,
@@ -2993,11 +3005,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.html",
- "hash": "hVIcicLO3DEDQdPxUJmgzQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html",
+ "hash": "nuulCZ4MmndMt4yMQb29bw=="
}
},
"is_incremental": false,
@@ -3005,11 +3017,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html",
- "hash": "WG+kVBsGifnNeZlMTirgyg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html",
+ "hash": "dX0abKZhwcDbAL5afEs/KA=="
}
},
"is_incremental": false,
@@ -3017,11 +3029,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonRecipeNote.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html",
- "hash": "6V/ruShgL9CwhRjEIuWruQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.Graphics.html",
+ "hash": "AWNlw9d8WbAezN0qje+DLg=="
}
},
"is_incremental": false,
@@ -3029,11 +3041,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonRequest.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonRequest.html",
- "hash": "qV18vj8U/vy7k85bmapGnw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html",
+ "hash": "mlN19g0lOi22FlPd+BB5Fw=="
}
},
"is_incremental": false,
@@ -3041,11 +3053,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonSelectIconString.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Configuration.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonSelectIconString.html",
- "hash": "XR4KapizxzacOsUV1jOp+Q=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Configuration.html",
+ "hash": "JdkNvd3HjaweQ2bMfTkLZA=="
}
},
"is_incremental": false,
@@ -3053,11 +3065,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonSelectString.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonSelectString.html",
- "hash": "FakP6n0LDd3Ew2SnkEuxhA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html",
+ "hash": "ninWHOAY0J8i3qSQ0v924A=="
}
},
"is_incremental": false,
@@ -3065,11 +3077,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonSelectYesno.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Framework.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html",
- "hash": "lY39zw2V7dJuiU/cq5OxFw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Framework.html",
+ "hash": "LEbMmMdD8DRE8n8ldcebwg=="
}
},
"is_incremental": false,
@@ -3077,11 +3089,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonTalk.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonTalk.html",
- "hash": "6Bhcpe9HWdxI68YszWyA2w=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html",
+ "hash": "yGW6oCxS/PDRPZtC0vTp4A=="
}
},
"is_incremental": false,
@@ -3089,11 +3101,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html",
- "hash": "c4+knC/ZKVrjIIy6bj9HZw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.html",
+ "hash": "w1BknkTseOGb5ndtR0Q0ww=="
}
},
"is_incremental": false,
@@ -3101,11 +3113,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.html",
- "hash": "DK4DxdynctaIH1h0De4s5Q=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.html",
+ "hash": "eZd+ioJnhsb/oFNQPT78jQ=="
}
},
"is_incremental": false,
@@ -3113,11 +3125,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.html",
- "hash": "8ThR7zsmswLsAYsukq5vSg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html",
+ "hash": "Q1E5xssCjujoOaq7kK3ITQ=="
}
},
"is_incremental": false,
@@ -3125,11 +3137,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.String.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html",
- "hash": "ygnfftBdo4r86cwKJRHPXw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.System.String.html",
+ "hash": "wC9VCOou7QTjsGh9luKKCQ=="
}
},
"is_incremental": false,
@@ -3137,11 +3149,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html",
- "hash": "R59ZKMANJDFgiOf2ah8CGw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html",
+ "hash": "AU6YYdx/AOgEcidm2x7vSg=="
}
},
"is_incremental": false,
@@ -3149,11 +3161,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.html",
- "hash": "x+QVcfVe+RaEIo0uoX2wGw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html",
+ "hash": "tD234rc1d5ok2vco44AYZg=="
}
},
"is_incremental": false,
@@ -3161,11 +3173,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.RaptureAtkUnitManager.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.RaptureAtkUnitManager.html",
- "hash": "qoiJ8c6LQVF0dl220QtMJA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html",
+ "hash": "xNBO3QPQppjV3eYPwYLOYw=="
}
},
"is_incremental": false,
@@ -3173,11 +3185,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Client.UI.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Client.UI.html",
- "hash": "Iit3urOe7fq83r80wGKkyQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html",
+ "hash": "r+nb1sr+LrnOQI4hNlZVGA=="
}
},
"is_incremental": false,
@@ -3185,11 +3197,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Common.Configuration.ChangeEventInterface.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Common.Configuration.ChangeEventInterface.html",
- "hash": "Nf0nxe2m6KbfcsTw1DwKPA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html",
+ "hash": "lhoVPWJ9Jhd0fWVlV+5Tag=="
}
},
"is_incremental": false,
@@ -3197,11 +3209,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigBase.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigBase.html",
- "hash": "J1SB5pWUd4cAdgcSG28yWw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html",
+ "hash": "6PysfboAvItAo3PCNge8Ew=="
}
},
"is_incremental": false,
@@ -3209,11 +3221,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigEntry.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigEntry.html",
- "hash": "CAv4lJA38lILBXHkjxOgNw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html",
+ "hash": "tg5lRM4MlcSmXY4EqFcUTQ=="
}
},
"is_incremental": false,
@@ -3221,11 +3233,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.html",
- "hash": "9DUoIds1dcHmRHZsOMwx4A=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html",
+ "hash": "JGH8PU+S6BtCh5Xuj8OMxQ=="
}
},
"is_incremental": false,
@@ -3233,11 +3245,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigProperties.StringProperties.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigProperties.StringProperties.html",
- "hash": "nTaDJVpktDEvq9fM307TmQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.html",
+ "hash": "/OXZAVyGqnCkAH+FwxLi8g=="
}
},
"is_incremental": false,
@@ -3245,11 +3257,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.html",
- "hash": "O++m346GRd7MhSfSR/3XmQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.html",
+ "hash": "4kV5HdQAqk+ezTVzCSYULA=="
}
},
"is_incremental": false,
@@ -3257,11 +3269,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigProperties.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigProperties.html",
- "hash": "qkTsBzHQueaaq35IVpN4fQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html",
+ "hash": "kyhmMfmzgFG6w+GpzZ+BfA=="
}
},
"is_incremental": false,
@@ -3269,11 +3281,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigType.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigType.html",
- "hash": "uNCWuAIND26KEbg5D4rbHg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html",
+ "hash": "L22xZrIWzOckus+dnn8I5A=="
}
},
"is_incremental": false,
@@ -3281,11 +3293,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigValue.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Common.Configuration.ConfigValue.html",
- "hash": "GKdGPaT9ZGPeTilEKdCp4Q=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html",
+ "hash": "SC8T2bCQfmC/iZoeVlMhOA=="
}
},
"is_incremental": false,
@@ -3293,11 +3305,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Common.Configuration.SystemConfig.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Common.Configuration.SystemConfig.html",
- "hash": "gz/D2Yl/YcdF6yC5OLXKSw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html",
+ "hash": "EYbvUVa7yl/wOG2Vm33f5Q=="
}
},
"is_incremental": false,
@@ -3305,11 +3317,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Common.Configuration.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Common.Configuration.html",
- "hash": "1gIuBG+KZwfO9IMxCS9DOA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html",
+ "hash": "oXfoEE3G1EyjG+hEA16IPQ=="
}
},
"is_incremental": false,
@@ -3317,11 +3329,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AgentHudLayout.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AgentHudLayout.html",
- "hash": "54nNiU0uPNu88+GFHQM7Dw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html",
+ "hash": "4imFby2va2ttnOOT1whgsw=="
}
},
"is_incremental": false,
@@ -3329,11 +3341,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AgentInterface.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AgentInterface.html",
- "hash": "tp7fpR2ln5wL89GFXH2nEQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html",
+ "hash": "0/CAumD0z27vVUxHZOO1yg=="
}
},
"is_incremental": false,
@@ -3341,11 +3353,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkCollisionNode.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkCollisionNode.html",
- "hash": "Hz55fXQGSNiGwLRf1ksuIQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html",
+ "hash": "AOb3lG7UUuDZyrkMW8gURg=="
}
},
"is_incremental": false,
@@ -3353,11 +3365,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentBase.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentBase.html",
- "hash": "6HoKXX+T9qcBxh2e5vi8Rw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html",
+ "hash": "M+Z2OSWcXCZuJqCY7MGzCw=="
}
},
"is_incremental": false,
@@ -3365,11 +3377,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentButton.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentButton.html",
- "hash": "1MM0R97py6zUXoYJfOMReg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html",
+ "hash": "VySreWduVqixSKE2AP2Tpg=="
}
},
"is_incremental": false,
@@ -3377,11 +3389,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentCheckBox.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentCheckBox.html",
- "hash": "DDLWJG4NlvylSC1m0LZEIA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer.html",
+ "hash": "SsAn1E/kstwA4PVgTfjuaw=="
}
},
"is_incremental": false,
@@ -3389,11 +3401,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentDragDrop.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentDragDrop.html",
- "hash": "0PhOK0jVIg6bUxJEb+LtQA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html",
+ "hash": "W0VMCEoKJdCgL7NpQy/HpQ=="
}
},
"is_incremental": false,
@@ -3401,11 +3413,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentGaugeBar.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentGaugeBar.html",
- "hash": "xl6o22xWfTzvRZuq2d+nhw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html",
+ "hash": "RqRdRVX6L+Cypdf56X+MLQ=="
}
},
"is_incremental": false,
@@ -3413,11 +3425,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentGuildLeveCard.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentGuildLeveCard.html",
- "hash": "qpchTZdfCqfRr0pW2vOVHQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html",
+ "hash": "IbklKkFSp01/9wQhg/Fqhg=="
}
},
"is_incremental": false,
@@ -3425,11 +3437,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html",
- "hash": "DuWlJzqIX4r0OrV4tMkIUQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html",
+ "hash": "qdBFXw09iVlXMSRh5+GANw=="
}
},
"is_incremental": false,
@@ -3437,11 +3449,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentInputBase.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentInputBase.html",
- "hash": "yeZEEXp6sv3eCrVshOl4lg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html",
+ "hash": "3CUP+UFJZ5zi4D4HdW9o1g=="
}
},
"is_incremental": false,
@@ -3449,11 +3461,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentJournalCanvas.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentJournalCanvas.html",
- "hash": "HsDIGYFS+M0CsFnTD1+LVg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html",
+ "hash": "L1VEgiRhcdSIXYiBGOkp+g=="
}
},
"is_incremental": false,
@@ -3461,11 +3473,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentList.ListItem.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentList.ListItem.html",
- "hash": "nisaLWieKBGrDfMNNIHBOQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html",
+ "hash": "XV9p1wlGiUnl3vgSlZFjYA=="
}
},
"is_incremental": false,
@@ -3473,11 +3485,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentList.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentList.html",
- "hash": "TN8evcT3j96/IqvdDHTcSA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.html",
+ "hash": "CKRY8344sdr5zxbapwIs7g=="
}
},
"is_incremental": false,
@@ -3485,11 +3497,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentListItemRenderer.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentListItemRenderer.html",
- "hash": "MNunUrkdqbnxVeSXrdKoaA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html",
+ "hash": "K26nWw3yWGrNEzrf7ytXiA=="
}
},
"is_incremental": false,
@@ -3497,11 +3509,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentNode.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentNode.html",
- "hash": "rMgfG8ROBFMiLwdExlMu1w=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html",
+ "hash": "tecHA6g6ZDSInbGOXUTNjA=="
}
},
"is_incremental": false,
@@ -3509,11 +3521,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentRadioButton.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentRadioButton.html",
- "hash": "6PTl8efq8bEv1hu5OlNy+w=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html",
+ "hash": "Lxt36P22KAWV8Za0Y9KxNg=="
}
},
"is_incremental": false,
@@ -3521,11 +3533,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentScrollBar.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentScrollBar.html",
- "hash": "yEjZfK0gy5I0hAzyeasoaw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html",
+ "hash": "/7r5Zz942avegYLNSjyd8w=="
}
},
"is_incremental": false,
@@ -3533,11 +3545,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentSlider.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentSlider.html",
- "hash": "pgw/mn8T4GqwdAhwure7tA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html",
+ "hash": "MCO1/3KzqTdLkmYWI7EPbw=="
}
},
"is_incremental": false,
@@ -3545,11 +3557,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentTextInput.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentTextInput.html",
- "hash": "4Ts60Bb69CjxbH5zFmaJww=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html",
+ "hash": "qdBax6a9ERmAJBnmIeARgQ=="
}
},
"is_incremental": false,
@@ -3557,11 +3569,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentTreeList.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentTreeList.html",
- "hash": "AmGd4LVOjXBOO5deQ0iPEA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html",
+ "hash": "AqNVoikRX033TLy0fIZmWQ=="
}
},
"is_incremental": false,
@@ -3569,11 +3581,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentUnknownButton.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentUnknownButton.html",
- "hash": "TOunD9+2GvRsqRra8jtMEg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html",
+ "hash": "uFgHJL5iNexrvn2yq23GpA=="
}
},
"is_incremental": false,
@@ -3581,11 +3593,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentWindow.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkComponentWindow.html",
- "hash": "mQOGhtEdxTNQptw0Q9ScVA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html",
+ "hash": "fiR+cPALXno48zjVeGxrgA=="
}
},
"is_incremental": false,
@@ -3593,11 +3605,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkCounterNode.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkCounterNode.html",
- "hash": "6oz1ysyFveG/Aovb677qlA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html",
+ "hash": "HqnAmHQgYsEktAv+ZdyTsQ=="
}
},
"is_incremental": false,
@@ -3605,11 +3617,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkEventInterface.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkEventInterface.html",
- "hash": "RVNUfRpnJYyhH1VTiZGCZQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html",
+ "hash": "tjpkEVu21FtSz8J4omw8Yw=="
}
},
"is_incremental": false,
@@ -3617,11 +3629,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkEventListener.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkEventListener.html",
- "hash": "FVm0GxzYYCC1cCdfef4Asw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html",
+ "hash": "3spmamcgqjFZJAquwjzCZw=="
}
},
"is_incremental": false,
@@ -3629,11 +3641,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkEventTarget.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkEventTarget.html",
- "hash": "+GXcNGmp/8mRk0eJUMD1CA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html",
+ "hash": "pFrKHVGsLlDPkG20665BVw=="
}
},
"is_incremental": false,
@@ -3641,11 +3653,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkImageNode.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkImageNode.html",
- "hash": "oqgvXBSu8jy4SBTrnpZUHw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html",
+ "hash": "bNQV8/20FGE4mb9JStSF4w=="
}
},
"is_incremental": false,
@@ -3653,11 +3665,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkNineGridNode.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkNineGridNode.html",
- "hash": "GvpXe4/vjGI4do87EC+4SQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html",
+ "hash": "FN2a7rcY31nHEUKnaaiE8g=="
}
},
"is_incremental": false,
@@ -3665,11 +3677,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkResNode.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkResNode.html",
- "hash": "DJToEcttASsWe22ySI00yw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html",
+ "hash": "zSd2o28jggIOgWA0w1d+Mg=="
}
},
"is_incremental": false,
@@ -3677,11 +3689,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkStage.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkStage.html",
- "hash": "o98uHN53DxTYoj/s7T1AaQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html",
+ "hash": "q6xjlrcNZyMDuLU5/pNgjA=="
}
},
"is_incremental": false,
@@ -3689,11 +3701,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkTextNode.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkTextNode.html",
- "hash": "RR4Wjwdj+nUKf6P9C/1hKA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html",
+ "hash": "CB62+pm+SbduSn8aQuNb9g=="
}
},
"is_incremental": false,
@@ -3701,11 +3713,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkTexture.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkTexture.html",
- "hash": "ZfnSqfAJhuGDtOTsFJqI+g=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html",
+ "hash": "q0LJYM2NcMuInAQDrdZX2g=="
}
},
"is_incremental": false,
@@ -3713,11 +3725,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkUnitBase.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html",
- "hash": "a9/vEdkI9NIQnKaXfZ4WlQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html",
+ "hash": "f1jWV+9wOcM54J/HeZ/Aiw=="
}
},
"is_incremental": false,
@@ -3725,11 +3737,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkUnitList.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkUnitList.html",
- "hash": "gmx/vrJS+urQOa4NMfPkeQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html",
+ "hash": "PDUm5JspmQKBe9LtaQSi9Q=="
}
},
"is_incremental": false,
@@ -3737,11 +3749,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.AtkUnitManager.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html",
- "hash": "92xoniueH7NyZcbWZUFnuw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html",
+ "hash": "o2/sSSIhlWKa2aT8vXj4Pw=="
}
},
"is_incremental": false,
@@ -3749,11 +3761,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.CollisionType.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.CollisionType.html",
- "hash": "Oo2fMv0za9LjqUMqQbTZ4Q=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html",
+ "hash": "unHkP7mMAESfUUzg1qTmsw=="
}
},
"is_incremental": false,
@@ -3761,11 +3773,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ComponentType.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ComponentType.html",
- "hash": "YVtEpopzm5ZECqch7nF9Lg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html",
+ "hash": "ksAgxn1syIuCqJPdzRHLGQ=="
}
},
"is_incremental": false,
@@ -3773,11 +3785,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.IconComponentFlags.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.IconComponentFlags.html",
- "hash": "DeKGU3E+QP3Jn5d/UyxYTA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html",
+ "hash": "irJr+efvOtWpNmwLHIStlA=="
}
},
"is_incremental": false,
@@ -3785,11 +3797,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ImageNodeFlags.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ImageNodeFlags.html",
- "hash": "eRZ2XO9Nrruv09qiW+I2cQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html",
+ "hash": "w6Lmhft7LCjbVfIM/tiwGQ=="
}
},
"is_incremental": false,
@@ -3797,11 +3809,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.NodeFlags.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.NodeFlags.html",
- "hash": "I750kS8KITBWeqDevpVQEQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Client.UI.html",
+ "hash": "M8Di+4arju5XVWyhm7YBVA=="
}
},
"is_incremental": false,
@@ -3809,11 +3821,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.NodeType.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.NodeType.html",
- "hash": "5kNfCCuCFxoB83zve6WBiw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html",
+ "hash": "oKSRhKcdaxheB7LLpPCAww=="
}
},
"is_incremental": false,
@@ -3821,11 +3833,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.TextFlags.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.TextFlags.html",
- "hash": "Xzl4+yWe95hB+KZQvn/4eA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html",
+ "hash": "s7k7SKSS52WSBaOaMUeWKA=="
}
},
"is_incremental": false,
@@ -3833,11 +3845,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.TextFlags2.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.TextFlags2.html",
- "hash": "5nUjE701EyJ7X7FQWYVx4A=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html",
+ "hash": "Vg8FeYHeCac72fBWBA+zaw=="
}
},
"is_incremental": false,
@@ -3845,11 +3857,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.TextureResource.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.TextureResource.html",
- "hash": "zCCzpiThyPgshzewiyLmOw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html",
+ "hash": "dcS+eio61rAJQjz+KVMyNg=="
}
},
"is_incremental": false,
@@ -3857,11 +3869,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.TextureType.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.TextureType.html",
- "hash": "Ed9LYrEiQswdy7hJDWBviw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.html",
+ "hash": "pdztW9DIfgVcBEgS8h6BXg=="
}
},
"is_incremental": false,
@@ -3869,11 +3881,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.AlignmentType.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.AlignmentType.html",
- "hash": "GrJTsuEcjtaL0bcbsjVURQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html",
+ "hash": "MzTbeFBHcmGSfs8TsI3VnA=="
}
},
"is_incremental": false,
@@ -3881,11 +3893,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.html",
- "hash": "fFpfpxoqMQoeg7wnuzrMdg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html",
+ "hash": "NZ1Yk1wt0d/7X+KdFoi/yw=="
}
},
"is_incremental": false,
@@ -3893,11 +3905,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.html",
- "hash": "C0b5D188FCUX5glxZ+0e9w=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html",
+ "hash": "pmkTzUqE7KwNBDW5l1myXA=="
}
},
"is_incremental": false,
@@ -3905,11 +3917,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.html",
- "hash": "KkTFFtpoPMbeQJseK4Cgiw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html",
+ "hash": "EngUt1lExbagIhR6Zqw4sg=="
}
},
"is_incremental": false,
@@ -3917,11 +3929,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.html",
- "hash": "2zY9/GUapW3KnXFQS7+Qlg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.html",
+ "hash": "KRqb+TLiIw+SqhiJlcem5A=="
}
},
"is_incremental": false,
@@ -3929,11 +3941,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.html",
- "hash": "/trmPSu1YuGRjCCl7EnTPg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Common.Configuration.html",
+ "hash": "W0pygk6+0fpXARIRYMyd0Q=="
}
},
"is_incremental": false,
@@ -3941,11 +3953,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop.html",
- "hash": "+cuFEYxYGp5keV2upF65vQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html",
+ "hash": "sYuK/n3N+oAiBWGZcTQYyQ=="
}
},
"is_incremental": false,
@@ -3953,11 +3965,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList.html",
- "hash": "eVT5BPros0pC2DwUorixwg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html",
+ "hash": "snb9/Z7BFgTo35v62/wxPw=="
}
},
"is_incremental": false,
@@ -3965,11 +3977,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.html",
- "hash": "rJJM3qRvTikXWRs22Klacw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html",
+ "hash": "Vxpjhrkjge3aZmRhLj9tgg=="
}
},
"is_incremental": false,
@@ -3977,11 +3989,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard.html",
- "hash": "SHTdC98u4Yyj6+/CxY+LWA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html",
+ "hash": "Tch1MEuvIO3ZE2Dybublsg=="
}
},
"is_incremental": false,
@@ -3989,11 +4001,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon.html",
- "hash": "sftcoZLbBOkXDbQVO+ojNQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html",
+ "hash": "bT2xPzIVxcZef618aO0sQw=="
}
},
"is_incremental": false,
@@ -4001,11 +4013,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText.html",
- "hash": "u3y30lsfmH8jkdO6dHoPww=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html",
+ "hash": "8yqziGPwhceWnCEpw7Rz0w=="
}
},
"is_incremental": false,
@@ -4013,11 +4025,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase.html",
- "hash": "3V/3QVorftCTDZirYl51wQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html",
+ "hash": "7ug2EnpsCCZ32bM02FKARQ=="
}
},
"is_incremental": false,
@@ -4025,11 +4037,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.html",
- "hash": "fh14vSGTzex9ZprWg9uhaQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.html",
+ "hash": "UR0X4cDVJYtZ+efwIKXrWA=="
}
},
"is_incremental": false,
@@ -4037,11 +4049,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.html",
- "hash": "miHgRjQhYD7L3tMS6q5zoQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html",
+ "hash": "rMGWAasnUt8IXhRxpZQMvg=="
}
},
"is_incremental": false,
@@ -4049,11 +4061,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.html",
- "hash": "XV58reIIfIKPl5ps0vA+CQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.html",
+ "hash": "tgzo8pAZk6FysKyShGCo5A=="
}
},
"is_incremental": false,
@@ -4061,11 +4073,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap.html",
- "hash": "pJphagq5FwprCaPiELhoqQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.html",
+ "hash": "HAJ5ofTUeM4uE39hB2Gtzg=="
}
},
"is_incremental": false,
@@ -4073,11 +4085,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose.html",
- "hash": "18dkRP2EdBwAW0Pprw+7qg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html",
+ "hash": "CS2H8RpXr83X1wGx/luzFw=="
}
},
"is_incremental": false,
@@ -4085,11 +4097,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.html",
- "hash": "fsF68qPmEYZyBUur/PJTzg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html",
+ "hash": "3CFKNCZIlI/L0l2IvGHlxw=="
}
},
"is_incremental": false,
@@ -4097,11 +4109,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview.html",
- "hash": "tucIrfflRAuWLPHlrUY/sw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.html",
+ "hash": "K3ZjtMGeZVvcdbmIMmQGUQ=="
}
},
"is_incremental": false,
@@ -4109,11 +4121,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.html",
- "hash": "h92j7BBhK7h1YB9gN/0hiA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.html",
+ "hash": "Lw9gbAKZEWJrFznrOjbodg=="
}
},
"is_incremental": false,
@@ -4121,11 +4133,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.html",
- "hash": "M1dI5Y/SOpAJltrsea8Dng=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html",
+ "hash": "/Dy109xt7pGOHmW5Tuo38g=="
}
},
"is_incremental": false,
@@ -4133,11 +4145,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.html",
- "hash": "6gQjhojpc9Y+OMcTjrNjug=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html",
+ "hash": "zslCObcKpz5N9LP47TGDjw=="
}
},
"is_incremental": false,
@@ -4145,11 +4157,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.html",
- "hash": "8PEgyoI9YMW8kbcPso1CwQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html",
+ "hash": "Agle0wBtGZCuTATFNFKCXQ=="
}
},
"is_incremental": false,
@@ -4157,11 +4169,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html",
- "hash": "xVTjI3BkxKoFGVBNeLrr4Q=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.html",
+ "hash": "T+K9Tr7f5Ge241siGEn8HQ=="
}
},
"is_incremental": false,
@@ -4169,11 +4181,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.html",
- "hash": "HfKPmYnM5SBMaJK4QlL8JA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.html",
+ "hash": "4miZ8UXeH8TPa8/L0/Bl6Q=="
}
},
"is_incremental": false,
@@ -4181,11 +4193,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.html",
- "hash": "oe7RqWspa98kLsgmWN4E0g=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.html",
+ "hash": "JRGLoohBqy819fjLR/ut7w=="
}
},
"is_incremental": false,
@@ -4193,11 +4205,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.html",
- "hash": "qOKHzw/Sh0zTdCYxDBWsAg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html",
+ "hash": "p2Zx0XeM6HAt+6O0+MDP9Q=="
}
},
"is_incremental": false,
@@ -4205,11 +4217,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.html",
- "hash": "HlMf5S4osOBr7mrEmthESg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.html",
+ "hash": "mWiiAd2v0eHaqZ7NODcrSw=="
}
},
"is_incremental": false,
@@ -4217,11 +4229,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo.html",
- "hash": "I/15YDf6bnwx/2wdJ4RnRA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.html",
+ "hash": "PVzK3eLHsQe2VgitqhTi/w=="
}
},
"is_incremental": false,
@@ -4229,11 +4241,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDData.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html",
- "hash": "qTA4CyQJwylxBRx0iOTotg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.html",
+ "hash": "4ag9/TP+xvvtzDnGbysmfA=="
}
},
"is_incremental": false,
@@ -4241,11 +4253,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.html",
- "hash": "CDChGzZZi0PoFyNYbuAwQA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html",
+ "hash": "Ksbub00x6+NjgsgZbXH3mw=="
}
},
"is_incremental": false,
@@ -4253,11 +4265,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDPart.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDPart.html",
- "hash": "xTRF2B67TplPHhuvq5zU+Q=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html",
+ "hash": "dh1QFvhs487X5qGHiYxJ1Q=="
}
},
"is_incremental": false,
@@ -4265,11 +4277,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.html",
- "hash": "z3ZMOdlfmgC8sWsdItJdsA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html",
+ "hash": "SMI28IQY67r3fbKGIyKM+g=="
}
},
"is_incremental": false,
@@ -4277,11 +4289,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDTexture.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDTexture.html",
- "hash": "xAtSiKoqjEXujqdycJE5/A=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html",
+ "hash": "pf2DIdjJzUHLwtUAPCYQtg=="
}
},
"is_incremental": false,
@@ -4289,11 +4301,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.html",
- "hash": "PaJ6sAZ8tESNSdizoPZbow=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html",
+ "hash": "v1nQXzFZHuhiisM03cSxoQ=="
}
},
"is_incremental": false,
@@ -4301,11 +4313,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.ULD.html",
- "hash": "Ikc2AwoXPQfvqTwhoQcHTQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html",
+ "hash": "YS3dIvxURac/cq6XTGjZkw=="
}
},
"is_incremental": false,
@@ -4313,11 +4325,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Component.GUI.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Component.GUI.html",
- "hash": "6oCU2Wf4tgN+AAti7KlpUQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html",
+ "hash": "nl0GTGZTkpOr/hx7RjQXLw=="
}
},
"is_incremental": false,
@@ -4325,11 +4337,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.FFXIVByteColor.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.FFXIVByteColor.html",
- "hash": "TkdFnWpkRTR1k6XhmjJgTg=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html",
+ "hash": "ZXhLXXf9rERNp21ruA7wHA=="
}
},
"is_incremental": false,
@@ -4337,11 +4349,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.FFXIVString.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.FFXIVString.html",
- "hash": "NZGubnnL+av0CTFWN88hQw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html",
+ "hash": "8LlQYTNAlePIWV+P3n7hnA=="
}
},
"is_incremental": false,
@@ -4349,11 +4361,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Group.Buff.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Group.Buff.html",
- "hash": "N8HLz5FQrZBxvMgGoNwYCw=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html",
+ "hash": "H+CSYKQxJ8PfPqmyFckFhw=="
}
},
"is_incremental": false,
@@ -4361,11 +4373,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Group.BuffList.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Group.BuffList.html",
- "hash": "nEMgByZvrsn15IWCxaMj4g=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html",
+ "hash": "e4QQ9B340FC60f2TmgTptg=="
}
},
"is_incremental": false,
@@ -4373,11 +4385,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Group.GroupManager.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Group.GroupManager.html",
- "hash": "4fP1EGf2CH/34YdnvQgHFQ=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html",
+ "hash": "jvj1x1gao8O11fwtajFtUw=="
}
},
"is_incremental": false,
@@ -4385,11 +4397,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Group.PartyMember.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Group.PartyMember.html",
- "hash": "04ikbcMROFjp+6gX/Sty6A=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html",
+ "hash": "t35wY8o9gIaw0/O4dbTyyw=="
}
},
"is_incremental": false,
@@ -4397,11 +4409,11 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.Group.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.Group.html",
- "hash": "AOv6+GB8I8mvZWaf1mL4dA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html",
+ "hash": "7XdjQIFVc1DhzGrDFKvz4w=="
}
},
"is_incremental": false,
@@ -4409,11 +4421,1115 @@
},
{
"type": "ManagedReference",
- "source_relative_path": "api/FFXIVClientStructs.yml",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.yml",
"output": {
".html": {
- "relative_path": "api/FFXIVClientStructs.html",
- "hash": "8I+YKIr0CXauGFsmzmuBfA=="
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html",
+ "hash": "3HsM85INGMJWgeCp2x9i6w=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html",
+ "hash": "dvGG+2jFR1Wbk0vCiQU9+g=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html",
+ "hash": "cYu5uXgN5FQlAOcldYq/nA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html",
+ "hash": "FR7Y8yX4PX1RF/FZ42oBEQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html",
+ "hash": "YbR1OLlc00Gf0vbbzgrQQA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html",
+ "hash": "hnqHDAvboX7RK224/PUZcA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html",
+ "hash": "eJqgPWVDHqMBB1Qi79+yyw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html",
+ "hash": "0ZhpWqMD1HKZR4wXcaDswg=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html",
+ "hash": "yqo1wbuA96ZggZD+bkapxg=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html",
+ "hash": "d/3otqnBateeo+wYZOUjMw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html",
+ "hash": "Q00K046H9D2//d0O8tmr0Q=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html",
+ "hash": "ZZXl56DA4rmAQQn/O59MTQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html",
+ "hash": "rZFoSfKNTvGeF6y4ewIi6Q=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html",
+ "hash": "yDS4LxkFqeSuOHCbIDld/w=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html",
+ "hash": "7EvkkAvqnTlb8ZeDp9cMzQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html",
+ "hash": "+QDWjIA8Kwe1+uRo8TYbNQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html",
+ "hash": "4PmlHtXTkvqc5L14YQEgSg=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html",
+ "hash": "Q4mj+feUaOMvtIdbNqdk7w=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html",
+ "hash": "ftCNv/U4q0oqNhn0nhNgmA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html",
+ "hash": "G7VQyMKOJZntCJ/R63kPVw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html",
+ "hash": "Hh++tFA6PjqW3rC22YMGvQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html",
+ "hash": "MrZ4SbVrI8YPQcuGc2zDJg=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html",
+ "hash": "zIqS0S0pzDg9rFiu6gWJsw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html",
+ "hash": "NXv9ZqLFVgTJXEvAKtvsfQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html",
+ "hash": "xIPiDUbVanrPjf3bGidPtg=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html",
+ "hash": "jDXJSP/5ksA6UTmehCr0gQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html",
+ "hash": "Dhxu1+0FENMM+X4fe8Mw9g=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html",
+ "hash": "Hmme+k9nELbsfE70V3oQVw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html",
+ "hash": "Zvh8vpQxSQ8/eYBzFfi8gQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html",
+ "hash": "8jevdADQQ1043uufOj0EdQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html",
+ "hash": "Z1Gd2I821N6zwiC38ghgNQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html",
+ "hash": "1JyzXID33YhaieDeXcIkkQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html",
+ "hash": "ujCmSHlB0FeqDPCJ7MUZ3Q=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html",
+ "hash": "INUERIAhfUQO8pzdt8549g=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html",
+ "hash": "cmI+UNKA7mASyd/Bc+hDFQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html",
+ "hash": "2gku4ECj8PmWXa8OiU4eeQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html",
+ "hash": "2hJhEE2H/YcwvrabvgEarQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html",
+ "hash": "IGgaZwLbc1LlA5ZRZ+2rFg=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html",
+ "hash": "LAWUzezIvuaaZZCH9dT0TA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html",
+ "hash": "SbIxV1OHCL3Cwj77NULujQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html",
+ "hash": "XhRlXnJPSuulOJaT+Ys0dQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html",
+ "hash": "8ZTKI6JSwm+UF8utIm+yUg=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html",
+ "hash": "lszomuBAE7tk9Kc3Mrez0Q=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html",
+ "hash": "yskvlBs4IXWovacZtw5KxA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.html",
+ "hash": "upWO3RivWEnSJievKowL9A=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html",
+ "hash": "G0zUGU6/WHp/X3S6zKQt7w=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.html",
+ "hash": "3HgxqDaNfHsVQU03bbz5Qw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.html",
+ "hash": "aKmbbfFkyQa+NoQkiXNJWg=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html",
+ "hash": "VX63qqIIZHFsasfk58SGvw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.html",
+ "hash": "4NrsUOZa0PYfdycnEnFTSQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.html",
+ "hash": "aHSq8L6izM63tl4PXdSEiQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.html",
+ "hash": "67dAt+/wHMk3kqYTnzDybw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.html",
+ "hash": "s5cfNiu/aq9HtWGCXdRgag=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html",
+ "hash": "tHcR+GKzQMJKadGK2ruv+Q=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.html",
+ "hash": "lgtRjnWK/LkRm5lkLA24xw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.html",
+ "hash": "FVE/BS8y/6bhsHCckJ6TGA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.html",
+ "hash": "MesFukMauQ8ljxKt4g3OqQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.html",
+ "hash": "EFnoOusu2J2ZUy6+WMtUMQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.html",
+ "hash": "MkKhvmy42jYXook46OPIVQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.html",
+ "hash": "xTcoT5K9jbYhRHvRByORGQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.html",
+ "hash": "2+3ZokqCpLGBT+BQVinPzg=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.html",
+ "hash": "5tVx7jz6Ya80joy+Z9qt5w=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.html",
+ "hash": "lDEQ3AMZ4VEYfNjJcVTiZQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.html",
+ "hash": "mWxR7uX0NsjNqdMh+yGWAA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.html",
+ "hash": "bkktbB3kG8ajaj5knvKcsw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.html",
+ "hash": "pKQ8cdaUoVfqH/yujbjX6A=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.html",
+ "hash": "4qTMDNKbr84WWDvKMcISSw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.html",
+ "hash": "Ei0r/CLvjlrMWJai6Bk/YQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.html",
+ "hash": "4h7s5QoW1so0+lPkdWFVlA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.html",
+ "hash": "p/YYI3v7kMfi4dMnFMCfTg=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html",
+ "hash": "3iUG5fMaPF6ylsDFkaZ4/w=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.html",
+ "hash": "OyQkV/M9KqSxdiRoX4I22A=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.html",
+ "hash": "+EgOvluwMA/l7p2RBSgvBA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.html",
+ "hash": "zLKdPlk830/I+QimuWzG0Q=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.html",
+ "hash": "0KoAz//REMKKPOy3HDhSUw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html",
+ "hash": "xf5DR1n2YkwH09sTjX7K/g=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.html",
+ "hash": "6Ehl2RmXcN9f+4de9zlfug=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.html",
+ "hash": "rGNlTzjyVuG7JBsc7ht/PA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.html",
+ "hash": "6YkfCTIrnnoI9Woq3vAXpw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.html",
+ "hash": "uVxiNTZK41QBcHQ7yhFsbA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.html",
+ "hash": "oH3T/5CTOXAi82fpAchPTQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.html",
+ "hash": "sUOfdhkjkgKqEWYdYf4cPg=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html",
+ "hash": "toDYBKNbT80A5Y+UxQimww=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Component.GUI.html",
+ "hash": "G2PvXCY4me1Jomxv6n7O2Q=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Group.Buff.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Group.Buff.html",
+ "hash": "a3sewIPMwwZs6Js4sHd9xA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Group.BuffList.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Group.BuffList.html",
+ "hash": "9DrPyRffIbzmq/IDavwwLA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Group.GroupManager.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Group.GroupManager.html",
+ "hash": "eG3kNSsMNVKfL55FHudkJw=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Group.PartyMember.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Group.PartyMember.html",
+ "hash": "DZIiwtur6UwKQfA4ZNcN9A=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.FFXIV.Group.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.FFXIV.Group.html",
+ "hash": "jP8PDsvQ8Tvjn31dC+zOIQ=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.STD.NoExportAttribute.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.STD.NoExportAttribute.html",
+ "hash": "aEabKQDeSDfnc/B+Bb8UmA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.STD.PointerVector-1.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.STD.PointerVector-1.html",
+ "hash": "8MrqsARXBZoD2+iYShEKeg=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.STD.Vector-1.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.STD.Vector-1.html",
+ "hash": "y6QrS2JlePA+5IH4TTTcRA=="
+ }
+ },
+ "is_incremental": false,
+ "version": ""
+ },
+ {
+ "type": "ManagedReference",
+ "source_relative_path": "api/FFXIVClientStructs.STD.yml",
+ "output": {
+ ".html": {
+ "relative_path": "api/FFXIVClientStructs.STD.html",
+ "hash": "c1n5k2HxaxkJtV2cS8O1uA=="
}
},
"is_incremental": false,
@@ -5721,7 +6837,7 @@
"output": {
".html": {
"relative_path": "api/ImGuiNET.RangeAccessor-1.html",
- "hash": "nygt8Bin6IvlEkkXH/m9sw=="
+ "hash": "8FqTYpxQ95rhsbS76BISsg=="
}
},
"is_incremental": false,
@@ -5745,7 +6861,7 @@
"output": {
".html": {
"relative_path": "api/ImGuiNET.RangePtrAccessor-1.html",
- "hash": "exLNvFfGTe+dzNKy5gqBSg=="
+ "hash": "n18cPhEh+dTGwgvc95gTHg=="
}
},
"is_incremental": false,
@@ -5985,7 +7101,7 @@
"output": {
".html": {
"relative_path": "api/ImGuiScene.ImGui_Input_Impl_Direct.html",
- "hash": "Rr8vKcR0bVbZb0aWzlbYUQ=="
+ "hash": "HTeZ6cT4OzvMzEPXo7fBvw=="
}
},
"is_incremental": false,
@@ -6009,7 +7125,7 @@
"output": {
".html": {
"relative_path": "api/ImGuiScene.RawDX11Scene.BuildUIDelegate.html",
- "hash": "YpsMcyHTL1id2tb/aL6GXw=="
+ "hash": "ItGJRdWxHpc2i8aBtPNhoQ=="
}
},
"is_incremental": false,
@@ -6021,7 +7137,7 @@
"output": {
".html": {
"relative_path": "api/ImGuiScene.RawDX11Scene.NewInputFrameDelegate.html",
- "hash": "oqYVkpulyuNEr6uJ0l+/zQ=="
+ "hash": "eFnmoD4htkl0WKJdwKs5JA=="
}
},
"is_incremental": false,
@@ -6033,7 +7149,7 @@
"output": {
".html": {
"relative_path": "api/ImGuiScene.RawDX11Scene.NewRenderFrameDelegate.html",
- "hash": "Dk+w5ZauAw2strH83OvdwA=="
+ "hash": "id2JzSlE8NYzwvxCNUjR0Q=="
}
},
"is_incremental": false,
@@ -6045,7 +7161,7 @@
"output": {
".html": {
"relative_path": "api/ImGuiScene.RawDX11Scene.html",
- "hash": "QXaU+o+xOIRPJva1iax0ag=="
+ "hash": "Pgr/1sgTQ/X4oGDloPp2aA=="
}
},
"is_incremental": false,
@@ -8373,7 +9489,7 @@
"output": {
".html": {
"relative_path": "api/toc.html",
- "hash": "m+A3/bMpVKieQd/jAdAAnA=="
+ "hash": "mRdhYGjllKZcoCbcSSfH9Q=="
}
},
"is_incremental": false,
@@ -8405,13 +9521,13 @@
"can_incremental": true,
"incrementalPhase": "build",
"total_file_count": 3,
- "skipped_file_count": 2
+ "skipped_file_count": 3
},
"ManagedReferenceDocumentProcessor": {
"can_incremental": true,
"incrementalPhase": "build",
- "total_file_count": 695,
- "skipped_file_count": 596
+ "total_file_count": 788,
+ "skipped_file_count": 530
},
"TocDocumentProcessor": {
"can_incremental": false,
diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml
index d792d7f1c..b891da738 100644
--- a/docs/xrefmap.yml
+++ b/docs/xrefmap.yml
@@ -181,6 +181,32 @@ references:
isSpec: "True"
fullName: Dalamud.Dalamud.Dispose
nameWithType: Dalamud.Dispose
+- uid: Dalamud.Dalamud.DisposePlugins
+ name: DisposePlugins()
+ href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_DisposePlugins
+ commentId: M:Dalamud.Dalamud.DisposePlugins
+ fullName: Dalamud.Dalamud.DisposePlugins()
+ nameWithType: Dalamud.DisposePlugins()
+- uid: Dalamud.Dalamud.DisposePlugins*
+ name: DisposePlugins
+ href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_DisposePlugins_
+ commentId: Overload:Dalamud.Dalamud.DisposePlugins
+ isSpec: "True"
+ fullName: Dalamud.Dalamud.DisposePlugins
+ nameWithType: Dalamud.DisposePlugins
+- uid: Dalamud.Dalamud.LoadPluginSystem
+ name: LoadPluginSystem()
+ href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_LoadPluginSystem
+ commentId: M:Dalamud.Dalamud.LoadPluginSystem
+ fullName: Dalamud.Dalamud.LoadPluginSystem()
+ nameWithType: Dalamud.LoadPluginSystem()
+- uid: Dalamud.Dalamud.LoadPluginSystem*
+ name: LoadPluginSystem
+ href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_LoadPluginSystem_
+ commentId: Overload:Dalamud.Dalamud.LoadPluginSystem
+ isSpec: "True"
+ fullName: Dalamud.Dalamud.LoadPluginSystem
+ nameWithType: Dalamud.LoadPluginSystem
- uid: Dalamud.Dalamud.Start
name: Start()
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_Start
@@ -194,6 +220,19 @@ references:
isSpec: "True"
fullName: Dalamud.Dalamud.Start
nameWithType: Dalamud.Start
+- uid: Dalamud.Dalamud.StartSubsystems
+ name: StartSubsystems()
+ href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_StartSubsystems
+ commentId: M:Dalamud.Dalamud.StartSubsystems
+ fullName: Dalamud.Dalamud.StartSubsystems()
+ nameWithType: Dalamud.StartSubsystems()
+- uid: Dalamud.Dalamud.StartSubsystems*
+ name: StartSubsystems
+ href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_StartSubsystems_
+ commentId: Overload:Dalamud.Dalamud.StartSubsystems
+ isSpec: "True"
+ fullName: Dalamud.Dalamud.StartSubsystems
+ nameWithType: Dalamud.StartSubsystems
- uid: Dalamud.Dalamud.Unload
name: Unload()
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_Unload
@@ -4854,6 +4893,12 @@ references:
commentId: T:Dalamud.Game.Internal.Framework.OnDestroyDelegate
fullName: Dalamud.Game.Internal.Framework.OnDestroyDelegate
nameWithType: Framework.OnDestroyDelegate
+- uid: Dalamud.Game.Internal.Framework.OnRealDestroyDelegate
+ name: Framework.OnRealDestroyDelegate
+ href: api/Dalamud.Game.Internal.Framework.OnRealDestroyDelegate.html
+ commentId: T:Dalamud.Game.Internal.Framework.OnRealDestroyDelegate
+ fullName: Dalamud.Game.Internal.Framework.OnRealDestroyDelegate
+ nameWithType: Framework.OnRealDestroyDelegate
- uid: Dalamud.Game.Internal.Framework.OnUpdateDelegate
name: Framework.OnUpdateDelegate
href: api/Dalamud.Game.Internal.Framework.OnUpdateDelegate.html
@@ -21283,6 +21328,19 @@ references:
commentId: E:Dalamud.Interface.UiBuilder.OnOpenConfigUi
fullName: Dalamud.Interface.UiBuilder.OnOpenConfigUi
nameWithType: UiBuilder.OnOpenConfigUi
+- uid: Dalamud.Interface.UiBuilder.OverrideGameCursor
+ name: OverrideGameCursor
+ href: api/Dalamud.Interface.UiBuilder.html#Dalamud_Interface_UiBuilder_OverrideGameCursor
+ commentId: P:Dalamud.Interface.UiBuilder.OverrideGameCursor
+ fullName: Dalamud.Interface.UiBuilder.OverrideGameCursor
+ nameWithType: UiBuilder.OverrideGameCursor
+- uid: Dalamud.Interface.UiBuilder.OverrideGameCursor*
+ name: OverrideGameCursor
+ href: api/Dalamud.Interface.UiBuilder.html#Dalamud_Interface_UiBuilder_OverrideGameCursor_
+ commentId: Overload:Dalamud.Interface.UiBuilder.OverrideGameCursor
+ isSpec: "True"
+ fullName: Dalamud.Interface.UiBuilder.OverrideGameCursor
+ nameWithType: UiBuilder.OverrideGameCursor
- uid: Dalamud.Interface.UiBuilder.RebuildFonts
name: RebuildFonts()
href: api/Dalamud.Interface.UiBuilder.html#Dalamud_Interface_UiBuilder_RebuildFonts
@@ -23109,7542 +23167,11238 @@ references:
isSpec: "True"
fullName: Dalamud.Util.ShowObject
nameWithType: Util.ShowObject
-- uid: FFXIVClientStructs
- name: FFXIVClientStructs
- href: api/FFXIVClientStructs.html
- commentId: N:FFXIVClientStructs
- fullName: FFXIVClientStructs
- nameWithType: FFXIVClientStructs
-- uid: FFXIVClientStructs.Client.Game.Character
- name: FFXIVClientStructs.Client.Game.Character
- href: api/FFXIVClientStructs.Client.Game.Character.html
- commentId: N:FFXIVClientStructs.Client.Game.Character
- fullName: FFXIVClientStructs.Client.Game.Character
- nameWithType: FFXIVClientStructs.Client.Game.Character
-- uid: FFXIVClientStructs.Client.Game.Character.BattleChara
+- uid: FFXIVClientStructs.Attributes
+ name: FFXIVClientStructs.Attributes
+ href: api/FFXIVClientStructs.Attributes.html
+ commentId: N:FFXIVClientStructs.Attributes
+ fullName: FFXIVClientStructs.Attributes
+ nameWithType: FFXIVClientStructs.Attributes
+- uid: FFXIVClientStructs.Attributes.Addon
+ name: Addon
+ href: api/FFXIVClientStructs.Attributes.Addon.html
+ commentId: T:FFXIVClientStructs.Attributes.Addon
+ fullName: FFXIVClientStructs.Attributes.Addon
+ nameWithType: Addon
+- uid: FFXIVClientStructs.Attributes.Addon.#ctor(System.String[])
+ name: Addon(String[])
+ href: api/FFXIVClientStructs.Attributes.Addon.html#FFXIVClientStructs_Attributes_Addon__ctor_System_String___
+ commentId: M:FFXIVClientStructs.Attributes.Addon.#ctor(System.String[])
+ name.vb: Addon(String())
+ fullName: FFXIVClientStructs.Attributes.Addon.Addon(System.String[])
+ fullName.vb: FFXIVClientStructs.Attributes.Addon.Addon(System.String())
+ nameWithType: Addon.Addon(String[])
+ nameWithType.vb: Addon.Addon(String())
+- uid: FFXIVClientStructs.Attributes.Addon.#ctor*
+ name: Addon
+ href: api/FFXIVClientStructs.Attributes.Addon.html#FFXIVClientStructs_Attributes_Addon__ctor_
+ commentId: Overload:FFXIVClientStructs.Attributes.Addon.#ctor
+ isSpec: "True"
+ fullName: FFXIVClientStructs.Attributes.Addon.Addon
+ nameWithType: Addon.Addon
+- uid: FFXIVClientStructs.Attributes.Addon.AddonIdentifiers
+ name: AddonIdentifiers
+ href: api/FFXIVClientStructs.Attributes.Addon.html#FFXIVClientStructs_Attributes_Addon_AddonIdentifiers
+ commentId: P:FFXIVClientStructs.Attributes.Addon.AddonIdentifiers
+ fullName: FFXIVClientStructs.Attributes.Addon.AddonIdentifiers
+ nameWithType: Addon.AddonIdentifiers
+- uid: FFXIVClientStructs.Attributes.Addon.AddonIdentifiers*
+ name: AddonIdentifiers
+ href: api/FFXIVClientStructs.Attributes.Addon.html#FFXIVClientStructs_Attributes_Addon_AddonIdentifiers_
+ commentId: Overload:FFXIVClientStructs.Attributes.Addon.AddonIdentifiers
+ isSpec: "True"
+ fullName: FFXIVClientStructs.Attributes.Addon.AddonIdentifiers
+ nameWithType: Addon.AddonIdentifiers
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Character
+ name: FFXIVClientStructs.FFXIV.Client.Game.Character
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.Game.Character
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Character
+ nameWithType: FFXIVClientStructs.FFXIV.Client.Game.Character
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara
name: BattleChara
- href: api/FFXIVClientStructs.Client.Game.Character.BattleChara.html
- commentId: T:FFXIVClientStructs.Client.Game.Character.BattleChara
- fullName: FFXIVClientStructs.Client.Game.Character.BattleChara
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara
nameWithType: BattleChara
-- uid: FFXIVClientStructs.Client.Game.Character.BattleChara.Character
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.Character
name: Character
- href: api/FFXIVClientStructs.Client.Game.Character.BattleChara.html#FFXIVClientStructs_Client_Game_Character_BattleChara_Character
- commentId: F:FFXIVClientStructs.Client.Game.Character.BattleChara.Character
- fullName: FFXIVClientStructs.Client.Game.Character.BattleChara.Character
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.html#FFXIVClientStructs_FFXIV_Client_Game_Character_BattleChara_Character
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.Character
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.BattleChara.Character
nameWithType: BattleChara.Character
-- uid: FFXIVClientStructs.Client.Game.Character.Character
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character
name: Character
- href: api/FFXIVClientStructs.Client.Game.Character.Character.html
- commentId: T:FFXIVClientStructs.Client.Game.Character.Character
- fullName: FFXIVClientStructs.Client.Game.Character.Character
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Character.Character
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character
nameWithType: Character
-- uid: FFXIVClientStructs.Client.Game.Character.Character.CustomizeData
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionObject
+ name: CompanionObject
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CompanionObject
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionObject
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionObject
+ nameWithType: Character.CompanionObject
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionOwnerID
+ name: CompanionOwnerID
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CompanionOwnerID
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionOwnerID
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CompanionOwnerID
+ nameWithType: Character.CompanionOwnerID
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CustomizeData
name: CustomizeData
- href: api/FFXIVClientStructs.Client.Game.Character.Character.html#FFXIVClientStructs_Client_Game_Character_Character_CustomizeData
- commentId: F:FFXIVClientStructs.Client.Game.Character.Character.CustomizeData
- fullName: FFXIVClientStructs.Client.Game.Character.Character.CustomizeData
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_CustomizeData
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CustomizeData
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.CustomizeData
nameWithType: Character.CustomizeData
-- uid: FFXIVClientStructs.Client.Game.Character.Character.EquipSlotData
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.EquipSlotData
name: EquipSlotData
- href: api/FFXIVClientStructs.Client.Game.Character.Character.html#FFXIVClientStructs_Client_Game_Character_Character_EquipSlotData
- commentId: F:FFXIVClientStructs.Client.Game.Character.Character.EquipSlotData
- fullName: FFXIVClientStructs.Client.Game.Character.Character.EquipSlotData
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_EquipSlotData
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.EquipSlotData
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.EquipSlotData
nameWithType: Character.EquipSlotData
-- uid: FFXIVClientStructs.Client.Game.Character.Character.GameObject
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.GameObject
name: GameObject
- href: api/FFXIVClientStructs.Client.Game.Character.Character.html#FFXIVClientStructs_Client_Game_Character_Character_GameObject
- commentId: F:FFXIVClientStructs.Client.Game.Character.Character.GameObject
- fullName: FFXIVClientStructs.Client.Game.Character.Character.GameObject
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_GameObject
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.GameObject
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.GameObject
nameWithType: Character.GameObject
-- uid: FFXIVClientStructs.Client.Game.Character.Character.OwnerID
- name: OwnerID
- href: api/FFXIVClientStructs.Client.Game.Character.Character.html#FFXIVClientStructs_Client_Game_Character_Character_OwnerID
- commentId: F:FFXIVClientStructs.Client.Game.Character.Character.OwnerID
- fullName: FFXIVClientStructs.Client.Game.Character.Character.OwnerID
- nameWithType: Character.OwnerID
-- uid: FFXIVClientStructs.Client.Game.Character.Companion
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.StatusFlags
+ name: StatusFlags
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Character.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Character_StatusFlags
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Character.StatusFlags
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Character.StatusFlags
+ nameWithType: Character.StatusFlags
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Companion
name: Companion
- href: api/FFXIVClientStructs.Client.Game.Character.Companion.html
- commentId: T:FFXIVClientStructs.Client.Game.Character.Companion
- fullName: FFXIVClientStructs.Client.Game.Character.Companion
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Character.Companion
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Companion
nameWithType: Companion
-- uid: FFXIVClientStructs.Client.Game.Character.Companion.Character
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.Character
name: Character
- href: api/FFXIVClientStructs.Client.Game.Character.Companion.html#FFXIVClientStructs_Client_Game_Character_Companion_Character
- commentId: F:FFXIVClientStructs.Client.Game.Character.Companion.Character
- fullName: FFXIVClientStructs.Client.Game.Character.Companion.Character
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.html#FFXIVClientStructs_FFXIV_Client_Game_Character_Companion_Character
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.Character
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Character.Companion.Character
nameWithType: Companion.Character
-- uid: FFXIVClientStructs.Client.Game.Object
- name: FFXIVClientStructs.Client.Game.Object
- href: api/FFXIVClientStructs.Client.Game.Object.html
- commentId: N:FFXIVClientStructs.Client.Game.Object
- fullName: FFXIVClientStructs.Client.Game.Object
- nameWithType: FFXIVClientStructs.Client.Game.Object
-- uid: FFXIVClientStructs.Client.Game.Object.GameObject
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Object
+ name: FFXIVClientStructs.FFXIV.Client.Game.Object
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.Game.Object
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Object
+ nameWithType: FFXIVClientStructs.FFXIV.Client.Game.Object
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject
name: GameObject
- href: api/FFXIVClientStructs.Client.Game.Object.GameObject.html
- commentId: T:FFXIVClientStructs.Client.Game.Object.GameObject
- fullName: FFXIVClientStructs.Client.Game.Object.GameObject
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject
nameWithType: GameObject
-- uid: FFXIVClientStructs.Client.Game.Object.GameObject.DrawObject
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.DrawObject
name: DrawObject
- href: api/FFXIVClientStructs.Client.Game.Object.GameObject.html#FFXIVClientStructs_Client_Game_Object_GameObject_DrawObject
- commentId: F:FFXIVClientStructs.Client.Game.Object.GameObject.DrawObject
- fullName: FFXIVClientStructs.Client.Game.Object.GameObject.DrawObject
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html#FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_DrawObject
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.DrawObject
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.DrawObject
nameWithType: GameObject.DrawObject
-- uid: FFXIVClientStructs.Client.Game.Object.GameObject.Name
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Name
name: Name
- href: api/FFXIVClientStructs.Client.Game.Object.GameObject.html#FFXIVClientStructs_Client_Game_Object_GameObject_Name
- commentId: F:FFXIVClientStructs.Client.Game.Object.GameObject.Name
- fullName: FFXIVClientStructs.Client.Game.Object.GameObject.Name
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html#FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_Name
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Name
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.Name
nameWithType: GameObject.Name
-- uid: FFXIVClientStructs.Client.Game.Object.GameObject.ObjectID
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.ObjectID
name: ObjectID
- href: api/FFXIVClientStructs.Client.Game.Object.GameObject.html#FFXIVClientStructs_Client_Game_Object_GameObject_ObjectID
- commentId: F:FFXIVClientStructs.Client.Game.Object.GameObject.ObjectID
- fullName: FFXIVClientStructs.Client.Game.Object.GameObject.ObjectID
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html#FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_ObjectID
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.ObjectID
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.ObjectID
nameWithType: GameObject.ObjectID
-- uid: FFXIVClientStructs.Client.Game.Object.GameObject.ObjectKind
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.ObjectKind
name: ObjectKind
- href: api/FFXIVClientStructs.Client.Game.Object.GameObject.html#FFXIVClientStructs_Client_Game_Object_GameObject_ObjectKind
- commentId: F:FFXIVClientStructs.Client.Game.Object.GameObject.ObjectKind
- fullName: FFXIVClientStructs.Client.Game.Object.GameObject.ObjectKind
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html#FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_ObjectKind
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.ObjectKind
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.ObjectKind
nameWithType: GameObject.ObjectKind
-- uid: FFXIVClientStructs.Client.Game.Object.GameObject.RenderFlags
+- uid: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.RenderFlags
name: RenderFlags
- href: api/FFXIVClientStructs.Client.Game.Object.GameObject.html#FFXIVClientStructs_Client_Game_Object_GameObject_RenderFlags
- commentId: F:FFXIVClientStructs.Client.Game.Object.GameObject.RenderFlags
- fullName: FFXIVClientStructs.Client.Game.Object.GameObject.RenderFlags
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.html#FFXIVClientStructs_FFXIV_Client_Game_Object_GameObject_RenderFlags
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.RenderFlags
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.Object.GameObject.RenderFlags
nameWithType: GameObject.RenderFlags
-- uid: FFXIVClientStructs.Client.Graphics.Render
- name: FFXIVClientStructs.Client.Graphics.Render
- href: api/FFXIVClientStructs.Client.Graphics.Render.html
- commentId: N:FFXIVClientStructs.Client.Graphics.Render
- fullName: FFXIVClientStructs.Client.Graphics.Render
- nameWithType: FFXIVClientStructs.Client.Graphics.Render
-- uid: FFXIVClientStructs.Client.Graphics.Render.Notifier
- name: Notifier
- href: api/FFXIVClientStructs.Client.Graphics.Render.Notifier.html
- commentId: T:FFXIVClientStructs.Client.Graphics.Render.Notifier
- fullName: FFXIVClientStructs.Client.Graphics.Render.Notifier
- nameWithType: Notifier
-- uid: FFXIVClientStructs.Client.Graphics.Render.Notifier.Next
- name: Next
- href: api/FFXIVClientStructs.Client.Graphics.Render.Notifier.html#FFXIVClientStructs_Client_Graphics_Render_Notifier_Next
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Notifier.Next
- fullName: FFXIVClientStructs.Client.Graphics.Render.Notifier.Next
- nameWithType: Notifier.Next
-- uid: FFXIVClientStructs.Client.Graphics.Render.Notifier.Prev
- name: Prev
- href: api/FFXIVClientStructs.Client.Graphics.Render.Notifier.html#FFXIVClientStructs_Client_Graphics_Render_Notifier_Prev
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Notifier.Prev
- fullName: FFXIVClientStructs.Client.Graphics.Render.Notifier.Prev
- nameWithType: Notifier.Prev
-- uid: FFXIVClientStructs.Client.Graphics.Render.Notifier.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI
+ name: FFXIVClientStructs.FFXIV.Client.Game.UI
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.Game.UI
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI
+ nameWithType: FFXIVClientStructs.FFXIV.Client.Game.UI
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo
+ name: Telepo
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo
+ nameWithType: Telepo
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker
+ name: Telepo.SelectUseTicketInvoker
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker
+ nameWithType: Telepo.SelectUseTicketInvoker
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.Telepo
+ name: Telepo
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_SelectUseTicketInvoker_Telepo
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.Telepo
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.Telepo
+ nameWithType: Telepo.SelectUseTicketInvoker.Telepo
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.vtbl
name: vtbl
- href: api/FFXIVClientStructs.Client.Graphics.Render.Notifier.html#FFXIVClientStructs_Client_Graphics_Render_Notifier_vtbl
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Notifier.vtbl
- fullName: FFXIVClientStructs.Client.Graphics.Render.Notifier.vtbl
- nameWithType: Notifier.vtbl
-- uid: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager
- name: OffscreenRenderingManager
- href: api/FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.html
- commentId: T:FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager
- fullName: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager
- nameWithType: OffscreenRenderingManager
-- uid: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.Camera_1
- name: Camera_1
- href: api/FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.html#FFXIVClientStructs_Client_Graphics_Render_OffscreenRenderingManager_Camera_1
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.Camera_1
- fullName: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.Camera_1
- nameWithType: OffscreenRenderingManager.Camera_1
-- uid: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.Camera_2
- name: Camera_2
- href: api/FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.html#FFXIVClientStructs_Client_Graphics_Render_OffscreenRenderingManager_Camera_2
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.Camera_2
- fullName: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.Camera_2
- nameWithType: OffscreenRenderingManager.Camera_2
-- uid: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.Camera_3
- name: Camera_3
- href: api/FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.html#FFXIVClientStructs_Client_Graphics_Render_OffscreenRenderingManager_Camera_3
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.Camera_3
- fullName: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.Camera_3
- nameWithType: OffscreenRenderingManager.Camera_3
-- uid: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.Camera_4
- name: Camera_4
- href: api/FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.html#FFXIVClientStructs_Client_Graphics_Render_OffscreenRenderingManager_Camera_4
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.Camera_4
- fullName: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.Camera_4
- nameWithType: OffscreenRenderingManager.Camera_4
-- uid: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.JobSystem_vtbl
- name: JobSystem_vtbl
- href: api/FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.html#FFXIVClientStructs_Client_Graphics_Render_OffscreenRenderingManager_JobSystem_vtbl
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.JobSystem_vtbl
- fullName: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.JobSystem_vtbl
- nameWithType: OffscreenRenderingManager.JobSystem_vtbl
-- uid: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_SelectUseTicketInvoker_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.SelectUseTicketInvoker.vtbl
+ nameWithType: Telepo.SelectUseTicketInvoker.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo
+ name: Telepo.TeleportInfo
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo
+ nameWithType: Telepo.TeleportInfo
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.AetheryteId
+ name: AetheryteId
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportInfo_AetheryteId
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.AetheryteId
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.AetheryteId
+ nameWithType: Telepo.TeleportInfo.AetheryteId
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.GilCost
+ name: GilCost
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportInfo_GilCost
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.GilCost
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.GilCost
+ nameWithType: Telepo.TeleportInfo.GilCost
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsAppartment
+ name: IsAppartment
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportInfo_IsAppartment
+ commentId: P:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsAppartment
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsAppartment
+ nameWithType: Telepo.TeleportInfo.IsAppartment
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsAppartment*
+ name: IsAppartment
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportInfo_IsAppartment_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsAppartment
+ isSpec: "True"
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsAppartment
+ nameWithType: Telepo.TeleportInfo.IsAppartment
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsFavourite
+ name: IsFavourite
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportInfo_IsFavourite
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsFavourite
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsFavourite
+ nameWithType: Telepo.TeleportInfo.IsFavourite
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsSharedHouse
+ name: IsSharedHouse
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportInfo_IsSharedHouse
+ commentId: P:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsSharedHouse
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsSharedHouse
+ nameWithType: Telepo.TeleportInfo.IsSharedHouse
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsSharedHouse*
+ name: IsSharedHouse
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportInfo_IsSharedHouse_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsSharedHouse
+ isSpec: "True"
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.IsSharedHouse
+ nameWithType: Telepo.TeleportInfo.IsSharedHouse
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.Plot
+ name: Plot
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportInfo_Plot
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.Plot
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.Plot
+ nameWithType: Telepo.TeleportInfo.Plot
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.SubIndex
+ name: SubIndex
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportInfo_SubIndex
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.SubIndex
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.SubIndex
+ nameWithType: Telepo.TeleportInfo.SubIndex
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.TerritoryId
+ name: TerritoryId
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportInfo_TerritoryId
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.TerritoryId
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.TerritoryId
+ nameWithType: Telepo.TeleportInfo.TerritoryId
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.Ward
+ name: Ward
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportInfo_Ward
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.Ward
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportInfo.Ward
+ nameWithType: Telepo.TeleportInfo.Ward
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportList
+ name: TeleportList
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_TeleportList
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportList
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.TeleportList
+ nameWithType: Telepo.TeleportList
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.UseTicketInvoker
+ name: UseTicketInvoker
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_UseTicketInvoker
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.UseTicketInvoker
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.UseTicketInvoker
+ nameWithType: Telepo.UseTicketInvoker
+- uid: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.vtbl
name: vtbl
- href: api/FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.html#FFXIVClientStructs_Client_Graphics_Render_OffscreenRenderingManager_vtbl
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.vtbl
- fullName: FFXIVClientStructs.Client.Graphics.Render.OffscreenRenderingManager.vtbl
- nameWithType: OffscreenRenderingManager.vtbl
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture
- name: Texture
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html
- commentId: T:FFXIVClientStructs.Client.Graphics.Render.Texture
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture
- nameWithType: Texture
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture.D3D11ShaderResourceView
- name: D3D11ShaderResourceView
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html#FFXIVClientStructs_Client_Graphics_Render_Texture_D3D11ShaderResourceView
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Texture.D3D11ShaderResourceView
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture.D3D11ShaderResourceView
- nameWithType: Texture.D3D11ShaderResourceView
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture.D3D11Texture2D
- name: D3D11Texture2D
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html#FFXIVClientStructs_Client_Graphics_Render_Texture_D3D11Texture2D
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Texture.D3D11Texture2D
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture.D3D11Texture2D
- nameWithType: Texture.D3D11Texture2D
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture.Depth
- name: Depth
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html#FFXIVClientStructs_Client_Graphics_Render_Texture_Depth
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Texture.Depth
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture.Depth
- nameWithType: Texture.Depth
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture.Flags
- name: Flags
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html#FFXIVClientStructs_Client_Graphics_Render_Texture_Flags
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Texture.Flags
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture.Flags
- nameWithType: Texture.Flags
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture.Height
+ href: api/FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.html#FFXIVClientStructs_FFXIV_Client_Game_UI_Telepo_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.Game.UI.Telepo.vtbl
+ nameWithType: Telepo.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics
+ name: FFXIVClientStructs.FFXIV.Client.Graphics
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.Graphics
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics
+ nameWithType: FFXIVClientStructs.FFXIV.Client.Graphics
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor
+ name: ByteColor
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor
+ nameWithType: ByteColor
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.A
+ name: A
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html#FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_A
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.A
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.A
+ nameWithType: ByteColor.A
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.B
+ name: B
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html#FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_B
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.B
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.B
+ nameWithType: ByteColor.B
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.G
+ name: G
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html#FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_G
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.G
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.G
+ nameWithType: ByteColor.G
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.R
+ name: R
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.html#FFXIVClientStructs_FFXIV_Client_Graphics_ByteColor_R
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.R
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.ByteColor.R
+ nameWithType: ByteColor.R
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel
+ name: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel
+ nameWithType: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device
+ name: Device
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device
+ nameWithType: Device
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.ContextArray
+ name: ContextArray
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html#FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_ContextArray
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.ContextArray
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.ContextArray
+ nameWithType: Device.ContextArray
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3D11Device
+ name: D3D11Device
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html#FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_D3D11Device
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3D11Device
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3D11Device
+ nameWithType: Device.D3D11Device
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3D11DeviceContext
+ name: D3D11DeviceContext
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html#FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_D3D11DeviceContext
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3D11DeviceContext
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3D11DeviceContext
+ nameWithType: Device.D3D11DeviceContext
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3DFeatureLevel
+ name: D3DFeatureLevel
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html#FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_D3DFeatureLevel
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3DFeatureLevel
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.D3DFeatureLevel
+ nameWithType: Device.D3DFeatureLevel
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.DXGIFactory
+ name: DXGIFactory
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html#FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_DXGIFactory
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.DXGIFactory
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.DXGIFactory
+ nameWithType: Device.DXGIFactory
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.ImmediateContext
+ name: ImmediateContext
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html#FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_ImmediateContext
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.ImmediateContext
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.ImmediateContext
+ nameWithType: Device.ImmediateContext
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.RenderThread
+ name: RenderThread
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html#FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_RenderThread
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.RenderThread
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.RenderThread
+ nameWithType: Device.RenderThread
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.SwapChain
+ name: SwapChain
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.html#FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_Device_SwapChain
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.SwapChain
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.Device.SwapChain
+ nameWithType: Device.SwapChain
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain
+ name: SwapChain
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain
+ nameWithType: SwapChain
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.BackBuffer
+ name: BackBuffer
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html#FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_BackBuffer
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.BackBuffer
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.BackBuffer
+ nameWithType: SwapChain.BackBuffer
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.DepthStencil
+ name: DepthStencil
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html#FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_DepthStencil
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.DepthStencil
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.DepthStencil
+ nameWithType: SwapChain.DepthStencil
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.DXGISwapChain
+ name: DXGISwapChain
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html#FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_DXGISwapChain
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.DXGISwapChain
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.DXGISwapChain
+ nameWithType: SwapChain.DXGISwapChain
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.Height
name: Height
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html#FFXIVClientStructs_Client_Graphics_Render_Texture_Height
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Texture.Height
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture.Height
- nameWithType: Texture.Height
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture.MipLevel
- name: MipLevel
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html#FFXIVClientStructs_Client_Graphics_Render_Texture_MipLevel
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Texture.MipLevel
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture.MipLevel
- nameWithType: Texture.MipLevel
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture.Notifier
- name: Notifier
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html#FFXIVClientStructs_Client_Graphics_Render_Texture_Notifier
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Texture.Notifier
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture.Notifier
- nameWithType: Texture.Notifier
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture.TextureFormat
- name: TextureFormat
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html#FFXIVClientStructs_Client_Graphics_Render_Texture_TextureFormat
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Texture.TextureFormat
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture.TextureFormat
- nameWithType: Texture.TextureFormat
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture.Unk_35
- name: Unk_35
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html#FFXIVClientStructs_Client_Graphics_Render_Texture_Unk_35
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Texture.Unk_35
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture.Unk_35
- nameWithType: Texture.Unk_35
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture.Unk_36
- name: Unk_36
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html#FFXIVClientStructs_Client_Graphics_Render_Texture_Unk_36
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Texture.Unk_36
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture.Unk_36
- nameWithType: Texture.Unk_36
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture.Unk_37
- name: Unk_37
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html#FFXIVClientStructs_Client_Graphics_Render_Texture_Unk_37
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Texture.Unk_37
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture.Unk_37
- nameWithType: Texture.Unk_37
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture.vtbl
- name: vtbl
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html#FFXIVClientStructs_Client_Graphics_Render_Texture_vtbl
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Texture.vtbl
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture.vtbl
- nameWithType: Texture.vtbl
-- uid: FFXIVClientStructs.Client.Graphics.Render.Texture.Width
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html#FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_Height
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.Height
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.Height
+ nameWithType: SwapChain.Height
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.Width
name: Width
- href: api/FFXIVClientStructs.Client.Graphics.Render.Texture.html#FFXIVClientStructs_Client_Graphics_Render_Texture_Width
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.Texture.Width
- fullName: FFXIVClientStructs.Client.Graphics.Render.Texture.Width
- nameWithType: Texture.Width
-- uid: FFXIVClientStructs.Client.Graphics.Render.TextureFormat
- name: TextureFormat
- href: api/FFXIVClientStructs.Client.Graphics.Render.TextureFormat.html
- commentId: T:FFXIVClientStructs.Client.Graphics.Render.TextureFormat
- fullName: FFXIVClientStructs.Client.Graphics.Render.TextureFormat
- nameWithType: TextureFormat
-- uid: FFXIVClientStructs.Client.Graphics.Render.TextureFormat.D24S8
- name: D24S8
- href: api/FFXIVClientStructs.Client.Graphics.Render.TextureFormat.html#FFXIVClientStructs_Client_Graphics_Render_TextureFormat_D24S8
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.TextureFormat.D24S8
- fullName: FFXIVClientStructs.Client.Graphics.Render.TextureFormat.D24S8
- nameWithType: TextureFormat.D24S8
-- uid: FFXIVClientStructs.Client.Graphics.Render.TextureFormat.R8G8B8A8
- name: R8G8B8A8
- href: api/FFXIVClientStructs.Client.Graphics.Render.TextureFormat.html#FFXIVClientStructs_Client_Graphics_Render_TextureFormat_R8G8B8A8
- commentId: F:FFXIVClientStructs.Client.Graphics.Render.TextureFormat.R8G8B8A8
- fullName: FFXIVClientStructs.Client.Graphics.Render.TextureFormat.R8G8B8A8
- nameWithType: TextureFormat.R8G8B8A8
-- uid: FFXIVClientStructs.Client.Graphics.Scene
- name: FFXIVClientStructs.Client.Graphics.Scene
- href: api/FFXIVClientStructs.Client.Graphics.Scene.html
- commentId: N:FFXIVClientStructs.Client.Graphics.Scene
- fullName: FFXIVClientStructs.Client.Graphics.Scene
- nameWithType: FFXIVClientStructs.Client.Graphics.Scene
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase
- name: CharacterBase
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html
- commentId: T:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase
- nameWithType: CharacterBase
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.BonePhysicsModule
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.html#FFXIVClientStructs_FFXIV_Client_Graphics_Kernel_SwapChain_Width
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.Width
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Kernel.SwapChain.Width
+ nameWithType: SwapChain.Width
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44
+ name: Matrix44
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44
+ nameWithType: Matrix44
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix
+ name: Matrix
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix
+ nameWithType: Matrix44.Matrix
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_1
+ name: Matrix_1_1
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_1
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_1
+ nameWithType: Matrix44.Matrix_1_1
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_2
+ name: Matrix_1_2
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_2
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_2
+ nameWithType: Matrix44.Matrix_1_2
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_3
+ name: Matrix_1_3
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_3
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_3
+ nameWithType: Matrix44.Matrix_1_3
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_4
+ name: Matrix_1_4
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_1_4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_4
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_1_4
+ nameWithType: Matrix44.Matrix_1_4
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_1
+ name: Matrix_2_1
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_1
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_1
+ nameWithType: Matrix44.Matrix_2_1
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_2
+ name: Matrix_2_2
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_2
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_2
+ nameWithType: Matrix44.Matrix_2_2
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_3
+ name: Matrix_2_3
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_3
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_3
+ nameWithType: Matrix44.Matrix_2_3
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_4
+ name: Matrix_2_4
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_2_4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_4
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_2_4
+ nameWithType: Matrix44.Matrix_2_4
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_1
+ name: Matrix_3_1
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_1
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_1
+ nameWithType: Matrix44.Matrix_3_1
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_2
+ name: Matrix_3_2
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_2
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_2
+ nameWithType: Matrix44.Matrix_3_2
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_3
+ name: Matrix_3_3
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_3
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_3
+ nameWithType: Matrix44.Matrix_3_3
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_4
+ name: Matrix_3_4
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_3_4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_4
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_3_4
+ nameWithType: Matrix44.Matrix_3_4
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_1
+ name: Matrix_4_1
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_1
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_1
+ nameWithType: Matrix44.Matrix_4_1
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_2
+ name: Matrix_4_2
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_2
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_2
+ nameWithType: Matrix44.Matrix_4_2
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_3
+ name: Matrix_4_3
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_3
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_3
+ nameWithType: Matrix44.Matrix_4_3
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_4
+ name: Matrix_4_4
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.html#FFXIVClientStructs_FFXIV_Client_Graphics_Matrix44_Matrix_4_4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_4
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Matrix44.Matrix_4_4
+ nameWithType: Matrix44.Matrix_4_4
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics
+ name: FFXIVClientStructs.FFXIV.Client.Graphics.Physics
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.Graphics.Physics
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics
+ nameWithType: FFXIVClientStructs.FFXIV.Client.Graphics.Physics
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule
name: BonePhysicsModule
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_BonePhysicsModule
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.BonePhysicsModule
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.BonePhysicsModule
- nameWithType: CharacterBase.BonePhysicsModule
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.CharacterDataCB
- name: CharacterDataCB
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_CharacterDataCB
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.CharacterDataCB
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.CharacterDataCB
- nameWithType: CharacterBase.CharacterDataCB
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.DrawObject
- name: DrawObject
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_DrawObject
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.DrawObject
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.DrawObject
- nameWithType: CharacterBase.DrawObject
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.EID
- name: EID
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_EID
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.EID
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.EID
- nameWithType: CharacterBase.EID
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.HasModelFilesInSlotLoaded
- name: HasModelFilesInSlotLoaded
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_HasModelFilesInSlotLoaded
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.HasModelFilesInSlotLoaded
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.HasModelFilesInSlotLoaded
- nameWithType: CharacterBase.HasModelFilesInSlotLoaded
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.HasModelInSlotLoaded
- name: HasModelInSlotLoaded
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_HasModelInSlotLoaded
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.HasModelInSlotLoaded
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.HasModelInSlotLoaded
- nameWithType: CharacterBase.HasModelInSlotLoaded
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.IMCArray
- name: IMCArray
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_IMCArray
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.IMCArray
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.IMCArray
- nameWithType: CharacterBase.IMCArray
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.MaterialArray
- name: MaterialArray
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_MaterialArray
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.MaterialArray
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.MaterialArray
- nameWithType: CharacterBase.MaterialArray
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.ModelArray
- name: ModelArray
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_ModelArray
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.ModelArray
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.ModelArray
- nameWithType: CharacterBase.ModelArray
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.PostBoneDeformer
- name: PostBoneDeformer
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_PostBoneDeformer
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.PostBoneDeformer
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.PostBoneDeformer
- nameWithType: CharacterBase.PostBoneDeformer
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.Skeleton
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule
+ nameWithType: BonePhysicsModule
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.BoneSimulators
+ name: BoneSimulators
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_BoneSimulators
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.BoneSimulators
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.BoneSimulators
+ nameWithType: BonePhysicsModule.BoneSimulators
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.Skeleton
name: Skeleton
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_Skeleton
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.Skeleton
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.Skeleton
- nameWithType: CharacterBase.Skeleton
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.SlotCount
- name: SlotCount
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_SlotCount
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.SlotCount
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.SlotCount
- nameWithType: CharacterBase.SlotCount
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.TempData
- name: TempData
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_TempData
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.TempData
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.TempData
- nameWithType: CharacterBase.TempData
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.TempSlotData
- name: TempSlotData
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_TempSlotData
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.TempSlotData
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.TempSlotData
- nameWithType: CharacterBase.TempSlotData
-- uid: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.UnkFlags_01
- name: UnkFlags_01
- href: api/FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_Client_Graphics_Scene_CharacterBase_UnkFlags_01
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.UnkFlags_01
- fullName: FFXIVClientStructs.Client.Graphics.Scene.CharacterBase.UnkFlags_01
- nameWithType: CharacterBase.UnkFlags_01
-- uid: FFXIVClientStructs.Client.Graphics.Scene.DrawObject
- name: DrawObject
- href: api/FFXIVClientStructs.Client.Graphics.Scene.DrawObject.html
- commentId: T:FFXIVClientStructs.Client.Graphics.Scene.DrawObject
- fullName: FFXIVClientStructs.Client.Graphics.Scene.DrawObject
- nameWithType: DrawObject
-- uid: FFXIVClientStructs.Client.Graphics.Scene.DrawObject.Object
- name: Object
- href: api/FFXIVClientStructs.Client.Graphics.Scene.DrawObject.html#FFXIVClientStructs_Client_Graphics_Scene_DrawObject_Object
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.DrawObject.Object
- fullName: FFXIVClientStructs.Client.Graphics.Scene.DrawObject.Object
- nameWithType: DrawObject.Object
-- uid: FFXIVClientStructs.Client.Graphics.Scene.Human
- name: Human
- href: api/FFXIVClientStructs.Client.Graphics.Scene.Human.html
- commentId: T:FFXIVClientStructs.Client.Graphics.Scene.Human
- fullName: FFXIVClientStructs.Client.Graphics.Scene.Human
- nameWithType: Human
-- uid: FFXIVClientStructs.Client.Graphics.Scene.Human.ChangedEquipData
- name: ChangedEquipData
- href: api/FFXIVClientStructs.Client.Graphics.Scene.Human.html#FFXIVClientStructs_Client_Graphics_Scene_Human_ChangedEquipData
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.Human.ChangedEquipData
- fullName: FFXIVClientStructs.Client.Graphics.Scene.Human.ChangedEquipData
- nameWithType: Human.ChangedEquipData
-- uid: FFXIVClientStructs.Client.Graphics.Scene.Human.CharacterBase
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_Skeleton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.Skeleton
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.Skeleton
+ nameWithType: BonePhysicsModule.Skeleton
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.SkeletonInvWorldMatrix
+ name: SkeletonInvWorldMatrix
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_SkeletonInvWorldMatrix
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.SkeletonInvWorldMatrix
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.SkeletonInvWorldMatrix
+ nameWithType: BonePhysicsModule.SkeletonInvWorldMatrix
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.SkeletonWorldMatrix
+ name: SkeletonWorldMatrix
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_SkeletonWorldMatrix
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.SkeletonWorldMatrix
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.SkeletonWorldMatrix
+ nameWithType: BonePhysicsModule.SkeletonWorldMatrix
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.vtbl
+ nameWithType: BonePhysicsModule.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.WindScale
+ name: WindScale
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_WindScale
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.WindScale
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.WindScale
+ nameWithType: BonePhysicsModule.WindScale
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.WindVariation
+ name: WindVariation
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BonePhysicsModule_WindVariation
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.WindVariation
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BonePhysicsModule.WindVariation
+ nameWithType: BonePhysicsModule.WindVariation
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator
+ name: BoneSimulator
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator
+ nameWithType: BoneSimulator
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.CharacterPosition
+ name: CharacterPosition
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_CharacterPosition
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.CharacterPosition
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.CharacterPosition
+ nameWithType: BoneSimulator.CharacterPosition
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Gravity
+ name: Gravity
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_Gravity
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Gravity
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Gravity
+ nameWithType: BoneSimulator.Gravity
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.PhysicsGroup
+ name: PhysicsGroup
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_PhysicsGroup
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.PhysicsGroup
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.PhysicsGroup
+ nameWithType: BoneSimulator.PhysicsGroup
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Skeleton
+ name: Skeleton
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_Skeleton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Skeleton
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Skeleton
+ nameWithType: BoneSimulator.Skeleton
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.vtbl
+ nameWithType: BoneSimulator.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Wind
+ name: Wind
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulator_Wind
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Wind
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulator.Wind
+ nameWithType: BoneSimulator.Wind
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators
+ name: BoneSimulators
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators
+ nameWithType: BoneSimulators
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_1
+ name: BoneSimulator_1
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulators_BoneSimulator_1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_1
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_1
+ nameWithType: BoneSimulators.BoneSimulator_1
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_2
+ name: BoneSimulator_2
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulators_BoneSimulator_2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_2
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_2
+ nameWithType: BoneSimulators.BoneSimulator_2
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_3
+ name: BoneSimulator_3
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulators_BoneSimulator_3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_3
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_3
+ nameWithType: BoneSimulators.BoneSimulator_3
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_4
+ name: BoneSimulator_4
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulators_BoneSimulator_4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_4
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_4
+ nameWithType: BoneSimulators.BoneSimulator_4
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_5
+ name: BoneSimulator_5
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.html#FFXIVClientStructs_FFXIV_Client_Graphics_Physics_BoneSimulators_BoneSimulator_5
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_5
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Physics.BoneSimulators.BoneSimulator_5
+ nameWithType: BoneSimulators.BoneSimulator_5
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion
+ name: Quarternion
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion
+ nameWithType: Quarternion
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.W
+ name: W
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html#FFXIVClientStructs_FFXIV_Client_Graphics_Quarternion_W
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.W
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.W
+ nameWithType: Quarternion.W
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.X
+ name: X
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html#FFXIVClientStructs_FFXIV_Client_Graphics_Quarternion_X
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.X
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.X
+ nameWithType: Quarternion.X
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.Y
+ name: Y
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html#FFXIVClientStructs_FFXIV_Client_Graphics_Quarternion_Y
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.Y
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.Y
+ nameWithType: Quarternion.Y
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.Z
+ name: Z
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.html#FFXIVClientStructs_FFXIV_Client_Graphics_Quarternion_Z
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.Z
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Quarternion.Z
+ nameWithType: Quarternion.Z
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase
+ name: ReferencedClassBase
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase
+ nameWithType: ReferencedClassBase
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.RefCount
+ name: RefCount
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_ReferencedClassBase_RefCount
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.RefCount
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.RefCount
+ nameWithType: ReferencedClassBase.RefCount
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_ReferencedClassBase_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.ReferencedClassBase.vtbl
+ nameWithType: ReferencedClassBase.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render
+ name: FFXIVClientStructs.FFXIV.Client.Graphics.Render
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.Graphics.Render
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render
+ nameWithType: FFXIVClientStructs.FFXIV.Client.Graphics.Render
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier
+ name: Notifier
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier
+ nameWithType: Notifier
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.Next
+ name: Next
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Notifier_Next
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.Next
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.Next
+ nameWithType: Notifier.Next
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.Prev
+ name: Prev
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Notifier_Prev
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.Prev
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.Prev
+ nameWithType: Notifier.Prev
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Notifier_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Notifier.vtbl
+ nameWithType: Notifier.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager
+ name: OffscreenRenderingManager
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager
+ nameWithType: OffscreenRenderingManager
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.Camera_1
+ name: Camera_1
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_OffscreenRenderingManager_Camera_1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.Camera_1
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.Camera_1
+ nameWithType: OffscreenRenderingManager.Camera_1
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.Camera_2
+ name: Camera_2
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_OffscreenRenderingManager_Camera_2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.Camera_2
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.Camera_2
+ nameWithType: OffscreenRenderingManager.Camera_2
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.Camera_3
+ name: Camera_3
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_OffscreenRenderingManager_Camera_3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.Camera_3
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.Camera_3
+ nameWithType: OffscreenRenderingManager.Camera_3
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.Camera_4
+ name: Camera_4
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_OffscreenRenderingManager_Camera_4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.Camera_4
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.Camera_4
+ nameWithType: OffscreenRenderingManager.Camera_4
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.JobSystem_vtbl
+ name: JobSystem_vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_OffscreenRenderingManager_JobSystem_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.JobSystem_vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.JobSystem_vtbl
+ nameWithType: OffscreenRenderingManager.JobSystem_vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_OffscreenRenderingManager_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.OffscreenRenderingManager.vtbl
+ nameWithType: OffscreenRenderingManager.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager
+ name: RenderTargetManager
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager
+ nameWithType: RenderTargetManager
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.FarShadowMap_Height
+ name: FarShadowMap_Height
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_FarShadowMap_Height
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.FarShadowMap_Height
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.FarShadowMap_Height
+ nameWithType: RenderTargetManager.FarShadowMap_Height
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.FarShadowMap_Width
+ name: FarShadowMap_Width
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_FarShadowMap_Width
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.FarShadowMap_Width
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.FarShadowMap_Width
+ nameWithType: RenderTargetManager.FarShadowMap_Width
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.NearShadowMap_Height
+ name: NearShadowMap_Height
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_NearShadowMap_Height
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.NearShadowMap_Height
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.NearShadowMap_Height
+ nameWithType: RenderTargetManager.NearShadowMap_Height
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.NearShadowMap_Width
+ name: NearShadowMap_Width
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_NearShadowMap_Width
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.NearShadowMap_Width
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.NearShadowMap_Width
+ nameWithType: RenderTargetManager.NearShadowMap_Width
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.Notifier
+ name: Notifier
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_Notifier
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.Notifier
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.Notifier
+ nameWithType: RenderTargetManager.Notifier
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenDepthStencil
+ name: OffscreenDepthStencil
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_OffscreenDepthStencil
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenDepthStencil
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenDepthStencil
+ nameWithType: RenderTargetManager.OffscreenDepthStencil
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenGBuffer
+ name: OffscreenGBuffer
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_OffscreenGBuffer
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenGBuffer
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenGBuffer
+ nameWithType: RenderTargetManager.OffscreenGBuffer
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_1
+ name: OffscreenRenderTarget_1
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_OffscreenRenderTarget_1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_1
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_1
+ nameWithType: RenderTargetManager.OffscreenRenderTarget_1
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_2
+ name: OffscreenRenderTarget_2
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_OffscreenRenderTarget_2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_2
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_2
+ nameWithType: RenderTargetManager.OffscreenRenderTarget_2
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_3
+ name: OffscreenRenderTarget_3
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_OffscreenRenderTarget_3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_3
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_3
+ nameWithType: RenderTargetManager.OffscreenRenderTarget_3
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_4
+ name: OffscreenRenderTarget_4
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_OffscreenRenderTarget_4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_4
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_4
+ nameWithType: RenderTargetManager.OffscreenRenderTarget_4
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_Unk1
+ name: OffscreenRenderTarget_Unk1
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_OffscreenRenderTarget_Unk1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_Unk1
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_Unk1
+ nameWithType: RenderTargetManager.OffscreenRenderTarget_Unk1
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_Unk2
+ name: OffscreenRenderTarget_Unk2
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_OffscreenRenderTarget_Unk2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_Unk2
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_Unk2
+ nameWithType: RenderTargetManager.OffscreenRenderTarget_Unk2
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_Unk3
+ name: OffscreenRenderTarget_Unk3
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_OffscreenRenderTarget_Unk3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_Unk3
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.OffscreenRenderTarget_Unk3
+ nameWithType: RenderTargetManager.OffscreenRenderTarget_Unk3
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.RenderTargetArray
+ name: RenderTargetArray
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_RenderTargetArray
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.RenderTargetArray
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.RenderTargetArray
+ nameWithType: RenderTargetManager.RenderTargetArray
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.RenderTargetArray2
+ name: RenderTargetArray2
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_RenderTargetArray2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.RenderTargetArray2
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.RenderTargetArray2
+ nameWithType: RenderTargetManager.RenderTargetArray2
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.Resolution_Height
+ name: Resolution_Height
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_Resolution_Height
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.Resolution_Height
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.Resolution_Height
+ nameWithType: RenderTargetManager.Resolution_Height
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.Resolution_Width
+ name: Resolution_Width
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_Resolution_Width
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.Resolution_Width
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.Resolution_Width
+ nameWithType: RenderTargetManager.Resolution_Width
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.ShadowMap_Height
+ name: ShadowMap_Height
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_ShadowMap_Height
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.ShadowMap_Height
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.ShadowMap_Height
+ nameWithType: RenderTargetManager.ShadowMap_Height
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.ShadowMap_Width
+ name: ShadowMap_Width
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_ShadowMap_Width
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.ShadowMap_Width
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.ShadowMap_Width
+ nameWithType: RenderTargetManager.ShadowMap_Width
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.UnkBool_1
+ name: UnkBool_1
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_UnkBool_1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.UnkBool_1
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.UnkBool_1
+ nameWithType: RenderTargetManager.UnkBool_1
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_RenderTargetManager_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.RenderTargetManager.vtbl
+ nameWithType: RenderTargetManager.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton
+ name: Skeleton
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton
+ nameWithType: Skeleton
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.LinkedListNext
+ name: LinkedListNext
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Skeleton_LinkedListNext
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.LinkedListNext
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.LinkedListNext
+ nameWithType: Skeleton.LinkedListNext
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.LinkedListPrevious
+ name: LinkedListPrevious
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Skeleton_LinkedListPrevious
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.LinkedListPrevious
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.LinkedListPrevious
+ nameWithType: Skeleton.LinkedListPrevious
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.Owner
+ name: Owner
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Skeleton_Owner
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.Owner
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.Owner
+ nameWithType: Skeleton.Owner
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.PartialSkeletonArray
+ name: PartialSkeletonArray
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Skeleton_PartialSkeletonArray
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.PartialSkeletonArray
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.PartialSkeletonArray
+ nameWithType: Skeleton.PartialSkeletonArray
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.PartialSkeletonCount
+ name: PartialSkeletonCount
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Skeleton_PartialSkeletonCount
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.PartialSkeletonCount
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.PartialSkeletonCount
+ nameWithType: Skeleton.PartialSkeletonCount
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.ReferencedClassBase
+ name: ReferencedClassBase
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Skeleton_ReferencedClassBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.ReferencedClassBase
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.ReferencedClassBase
+ nameWithType: Skeleton.ReferencedClassBase
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.SKLBArray
+ name: SKLBArray
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Skeleton_SKLBArray
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.SKLBArray
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.SKLBArray
+ nameWithType: Skeleton.SKLBArray
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.Transform
+ name: Transform
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Skeleton_Transform
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.Transform
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Skeleton.Transform
+ nameWithType: Skeleton.Transform
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture
+ name: Texture
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture
+ nameWithType: Texture
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.D3D11ShaderResourceView
+ name: D3D11ShaderResourceView
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Texture_D3D11ShaderResourceView
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.D3D11ShaderResourceView
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.D3D11ShaderResourceView
+ nameWithType: Texture.D3D11ShaderResourceView
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.D3D11Texture2D
+ name: D3D11Texture2D
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Texture_D3D11Texture2D
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.D3D11Texture2D
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.D3D11Texture2D
+ nameWithType: Texture.D3D11Texture2D
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Depth
+ name: Depth
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Texture_Depth
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Depth
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Depth
+ nameWithType: Texture.Depth
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Flags
+ name: Flags
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Texture_Flags
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Flags
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Flags
+ nameWithType: Texture.Flags
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Height
+ name: Height
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Texture_Height
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Height
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Height
+ nameWithType: Texture.Height
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.MipLevel
+ name: MipLevel
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Texture_MipLevel
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.MipLevel
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.MipLevel
+ nameWithType: Texture.MipLevel
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Notifier
+ name: Notifier
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Texture_Notifier
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Notifier
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Notifier
+ nameWithType: Texture.Notifier
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.TextureFormat
+ name: TextureFormat
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Texture_TextureFormat
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.TextureFormat
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.TextureFormat
+ nameWithType: Texture.TextureFormat
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Unk_35
+ name: Unk_35
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Texture_Unk_35
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Unk_35
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Unk_35
+ nameWithType: Texture.Unk_35
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Unk_36
+ name: Unk_36
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Texture_Unk_36
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Unk_36
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Unk_36
+ nameWithType: Texture.Unk_36
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Unk_37
+ name: Unk_37
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Texture_Unk_37
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Unk_37
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Unk_37
+ nameWithType: Texture.Unk_37
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Texture_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.vtbl
+ nameWithType: Texture.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Width
+ name: Width
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_Texture_Width
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Width
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.Texture.Width
+ nameWithType: Texture.Width
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat
+ name: TextureFormat
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat
+ nameWithType: TextureFormat
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.D24S8
+ name: D24S8
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_TextureFormat_D24S8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.D24S8
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.D24S8
+ nameWithType: TextureFormat.D24S8
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.R8G8B8A8
+ name: R8G8B8A8
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.html#FFXIVClientStructs_FFXIV_Client_Graphics_Render_TextureFormat_R8G8B8A8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.R8G8B8A8
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Render.TextureFormat.R8G8B8A8
+ nameWithType: TextureFormat.R8G8B8A8
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene
+ name: FFXIVClientStructs.FFXIV.Client.Graphics.Scene
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.Graphics.Scene
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene
+ nameWithType: FFXIVClientStructs.FFXIV.Client.Graphics.Scene
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase
name: CharacterBase
- href: api/FFXIVClientStructs.Client.Graphics.Scene.Human.html#FFXIVClientStructs_Client_Graphics_Scene_Human_CharacterBase
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.Human.CharacterBase
- fullName: FFXIVClientStructs.Client.Graphics.Scene.Human.CharacterBase
- nameWithType: Human.CharacterBase
-- uid: FFXIVClientStructs.Client.Graphics.Scene.Human.CustomizeData
- name: CustomizeData
- href: api/FFXIVClientStructs.Client.Graphics.Scene.Human.html#FFXIVClientStructs_Client_Graphics_Scene_Human_CustomizeData
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.Human.CustomizeData
- fullName: FFXIVClientStructs.Client.Graphics.Scene.Human.CustomizeData
- nameWithType: Human.CustomizeData
-- uid: FFXIVClientStructs.Client.Graphics.Scene.Human.EquipSlotData
- name: EquipSlotData
- href: api/FFXIVClientStructs.Client.Graphics.Scene.Human.html#FFXIVClientStructs_Client_Graphics_Scene_Human_EquipSlotData
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.Human.EquipSlotData
- fullName: FFXIVClientStructs.Client.Graphics.Scene.Human.EquipSlotData
- nameWithType: Human.EquipSlotData
-- uid: FFXIVClientStructs.Client.Graphics.Scene.Human.FaceId
- name: FaceId
- href: api/FFXIVClientStructs.Client.Graphics.Scene.Human.html#FFXIVClientStructs_Client_Graphics_Scene_Human_FaceId
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.Human.FaceId
- fullName: FFXIVClientStructs.Client.Graphics.Scene.Human.FaceId
- nameWithType: Human.FaceId
-- uid: FFXIVClientStructs.Client.Graphics.Scene.Human.HairId
- name: HairId
- href: api/FFXIVClientStructs.Client.Graphics.Scene.Human.html#FFXIVClientStructs_Client_Graphics_Scene_Human_HairId
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.Human.HairId
- fullName: FFXIVClientStructs.Client.Graphics.Scene.Human.HairId
- nameWithType: Human.HairId
-- uid: FFXIVClientStructs.Client.Graphics.Scene.Human.RaceSexId
- name: RaceSexId
- href: api/FFXIVClientStructs.Client.Graphics.Scene.Human.html#FFXIVClientStructs_Client_Graphics_Scene_Human_RaceSexId
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.Human.RaceSexId
- fullName: FFXIVClientStructs.Client.Graphics.Scene.Human.RaceSexId
- nameWithType: Human.RaceSexId
-- uid: FFXIVClientStructs.Client.Graphics.Scene.Human.SlotNeedsUpdateBitfield
- name: SlotNeedsUpdateBitfield
- href: api/FFXIVClientStructs.Client.Graphics.Scene.Human.html#FFXIVClientStructs_Client_Graphics_Scene_Human_SlotNeedsUpdateBitfield
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.Human.SlotNeedsUpdateBitfield
- fullName: FFXIVClientStructs.Client.Graphics.Scene.Human.SlotNeedsUpdateBitfield
- nameWithType: Human.SlotNeedsUpdateBitfield
-- uid: FFXIVClientStructs.Client.Graphics.Scene.Human.TailEarId
- name: TailEarId
- href: api/FFXIVClientStructs.Client.Graphics.Scene.Human.html#FFXIVClientStructs_Client_Graphics_Scene_Human_TailEarId
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.Human.TailEarId
- fullName: FFXIVClientStructs.Client.Graphics.Scene.Human.TailEarId
- nameWithType: Human.TailEarId
-- uid: FFXIVClientStructs.Client.Graphics.Scene.Object
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase
+ nameWithType: CharacterBase
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.BonePhysicsModule
+ name: BonePhysicsModule
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_BonePhysicsModule
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.BonePhysicsModule
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.BonePhysicsModule
+ nameWithType: CharacterBase.BonePhysicsModule
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.CharacterDataCB
+ name: CharacterDataCB
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_CharacterDataCB
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.CharacterDataCB
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.CharacterDataCB
+ nameWithType: CharacterBase.CharacterDataCB
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.DrawObject
+ name: DrawObject
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_DrawObject
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.DrawObject
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.DrawObject
+ nameWithType: CharacterBase.DrawObject
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.EID
+ name: EID
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_EID
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.EID
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.EID
+ nameWithType: CharacterBase.EID
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.HasModelFilesInSlotLoaded
+ name: HasModelFilesInSlotLoaded
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_HasModelFilesInSlotLoaded
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.HasModelFilesInSlotLoaded
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.HasModelFilesInSlotLoaded
+ nameWithType: CharacterBase.HasModelFilesInSlotLoaded
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.HasModelInSlotLoaded
+ name: HasModelInSlotLoaded
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_HasModelInSlotLoaded
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.HasModelInSlotLoaded
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.HasModelInSlotLoaded
+ nameWithType: CharacterBase.HasModelInSlotLoaded
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.IMCArray
+ name: IMCArray
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_IMCArray
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.IMCArray
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.IMCArray
+ nameWithType: CharacterBase.IMCArray
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.MaterialArray
+ name: MaterialArray
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_MaterialArray
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.MaterialArray
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.MaterialArray
+ nameWithType: CharacterBase.MaterialArray
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.ModelArray
+ name: ModelArray
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_ModelArray
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.ModelArray
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.ModelArray
+ nameWithType: CharacterBase.ModelArray
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.PostBoneDeformer
+ name: PostBoneDeformer
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_PostBoneDeformer
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.PostBoneDeformer
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.PostBoneDeformer
+ nameWithType: CharacterBase.PostBoneDeformer
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.Skeleton
+ name: Skeleton
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_Skeleton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.Skeleton
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.Skeleton
+ nameWithType: CharacterBase.Skeleton
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.SlotCount
+ name: SlotCount
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_SlotCount
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.SlotCount
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.SlotCount
+ nameWithType: CharacterBase.SlotCount
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.TempData
+ name: TempData
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_TempData
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.TempData
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.TempData
+ nameWithType: CharacterBase.TempData
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.TempSlotData
+ name: TempSlotData
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_TempSlotData
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.TempSlotData
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.TempSlotData
+ nameWithType: CharacterBase.TempSlotData
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.UnkFlags_01
+ name: UnkFlags_01
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_CharacterBase_UnkFlags_01
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.UnkFlags_01
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.CharacterBase.UnkFlags_01
+ nameWithType: CharacterBase.UnkFlags_01
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject
+ name: DrawObject
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject
+ nameWithType: DrawObject
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.Object
name: Object
- href: api/FFXIVClientStructs.Client.Graphics.Scene.Object.html
- commentId: T:FFXIVClientStructs.Client.Graphics.Scene.Object
- fullName: FFXIVClientStructs.Client.Graphics.Scene.Object
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_DrawObject_Object
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.Object
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.DrawObject.Object
+ nameWithType: DrawObject.Object
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human
+ name: Human
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human
+ nameWithType: Human
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.ChangedEquipData
+ name: ChangedEquipData
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Human_ChangedEquipData
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.ChangedEquipData
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.ChangedEquipData
+ nameWithType: Human.ChangedEquipData
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.CharacterBase
+ name: CharacterBase
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Human_CharacterBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.CharacterBase
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.CharacterBase
+ nameWithType: Human.CharacterBase
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.CustomizeData
+ name: CustomizeData
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Human_CustomizeData
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.CustomizeData
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.CustomizeData
+ nameWithType: Human.CustomizeData
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.EquipSlotData
+ name: EquipSlotData
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Human_EquipSlotData
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.EquipSlotData
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.EquipSlotData
+ nameWithType: Human.EquipSlotData
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.FaceId
+ name: FaceId
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Human_FaceId
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.FaceId
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.FaceId
+ nameWithType: Human.FaceId
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.HairId
+ name: HairId
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Human_HairId
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.HairId
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.HairId
+ nameWithType: Human.HairId
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.RaceSexId
+ name: RaceSexId
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Human_RaceSexId
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.RaceSexId
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.RaceSexId
+ nameWithType: Human.RaceSexId
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.SlotNeedsUpdateBitfield
+ name: SlotNeedsUpdateBitfield
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Human_SlotNeedsUpdateBitfield
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.SlotNeedsUpdateBitfield
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.SlotNeedsUpdateBitfield
+ nameWithType: Human.SlotNeedsUpdateBitfield
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.TailEarId
+ name: TailEarId
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Human_TailEarId
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.TailEarId
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Human.TailEarId
+ nameWithType: Human.TailEarId
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object
+ name: Object
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object
nameWithType: Object
-- uid: FFXIVClientStructs.Client.Graphics.Scene.Object.ChildObject
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.ChildObject
name: ChildObject
- href: api/FFXIVClientStructs.Client.Graphics.Scene.Object.html#FFXIVClientStructs_Client_Graphics_Scene_Object_ChildObject
- commentId: F:FFXIVClientStructs.Client.Graphics.Scene.Object.ChildObject
- fullName: FFXIVClientStructs.Client.Graphics.Scene.Object.ChildObject
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.html#FFXIVClientStructs_FFXIV_Client_Graphics_Scene_Object_ChildObject
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.ChildObject
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Scene.Object.ChildObject
nameWithType: Object.ChildObject
-- uid: FFXIVClientStructs.Client.System
- name: FFXIVClientStructs.Client.System
- href: api/FFXIVClientStructs.Client.System.html
- commentId: N:FFXIVClientStructs.Client.System
- fullName: FFXIVClientStructs.Client.System
- nameWithType: FFXIVClientStructs.Client.System
-- uid: FFXIVClientStructs.Client.System.Configuration
- name: FFXIVClientStructs.Client.System.Configuration
- href: api/FFXIVClientStructs.Client.System.Configuration.html
- commentId: N:FFXIVClientStructs.Client.System.Configuration
- fullName: FFXIVClientStructs.Client.System.Configuration
- nameWithType: FFXIVClientStructs.Client.System.Configuration
-- uid: FFXIVClientStructs.Client.System.Configuration.SystemConfig
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Transform
+ name: Transform
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Transform
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Transform
+ nameWithType: Transform
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Transform.Position
+ name: Position
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html#FFXIVClientStructs_FFXIV_Client_Graphics_Transform_Position
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Transform.Position
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Transform.Position
+ nameWithType: Transform.Position
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Transform.Rotation
+ name: Rotation
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html#FFXIVClientStructs_FFXIV_Client_Graphics_Transform_Rotation
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Transform.Rotation
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Transform.Rotation
+ nameWithType: Transform.Rotation
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Transform.Scale
+ name: Scale
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Transform.html#FFXIVClientStructs_FFXIV_Client_Graphics_Transform_Scale
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Transform.Scale
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Transform.Scale
+ nameWithType: Transform.Scale
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Vector3
+ name: Vector3
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.Graphics.Vector3
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Vector3
+ nameWithType: Vector3
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.X
+ name: X
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html#FFXIVClientStructs_FFXIV_Client_Graphics_Vector3_X
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.X
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.X
+ nameWithType: Vector3.X
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.Y
+ name: Y
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html#FFXIVClientStructs_FFXIV_Client_Graphics_Vector3_Y
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.Y
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.Y
+ nameWithType: Vector3.Y
+- uid: FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.Z
+ name: Z
+ href: api/FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.html#FFXIVClientStructs_FFXIV_Client_Graphics_Vector3_Z
+ commentId: F:FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.Z
+ fullName: FFXIVClientStructs.FFXIV.Client.Graphics.Vector3.Z
+ nameWithType: Vector3.Z
+- uid: FFXIVClientStructs.FFXIV.Client.System.Configuration
+ name: FFXIVClientStructs.FFXIV.Client.System.Configuration
+ href: api/FFXIVClientStructs.FFXIV.Client.System.Configuration.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.System.Configuration
+ fullName: FFXIVClientStructs.FFXIV.Client.System.Configuration
+ nameWithType: FFXIVClientStructs.FFXIV.Client.System.Configuration
+- uid: FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig
name: SystemConfig
- href: api/FFXIVClientStructs.Client.System.Configuration.SystemConfig.html
- commentId: T:FFXIVClientStructs.Client.System.Configuration.SystemConfig
- fullName: FFXIVClientStructs.Client.System.Configuration.SystemConfig
+ href: api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig
+ fullName: FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig
nameWithType: SystemConfig
-- uid: FFXIVClientStructs.Client.System.Configuration.SystemConfig.CommonSystemConfig
+- uid: FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.CommonSystemConfig
name: CommonSystemConfig
- href: api/FFXIVClientStructs.Client.System.Configuration.SystemConfig.html#FFXIVClientStructs_Client_System_Configuration_SystemConfig_CommonSystemConfig
- commentId: F:FFXIVClientStructs.Client.System.Configuration.SystemConfig.CommonSystemConfig
- fullName: FFXIVClientStructs.Client.System.Configuration.SystemConfig.CommonSystemConfig
+ href: api/FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.html#FFXIVClientStructs_FFXIV_Client_System_Configuration_SystemConfig_CommonSystemConfig
+ commentId: F:FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.CommonSystemConfig
+ fullName: FFXIVClientStructs.FFXIV.Client.System.Configuration.SystemConfig.CommonSystemConfig
nameWithType: SystemConfig.CommonSystemConfig
-- uid: FFXIVClientStructs.Client.System.Framework
+- uid: FFXIVClientStructs.FFXIV.Client.System.Framework
+ name: FFXIVClientStructs.FFXIV.Client.System.Framework
+ href: api/FFXIVClientStructs.FFXIV.Client.System.Framework.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.System.Framework
+ fullName: FFXIVClientStructs.FFXIV.Client.System.Framework
+ nameWithType: FFXIVClientStructs.FFXIV.Client.System.Framework
+- uid: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework
name: Framework
- href: api/FFXIVClientStructs.Client.System.Framework.html
- commentId: T:FFXIVClientStructs.Client.System.Framework
- fullName: FFXIVClientStructs.Client.System.Framework
+ href: api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.System.Framework.Framework
+ fullName: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework
nameWithType: Framework
-- uid: FFXIVClientStructs.Client.System.Framework.SystemConfig
+- uid: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.SystemConfig
name: SystemConfig
- href: api/FFXIVClientStructs.Client.System.Framework.html#FFXIVClientStructs_Client_System_Framework_SystemConfig
- commentId: F:FFXIVClientStructs.Client.System.Framework.SystemConfig
- fullName: FFXIVClientStructs.Client.System.Framework.SystemConfig
+ href: api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html#FFXIVClientStructs_FFXIV_Client_System_Framework_Framework_SystemConfig
+ commentId: F:FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.SystemConfig
+ fullName: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.SystemConfig
nameWithType: Framework.SystemConfig
-- uid: FFXIVClientStructs.Client.System.Resource.Handle
- name: FFXIVClientStructs.Client.System.Resource.Handle
- href: api/FFXIVClientStructs.Client.System.Resource.Handle.html
- commentId: N:FFXIVClientStructs.Client.System.Resource.Handle
- fullName: FFXIVClientStructs.Client.System.Resource.Handle
- nameWithType: FFXIVClientStructs.Client.System.Resource.Handle
-- uid: FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle
+- uid: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.UIModule
+ name: UIModule
+ href: api/FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.html#FFXIVClientStructs_FFXIV_Client_System_Framework_Framework_UIModule
+ commentId: F:FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.UIModule
+ fullName: FFXIVClientStructs.FFXIV.Client.System.Framework.Framework.UIModule
+ nameWithType: Framework.UIModule
+- uid: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle
+ name: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle
+ href: api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.System.Resource.Handle
+ fullName: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle
+ nameWithType: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle
+- uid: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle
name: ResourceHandle
- href: api/FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle.html
- commentId: T:FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle
- fullName: FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle
+ href: api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle
+ fullName: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle
nameWithType: ResourceHandle
-- uid: FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle.FileName
+- uid: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.FileName
name: FileName
- href: api/FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle.html#FFXIVClientStructs_Client_System_Resource_Handle_ResourceHandle_FileName
- commentId: F:FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle.FileName
- fullName: FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle.FileName
+ href: api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html#FFXIVClientStructs_FFXIV_Client_System_Resource_Handle_ResourceHandle_FileName
+ commentId: F:FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.FileName
+ fullName: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.FileName
nameWithType: ResourceHandle.FileName
-- uid: FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle.FileType
+- uid: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.FileType
name: FileType
- href: api/FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle.html#FFXIVClientStructs_Client_System_Resource_Handle_ResourceHandle_FileType
- commentId: F:FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle.FileType
- fullName: FFXIVClientStructs.Client.System.Resource.Handle.ResourceHandle.FileType
+ href: api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.html#FFXIVClientStructs_FFXIV_Client_System_Resource_Handle_ResourceHandle_FileType
+ commentId: F:FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.FileType
+ fullName: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.ResourceHandle.FileType
nameWithType: ResourceHandle.FileType
-- uid: FFXIVClientStructs.Client.System.Resource.Handle.TextureResourceHandle
+- uid: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle
name: TextureResourceHandle
- href: api/FFXIVClientStructs.Client.System.Resource.Handle.TextureResourceHandle.html
- commentId: T:FFXIVClientStructs.Client.System.Resource.Handle.TextureResourceHandle
- fullName: FFXIVClientStructs.Client.System.Resource.Handle.TextureResourceHandle
+ href: api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle
+ fullName: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle
nameWithType: TextureResourceHandle
-- uid: FFXIVClientStructs.Client.System.Resource.Handle.TextureResourceHandle.ResourceHandle
+- uid: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.ResourceHandle
name: ResourceHandle
- href: api/FFXIVClientStructs.Client.System.Resource.Handle.TextureResourceHandle.html#FFXIVClientStructs_Client_System_Resource_Handle_TextureResourceHandle_ResourceHandle
- commentId: F:FFXIVClientStructs.Client.System.Resource.Handle.TextureResourceHandle.ResourceHandle
- fullName: FFXIVClientStructs.Client.System.Resource.Handle.TextureResourceHandle.ResourceHandle
+ href: api/FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.html#FFXIVClientStructs_FFXIV_Client_System_Resource_Handle_TextureResourceHandle_ResourceHandle
+ commentId: F:FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.ResourceHandle
+ fullName: FFXIVClientStructs.FFXIV.Client.System.Resource.Handle.TextureResourceHandle.ResourceHandle
nameWithType: TextureResourceHandle.ResourceHandle
-- uid: FFXIVClientStructs.Client.UI
- name: FFXIVClientStructs.Client.UI
- href: api/FFXIVClientStructs.Client.UI.html
- commentId: N:FFXIVClientStructs.Client.UI
- fullName: FFXIVClientStructs.Client.UI
- nameWithType: FFXIVClientStructs.Client.UI
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu
+- uid: FFXIVClientStructs.FFXIV.Client.System.String
+ name: FFXIVClientStructs.FFXIV.Client.System.String
+ href: api/FFXIVClientStructs.FFXIV.Client.System.String.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.System.String
+ fullName: FFXIVClientStructs.FFXIV.Client.System.String
+ nameWithType: FFXIVClientStructs.FFXIV.Client.System.String
+- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String
+ name: Utf8String
+ href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String
+ fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String
+ nameWithType: Utf8String
+- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.BufSize
+ name: BufSize
+ href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_BufSize
+ commentId: F:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.BufSize
+ fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.BufSize
+ nameWithType: Utf8String.BufSize
+- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.BufUsed
+ name: BufUsed
+ href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_BufUsed
+ commentId: F:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.BufUsed
+ fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.BufUsed
+ nameWithType: Utf8String.BufUsed
+- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.InlineBuffer
+ name: InlineBuffer
+ href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_InlineBuffer
+ commentId: F:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.InlineBuffer
+ fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.InlineBuffer
+ nameWithType: Utf8String.InlineBuffer
+- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.StringLength
+ name: StringLength
+ href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_StringLength
+ commentId: F:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.StringLength
+ fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.StringLength
+ nameWithType: Utf8String.StringLength
+- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.StringPtr
+ name: StringPtr
+ href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_StringPtr
+ commentId: F:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.StringPtr
+ fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.StringPtr
+ nameWithType: Utf8String.StringPtr
+- uid: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Unk
+ name: Unk
+ href: api/FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.html#FFXIVClientStructs_FFXIV_Client_System_String_Utf8String_Unk
+ commentId: F:FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Unk
+ fullName: FFXIVClientStructs.FFXIV.Client.System.String.Utf8String.Unk
+ nameWithType: Utf8String.Unk
+- uid: FFXIVClientStructs.FFXIV.Client.UI
+ name: FFXIVClientStructs.FFXIV.Client.UI
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.UI
+ fullName: FFXIVClientStructs.FFXIV.Client.UI
+ nameWithType: FFXIVClientStructs.FFXIV.Client.UI
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel
+ name: AddonChatLogPanel
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel
+ nameWithType: AddonChatLogPanel
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html#FFXIVClientStructs_FFXIV_Client_UI_AddonChatLogPanel_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.AtkUnitBase
+ nameWithType: AddonChatLogPanel.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.FirstLineVisible
+ name: FirstLineVisible
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html#FFXIVClientStructs_FFXIV_Client_UI_AddonChatLogPanel_FirstLineVisible
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.FirstLineVisible
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.FirstLineVisible
+ nameWithType: AddonChatLogPanel.FirstLineVisible
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.IsScrolledBottom
+ name: IsScrolledBottom
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html#FFXIVClientStructs_FFXIV_Client_UI_AddonChatLogPanel_IsScrolledBottom
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.IsScrolledBottom
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.IsScrolledBottom
+ nameWithType: AddonChatLogPanel.IsScrolledBottom
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.LastLineVisible
+ name: LastLineVisible
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html#FFXIVClientStructs_FFXIV_Client_UI_AddonChatLogPanel_LastLineVisible
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.LastLineVisible
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.LastLineVisible
+ nameWithType: AddonChatLogPanel.LastLineVisible
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.MessagesAboveCurrent
+ name: MessagesAboveCurrent
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html#FFXIVClientStructs_FFXIV_Client_UI_AddonChatLogPanel_MessagesAboveCurrent
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.MessagesAboveCurrent
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.MessagesAboveCurrent
+ nameWithType: AddonChatLogPanel.MessagesAboveCurrent
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.TotalLineCount
+ name: TotalLineCount
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html#FFXIVClientStructs_FFXIV_Client_UI_AddonChatLogPanel_TotalLineCount
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.TotalLineCount
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.TotalLineCount
+ nameWithType: AddonChatLogPanel.TotalLineCount
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.Unknown2C0
+ name: Unknown2C0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.html#FFXIVClientStructs_FFXIV_Client_UI_AddonChatLogPanel_Unknown2C0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.Unknown2C0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonChatLogPanel.Unknown2C0
+ nameWithType: AddonChatLogPanel.Unknown2C0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu
name: AddonContextIconMenu
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonContextIconMenu
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu
nameWithType: AddonContextIconMenu
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentList240
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentList240
name: AtkComponentList240
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_Client_UI_AddonContextIconMenu_AtkComponentList240
- commentId: F:FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentList240
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentList240
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextIconMenu_AtkComponentList240
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentList240
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentList240
nameWithType: AddonContextIconMenu.AtkComponentList240
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton250
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton250
name: AtkComponentRadioButton250
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_Client_UI_AddonContextIconMenu_AtkComponentRadioButton250
- commentId: F:FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton250
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton250
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextIconMenu_AtkComponentRadioButton250
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton250
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton250
nameWithType: AddonContextIconMenu.AtkComponentRadioButton250
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton258
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton258
name: AtkComponentRadioButton258
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_Client_UI_AddonContextIconMenu_AtkComponentRadioButton258
- commentId: F:FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton258
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton258
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextIconMenu_AtkComponentRadioButton258
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton258
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton258
nameWithType: AddonContextIconMenu.AtkComponentRadioButton258
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton260
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton260
name: AtkComponentRadioButton260
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_Client_UI_AddonContextIconMenu_AtkComponentRadioButton260
- commentId: F:FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton260
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton260
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextIconMenu_AtkComponentRadioButton260
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton260
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton260
nameWithType: AddonContextIconMenu.AtkComponentRadioButton260
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton268
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton268
name: AtkComponentRadioButton268
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_Client_UI_AddonContextIconMenu_AtkComponentRadioButton268
- commentId: F:FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton268
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton268
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextIconMenu_AtkComponentRadioButton268
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton268
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton268
nameWithType: AddonContextIconMenu.AtkComponentRadioButton268
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton270
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton270
name: AtkComponentRadioButton270
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_Client_UI_AddonContextIconMenu_AtkComponentRadioButton270
- commentId: F:FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton270
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton270
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextIconMenu_AtkComponentRadioButton270
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton270
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton270
nameWithType: AddonContextIconMenu.AtkComponentRadioButton270
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton278
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton278
name: AtkComponentRadioButton278
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_Client_UI_AddonContextIconMenu_AtkComponentRadioButton278
- commentId: F:FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton278
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton278
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextIconMenu_AtkComponentRadioButton278
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton278
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton278
nameWithType: AddonContextIconMenu.AtkComponentRadioButton278
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton280
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton280
name: AtkComponentRadioButton280
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_Client_UI_AddonContextIconMenu_AtkComponentRadioButton280
- commentId: F:FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton280
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton280
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextIconMenu_AtkComponentRadioButton280
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton280
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton280
nameWithType: AddonContextIconMenu.AtkComponentRadioButton280
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton288
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton288
name: AtkComponentRadioButton288
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_Client_UI_AddonContextIconMenu_AtkComponentRadioButton288
- commentId: F:FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton288
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton288
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextIconMenu_AtkComponentRadioButton288
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton288
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton288
nameWithType: AddonContextIconMenu.AtkComponentRadioButton288
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton290
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton290
name: AtkComponentRadioButton290
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_Client_UI_AddonContextIconMenu_AtkComponentRadioButton290
- commentId: F:FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton290
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton290
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextIconMenu_AtkComponentRadioButton290
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton290
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton290
nameWithType: AddonContextIconMenu.AtkComponentRadioButton290
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton298
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton298
name: AtkComponentRadioButton298
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_Client_UI_AddonContextIconMenu_AtkComponentRadioButton298
- commentId: F:FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton298
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkComponentRadioButton298
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextIconMenu_AtkComponentRadioButton298
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton298
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkComponentRadioButton298
nameWithType: AddonContextIconMenu.AtkComponentRadioButton298
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkUnitBase
name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_Client_UI_AddonContextIconMenu_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu.AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextIconMenu_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.AtkUnitBase
nameWithType: AddonContextIconMenu.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonContextIconMenu.unk248
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.unk248
name: unk248
- href: api/FFXIVClientStructs.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_Client_UI_AddonContextIconMenu_unk248
- commentId: F:FFXIVClientStructs.Client.UI.AddonContextIconMenu.unk248
- fullName: FFXIVClientStructs.Client.UI.AddonContextIconMenu.unk248
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.html#FFXIVClientStructs_FFXIV_Client_UI_AddonContextIconMenu_unk248
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.unk248
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonContextIconMenu.unk248
nameWithType: AddonContextIconMenu.unk248
-- uid: FFXIVClientStructs.Client.UI.AddonGathering
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering
name: AddonGathering
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonGathering
- fullName: FFXIVClientStructs.Client.UI.AddonGathering
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering
nameWithType: AddonGathering
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.AtkUnitBase
name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.AtkUnitBase
nameWithType: AddonGathering.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox1
name: GatheredItemComponentCheckBox1
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_GatheredItemComponentCheckBox1
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox1
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_GatheredItemComponentCheckBox1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox1
nameWithType: AddonGathering.GatheredItemComponentCheckBox1
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox2
name: GatheredItemComponentCheckBox2
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_GatheredItemComponentCheckBox2
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox2
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_GatheredItemComponentCheckBox2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox2
nameWithType: AddonGathering.GatheredItemComponentCheckBox2
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox3
name: GatheredItemComponentCheckBox3
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_GatheredItemComponentCheckBox3
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox3
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_GatheredItemComponentCheckBox3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox3
nameWithType: AddonGathering.GatheredItemComponentCheckBox3
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox4
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox4
name: GatheredItemComponentCheckBox4
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_GatheredItemComponentCheckBox4
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox4
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox4
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_GatheredItemComponentCheckBox4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox4
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox4
nameWithType: AddonGathering.GatheredItemComponentCheckBox4
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox5
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox5
name: GatheredItemComponentCheckBox5
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_GatheredItemComponentCheckBox5
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox5
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox5
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_GatheredItemComponentCheckBox5
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox5
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox5
nameWithType: AddonGathering.GatheredItemComponentCheckBox5
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox6
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox6
name: GatheredItemComponentCheckBox6
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_GatheredItemComponentCheckBox6
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox6
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox6
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_GatheredItemComponentCheckBox6
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox6
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox6
nameWithType: AddonGathering.GatheredItemComponentCheckBox6
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox7
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox7
name: GatheredItemComponentCheckBox7
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_GatheredItemComponentCheckBox7
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox7
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox7
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_GatheredItemComponentCheckBox7
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox7
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox7
nameWithType: AddonGathering.GatheredItemComponentCheckBox7
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox8
name: GatheredItemComponentCheckBox8
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_GatheredItemComponentCheckBox8
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox8
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.GatheredItemComponentCheckBox8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_GatheredItemComponentCheckBox8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.GatheredItemComponentCheckBox8
nameWithType: AddonGathering.GatheredItemComponentCheckBox8
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.InventoryQuantityTextNode
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.InventoryQuantityTextNode
name: InventoryQuantityTextNode
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_InventoryQuantityTextNode
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.InventoryQuantityTextNode
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.InventoryQuantityTextNode
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_InventoryQuantityTextNode
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.InventoryQuantityTextNode
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.InventoryQuantityTextNode
nameWithType: AddonGathering.InventoryQuantityTextNode
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.QuickGatheringComponentCheckBox
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.QuickGatheringComponentCheckBox
name: QuickGatheringComponentCheckBox
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_QuickGatheringComponentCheckBox
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.QuickGatheringComponentCheckBox
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.QuickGatheringComponentCheckBox
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_QuickGatheringComponentCheckBox
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.QuickGatheringComponentCheckBox
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.QuickGatheringComponentCheckBox
nameWithType: AddonGathering.QuickGatheringComponentCheckBox
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk288
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk288
name: unk288
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk288
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk288
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk288
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk288
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk288
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk288
nameWithType: AddonGathering.unk288
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk290
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk290
name: unk290
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk290
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk290
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk290
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk290
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk290
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk290
nameWithType: AddonGathering.unk290
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk298
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk298
name: unk298
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk298
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk298
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk298
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk298
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk298
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk298
nameWithType: AddonGathering.unk298
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk2A0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2A0
name: unk2A0
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk2A0
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk2A0
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk2A0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk2A0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2A0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2A0
nameWithType: AddonGathering.unk2A0
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk2A8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2A8
name: unk2A8
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk2A8
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk2A8
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk2A8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk2A8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2A8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2A8
nameWithType: AddonGathering.unk2A8
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk2B0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2B0
name: unk2B0
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk2B0
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk2B0
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk2B0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk2B0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2B0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2B0
nameWithType: AddonGathering.unk2B0
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk2B8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2B8
name: unk2B8
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk2B8
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk2B8
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk2B8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk2B8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2B8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2B8
nameWithType: AddonGathering.unk2B8
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk2C0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2C0
name: unk2C0
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk2C0
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk2C0
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk2C0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk2C0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2C0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2C0
nameWithType: AddonGathering.unk2C0
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk2C8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2C8
name: unk2C8
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk2C8
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk2C8
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk2C8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk2C8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2C8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2C8
nameWithType: AddonGathering.unk2C8
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk2D0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2D0
name: unk2D0
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk2D0
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk2D0
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk2D0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk2D0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2D0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2D0
nameWithType: AddonGathering.unk2D0
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk2D8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2D8
name: unk2D8
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk2D8
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk2D8
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk2D8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk2D8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2D8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2D8
nameWithType: AddonGathering.unk2D8
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk2E0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2E0
name: unk2E0
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk2E0
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk2E0
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk2E0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk2E0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2E0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2E0
nameWithType: AddonGathering.unk2E0
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk2E8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2E8
name: unk2E8
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk2E8
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk2E8
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk2E8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk2E8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2E8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2E8
nameWithType: AddonGathering.unk2E8
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk2F0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2F0
name: unk2F0
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk2F0
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk2F0
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk2F0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk2F0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2F0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2F0
nameWithType: AddonGathering.unk2F0
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk2F8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2F8
name: unk2F8
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk2F8
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk2F8
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk2F8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk2F8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2F8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2F8
nameWithType: AddonGathering.unk2F8
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.unk2FC
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2FC
name: unk2FC
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_unk2FC
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.unk2FC
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.unk2FC
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_unk2FC
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2FC
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.unk2FC
nameWithType: AddonGathering.unk2FC
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.UnkResNode
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.UnkResNode
name: UnkResNode
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_UnkResNode
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.UnkResNode
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.UnkResNode
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_UnkResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.UnkResNode
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.UnkResNode
nameWithType: AddonGathering.UnkResNode
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.UnkResNode220
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.UnkResNode220
name: UnkResNode220
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_UnkResNode220
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.UnkResNode220
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.UnkResNode220
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_UnkResNode220
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.UnkResNode220
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.UnkResNode220
nameWithType: AddonGathering.UnkResNode220
-- uid: FFXIVClientStructs.Client.UI.AddonGathering.UnkResNode270
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.UnkResNode270
name: UnkResNode270
- href: api/FFXIVClientStructs.Client.UI.AddonGathering.html#FFXIVClientStructs_Client_UI_AddonGathering_UnkResNode270
- commentId: F:FFXIVClientStructs.Client.UI.AddonGathering.UnkResNode270
- fullName: FFXIVClientStructs.Client.UI.AddonGathering.UnkResNode270
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGathering_UnkResNode270
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.UnkResNode270
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGathering.UnkResNode270
nameWithType: AddonGathering.UnkResNode270
-- uid: FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece
name: AddonGatheringMasterpiece
- href: api/FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece
- fullName: FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece
nameWithType: AddonGatheringMasterpiece
-- uid: FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.AtkUnitBase
name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece.html#FFXIVClientStructs_Client_UI_AddonGatheringMasterpiece_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece.AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGatheringMasterpiece_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.AtkUnitBase
nameWithType: AddonGatheringMasterpiece.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece.CollectDragDrop
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.CollectDragDrop
name: CollectDragDrop
- href: api/FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece.html#FFXIVClientStructs_Client_UI_AddonGatheringMasterpiece_CollectDragDrop
- commentId: F:FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece.CollectDragDrop
- fullName: FFXIVClientStructs.Client.UI.AddonGatheringMasterpiece.CollectDragDrop
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGatheringMasterpiece_CollectDragDrop
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.CollectDragDrop
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGatheringMasterpiece.CollectDragDrop
nameWithType: AddonGatheringMasterpiece.CollectDragDrop
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward
+ name: AddonGrandCompanySupplyReward
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward
+ nameWithType: AddonGrandCompanySupplyReward
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGrandCompanySupplyReward_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.AtkUnitBase
+ nameWithType: AddonGrandCompanySupplyReward.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.CancelButton
+ name: CancelButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGrandCompanySupplyReward_CancelButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.CancelButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.CancelButton
+ nameWithType: AddonGrandCompanySupplyReward.CancelButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.DeliverButton
+ name: DeliverButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGrandCompanySupplyReward_DeliverButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.DeliverButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGrandCompanySupplyReward.DeliverButton
+ nameWithType: AddonGrandCompanySupplyReward.DeliverButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve
name: AddonGuildLeve
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonGuildLeve
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve
nameWithType: AddonGuildLeve
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.AlchemistButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AlchemistButton
name: AlchemistButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_AlchemistButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.AlchemistButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.AlchemistButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_AlchemistButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AlchemistButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AlchemistButton
nameWithType: AddonGuildLeve.AlchemistButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.AlchemistString
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AlchemistString
name: AlchemistString
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_AlchemistString
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.AlchemistString
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.AlchemistString
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_AlchemistString
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AlchemistString
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AlchemistString
nameWithType: AddonGuildLeve.AlchemistString
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.ArmorerButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.ArmorerButton
name: ArmorerButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_ArmorerButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.ArmorerButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.ArmorerButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_ArmorerButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.ArmorerButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.ArmorerButton
nameWithType: AddonGuildLeve.ArmorerButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.ArmorerString
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.ArmorerString
name: ArmorerString
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_ArmorerString
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.ArmorerString
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.ArmorerString
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_ArmorerString
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.ArmorerString
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.ArmorerString
nameWithType: AddonGuildLeve.ArmorerString
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkComponentBase290
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkComponentBase290
name: AtkComponentBase290
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_AtkComponentBase290
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkComponentBase290
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkComponentBase290
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_AtkComponentBase290
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkComponentBase290
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkComponentBase290
nameWithType: AddonGuildLeve.AtkComponentBase290
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkComponentBase298
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkComponentBase298
name: AtkComponentBase298
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_AtkComponentBase298
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkComponentBase298
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkComponentBase298
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_AtkComponentBase298
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkComponentBase298
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkComponentBase298
nameWithType: AddonGuildLeve.AtkComponentBase298
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkComponentTreeList228
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkComponentTreeList228
name: AtkComponentTreeList228
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_AtkComponentTreeList228
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkComponentTreeList228
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkComponentTreeList228
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_AtkComponentTreeList228
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkComponentTreeList228
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkComponentTreeList228
nameWithType: AddonGuildLeve.AtkComponentTreeList228
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkResNode288
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkResNode288
name: AtkResNode288
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_AtkResNode288
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkResNode288
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkResNode288
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_AtkResNode288
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkResNode288
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkResNode288
nameWithType: AddonGuildLeve.AtkResNode288
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkTextNode298
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkTextNode298
name: AtkTextNode298
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_AtkTextNode298
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkTextNode298
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkTextNode298
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_AtkTextNode298
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkTextNode298
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkTextNode298
nameWithType: AddonGuildLeve.AtkTextNode298
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkUnitBase
name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.AtkUnitBase
nameWithType: AddonGuildLeve.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.BlacksmithButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.BlacksmithButton
name: BlacksmithButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_BlacksmithButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.BlacksmithButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.BlacksmithButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_BlacksmithButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.BlacksmithButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.BlacksmithButton
nameWithType: AddonGuildLeve.BlacksmithButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.BlacksmithString
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.BlacksmithString
name: BlacksmithString
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_BlacksmithString
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.BlacksmithString
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.BlacksmithString
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_BlacksmithString
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.BlacksmithString
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.BlacksmithString
nameWithType: AddonGuildLeve.BlacksmithString
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.BotanistButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.BotanistButton
name: BotanistButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_BotanistButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.BotanistButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.BotanistButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_BotanistButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.BotanistButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.BotanistButton
nameWithType: AddonGuildLeve.BotanistButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.BotanistString
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.BotanistString
name: BotanistString
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_BotanistString
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.BotanistString
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.BotanistString
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_BotanistString
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.BotanistString
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.BotanistString
nameWithType: AddonGuildLeve.BotanistString
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.CarpenterButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.CarpenterButton
name: CarpenterButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_CarpenterButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.CarpenterButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.CarpenterButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_CarpenterButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.CarpenterButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.CarpenterButton
nameWithType: AddonGuildLeve.CarpenterButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.CarpenterString
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.CarpenterString
name: CarpenterString
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_CarpenterString
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.CarpenterString
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.CarpenterString
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_CarpenterString
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.CarpenterString
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.CarpenterString
nameWithType: AddonGuildLeve.CarpenterString
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.CulinarianButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.CulinarianButton
name: CulinarianButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_CulinarianButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.CulinarianButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.CulinarianButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_CulinarianButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.CulinarianButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.CulinarianButton
nameWithType: AddonGuildLeve.CulinarianButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.CulinarianString
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.CulinarianString
name: CulinarianString
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_CulinarianString
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.CulinarianString
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.CulinarianString
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_CulinarianString
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.CulinarianString
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.CulinarianString
nameWithType: AddonGuildLeve.CulinarianString
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.FieldcraftButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.FieldcraftButton
name: FieldcraftButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_FieldcraftButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.FieldcraftButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.FieldcraftButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_FieldcraftButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.FieldcraftButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.FieldcraftButton
nameWithType: AddonGuildLeve.FieldcraftButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.FisherButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.FisherButton
name: FisherButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_FisherButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.FisherButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.FisherButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_FisherButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.FisherButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.FisherButton
nameWithType: AddonGuildLeve.FisherButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.FisherString
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.FisherString
name: FisherString
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_FisherString
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.FisherString
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.FisherString
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_FisherString
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.FisherString
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.FisherString
nameWithType: AddonGuildLeve.FisherString
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.GoldsmithButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.GoldsmithButton
name: GoldsmithButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_GoldsmithButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.GoldsmithButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.GoldsmithButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_GoldsmithButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.GoldsmithButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.GoldsmithButton
nameWithType: AddonGuildLeve.GoldsmithButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.GoldsmithString
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.GoldsmithString
name: GoldsmithString
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_GoldsmithString
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.GoldsmithString
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.GoldsmithString
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_GoldsmithString
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.GoldsmithString
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.GoldsmithString
nameWithType: AddonGuildLeve.GoldsmithString
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.JournalButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.JournalButton
name: JournalButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_JournalButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.JournalButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.JournalButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_JournalButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.JournalButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.JournalButton
nameWithType: AddonGuildLeve.JournalButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.LeatherworkerButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.LeatherworkerButton
name: LeatherworkerButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_LeatherworkerButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.LeatherworkerButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.LeatherworkerButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_LeatherworkerButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.LeatherworkerButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.LeatherworkerButton
nameWithType: AddonGuildLeve.LeatherworkerButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.LeatherworkerString
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.LeatherworkerString
name: LeatherworkerString
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_LeatherworkerString
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.LeatherworkerString
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.LeatherworkerString
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_LeatherworkerString
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.LeatherworkerString
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.LeatherworkerString
nameWithType: AddonGuildLeve.LeatherworkerString
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.MinerButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.MinerButton
name: MinerButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_MinerButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.MinerButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.MinerButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_MinerButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.MinerButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.MinerButton
nameWithType: AddonGuildLeve.MinerButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.MinerString
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.MinerString
name: MinerString
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_MinerString
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.MinerString
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.MinerString
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_MinerString
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.MinerString
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.MinerString
nameWithType: AddonGuildLeve.MinerString
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.TradecraftButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.TradecraftButton
name: TradecraftButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_TradecraftButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.TradecraftButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.TradecraftButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_TradecraftButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.TradecraftButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.TradecraftButton
nameWithType: AddonGuildLeve.TradecraftButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.WeaverButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.WeaverButton
name: WeaverButton
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_WeaverButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.WeaverButton
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.WeaverButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_WeaverButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.WeaverButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.WeaverButton
nameWithType: AddonGuildLeve.WeaverButton
-- uid: FFXIVClientStructs.Client.UI.AddonGuildLeve.WeaverString
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.WeaverString
name: WeaverString
- href: api/FFXIVClientStructs.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_Client_UI_AddonGuildLeve_WeaverString
- commentId: F:FFXIVClientStructs.Client.UI.AddonGuildLeve.WeaverString
- fullName: FFXIVClientStructs.Client.UI.AddonGuildLeve.WeaverString
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.html#FFXIVClientStructs_FFXIV_Client_UI_AddonGuildLeve_WeaverString
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.WeaverString
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonGuildLeve.WeaverString
nameWithType: AddonGuildLeve.WeaverString
-- uid: FFXIVClientStructs.Client.UI.AddonHudLayoutScreen
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen
name: AddonHudLayoutScreen
- href: api/FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonHudLayoutScreen
- fullName: FFXIVClientStructs.Client.UI.AddonHudLayoutScreen
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen
nameWithType: AddonHudLayoutScreen
-- uid: FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.AtkUnitBase
name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.html#FFXIVClientStructs_Client_UI_AddonHudLayoutScreen_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html#FFXIVClientStructs_FFXIV_Client_UI_AddonHudLayoutScreen_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.AtkUnitBase
nameWithType: AddonHudLayoutScreen.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.HudLayoutWindow
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.HudLayoutWindow
name: HudLayoutWindow
- href: api/FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.html#FFXIVClientStructs_Client_UI_AddonHudLayoutScreen_HudLayoutWindow
- commentId: F:FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.HudLayoutWindow
- fullName: FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.HudLayoutWindow
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html#FFXIVClientStructs_FFXIV_Client_UI_AddonHudLayoutScreen_HudLayoutWindow
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.HudLayoutWindow
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.HudLayoutWindow
nameWithType: AddonHudLayoutScreen.HudLayoutWindow
-- uid: FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.SelectedAddon
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.SelectedAddon
name: SelectedAddon
- href: api/FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.html#FFXIVClientStructs_Client_UI_AddonHudLayoutScreen_SelectedAddon
- commentId: F:FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.SelectedAddon
- fullName: FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.SelectedAddon
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html#FFXIVClientStructs_FFXIV_Client_UI_AddonHudLayoutScreen_SelectedAddon
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.SelectedAddon
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.SelectedAddon
nameWithType: AddonHudLayoutScreen.SelectedAddon
-- uid: FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.SelectedOverlayNode
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.SelectedOverlayNode
name: SelectedOverlayNode
- href: api/FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.html#FFXIVClientStructs_Client_UI_AddonHudLayoutScreen_SelectedOverlayNode
- commentId: F:FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.SelectedOverlayNode
- fullName: FFXIVClientStructs.Client.UI.AddonHudLayoutScreen.SelectedOverlayNode
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.html#FFXIVClientStructs_FFXIV_Client_UI_AddonHudLayoutScreen_SelectedOverlayNode
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.SelectedOverlayNode
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutScreen.SelectedOverlayNode
nameWithType: AddonHudLayoutScreen.SelectedOverlayNode
-- uid: FFXIVClientStructs.Client.UI.AddonHudLayoutWindow
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow
name: AddonHudLayoutWindow
- href: api/FFXIVClientStructs.Client.UI.AddonHudLayoutWindow.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonHudLayoutWindow
- fullName: FFXIVClientStructs.Client.UI.AddonHudLayoutWindow
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow
nameWithType: AddonHudLayoutWindow
-- uid: FFXIVClientStructs.Client.UI.AddonHudLayoutWindow.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.AtkUnitBase
name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonHudLayoutWindow.html#FFXIVClientStructs_Client_UI_AddonHudLayoutWindow_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonHudLayoutWindow.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonHudLayoutWindow.AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonHudLayoutWindow_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.AtkUnitBase
nameWithType: AddonHudLayoutWindow.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonHudLayoutWindow.SaveButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.SaveButton
name: SaveButton
- href: api/FFXIVClientStructs.Client.UI.AddonHudLayoutWindow.html#FFXIVClientStructs_Client_UI_AddonHudLayoutWindow_SaveButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonHudLayoutWindow.SaveButton
- fullName: FFXIVClientStructs.Client.UI.AddonHudLayoutWindow.SaveButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonHudLayoutWindow_SaveButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.SaveButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonHudLayoutWindow.SaveButton
nameWithType: AddonHudLayoutWindow.SaveButton
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList
+ name: AddonItemInspectionList
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList
+ nameWithType: AddonItemInspectionList
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.html#FFXIVClientStructs_FFXIV_Client_UI_AddonItemInspectionList_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionList.AtkUnitBase
+ nameWithType: AddonItemInspectionList.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult
+ name: AddonItemInspectionResult
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult
+ nameWithType: AddonItemInspectionResult
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonItemInspectionResult_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonItemInspectionResult.AtkUnitBase
+ nameWithType: AddonItemInspectionResult.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail
name: AddonJournalDetail
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonJournalDetail
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail
nameWithType: AddonJournalDetail
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AcceptButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AcceptButton
name: AcceptButton
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AcceptButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AcceptButton
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AcceptButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AcceptButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AcceptButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AcceptButton
nameWithType: AddonJournalDetail.AcceptButton
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentButton290
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentButton290
name: AtkComponentButton290
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkComponentButton290
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentButton290
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentButton290
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkComponentButton290
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentButton290
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentButton290
nameWithType: AddonJournalDetail.AtkComponentButton290
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentButton2C8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentButton2C8
name: AtkComponentButton2C8
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkComponentButton2C8
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentButton2C8
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentButton2C8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkComponentButton2C8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentButton2C8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentButton2C8
nameWithType: AddonJournalDetail.AtkComponentButton2C8
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentGuildLeveCard238
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentGuildLeveCard238
name: AtkComponentGuildLeveCard238
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkComponentGuildLeveCard238
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentGuildLeveCard238
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentGuildLeveCard238
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkComponentGuildLeveCard238
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentGuildLeveCard238
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentGuildLeveCard238
nameWithType: AddonJournalDetail.AtkComponentGuildLeveCard238
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentJournalCanvas2D0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentJournalCanvas2D0
name: AtkComponentJournalCanvas2D0
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkComponentJournalCanvas2D0
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentJournalCanvas2D0
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentJournalCanvas2D0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkComponentJournalCanvas2D0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentJournalCanvas2D0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentJournalCanvas2D0
nameWithType: AddonJournalDetail.AtkComponentJournalCanvas2D0
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentScrollBar230
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentScrollBar230
name: AtkComponentScrollBar230
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkComponentScrollBar230
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentScrollBar230
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkComponentScrollBar230
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkComponentScrollBar230
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentScrollBar230
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkComponentScrollBar230
nameWithType: AddonJournalDetail.AtkComponentScrollBar230
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkImageNode250
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkImageNode250
name: AtkImageNode250
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkImageNode250
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkImageNode250
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkImageNode250
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkImageNode250
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkImageNode250
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkImageNode250
nameWithType: AddonJournalDetail.AtkImageNode250
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkImageNode258
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkImageNode258
name: AtkImageNode258
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkImageNode258
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkImageNode258
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkImageNode258
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkImageNode258
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkImageNode258
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkImageNode258
nameWithType: AddonJournalDetail.AtkImageNode258
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkImageNode260
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkImageNode260
name: AtkImageNode260
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkImageNode260
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkImageNode260
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkImageNode260
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkImageNode260
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkImageNode260
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkImageNode260
nameWithType: AddonJournalDetail.AtkImageNode260
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkImageNode2A0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkImageNode2A0
name: AtkImageNode2A0
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkImageNode2A0
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkImageNode2A0
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkImageNode2A0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkImageNode2A0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkImageNode2A0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkImageNode2A0
nameWithType: AddonJournalDetail.AtkImageNode2A0
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkResNode268
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkResNode268
name: AtkResNode268
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkResNode268
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkResNode268
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkResNode268
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkResNode268
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkResNode268
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkResNode268
nameWithType: AddonJournalDetail.AtkResNode268
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkResNode278
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkResNode278
name: AtkResNode278
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkResNode278
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkResNode278
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkResNode278
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkResNode278
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkResNode278
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkResNode278
nameWithType: AddonJournalDetail.AtkResNode278
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkResNode298
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkResNode298
name: AtkResNode298
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkResNode298
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkResNode298
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkResNode298
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkResNode298
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkResNode298
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkResNode298
nameWithType: AddonJournalDetail.AtkResNode298
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode240
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode240
name: AtkTextNode240
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkTextNode240
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode240
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode240
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkTextNode240
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode240
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode240
nameWithType: AddonJournalDetail.AtkTextNode240
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode248
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode248
name: AtkTextNode248
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkTextNode248
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode248
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode248
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkTextNode248
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode248
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode248
nameWithType: AddonJournalDetail.AtkTextNode248
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode270
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode270
name: AtkTextNode270
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkTextNode270
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode270
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode270
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkTextNode270
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode270
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode270
nameWithType: AddonJournalDetail.AtkTextNode270
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode2A8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode2A8
name: AtkTextNode2A8
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkTextNode2A8
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode2A8
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode2A8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkTextNode2A8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode2A8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode2A8
nameWithType: AddonJournalDetail.AtkTextNode2A8
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode2B0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode2B0
name: AtkTextNode2B0
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkTextNode2B0
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode2B0
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode2B0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkTextNode2B0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode2B0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode2B0
nameWithType: AddonJournalDetail.AtkTextNode2B0
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode2B8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode2B8
name: AtkTextNode2B8
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkTextNode2B8
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode2B8
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode2B8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkTextNode2B8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode2B8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode2B8
nameWithType: AddonJournalDetail.AtkTextNode2B8
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode2C0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode2C0
name: AtkTextNode2C0
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkTextNode2C0
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode2C0
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkTextNode2C0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkTextNode2C0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode2C0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkTextNode2C0
nameWithType: AddonJournalDetail.AtkTextNode2C0
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkUnitBase
name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.AtkUnitBase
nameWithType: AddonJournalDetail.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonJournalDetail.DeclineButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.DeclineButton
name: DeclineButton
- href: api/FFXIVClientStructs.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_Client_UI_AddonJournalDetail_DeclineButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalDetail.DeclineButton
- fullName: FFXIVClientStructs.Client.UI.AddonJournalDetail.DeclineButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalDetail_DeclineButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.DeclineButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalDetail.DeclineButton
nameWithType: AddonJournalDetail.DeclineButton
-- uid: FFXIVClientStructs.Client.UI.AddonJournalResult
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult
name: AddonJournalResult
- href: api/FFXIVClientStructs.Client.UI.AddonJournalResult.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonJournalResult
- fullName: FFXIVClientStructs.Client.UI.AddonJournalResult
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult
nameWithType: AddonJournalResult
-- uid: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkComponentGuildLeveCard238
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkComponentGuildLeveCard238
name: AtkComponentGuildLeveCard238
- href: api/FFXIVClientStructs.Client.UI.AddonJournalResult.html#FFXIVClientStructs_Client_UI_AddonJournalResult_AtkComponentGuildLeveCard238
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalResult.AtkComponentGuildLeveCard238
- fullName: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkComponentGuildLeveCard238
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalResult_AtkComponentGuildLeveCard238
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkComponentGuildLeveCard238
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkComponentGuildLeveCard238
nameWithType: AddonJournalResult.AtkComponentGuildLeveCard238
-- uid: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkComponentJournalCanvas268
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkComponentJournalCanvas268
name: AtkComponentJournalCanvas268
- href: api/FFXIVClientStructs.Client.UI.AddonJournalResult.html#FFXIVClientStructs_Client_UI_AddonJournalResult_AtkComponentJournalCanvas268
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalResult.AtkComponentJournalCanvas268
- fullName: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkComponentJournalCanvas268
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalResult_AtkComponentJournalCanvas268
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkComponentJournalCanvas268
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkComponentJournalCanvas268
nameWithType: AddonJournalResult.AtkComponentJournalCanvas268
-- uid: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkImageNode220
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkImageNode220
name: AtkImageNode220
- href: api/FFXIVClientStructs.Client.UI.AddonJournalResult.html#FFXIVClientStructs_Client_UI_AddonJournalResult_AtkImageNode220
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalResult.AtkImageNode220
- fullName: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkImageNode220
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalResult_AtkImageNode220
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkImageNode220
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkImageNode220
nameWithType: AddonJournalResult.AtkImageNode220
-- uid: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkImageNode228
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkImageNode228
name: AtkImageNode228
- href: api/FFXIVClientStructs.Client.UI.AddonJournalResult.html#FFXIVClientStructs_Client_UI_AddonJournalResult_AtkImageNode228
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalResult.AtkImageNode228
- fullName: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkImageNode228
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalResult_AtkImageNode228
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkImageNode228
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkImageNode228
nameWithType: AddonJournalResult.AtkImageNode228
-- uid: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkImageNode230
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkImageNode230
name: AtkImageNode230
- href: api/FFXIVClientStructs.Client.UI.AddonJournalResult.html#FFXIVClientStructs_Client_UI_AddonJournalResult_AtkImageNode230
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalResult.AtkImageNode230
- fullName: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkImageNode230
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalResult_AtkImageNode230
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkImageNode230
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkImageNode230
nameWithType: AddonJournalResult.AtkImageNode230
-- uid: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkImageNode260
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkImageNode260
name: AtkImageNode260
- href: api/FFXIVClientStructs.Client.UI.AddonJournalResult.html#FFXIVClientStructs_Client_UI_AddonJournalResult_AtkImageNode260
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalResult.AtkImageNode260
- fullName: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkImageNode260
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalResult_AtkImageNode260
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkImageNode260
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkImageNode260
nameWithType: AddonJournalResult.AtkImageNode260
-- uid: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkTextNode250
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkTextNode250
name: AtkTextNode250
- href: api/FFXIVClientStructs.Client.UI.AddonJournalResult.html#FFXIVClientStructs_Client_UI_AddonJournalResult_AtkTextNode250
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalResult.AtkTextNode250
- fullName: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkTextNode250
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalResult_AtkTextNode250
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkTextNode250
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkTextNode250
nameWithType: AddonJournalResult.AtkTextNode250
-- uid: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkTextNode258
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkTextNode258
name: AtkTextNode258
- href: api/FFXIVClientStructs.Client.UI.AddonJournalResult.html#FFXIVClientStructs_Client_UI_AddonJournalResult_AtkTextNode258
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalResult.AtkTextNode258
- fullName: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkTextNode258
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalResult_AtkTextNode258
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkTextNode258
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkTextNode258
nameWithType: AddonJournalResult.AtkTextNode258
-- uid: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkUnitBase
name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonJournalResult.html#FFXIVClientStructs_Client_UI_AddonJournalResult_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalResult.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonJournalResult.AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalResult_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.AtkUnitBase
nameWithType: AddonJournalResult.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonJournalResult.CompleteButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.CompleteButton
name: CompleteButton
- href: api/FFXIVClientStructs.Client.UI.AddonJournalResult.html#FFXIVClientStructs_Client_UI_AddonJournalResult_CompleteButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalResult.CompleteButton
- fullName: FFXIVClientStructs.Client.UI.AddonJournalResult.CompleteButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalResult_CompleteButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.CompleteButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.CompleteButton
nameWithType: AddonJournalResult.CompleteButton
-- uid: FFXIVClientStructs.Client.UI.AddonJournalResult.DeclineButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.DeclineButton
name: DeclineButton
- href: api/FFXIVClientStructs.Client.UI.AddonJournalResult.html#FFXIVClientStructs_Client_UI_AddonJournalResult_DeclineButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonJournalResult.DeclineButton
- fullName: FFXIVClientStructs.Client.UI.AddonJournalResult.DeclineButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonJournalResult_DeclineButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.DeclineButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonJournalResult.DeclineButton
nameWithType: AddonJournalResult.DeclineButton
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily
name: AddonLotteryDaily
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonLotteryDaily
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily
nameWithType: AddonLotteryDaily
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.AtkUnitBase
name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.AtkUnitBase
nameWithType: AddonLotteryDaily.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoard
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoard
name: GameBoard
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameBoard
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoard
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoard
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameBoard
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoard
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoard
nameWithType: AddonLotteryDaily.GameBoard
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers
name: AddonLotteryDaily.GameBoardNumbers
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers
nameWithType: AddonLotteryDaily.GameBoardNumbers
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item(System.Int32)
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item(System.Int32)
name: Item[Int32]
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameBoardNumbers_Item_System_Int32_
- commentId: P:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item(System.Int32)
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameBoardNumbers_Item_System_Int32_
+ commentId: P:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item(System.Int32)
name.vb: Item(Int32)
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item[System.Int32]
- fullName.vb: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item(System.Int32)
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item[System.Int32]
+ fullName.vb: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item(System.Int32)
nameWithType: AddonLotteryDaily.GameBoardNumbers.Item[Int32]
nameWithType.vb: AddonLotteryDaily.GameBoardNumbers.Item(Int32)
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item*
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item*
name: Item
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameBoardNumbers_Item_
- commentId: Overload:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameBoardNumbers_Item_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item
isSpec: "True"
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Item
nameWithType: AddonLotteryDaily.GameBoardNumbers.Item
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row1
name: Row1
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameBoardNumbers_Row1
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row1
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameBoardNumbers_Row1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row1
nameWithType: AddonLotteryDaily.GameBoardNumbers.Row1
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row2
name: Row2
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameBoardNumbers_Row2
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row2
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameBoardNumbers_Row2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row2
nameWithType: AddonLotteryDaily.GameBoardNumbers.Row2
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row3
name: Row3
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameBoardNumbers_Row3
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row3
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameBoardNumbers_Row3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameBoardNumbers.Row3
nameWithType: AddonLotteryDaily.GameBoardNumbers.Row3
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow
name: AddonLotteryDaily.GameNumberRow
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow
nameWithType: AddonLotteryDaily.GameNumberRow
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Col1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Col1
name: Col1
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameNumberRow_Col1
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Col1
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Col1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameNumberRow_Col1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Col1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Col1
nameWithType: AddonLotteryDaily.GameNumberRow.Col1
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Col2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Col2
name: Col2
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameNumberRow_Col2
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Col2
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Col2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameNumberRow_Col2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Col2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Col2
nameWithType: AddonLotteryDaily.GameNumberRow.Col2
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Col3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Col3
name: Col3
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameNumberRow_Col3
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Col3
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Col3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameNumberRow_Col3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Col3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Col3
nameWithType: AddonLotteryDaily.GameNumberRow.Col3
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Item(System.Int32)
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Item(System.Int32)
name: Item[Int32]
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameNumberRow_Item_System_Int32_
- commentId: P:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Item(System.Int32)
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameNumberRow_Item_System_Int32_
+ commentId: P:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Item(System.Int32)
name.vb: Item(Int32)
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Item[System.Int32]
- fullName.vb: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Item(System.Int32)
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Item[System.Int32]
+ fullName.vb: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Item(System.Int32)
nameWithType: AddonLotteryDaily.GameNumberRow.Item[Int32]
nameWithType.vb: AddonLotteryDaily.GameNumberRow.Item(Int32)
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Item*
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Item*
name: Item
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameNumberRow_Item_
- commentId: Overload:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Item
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameNumberRow_Item_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Item
isSpec: "True"
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumberRow.Item
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumberRow.Item
nameWithType: AddonLotteryDaily.GameNumberRow.Item
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumbers
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumbers
name: GameNumbers
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameNumbers
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumbers
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameNumbers
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameNumbers
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumbers
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameNumbers
nameWithType: AddonLotteryDaily.GameNumbers
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard
name: AddonLotteryDaily.GameTileBoard
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard
nameWithType: AddonLotteryDaily.GameTileBoard
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Item(System.Int32)
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Item(System.Int32)
name: Item[Int32]
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameTileBoard_Item_System_Int32_
- commentId: P:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Item(System.Int32)
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameTileBoard_Item_System_Int32_
+ commentId: P:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Item(System.Int32)
name.vb: Item(Int32)
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Item[System.Int32]
- fullName.vb: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Item(System.Int32)
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Item[System.Int32]
+ fullName.vb: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Item(System.Int32)
nameWithType: AddonLotteryDaily.GameTileBoard.Item[Int32]
nameWithType.vb: AddonLotteryDaily.GameTileBoard.Item(Int32)
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Item*
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Item*
name: Item
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameTileBoard_Item_
- commentId: Overload:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Item
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameTileBoard_Item_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Item
isSpec: "True"
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Item
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Item
nameWithType: AddonLotteryDaily.GameTileBoard.Item
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Row1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Row1
name: Row1
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameTileBoard_Row1
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Row1
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Row1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameTileBoard_Row1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Row1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Row1
nameWithType: AddonLotteryDaily.GameTileBoard.Row1
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Row2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Row2
name: Row2
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameTileBoard_Row2
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Row2
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Row2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameTileBoard_Row2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Row2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Row2
nameWithType: AddonLotteryDaily.GameTileBoard.Row2
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Row3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Row3
name: Row3
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameTileBoard_Row3
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Row3
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileBoard.Row3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameTileBoard_Row3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Row3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileBoard.Row3
nameWithType: AddonLotteryDaily.GameTileBoard.Row3
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow
name: AddonLotteryDaily.GameTileRow
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow
nameWithType: AddonLotteryDaily.GameTileRow
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Col1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Col1
name: Col1
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameTileRow_Col1
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Col1
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Col1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameTileRow_Col1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Col1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Col1
nameWithType: AddonLotteryDaily.GameTileRow.Col1
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Col2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Col2
name: Col2
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameTileRow_Col2
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Col2
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Col2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameTileRow_Col2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Col2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Col2
nameWithType: AddonLotteryDaily.GameTileRow.Col2
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Col3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Col3
name: Col3
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameTileRow_Col3
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Col3
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Col3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameTileRow_Col3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Col3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Col3
nameWithType: AddonLotteryDaily.GameTileRow.Col3
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Item(System.Int32)
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Item(System.Int32)
name: Item[Int32]
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameTileRow_Item_System_Int32_
- commentId: P:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Item(System.Int32)
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameTileRow_Item_System_Int32_
+ commentId: P:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Item(System.Int32)
name.vb: Item(Int32)
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Item[System.Int32]
- fullName.vb: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Item(System.Int32)
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Item[System.Int32]
+ fullName.vb: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Item(System.Int32)
nameWithType: AddonLotteryDaily.GameTileRow.Item[Int32]
nameWithType.vb: AddonLotteryDaily.GameTileRow.Item(Int32)
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Item*
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Item*
name: Item
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_GameTileRow_Item_
- commentId: Overload:FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Item
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_GameTileRow_Item_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Item
isSpec: "True"
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.GameTileRow.Item
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.GameTileRow.Item
nameWithType: AddonLotteryDaily.GameTileRow.Item
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneSelector
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneSelector
name: LaneSelector
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_LaneSelector
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneSelector
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneSelector
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_LaneSelector
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneSelector
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneSelector
nameWithType: AddonLotteryDaily.LaneSelector
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector
name: AddonLotteryDaily.LaneTileSelector
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector
nameWithType: AddonLotteryDaily.LaneTileSelector
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Col1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Col1
name: Col1
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_LaneTileSelector_Col1
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Col1
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Col1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_LaneTileSelector_Col1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Col1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Col1
nameWithType: AddonLotteryDaily.LaneTileSelector.Col1
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Col2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Col2
name: Col2
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_LaneTileSelector_Col2
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Col2
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Col2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_LaneTileSelector_Col2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Col2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Col2
nameWithType: AddonLotteryDaily.LaneTileSelector.Col2
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Col3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Col3
name: Col3
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_LaneTileSelector_Col3
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Col3
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Col3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_LaneTileSelector_Col3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Col3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Col3
nameWithType: AddonLotteryDaily.LaneTileSelector.Col3
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Item(System.Int32)
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Item(System.Int32)
name: Item[Int32]
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_LaneTileSelector_Item_System_Int32_
- commentId: P:FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Item(System.Int32)
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_LaneTileSelector_Item_System_Int32_
+ commentId: P:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Item(System.Int32)
name.vb: Item(Int32)
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Item[System.Int32]
- fullName.vb: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Item(System.Int32)
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Item[System.Int32]
+ fullName.vb: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Item(System.Int32)
nameWithType: AddonLotteryDaily.LaneTileSelector.Item[Int32]
nameWithType.vb: AddonLotteryDaily.LaneTileSelector.Item(Int32)
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Item*
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Item*
name: Item
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_LaneTileSelector_Item_
- commentId: Overload:FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Item
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_LaneTileSelector_Item_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Item
isSpec: "True"
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Item
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Item
nameWithType: AddonLotteryDaily.LaneTileSelector.Item
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.MajorDiagonal
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.MajorDiagonal
name: MajorDiagonal
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_LaneTileSelector_MajorDiagonal
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.MajorDiagonal
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.MajorDiagonal
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_LaneTileSelector_MajorDiagonal
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.MajorDiagonal
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.MajorDiagonal
nameWithType: AddonLotteryDaily.LaneTileSelector.MajorDiagonal
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.MinorDiagonal
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.MinorDiagonal
name: MinorDiagonal
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_LaneTileSelector_MinorDiagonal
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.MinorDiagonal
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.MinorDiagonal
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_LaneTileSelector_MinorDiagonal
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.MinorDiagonal
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.MinorDiagonal
nameWithType: AddonLotteryDaily.LaneTileSelector.MinorDiagonal
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Row1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Row1
name: Row1
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_LaneTileSelector_Row1
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Row1
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Row1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_LaneTileSelector_Row1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Row1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Row1
nameWithType: AddonLotteryDaily.LaneTileSelector.Row1
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Row2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Row2
name: Row2
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_LaneTileSelector_Row2
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Row2
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Row2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_LaneTileSelector_Row2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Row2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Row2
nameWithType: AddonLotteryDaily.LaneTileSelector.Row2
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Row3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Row3
name: Row3
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_LaneTileSelector_Row3
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Row3
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.LaneTileSelector.Row3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_LaneTileSelector_Row3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Row3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.LaneTileSelector.Row3
nameWithType: AddonLotteryDaily.LaneTileSelector.Row3
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2A8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2A8
name: UnkCompBase2A8
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase2A8
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2A8
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2A8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase2A8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2A8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2A8
nameWithType: AddonLotteryDaily.UnkCompBase2A8
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2B0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2B0
name: UnkCompBase2B0
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase2B0
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2B0
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2B0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase2B0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2B0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2B0
nameWithType: AddonLotteryDaily.UnkCompBase2B0
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2B8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2B8
name: UnkCompBase2B8
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase2B8
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2B8
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2B8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase2B8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2B8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2B8
nameWithType: AddonLotteryDaily.UnkCompBase2B8
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2C0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2C0
name: UnkCompBase2C0
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase2C0
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2C0
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2C0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase2C0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2C0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2C0
nameWithType: AddonLotteryDaily.UnkCompBase2C0
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2C8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2C8
name: UnkCompBase2C8
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase2C8
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2C8
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2C8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase2C8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2C8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2C8
nameWithType: AddonLotteryDaily.UnkCompBase2C8
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2D0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2D0
name: UnkCompBase2D0
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase2D0
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2D0
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2D0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase2D0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2D0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2D0
nameWithType: AddonLotteryDaily.UnkCompBase2D0
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2D8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2D8
name: UnkCompBase2D8
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase2D8
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2D8
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2D8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase2D8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2D8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2D8
nameWithType: AddonLotteryDaily.UnkCompBase2D8
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2E0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2E0
name: UnkCompBase2E0
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase2E0
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2E0
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2E0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase2E0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2E0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2E0
nameWithType: AddonLotteryDaily.UnkCompBase2E0
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2E8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2E8
name: UnkCompBase2E8
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase2E8
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2E8
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase2E8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase2E8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2E8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase2E8
nameWithType: AddonLotteryDaily.UnkCompBase2E8
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase308
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase308
name: UnkCompBase308
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase308
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase308
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase308
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase308
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase308
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase308
nameWithType: AddonLotteryDaily.UnkCompBase308
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase310
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase310
name: UnkCompBase310
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase310
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase310
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase310
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase310
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase310
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase310
nameWithType: AddonLotteryDaily.UnkCompBase310
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase318
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase318
name: UnkCompBase318
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase318
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase318
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase318
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase318
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase318
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase318
nameWithType: AddonLotteryDaily.UnkCompBase318
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase330
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase330
name: UnkCompBase330
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase330
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase330
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase330
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase330
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase330
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase330
nameWithType: AddonLotteryDaily.UnkCompBase330
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase338
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase338
name: UnkCompBase338
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase338
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase338
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase338
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase338
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase338
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase338
nameWithType: AddonLotteryDaily.UnkCompBase338
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase340
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase340
name: UnkCompBase340
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase340
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase340
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase340
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase340
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase340
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase340
nameWithType: AddonLotteryDaily.UnkCompBase340
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase348
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase348
name: UnkCompBase348
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase348
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase348
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase348
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase348
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase348
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase348
nameWithType: AddonLotteryDaily.UnkCompBase348
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase350
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase350
name: UnkCompBase350
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase350
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase350
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase350
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase350
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase350
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase350
nameWithType: AddonLotteryDaily.UnkCompBase350
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase358
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase358
name: UnkCompBase358
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase358
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase358
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase358
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase358
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase358
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase358
nameWithType: AddonLotteryDaily.UnkCompBase358
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase360
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase360
name: UnkCompBase360
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase360
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase360
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase360
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase360
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase360
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase360
nameWithType: AddonLotteryDaily.UnkCompBase360
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase368
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase368
name: UnkCompBase368
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase368
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase368
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase368
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase368
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase368
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase368
nameWithType: AddonLotteryDaily.UnkCompBase368
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase370
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase370
name: UnkCompBase370
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase370
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase370
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase370
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase370
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase370
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase370
nameWithType: AddonLotteryDaily.UnkCompBase370
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase378
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase378
name: UnkCompBase378
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase378
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase378
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase378
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase378
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase378
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase378
nameWithType: AddonLotteryDaily.UnkCompBase378
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase380
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase380
name: UnkCompBase380
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase380
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase380
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase380
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase380
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase380
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase380
nameWithType: AddonLotteryDaily.UnkCompBase380
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase388
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase388
name: UnkCompBase388
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase388
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase388
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase388
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase388
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase388
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase388
nameWithType: AddonLotteryDaily.UnkCompBase388
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase390
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase390
name: UnkCompBase390
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase390
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase390
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase390
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase390
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase390
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase390
nameWithType: AddonLotteryDaily.UnkCompBase390
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase398
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase398
name: UnkCompBase398
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase398
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase398
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase398
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase398
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase398
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase398
nameWithType: AddonLotteryDaily.UnkCompBase398
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3A0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3A0
name: UnkCompBase3A0
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase3A0
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3A0
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3A0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase3A0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3A0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3A0
nameWithType: AddonLotteryDaily.UnkCompBase3A0
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3A8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3A8
name: UnkCompBase3A8
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase3A8
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3A8
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3A8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase3A8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3A8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3A8
nameWithType: AddonLotteryDaily.UnkCompBase3A8
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3B0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3B0
name: UnkCompBase3B0
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase3B0
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3B0
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3B0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase3B0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3B0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3B0
nameWithType: AddonLotteryDaily.UnkCompBase3B0
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3B8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3B8
name: UnkCompBase3B8
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase3B8
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3B8
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3B8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase3B8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3B8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3B8
nameWithType: AddonLotteryDaily.UnkCompBase3B8
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3C0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3C0
name: UnkCompBase3C0
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompBase3C0
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3C0
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompBase3C0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompBase3C0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3C0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompBase3C0
nameWithType: AddonLotteryDaily.UnkCompBase3C0
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompButton320
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompButton320
name: UnkCompButton320
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkCompButton320
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompButton320
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkCompButton320
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkCompButton320
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompButton320
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkCompButton320
nameWithType: AddonLotteryDaily.UnkCompButton320
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkImageNode3C8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkImageNode3C8
name: UnkImageNode3C8
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkImageNode3C8
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkImageNode3C8
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkImageNode3C8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkImageNode3C8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkImageNode3C8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkImageNode3C8
nameWithType: AddonLotteryDaily.UnkImageNode3C8
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber3D0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber3D0
name: UnkNumber3D0
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkNumber3D0
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber3D0
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber3D0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkNumber3D0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber3D0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber3D0
nameWithType: AddonLotteryDaily.UnkNumber3D0
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber3D4
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber3D4
name: UnkNumber3D4
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkNumber3D4
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber3D4
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber3D4
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkNumber3D4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber3D4
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber3D4
nameWithType: AddonLotteryDaily.UnkNumber3D4
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber3FC
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber3FC
name: UnkNumber3FC
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkNumber3FC
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber3FC
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber3FC
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkNumber3FC
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber3FC
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber3FC
nameWithType: AddonLotteryDaily.UnkNumber3FC
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber400
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber400
name: UnkNumber400
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkNumber400
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber400
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber400
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkNumber400
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber400
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber400
nameWithType: AddonLotteryDaily.UnkNumber400
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber404
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber404
name: UnkNumber404
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkNumber404
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber404
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkNumber404
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkNumber404
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber404
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkNumber404
nameWithType: AddonLotteryDaily.UnkNumber404
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkResNode2F0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkResNode2F0
name: UnkResNode2F0
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkResNode2F0
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkResNode2F0
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkResNode2F0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkResNode2F0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkResNode2F0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkResNode2F0
nameWithType: AddonLotteryDaily.UnkResNode2F0
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkResNode2F8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkResNode2F8
name: UnkResNode2F8
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkResNode2F8
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkResNode2F8
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkResNode2F8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkResNode2F8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkResNode2F8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkResNode2F8
nameWithType: AddonLotteryDaily.UnkResNode2F8
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkResNode300
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkResNode300
name: UnkResNode300
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkResNode300
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkResNode300
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkResNode300
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkResNode300
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkResNode300
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkResNode300
nameWithType: AddonLotteryDaily.UnkResNode300
-- uid: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkTextNode328
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkTextNode328
name: UnkTextNode328
- href: api/FFXIVClientStructs.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_Client_UI_AddonLotteryDaily_UnkTextNode328
- commentId: F:FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkTextNode328
- fullName: FFXIVClientStructs.Client.UI.AddonLotteryDaily.UnkTextNode328
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.html#FFXIVClientStructs_FFXIV_Client_UI_AddonLotteryDaily_UnkTextNode328
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkTextNode328
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonLotteryDaily.UnkTextNode328
nameWithType: AddonLotteryDaily.UnkTextNode328
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote
- name: AddonRecipeNote
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonRecipeNote
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote
- nameWithType: AddonRecipeNote
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog
+ name: AddonMaterializeDialog
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog
+ nameWithType: AddonMaterializeDialog
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.AtkUnitBase
name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.AtkUnitBase
- nameWithType: AddonRecipeNote.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.QuickSynthesisButton
- name: QuickSynthesisButton
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_QuickSynthesisButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.QuickSynthesisButton
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.QuickSynthesisButton
- nameWithType: AddonRecipeNote.QuickSynthesisButton
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.SynthesizeButton
- name: SynthesizeButton
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_SynthesizeButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.SynthesizeButton
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.SynthesizeButton
- nameWithType: AddonRecipeNote.SynthesizeButton
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.this410
- name: this410
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_this410
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.this410
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.this410
- nameWithType: AddonRecipeNote.this410
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.this430
- name: this430
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_this430
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.this430
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.this430
- nameWithType: AddonRecipeNote.this430
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.this800
- name: this800
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_this800
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.this800
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.this800
- nameWithType: AddonRecipeNote.this800
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.this818
- name: this818
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_this818
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.this818
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.this818
- nameWithType: AddonRecipeNote.this818
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.TrialSynthesisButton
- name: TrialSynthesisButton
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_TrialSynthesisButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.TrialSynthesisButton
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.TrialSynthesisButton
- nameWithType: AddonRecipeNote.TrialSynthesisButton
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2138
- name: Unk2138
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2138
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2138
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2138
- nameWithType: AddonRecipeNote.Unk2138
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2140
- name: Unk2140
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2140
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2140
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2140
- nameWithType: AddonRecipeNote.Unk2140
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2148
- name: Unk2148
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2148
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2148
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2148
- nameWithType: AddonRecipeNote.Unk2148
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2150
- name: Unk2150
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2150
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2150
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2150
- nameWithType: AddonRecipeNote.Unk2150
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2158
- name: Unk2158
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2158
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2158
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2158
- nameWithType: AddonRecipeNote.Unk2158
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2160
- name: Unk2160
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2160
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2160
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2160
- nameWithType: AddonRecipeNote.Unk2160
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2168
- name: Unk2168
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2168
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2168
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2168
- nameWithType: AddonRecipeNote.Unk2168
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2170
- name: Unk2170
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2170
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2170
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2170
- nameWithType: AddonRecipeNote.Unk2170
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2178
- name: Unk2178
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2178
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2178
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2178
- nameWithType: AddonRecipeNote.Unk2178
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk220
- name: Unk220
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk220
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk220
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk220
- nameWithType: AddonRecipeNote.Unk220
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk228
- name: Unk228
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk228
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk228
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk228
- nameWithType: AddonRecipeNote.Unk228
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk230
- name: Unk230
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk230
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk230
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk230
- nameWithType: AddonRecipeNote.Unk230
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk238
- name: Unk238
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk238
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk238
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk238
- nameWithType: AddonRecipeNote.Unk238
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk248
- name: Unk248
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk248
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk248
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk248
- nameWithType: AddonRecipeNote.Unk248
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk250
- name: Unk250
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk250
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk250
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk250
- nameWithType: AddonRecipeNote.Unk250
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk258
- name: Unk258
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk258
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk258
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk258
- nameWithType: AddonRecipeNote.Unk258
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk260
- name: Unk260
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk260
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk260
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk260
- nameWithType: AddonRecipeNote.Unk260
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk268
- name: Unk268
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk268
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk268
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk268
- nameWithType: AddonRecipeNote.Unk268
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk270
- name: Unk270
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk270
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk270
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk270
- nameWithType: AddonRecipeNote.Unk270
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk278
- name: Unk278
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk278
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk278
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk278
- nameWithType: AddonRecipeNote.Unk278
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk280
- name: Unk280
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk280
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk280
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk280
- nameWithType: AddonRecipeNote.Unk280
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk288
- name: Unk288
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk288
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk288
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk288
- nameWithType: AddonRecipeNote.Unk288
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk290
- name: Unk290
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk290
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk290
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk290
- nameWithType: AddonRecipeNote.Unk290
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk298
- name: Unk298
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk298
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk298
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk298
- nameWithType: AddonRecipeNote.Unk298
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2A0
- name: Unk2A0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2A0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2A0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2A0
- nameWithType: AddonRecipeNote.Unk2A0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2D0
- name: Unk2D0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2D0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2D0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2D0
- nameWithType: AddonRecipeNote.Unk2D0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2D8
- name: Unk2D8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2D8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2D8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2D8
- nameWithType: AddonRecipeNote.Unk2D8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2E0
- name: Unk2E0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2E0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2E0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2E0
- nameWithType: AddonRecipeNote.Unk2E0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2E8
- name: Unk2E8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2E8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2E8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2E8
- nameWithType: AddonRecipeNote.Unk2E8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2F0
- name: Unk2F0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2F0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2F0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2F0
- nameWithType: AddonRecipeNote.Unk2F0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2F8
- name: Unk2F8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk2F8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2F8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk2F8
- nameWithType: AddonRecipeNote.Unk2F8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk300
- name: Unk300
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk300
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk300
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk300
- nameWithType: AddonRecipeNote.Unk300
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk308
- name: Unk308
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk308
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk308
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk308
- nameWithType: AddonRecipeNote.Unk308
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk310
- name: Unk310
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk310
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk310
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk310
- nameWithType: AddonRecipeNote.Unk310
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk330
- name: Unk330
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk330
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk330
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk330
- nameWithType: AddonRecipeNote.Unk330
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk338
- name: Unk338
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk338
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk338
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk338
- nameWithType: AddonRecipeNote.Unk338
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk340
- name: Unk340
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk340
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk340
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk340
- nameWithType: AddonRecipeNote.Unk340
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk348
- name: Unk348
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk348
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk348
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk348
- nameWithType: AddonRecipeNote.Unk348
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk350
- name: Unk350
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk350
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk350
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk350
- nameWithType: AddonRecipeNote.Unk350
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk358
- name: Unk358
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk358
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk358
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk358
- nameWithType: AddonRecipeNote.Unk358
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk360
- name: Unk360
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk360
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk360
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk360
- nameWithType: AddonRecipeNote.Unk360
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk368
- name: Unk368
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk368
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk368
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk368
- nameWithType: AddonRecipeNote.Unk368
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk370
- name: Unk370
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk370
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk370
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk370
- nameWithType: AddonRecipeNote.Unk370
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk378
- name: Unk378
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk378
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk378
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk378
- nameWithType: AddonRecipeNote.Unk378
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk380
- name: Unk380
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk380
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk380
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk380
- nameWithType: AddonRecipeNote.Unk380
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk388
- name: Unk388
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk388
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk388
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk388
- nameWithType: AddonRecipeNote.Unk388
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk390
- name: Unk390
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk390
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk390
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk390
- nameWithType: AddonRecipeNote.Unk390
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk398
- name: Unk398
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk398
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk398
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk398
- nameWithType: AddonRecipeNote.Unk398
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3A0
- name: Unk3A0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk3A0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3A0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3A0
- nameWithType: AddonRecipeNote.Unk3A0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3A8
- name: Unk3A8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk3A8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3A8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3A8
- nameWithType: AddonRecipeNote.Unk3A8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3B0
- name: Unk3B0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk3B0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3B0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3B0
- nameWithType: AddonRecipeNote.Unk3B0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3B8
- name: Unk3B8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk3B8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3B8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3B8
- nameWithType: AddonRecipeNote.Unk3B8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3C0
- name: Unk3C0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk3C0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3C0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3C0
- nameWithType: AddonRecipeNote.Unk3C0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3C8
- name: Unk3C8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk3C8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3C8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3C8
- nameWithType: AddonRecipeNote.Unk3C8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3D0
- name: Unk3D0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk3D0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3D0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3D0
- nameWithType: AddonRecipeNote.Unk3D0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3D8
- name: Unk3D8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk3D8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3D8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3D8
- nameWithType: AddonRecipeNote.Unk3D8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3E0
- name: Unk3E0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk3E0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3E0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3E0
- nameWithType: AddonRecipeNote.Unk3E0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3E8
- name: Unk3E8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk3E8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3E8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3E8
- nameWithType: AddonRecipeNote.Unk3E8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3F0
- name: Unk3F0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk3F0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3F0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3F0
- nameWithType: AddonRecipeNote.Unk3F0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3F8
- name: Unk3F8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk3F8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3F8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk3F8
- nameWithType: AddonRecipeNote.Unk3F8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk400
- name: Unk400
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk400
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk400
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk400
- nameWithType: AddonRecipeNote.Unk400
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk408
- name: Unk408
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk408
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk408
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk408
- nameWithType: AddonRecipeNote.Unk408
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk418
- name: Unk418
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk418
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk418
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk418
- nameWithType: AddonRecipeNote.Unk418
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk420
- name: Unk420
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk420
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk420
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk420
- nameWithType: AddonRecipeNote.Unk420
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk428
- name: Unk428
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk428
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk428
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk428
- nameWithType: AddonRecipeNote.Unk428
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk438
- name: Unk438
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk438
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk438
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk438
- nameWithType: AddonRecipeNote.Unk438
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk440
- name: Unk440
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk440
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk440
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk440
- nameWithType: AddonRecipeNote.Unk440
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk448
- name: Unk448
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk448
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk448
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk448
- nameWithType: AddonRecipeNote.Unk448
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk450
- name: Unk450
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk450
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk450
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk450
- nameWithType: AddonRecipeNote.Unk450
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk458
- name: Unk458
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk458
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk458
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk458
- nameWithType: AddonRecipeNote.Unk458
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk460
- name: Unk460
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk460
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk460
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk460
- nameWithType: AddonRecipeNote.Unk460
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk468
- name: Unk468
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk468
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk468
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk468
- nameWithType: AddonRecipeNote.Unk468
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk470
- name: Unk470
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk470
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk470
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk470
- nameWithType: AddonRecipeNote.Unk470
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk478
- name: Unk478
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk478
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk478
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk478
- nameWithType: AddonRecipeNote.Unk478
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk480
- name: Unk480
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk480
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk480
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk480
- nameWithType: AddonRecipeNote.Unk480
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk488
- name: Unk488
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk488
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk488
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk488
- nameWithType: AddonRecipeNote.Unk488
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk490
- name: Unk490
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk490
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk490
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk490
- nameWithType: AddonRecipeNote.Unk490
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk498
- name: Unk498
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk498
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk498
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk498
- nameWithType: AddonRecipeNote.Unk498
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4A0
- name: Unk4A0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk4A0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4A0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4A0
- nameWithType: AddonRecipeNote.Unk4A0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4A8
- name: Unk4A8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk4A8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4A8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4A8
- nameWithType: AddonRecipeNote.Unk4A8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4B0
- name: Unk4B0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk4B0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4B0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4B0
- nameWithType: AddonRecipeNote.Unk4B0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4B8
- name: Unk4B8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk4B8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4B8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4B8
- nameWithType: AddonRecipeNote.Unk4B8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4C0
- name: Unk4C0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk4C0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4C0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4C0
- nameWithType: AddonRecipeNote.Unk4C0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4C8
- name: Unk4C8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk4C8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4C8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4C8
- nameWithType: AddonRecipeNote.Unk4C8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4D0
- name: Unk4D0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk4D0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4D0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4D0
- nameWithType: AddonRecipeNote.Unk4D0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4D8
- name: Unk4D8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk4D8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4D8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4D8
- nameWithType: AddonRecipeNote.Unk4D8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4E0
- name: Unk4E0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk4E0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4E0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4E0
- nameWithType: AddonRecipeNote.Unk4E0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4E8
- name: Unk4E8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk4E8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4E8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4E8
- nameWithType: AddonRecipeNote.Unk4E8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4F0
- name: Unk4F0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk4F0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4F0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4F0
- nameWithType: AddonRecipeNote.Unk4F0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4F8
- name: Unk4F8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk4F8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4F8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk4F8
- nameWithType: AddonRecipeNote.Unk4F8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk500
- name: Unk500
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk500
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk500
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk500
- nameWithType: AddonRecipeNote.Unk500
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk508
- name: Unk508
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk508
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk508
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk508
- nameWithType: AddonRecipeNote.Unk508
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk510
- name: Unk510
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk510
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk510
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk510
- nameWithType: AddonRecipeNote.Unk510
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk518
- name: Unk518
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk518
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk518
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk518
- nameWithType: AddonRecipeNote.Unk518
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk520
- name: Unk520
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk520
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk520
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk520
- nameWithType: AddonRecipeNote.Unk520
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk528
- name: Unk528
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk528
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk528
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk528
- nameWithType: AddonRecipeNote.Unk528
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk530
- name: Unk530
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk530
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk530
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk530
- nameWithType: AddonRecipeNote.Unk530
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk538
- name: Unk538
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk538
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk538
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk538
- nameWithType: AddonRecipeNote.Unk538
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk540
- name: Unk540
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk540
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk540
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk540
- nameWithType: AddonRecipeNote.Unk540
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk548
- name: Unk548
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk548
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk548
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk548
- nameWithType: AddonRecipeNote.Unk548
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk550
- name: Unk550
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk550
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk550
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk550
- nameWithType: AddonRecipeNote.Unk550
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk558
- name: Unk558
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk558
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk558
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk558
- nameWithType: AddonRecipeNote.Unk558
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk560
- name: Unk560
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk560
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk560
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk560
- nameWithType: AddonRecipeNote.Unk560
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk578
- name: Unk578
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk578
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk578
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk578
- nameWithType: AddonRecipeNote.Unk578
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk580
- name: Unk580
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk580
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk580
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk580
- nameWithType: AddonRecipeNote.Unk580
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk588
- name: Unk588
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk588
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk588
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk588
- nameWithType: AddonRecipeNote.Unk588
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk590
- name: Unk590
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk590
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk590
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk590
- nameWithType: AddonRecipeNote.Unk590
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk598
- name: Unk598
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk598
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk598
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk598
- nameWithType: AddonRecipeNote.Unk598
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5A0
- name: Unk5A0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk5A0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5A0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5A0
- nameWithType: AddonRecipeNote.Unk5A0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5A8
- name: Unk5A8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk5A8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5A8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5A8
- nameWithType: AddonRecipeNote.Unk5A8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5B0
- name: Unk5B0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk5B0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5B0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5B0
- nameWithType: AddonRecipeNote.Unk5B0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5B8
- name: Unk5B8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk5B8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5B8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5B8
- nameWithType: AddonRecipeNote.Unk5B8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5C0
- name: Unk5C0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk5C0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5C0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5C0
- nameWithType: AddonRecipeNote.Unk5C0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5C8
- name: Unk5C8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk5C8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5C8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5C8
- nameWithType: AddonRecipeNote.Unk5C8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5D0
- name: Unk5D0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk5D0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5D0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5D0
- nameWithType: AddonRecipeNote.Unk5D0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5E8
- name: Unk5E8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk5E8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5E8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5E8
- nameWithType: AddonRecipeNote.Unk5E8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5F0
- name: Unk5F0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk5F0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5F0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5F0
- nameWithType: AddonRecipeNote.Unk5F0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5F8
- name: Unk5F8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk5F8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5F8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk5F8
- nameWithType: AddonRecipeNote.Unk5F8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk600
- name: Unk600
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk600
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk600
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk600
- nameWithType: AddonRecipeNote.Unk600
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk608
- name: Unk608
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk608
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk608
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk608
- nameWithType: AddonRecipeNote.Unk608
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk610
- name: Unk610
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk610
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk610
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk610
- nameWithType: AddonRecipeNote.Unk610
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk618
- name: Unk618
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk618
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk618
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk618
- nameWithType: AddonRecipeNote.Unk618
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk620
- name: Unk620
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk620
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk620
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk620
- nameWithType: AddonRecipeNote.Unk620
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk628
- name: Unk628
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk628
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk628
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk628
- nameWithType: AddonRecipeNote.Unk628
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk630
- name: Unk630
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk630
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk630
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk630
- nameWithType: AddonRecipeNote.Unk630
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk638
- name: Unk638
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk638
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk638
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk638
- nameWithType: AddonRecipeNote.Unk638
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk640
- name: Unk640
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk640
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk640
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk640
- nameWithType: AddonRecipeNote.Unk640
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk658
- name: Unk658
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk658
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk658
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk658
- nameWithType: AddonRecipeNote.Unk658
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk660
- name: Unk660
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk660
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk660
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk660
- nameWithType: AddonRecipeNote.Unk660
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk668
- name: Unk668
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk668
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk668
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk668
- nameWithType: AddonRecipeNote.Unk668
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk670
- name: Unk670
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk670
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk670
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk670
- nameWithType: AddonRecipeNote.Unk670
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk678
- name: Unk678
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk678
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk678
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk678
- nameWithType: AddonRecipeNote.Unk678
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk680
- name: Unk680
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk680
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk680
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk680
- nameWithType: AddonRecipeNote.Unk680
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk688
- name: Unk688
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk688
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk688
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk688
- nameWithType: AddonRecipeNote.Unk688
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk690
- name: Unk690
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk690
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk690
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk690
- nameWithType: AddonRecipeNote.Unk690
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk698
- name: Unk698
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk698
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk698
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk698
- nameWithType: AddonRecipeNote.Unk698
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6A0
- name: Unk6A0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk6A0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6A0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6A0
- nameWithType: AddonRecipeNote.Unk6A0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6A8
- name: Unk6A8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk6A8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6A8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6A8
- nameWithType: AddonRecipeNote.Unk6A8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6B0
- name: Unk6B0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk6B0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6B0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6B0
- nameWithType: AddonRecipeNote.Unk6B0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6C8
- name: Unk6C8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk6C8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6C8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6C8
- nameWithType: AddonRecipeNote.Unk6C8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6D0
- name: Unk6D0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk6D0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6D0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6D0
- nameWithType: AddonRecipeNote.Unk6D0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6D8
- name: Unk6D8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk6D8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6D8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6D8
- nameWithType: AddonRecipeNote.Unk6D8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6E0
- name: Unk6E0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk6E0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6E0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6E0
- nameWithType: AddonRecipeNote.Unk6E0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6E8
- name: Unk6E8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk6E8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6E8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6E8
- nameWithType: AddonRecipeNote.Unk6E8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6F0
- name: Unk6F0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk6F0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6F0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6F0
- nameWithType: AddonRecipeNote.Unk6F0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6F8
- name: Unk6F8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk6F8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6F8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk6F8
- nameWithType: AddonRecipeNote.Unk6F8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk700
- name: Unk700
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk700
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk700
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk700
- nameWithType: AddonRecipeNote.Unk700
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk708
- name: Unk708
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk708
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk708
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk708
- nameWithType: AddonRecipeNote.Unk708
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk710
- name: Unk710
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk710
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk710
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk710
- nameWithType: AddonRecipeNote.Unk710
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk718
- name: Unk718
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk718
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk718
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk718
- nameWithType: AddonRecipeNote.Unk718
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk720
- name: Unk720
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk720
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk720
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk720
- nameWithType: AddonRecipeNote.Unk720
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk738
- name: Unk738
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk738
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk738
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk738
- nameWithType: AddonRecipeNote.Unk738
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk740
- name: Unk740
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk740
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk740
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk740
- nameWithType: AddonRecipeNote.Unk740
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk748
- name: Unk748
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk748
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk748
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk748
- nameWithType: AddonRecipeNote.Unk748
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk750
- name: Unk750
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk750
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk750
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk750
- nameWithType: AddonRecipeNote.Unk750
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk758
- name: Unk758
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk758
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk758
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk758
- nameWithType: AddonRecipeNote.Unk758
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk760
- name: Unk760
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk760
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk760
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk760
- nameWithType: AddonRecipeNote.Unk760
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk768
- name: Unk768
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk768
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk768
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk768
- nameWithType: AddonRecipeNote.Unk768
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk770
- name: Unk770
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk770
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk770
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk770
- nameWithType: AddonRecipeNote.Unk770
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk778
- name: Unk778
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk778
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk778
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk778
- nameWithType: AddonRecipeNote.Unk778
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk780
- name: Unk780
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk780
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk780
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk780
- nameWithType: AddonRecipeNote.Unk780
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk788
- name: Unk788
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk788
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk788
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk788
- nameWithType: AddonRecipeNote.Unk788
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk790
- name: Unk790
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk790
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk790
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk790
- nameWithType: AddonRecipeNote.Unk790
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk7A8
- name: Unk7A8
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk7A8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk7A8
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk7A8
- nameWithType: AddonRecipeNote.Unk7A8
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk808
- name: Unk808
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk808
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk808
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk808
- nameWithType: AddonRecipeNote.Unk808
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk810
- name: Unk810
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_Unk810
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk810
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.Unk810
- nameWithType: AddonRecipeNote.Unk810
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB50
- name: UnkB50
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_UnkB50
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB50
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB50
- nameWithType: AddonRecipeNote.UnkB50
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB60
- name: UnkB60
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_UnkB60
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB60
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB60
- nameWithType: AddonRecipeNote.UnkB60
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB70
- name: UnkB70
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_UnkB70
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB70
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB70
- nameWithType: AddonRecipeNote.UnkB70
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB80
- name: UnkB80
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_UnkB80
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB80
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB80
- nameWithType: AddonRecipeNote.UnkB80
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB90
- name: UnkB90
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_UnkB90
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB90
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkB90
- nameWithType: AddonRecipeNote.UnkB90
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBA0
- name: UnkBA0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_UnkBA0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBA0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBA0
- nameWithType: AddonRecipeNote.UnkBA0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBB0
- name: UnkBB0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_UnkBB0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBB0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBB0
- nameWithType: AddonRecipeNote.UnkBB0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBC0
- name: UnkBC0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_UnkBC0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBC0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBC0
- nameWithType: AddonRecipeNote.UnkBC0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBD0
- name: UnkBD0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_UnkBD0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBD0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBD0
- nameWithType: AddonRecipeNote.UnkBD0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBE0
- name: UnkBE0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_UnkBE0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBE0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBE0
- nameWithType: AddonRecipeNote.UnkBE0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBF0
- name: UnkBF0
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_UnkBF0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBF0
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkBF0
- nameWithType: AddonRecipeNote.UnkBF0
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkC00
- name: UnkC00
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_UnkC00
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkC00
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkC00
- nameWithType: AddonRecipeNote.UnkC00
-- uid: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkC10
- name: UnkC10
- href: api/FFXIVClientStructs.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_Client_UI_AddonRecipeNote_UnkC10
- commentId: F:FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkC10
- fullName: FFXIVClientStructs.Client.UI.AddonRecipeNote.UnkC10
- nameWithType: AddonRecipeNote.UnkC10
-- uid: FFXIVClientStructs.Client.UI.AddonRequest
- name: AddonRequest
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonRequest
- fullName: FFXIVClientStructs.Client.UI.AddonRequest
- nameWithType: AddonRequest
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkCollisionNode220
- name: AtkCollisionNode220
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkCollisionNode220
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkCollisionNode220
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkCollisionNode220
- nameWithType: AddonRequest.AtkCollisionNode220
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop250
- name: AtkComponentDragDrop250
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentDragDrop250
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop250
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop250
- nameWithType: AddonRequest.AtkComponentDragDrop250
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop258
- name: AtkComponentDragDrop258
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentDragDrop258
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop258
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop258
- nameWithType: AddonRequest.AtkComponentDragDrop258
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop260
- name: AtkComponentDragDrop260
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentDragDrop260
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop260
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop260
- nameWithType: AddonRequest.AtkComponentDragDrop260
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop268
- name: AtkComponentDragDrop268
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentDragDrop268
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop268
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop268
- nameWithType: AddonRequest.AtkComponentDragDrop268
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop270
- name: AtkComponentDragDrop270
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentDragDrop270
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop270
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop270
- nameWithType: AddonRequest.AtkComponentDragDrop270
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2B0
- name: AtkComponentDragDrop2B0
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentDragDrop2B0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2B0
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2B0
- nameWithType: AddonRequest.AtkComponentDragDrop2B0
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2B8
- name: AtkComponentDragDrop2B8
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentDragDrop2B8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2B8
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2B8
- nameWithType: AddonRequest.AtkComponentDragDrop2B8
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2C0
- name: AtkComponentDragDrop2C0
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentDragDrop2C0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2C0
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2C0
- nameWithType: AddonRequest.AtkComponentDragDrop2C0
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2C8
- name: AtkComponentDragDrop2C8
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentDragDrop2C8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2C8
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2C8
- nameWithType: AddonRequest.AtkComponentDragDrop2C8
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2D0
- name: AtkComponentDragDrop2D0
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentDragDrop2D0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2D0
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentDragDrop2D0
- nameWithType: AddonRequest.AtkComponentDragDrop2D0
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon228
- name: AtkComponentIcon228
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentIcon228
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon228
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon228
- nameWithType: AddonRequest.AtkComponentIcon228
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon230
- name: AtkComponentIcon230
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentIcon230
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon230
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon230
- nameWithType: AddonRequest.AtkComponentIcon230
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon238
- name: AtkComponentIcon238
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentIcon238
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon238
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon238
- nameWithType: AddonRequest.AtkComponentIcon238
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon240
- name: AtkComponentIcon240
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentIcon240
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon240
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon240
- nameWithType: AddonRequest.AtkComponentIcon240
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon248
- name: AtkComponentIcon248
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentIcon248
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon248
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon248
- nameWithType: AddonRequest.AtkComponentIcon248
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon288
- name: AtkComponentIcon288
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentIcon288
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon288
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon288
- nameWithType: AddonRequest.AtkComponentIcon288
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon290
- name: AtkComponentIcon290
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentIcon290
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon290
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon290
- nameWithType: AddonRequest.AtkComponentIcon290
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon298
- name: AtkComponentIcon298
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentIcon298
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon298
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon298
- nameWithType: AddonRequest.AtkComponentIcon298
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon2A0
- name: AtkComponentIcon2A0
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentIcon2A0
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon2A0
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon2A0
- nameWithType: AddonRequest.AtkComponentIcon2A0
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon2A8
- name: AtkComponentIcon2A8
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkComponentIcon2A8
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon2A8
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkComponentIcon2A8
- nameWithType: AddonRequest.AtkComponentIcon2A8
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.AtkUnitBase
- name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.AtkUnitBase
- nameWithType: AddonRequest.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.CancelButton
- name: CancelButton
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_CancelButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.CancelButton
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.CancelButton
- nameWithType: AddonRequest.CancelButton
-- uid: FFXIVClientStructs.Client.UI.AddonRequest.HandOverButton
- name: HandOverButton
- href: api/FFXIVClientStructs.Client.UI.AddonRequest.html#FFXIVClientStructs_Client_UI_AddonRequest_HandOverButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonRequest.HandOverButton
- fullName: FFXIVClientStructs.Client.UI.AddonRequest.HandOverButton
- nameWithType: AddonRequest.HandOverButton
-- uid: FFXIVClientStructs.Client.UI.AddonSelectIconString
- name: AddonSelectIconString
- href: api/FFXIVClientStructs.Client.UI.AddonSelectIconString.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonSelectIconString
- fullName: FFXIVClientStructs.Client.UI.AddonSelectIconString
- nameWithType: AddonSelectIconString
-- uid: FFXIVClientStructs.Client.UI.AddonSelectIconString.AtkComponentList
- name: AtkComponentList
- href: api/FFXIVClientStructs.Client.UI.AddonSelectIconString.html#FFXIVClientStructs_Client_UI_AddonSelectIconString_AtkComponentList
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectIconString.AtkComponentList
- fullName: FFXIVClientStructs.Client.UI.AddonSelectIconString.AtkComponentList
- nameWithType: AddonSelectIconString.AtkComponentList
-- uid: FFXIVClientStructs.Client.UI.AddonSelectIconString.AtkComponentWindow
- name: AtkComponentWindow
- href: api/FFXIVClientStructs.Client.UI.AddonSelectIconString.html#FFXIVClientStructs_Client_UI_AddonSelectIconString_AtkComponentWindow
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectIconString.AtkComponentWindow
- fullName: FFXIVClientStructs.Client.UI.AddonSelectIconString.AtkComponentWindow
- nameWithType: AddonSelectIconString.AtkComponentWindow
-- uid: FFXIVClientStructs.Client.UI.AddonSelectIconString.AtkStage
- name: AtkStage
- href: api/FFXIVClientStructs.Client.UI.AddonSelectIconString.html#FFXIVClientStructs_Client_UI_AddonSelectIconString_AtkStage
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectIconString.AtkStage
- fullName: FFXIVClientStructs.Client.UI.AddonSelectIconString.AtkStage
- nameWithType: AddonSelectIconString.AtkStage
-- uid: FFXIVClientStructs.Client.UI.AddonSelectIconString.AtkUnitBase
- name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonSelectIconString.html#FFXIVClientStructs_Client_UI_AddonSelectIconString_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectIconString.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonSelectIconString.AtkUnitBase
- nameWithType: AddonSelectIconString.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonSelectIconString.SelectStrings
- name: SelectStrings
- href: api/FFXIVClientStructs.Client.UI.AddonSelectIconString.html#FFXIVClientStructs_Client_UI_AddonSelectIconString_SelectStrings
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectIconString.SelectStrings
- fullName: FFXIVClientStructs.Client.UI.AddonSelectIconString.SelectStrings
- nameWithType: AddonSelectIconString.SelectStrings
-- uid: FFXIVClientStructs.Client.UI.AddonSelectIconString.this278
- name: this278
- href: api/FFXIVClientStructs.Client.UI.AddonSelectIconString.html#FFXIVClientStructs_Client_UI_AddonSelectIconString_this278
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectIconString.this278
- fullName: FFXIVClientStructs.Client.UI.AddonSelectIconString.this278
- nameWithType: AddonSelectIconString.this278
-- uid: FFXIVClientStructs.Client.UI.AddonSelectIconString.unk258
- name: unk258
- href: api/FFXIVClientStructs.Client.UI.AddonSelectIconString.html#FFXIVClientStructs_Client_UI_AddonSelectIconString_unk258
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectIconString.unk258
- fullName: FFXIVClientStructs.Client.UI.AddonSelectIconString.unk258
- nameWithType: AddonSelectIconString.unk258
-- uid: FFXIVClientStructs.Client.UI.AddonSelectIconString.unk298
- name: unk298
- href: api/FFXIVClientStructs.Client.UI.AddonSelectIconString.html#FFXIVClientStructs_Client_UI_AddonSelectIconString_unk298
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectIconString.unk298
- fullName: FFXIVClientStructs.Client.UI.AddonSelectIconString.unk298
- nameWithType: AddonSelectIconString.unk298
-- uid: FFXIVClientStructs.Client.UI.AddonSelectIconString.vtbl238
- name: vtbl238
- href: api/FFXIVClientStructs.Client.UI.AddonSelectIconString.html#FFXIVClientStructs_Client_UI_AddonSelectIconString_vtbl238
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectIconString.vtbl238
- fullName: FFXIVClientStructs.Client.UI.AddonSelectIconString.vtbl238
- nameWithType: AddonSelectIconString.vtbl238
-- uid: FFXIVClientStructs.Client.UI.AddonSelectString
- name: AddonSelectString
- href: api/FFXIVClientStructs.Client.UI.AddonSelectString.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonSelectString
- fullName: FFXIVClientStructs.Client.UI.AddonSelectString
- nameWithType: AddonSelectString
-- uid: FFXIVClientStructs.Client.UI.AddonSelectString.AtkComponentList
- name: AtkComponentList
- href: api/FFXIVClientStructs.Client.UI.AddonSelectString.html#FFXIVClientStructs_Client_UI_AddonSelectString_AtkComponentList
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectString.AtkComponentList
- fullName: FFXIVClientStructs.Client.UI.AddonSelectString.AtkComponentList
- nameWithType: AddonSelectString.AtkComponentList
-- uid: FFXIVClientStructs.Client.UI.AddonSelectString.AtkComponentWindow
- name: AtkComponentWindow
- href: api/FFXIVClientStructs.Client.UI.AddonSelectString.html#FFXIVClientStructs_Client_UI_AddonSelectString_AtkComponentWindow
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectString.AtkComponentWindow
- fullName: FFXIVClientStructs.Client.UI.AddonSelectString.AtkComponentWindow
- nameWithType: AddonSelectString.AtkComponentWindow
-- uid: FFXIVClientStructs.Client.UI.AddonSelectString.AtkStage
- name: AtkStage
- href: api/FFXIVClientStructs.Client.UI.AddonSelectString.html#FFXIVClientStructs_Client_UI_AddonSelectString_AtkStage
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectString.AtkStage
- fullName: FFXIVClientStructs.Client.UI.AddonSelectString.AtkStage
- nameWithType: AddonSelectString.AtkStage
-- uid: FFXIVClientStructs.Client.UI.AddonSelectString.AtkUnitBase
- name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonSelectString.html#FFXIVClientStructs_Client_UI_AddonSelectString_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectString.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonSelectString.AtkUnitBase
- nameWithType: AddonSelectString.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonSelectString.SelectStrings
- name: SelectStrings
- href: api/FFXIVClientStructs.Client.UI.AddonSelectString.html#FFXIVClientStructs_Client_UI_AddonSelectString_SelectStrings
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectString.SelectStrings
- fullName: FFXIVClientStructs.Client.UI.AddonSelectString.SelectStrings
- nameWithType: AddonSelectString.SelectStrings
-- uid: FFXIVClientStructs.Client.UI.AddonSelectString.this278
- name: this278
- href: api/FFXIVClientStructs.Client.UI.AddonSelectString.html#FFXIVClientStructs_Client_UI_AddonSelectString_this278
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectString.this278
- fullName: FFXIVClientStructs.Client.UI.AddonSelectString.this278
- nameWithType: AddonSelectString.this278
-- uid: FFXIVClientStructs.Client.UI.AddonSelectString.unk258
- name: unk258
- href: api/FFXIVClientStructs.Client.UI.AddonSelectString.html#FFXIVClientStructs_Client_UI_AddonSelectString_unk258
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectString.unk258
- fullName: FFXIVClientStructs.Client.UI.AddonSelectString.unk258
- nameWithType: AddonSelectString.unk258
-- uid: FFXIVClientStructs.Client.UI.AddonSelectString.vtbl238
- name: vtbl238
- href: api/FFXIVClientStructs.Client.UI.AddonSelectString.html#FFXIVClientStructs_Client_UI_AddonSelectString_vtbl238
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectString.vtbl238
- fullName: FFXIVClientStructs.Client.UI.AddonSelectString.vtbl238
- nameWithType: AddonSelectString.vtbl238
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno
- name: AddonSelectYesno
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonSelectYesno
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno
- nameWithType: AddonSelectYesno
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentBase2A0
- name: AtkComponentBase2A0
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkComponentBase2A0
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentBase2A0
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentBase2A0
- nameWithType: AddonSelectYesno.AtkComponentBase2A0
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentButton260
- name: AtkComponentButton260
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkComponentButton260
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentButton260
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentButton260
- nameWithType: AddonSelectYesno.AtkComponentButton260
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentButton268
- name: AtkComponentButton268
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkComponentButton268
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentButton268
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentButton268
- nameWithType: AddonSelectYesno.AtkComponentButton268
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentButton270
- name: AtkComponentButton270
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkComponentButton270
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentButton270
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentButton270
- nameWithType: AddonSelectYesno.AtkComponentButton270
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentUnknownButton238
- name: AtkComponentUnknownButton238
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkComponentUnknownButton238
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentUnknownButton238
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentUnknownButton238
- nameWithType: AddonSelectYesno.AtkComponentUnknownButton238
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentUnknownButton278
- name: AtkComponentUnknownButton278
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkComponentUnknownButton278
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentUnknownButton278
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentUnknownButton278
- nameWithType: AddonSelectYesno.AtkComponentUnknownButton278
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentUnknownButton280
- name: AtkComponentUnknownButton280
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkComponentUnknownButton280
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentUnknownButton280
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentUnknownButton280
- nameWithType: AddonSelectYesno.AtkComponentUnknownButton280
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentUnknownButton288
- name: AtkComponentUnknownButton288
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkComponentUnknownButton288
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentUnknownButton288
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkComponentUnknownButton288
- nameWithType: AddonSelectYesno.AtkComponentUnknownButton288
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkResNode240
- name: AtkResNode240
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkResNode240
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkResNode240
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkResNode240
- nameWithType: AddonSelectYesno.AtkResNode240
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkResNode248
- name: AtkResNode248
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkResNode248
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkResNode248
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkResNode248
- nameWithType: AddonSelectYesno.AtkResNode248
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkResNode258
- name: AtkResNode258
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkResNode258
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkResNode258
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkResNode258
- nameWithType: AddonSelectYesno.AtkResNode258
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkTextNode220
- name: AtkTextNode220
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkTextNode220
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkTextNode220
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkTextNode220
- nameWithType: AddonSelectYesno.AtkTextNode220
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkTextNode298
- name: AtkTextNode298
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkTextNode298
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkTextNode298
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkTextNode298
- nameWithType: AddonSelectYesno.AtkTextNode298
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkUnitBase
- name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.AtkUnitBase
- nameWithType: AddonSelectYesno.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.ConfirmCheckBox
- name: ConfirmCheckBox
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_ConfirmCheckBox
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.ConfirmCheckBox
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.ConfirmCheckBox
- nameWithType: AddonSelectYesno.ConfirmCheckBox
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.NoButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html#FFXIVClientStructs_FFXIV_Client_UI_AddonMaterializeDialog_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.AtkUnitBase
+ nameWithType: AddonMaterializeDialog.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.ItemIcon
+ name: ItemIcon
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html#FFXIVClientStructs_FFXIV_Client_UI_AddonMaterializeDialog_ItemIcon
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.ItemIcon
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.ItemIcon
+ nameWithType: AddonMaterializeDialog.ItemIcon
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.ItemName
+ name: ItemName
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html#FFXIVClientStructs_FFXIV_Client_UI_AddonMaterializeDialog_ItemName
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.ItemName
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.ItemName
+ nameWithType: AddonMaterializeDialog.ItemName
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.NoButton
name: NoButton
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_NoButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.NoButton
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.NoButton
- nameWithType: AddonSelectYesno.NoButton
-- uid: FFXIVClientStructs.Client.UI.AddonSelectYesno.YesButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html#FFXIVClientStructs_FFXIV_Client_UI_AddonMaterializeDialog_NoButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.NoButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.NoButton
+ nameWithType: AddonMaterializeDialog.NoButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.Text
+ name: Text
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html#FFXIVClientStructs_FFXIV_Client_UI_AddonMaterializeDialog_Text
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.Text
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.Text
+ nameWithType: AddonMaterializeDialog.Text
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.YesButton
name: YesButton
- href: api/FFXIVClientStructs.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_Client_UI_AddonSelectYesno_YesButton
- commentId: F:FFXIVClientStructs.Client.UI.AddonSelectYesno.YesButton
- fullName: FFXIVClientStructs.Client.UI.AddonSelectYesno.YesButton
- nameWithType: AddonSelectYesno.YesButton
-- uid: FFXIVClientStructs.Client.UI.AddonTalk
- name: AddonTalk
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonTalk
- fullName: FFXIVClientStructs.Client.UI.AddonTalk
- nameWithType: AddonTalk
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.AtkResNode230
- name: AtkResNode230
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_AtkResNode230
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.AtkResNode230
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.AtkResNode230
- nameWithType: AddonTalk.AtkResNode230
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.AtkStage
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.html#FFXIVClientStructs_FFXIV_Client_UI_AddonMaterializeDialog_YesButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.YesButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonMaterializeDialog.YesButton
+ nameWithType: AddonMaterializeDialog.YesButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate
+ name: AddonNamePlate
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate
+ nameWithType: AddonNamePlate
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.AtkUnitBase
+ nameWithType: AddonNamePlate.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData
+ name: AddonNamePlate.BakeData
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData
+ nameWithType: AddonNamePlate.BakeData
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.Alpha
+ name: Alpha
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_BakeData_Alpha
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.Alpha
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.Alpha
+ nameWithType: AddonNamePlate.BakeData.Alpha
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.Height
+ name: Height
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_BakeData_Height
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.Height
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.Height
+ nameWithType: AddonNamePlate.BakeData.Height
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.IsBaked
+ name: IsBaked
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_BakeData_IsBaked
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.IsBaked
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.IsBaked
+ nameWithType: AddonNamePlate.BakeData.IsBaked
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.U
+ name: U
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_BakeData_U
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.U
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.U
+ nameWithType: AddonNamePlate.BakeData.U
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.V
+ name: V
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_BakeData_V
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.V
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.V
+ nameWithType: AddonNamePlate.BakeData.V
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.Width
+ name: Width
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_BakeData_Width
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.Width
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakeData.Width
+ nameWithType: AddonNamePlate.BakeData.Width
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlate
+ name: BakePlate
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_BakePlate
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlate
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlate
+ nameWithType: AddonNamePlate.BakePlate
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer
+ name: AddonNamePlate.BakePlateRenderer
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.BakePlateRenderer
+ nameWithType: AddonNamePlate.BakePlateRenderer
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject
+ name: AddonNamePlate.NamePlateObject
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject
+ nameWithType: AddonNamePlate.NamePlateObject
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.BakeData
+ name: BakeData
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_BakeData
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.BakeData
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.BakeData
+ nameWithType: AddonNamePlate.NamePlateObject.BakeData
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ClickThrough
+ name: ClickThrough
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_ClickThrough
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ClickThrough
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ClickThrough
+ nameWithType: AddonNamePlate.NamePlateObject.ClickThrough
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.CollisionNode1
+ name: CollisionNode1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_CollisionNode1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.CollisionNode1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.CollisionNode1
+ nameWithType: AddonNamePlate.NamePlateObject.CollisionNode1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.CollisionNode2
+ name: CollisionNode2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_CollisionNode2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.CollisionNode2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.CollisionNode2
+ nameWithType: AddonNamePlate.NamePlateObject.CollisionNode2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ComponentNode
+ name: ComponentNode
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_ComponentNode
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ComponentNode
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ComponentNode
+ nameWithType: AddonNamePlate.NamePlateObject.ComponentNode
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.HasHPBar
+ name: HasHPBar
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_HasHPBar
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.HasHPBar
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.HasHPBar
+ nameWithType: AddonNamePlate.NamePlateObject.HasHPBar
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IconImageNode
+ name: IconImageNode
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_IconImageNode
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IconImageNode
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IconImageNode
+ nameWithType: AddonNamePlate.NamePlateObject.IconImageNode
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IconXAdjust
+ name: IconXAdjust
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_IconXAdjust
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IconXAdjust
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IconXAdjust
+ nameWithType: AddonNamePlate.NamePlateObject.IconXAdjust
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IconYAdjust
+ name: IconYAdjust
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_IconYAdjust
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IconYAdjust
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IconYAdjust
+ nameWithType: AddonNamePlate.NamePlateObject.IconYAdjust
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ImageNode2
+ name: ImageNode2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_ImageNode2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ImageNode2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ImageNode2
+ nameWithType: AddonNamePlate.NamePlateObject.ImageNode2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ImageNode3
+ name: ImageNode3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_ImageNode3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ImageNode3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ImageNode3
+ nameWithType: AddonNamePlate.NamePlateObject.ImageNode3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ImageNode4
+ name: ImageNode4
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_ImageNode4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ImageNode4
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ImageNode4
+ nameWithType: AddonNamePlate.NamePlateObject.ImageNode4
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ImageNode5
+ name: ImageNode5
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_ImageNode5
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ImageNode5
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ImageNode5
+ nameWithType: AddonNamePlate.NamePlateObject.ImageNode5
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsLocalPlayer
+ name: IsLocalPlayer
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_IsLocalPlayer
+ commentId: P:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsLocalPlayer
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsLocalPlayer
+ nameWithType: AddonNamePlate.NamePlateObject.IsLocalPlayer
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsLocalPlayer*
+ name: IsLocalPlayer
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_IsLocalPlayer_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsLocalPlayer
+ isSpec: "True"
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsLocalPlayer
+ nameWithType: AddonNamePlate.NamePlateObject.IsLocalPlayer
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsPlayerCharacter
+ name: IsPlayerCharacter
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_IsPlayerCharacter
+ commentId: P:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsPlayerCharacter
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsPlayerCharacter
+ nameWithType: AddonNamePlate.NamePlateObject.IsPlayerCharacter
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsPlayerCharacter*
+ name: IsPlayerCharacter
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_IsPlayerCharacter_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsPlayerCharacter
+ isSpec: "True"
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsPlayerCharacter
+ nameWithType: AddonNamePlate.NamePlateObject.IsPlayerCharacter
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsPvpEnemy
+ name: IsPvpEnemy
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_IsPvpEnemy
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsPvpEnemy
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsPvpEnemy
+ nameWithType: AddonNamePlate.NamePlateObject.IsPvpEnemy
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsVisible
+ name: IsVisible
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_IsVisible
+ commentId: P:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsVisible
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsVisible
+ nameWithType: AddonNamePlate.NamePlateObject.IsVisible
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsVisible*
+ name: IsVisible
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_IsVisible_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsVisible
+ isSpec: "True"
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.IsVisible
+ nameWithType: AddonNamePlate.NamePlateObject.IsVisible
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.Layer
+ name: Layer
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_Layer
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.Layer
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.Layer
+ nameWithType: AddonNamePlate.NamePlateObject.Layer
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.NameplateKind
+ name: NameplateKind
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_NameplateKind
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.NameplateKind
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.NameplateKind
+ nameWithType: AddonNamePlate.NamePlateObject.NameplateKind
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.NeedsToBeBaked
+ name: NeedsToBeBaked
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_NeedsToBeBaked
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.NeedsToBeBaked
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.NeedsToBeBaked
+ nameWithType: AddonNamePlate.NamePlateObject.NeedsToBeBaked
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ResNode
+ name: ResNode
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_ResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ResNode
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.ResNode
+ nameWithType: AddonNamePlate.NamePlateObject.ResNode
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.TextH
+ name: TextH
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_TextH
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.TextH
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.TextH
+ nameWithType: AddonNamePlate.NamePlateObject.TextH
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.TextNode10
+ name: TextNode10
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_TextNode10
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.TextNode10
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.TextNode10
+ nameWithType: AddonNamePlate.NamePlateObject.TextNode10
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.TextW
+ name: TextW
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObject_TextW
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.TextW
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObject.TextW
+ nameWithType: AddonNamePlate.NamePlateObject.TextW
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObjectArray
+ name: NamePlateObjectArray
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NamePlateObjectArray
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObjectArray
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NamePlateObjectArray
+ nameWithType: AddonNamePlate.NamePlateObjectArray
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NumNamePlateObjects
+ name: NumNamePlateObjects
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NumNamePlateObjects
+ commentId: P:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NumNamePlateObjects
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NumNamePlateObjects
+ nameWithType: AddonNamePlate.NumNamePlateObjects
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NumNamePlateObjects*
+ name: NumNamePlateObjects
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.html#FFXIVClientStructs_FFXIV_Client_UI_AddonNamePlate_NumNamePlateObjects_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NumNamePlateObjects
+ isSpec: "True"
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonNamePlate.NumNamePlateObjects
+ nameWithType: AddonNamePlate.NumNamePlateObjects
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote
+ name: AddonRecipeNote
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote
+ nameWithType: AddonRecipeNote
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.AtkUnitBase
+ nameWithType: AddonRecipeNote.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.QuickSynthesisButton
+ name: QuickSynthesisButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_QuickSynthesisButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.QuickSynthesisButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.QuickSynthesisButton
+ nameWithType: AddonRecipeNote.QuickSynthesisButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.SynthesizeButton
+ name: SynthesizeButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_SynthesizeButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.SynthesizeButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.SynthesizeButton
+ nameWithType: AddonRecipeNote.SynthesizeButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.this410
+ name: this410
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_this410
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.this410
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.this410
+ nameWithType: AddonRecipeNote.this410
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.this430
+ name: this430
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_this430
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.this430
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.this430
+ nameWithType: AddonRecipeNote.this430
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.this800
+ name: this800
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_this800
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.this800
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.this800
+ nameWithType: AddonRecipeNote.this800
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.this818
+ name: this818
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_this818
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.this818
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.this818
+ nameWithType: AddonRecipeNote.this818
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.TrialSynthesisButton
+ name: TrialSynthesisButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_TrialSynthesisButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.TrialSynthesisButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.TrialSynthesisButton
+ nameWithType: AddonRecipeNote.TrialSynthesisButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2138
+ name: Unk2138
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2138
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2138
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2138
+ nameWithType: AddonRecipeNote.Unk2138
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2140
+ name: Unk2140
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2140
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2140
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2140
+ nameWithType: AddonRecipeNote.Unk2140
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2148
+ name: Unk2148
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2148
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2148
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2148
+ nameWithType: AddonRecipeNote.Unk2148
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2150
+ name: Unk2150
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2150
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2150
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2150
+ nameWithType: AddonRecipeNote.Unk2150
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2158
+ name: Unk2158
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2158
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2158
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2158
+ nameWithType: AddonRecipeNote.Unk2158
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2160
+ name: Unk2160
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2160
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2160
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2160
+ nameWithType: AddonRecipeNote.Unk2160
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2168
+ name: Unk2168
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2168
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2168
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2168
+ nameWithType: AddonRecipeNote.Unk2168
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2170
+ name: Unk2170
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2170
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2170
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2170
+ nameWithType: AddonRecipeNote.Unk2170
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2178
+ name: Unk2178
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2178
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2178
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2178
+ nameWithType: AddonRecipeNote.Unk2178
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk220
+ name: Unk220
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk220
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk220
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk220
+ nameWithType: AddonRecipeNote.Unk220
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk228
+ name: Unk228
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk228
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk228
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk228
+ nameWithType: AddonRecipeNote.Unk228
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk230
+ name: Unk230
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk230
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk230
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk230
+ nameWithType: AddonRecipeNote.Unk230
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk238
+ name: Unk238
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk238
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk238
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk238
+ nameWithType: AddonRecipeNote.Unk238
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk248
+ name: Unk248
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk248
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk248
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk248
+ nameWithType: AddonRecipeNote.Unk248
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk250
+ name: Unk250
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk250
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk250
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk250
+ nameWithType: AddonRecipeNote.Unk250
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk258
+ name: Unk258
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk258
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk258
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk258
+ nameWithType: AddonRecipeNote.Unk258
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk260
+ name: Unk260
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk260
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk260
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk260
+ nameWithType: AddonRecipeNote.Unk260
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk268
+ name: Unk268
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk268
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk268
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk268
+ nameWithType: AddonRecipeNote.Unk268
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk270
+ name: Unk270
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk270
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk270
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk270
+ nameWithType: AddonRecipeNote.Unk270
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk278
+ name: Unk278
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk278
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk278
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk278
+ nameWithType: AddonRecipeNote.Unk278
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk280
+ name: Unk280
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk280
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk280
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk280
+ nameWithType: AddonRecipeNote.Unk280
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk288
+ name: Unk288
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk288
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk288
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk288
+ nameWithType: AddonRecipeNote.Unk288
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk290
+ name: Unk290
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk290
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk290
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk290
+ nameWithType: AddonRecipeNote.Unk290
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk298
+ name: Unk298
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk298
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk298
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk298
+ nameWithType: AddonRecipeNote.Unk298
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2A0
+ name: Unk2A0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2A0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2A0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2A0
+ nameWithType: AddonRecipeNote.Unk2A0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2D0
+ name: Unk2D0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2D0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2D0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2D0
+ nameWithType: AddonRecipeNote.Unk2D0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2D8
+ name: Unk2D8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2D8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2D8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2D8
+ nameWithType: AddonRecipeNote.Unk2D8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2E0
+ name: Unk2E0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2E0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2E0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2E0
+ nameWithType: AddonRecipeNote.Unk2E0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2E8
+ name: Unk2E8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2E8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2E8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2E8
+ nameWithType: AddonRecipeNote.Unk2E8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2F0
+ name: Unk2F0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2F0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2F0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2F0
+ nameWithType: AddonRecipeNote.Unk2F0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2F8
+ name: Unk2F8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk2F8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2F8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk2F8
+ nameWithType: AddonRecipeNote.Unk2F8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk300
+ name: Unk300
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk300
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk300
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk300
+ nameWithType: AddonRecipeNote.Unk300
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk308
+ name: Unk308
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk308
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk308
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk308
+ nameWithType: AddonRecipeNote.Unk308
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk310
+ name: Unk310
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk310
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk310
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk310
+ nameWithType: AddonRecipeNote.Unk310
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk330
+ name: Unk330
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk330
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk330
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk330
+ nameWithType: AddonRecipeNote.Unk330
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk338
+ name: Unk338
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk338
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk338
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk338
+ nameWithType: AddonRecipeNote.Unk338
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk340
+ name: Unk340
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk340
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk340
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk340
+ nameWithType: AddonRecipeNote.Unk340
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk348
+ name: Unk348
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk348
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk348
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk348
+ nameWithType: AddonRecipeNote.Unk348
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk350
+ name: Unk350
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk350
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk350
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk350
+ nameWithType: AddonRecipeNote.Unk350
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk358
+ name: Unk358
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk358
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk358
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk358
+ nameWithType: AddonRecipeNote.Unk358
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk360
+ name: Unk360
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk360
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk360
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk360
+ nameWithType: AddonRecipeNote.Unk360
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk368
+ name: Unk368
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk368
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk368
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk368
+ nameWithType: AddonRecipeNote.Unk368
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk370
+ name: Unk370
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk370
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk370
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk370
+ nameWithType: AddonRecipeNote.Unk370
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk378
+ name: Unk378
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk378
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk378
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk378
+ nameWithType: AddonRecipeNote.Unk378
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk380
+ name: Unk380
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk380
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk380
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk380
+ nameWithType: AddonRecipeNote.Unk380
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk388
+ name: Unk388
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk388
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk388
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk388
+ nameWithType: AddonRecipeNote.Unk388
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk390
+ name: Unk390
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk390
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk390
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk390
+ nameWithType: AddonRecipeNote.Unk390
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk398
+ name: Unk398
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk398
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk398
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk398
+ nameWithType: AddonRecipeNote.Unk398
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3A0
+ name: Unk3A0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk3A0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3A0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3A0
+ nameWithType: AddonRecipeNote.Unk3A0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3A8
+ name: Unk3A8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk3A8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3A8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3A8
+ nameWithType: AddonRecipeNote.Unk3A8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3B0
+ name: Unk3B0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk3B0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3B0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3B0
+ nameWithType: AddonRecipeNote.Unk3B0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3B8
+ name: Unk3B8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk3B8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3B8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3B8
+ nameWithType: AddonRecipeNote.Unk3B8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3C0
+ name: Unk3C0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk3C0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3C0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3C0
+ nameWithType: AddonRecipeNote.Unk3C0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3C8
+ name: Unk3C8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk3C8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3C8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3C8
+ nameWithType: AddonRecipeNote.Unk3C8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3D0
+ name: Unk3D0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk3D0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3D0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3D0
+ nameWithType: AddonRecipeNote.Unk3D0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3D8
+ name: Unk3D8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk3D8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3D8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3D8
+ nameWithType: AddonRecipeNote.Unk3D8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3E0
+ name: Unk3E0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk3E0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3E0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3E0
+ nameWithType: AddonRecipeNote.Unk3E0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3E8
+ name: Unk3E8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk3E8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3E8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3E8
+ nameWithType: AddonRecipeNote.Unk3E8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3F0
+ name: Unk3F0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk3F0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3F0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3F0
+ nameWithType: AddonRecipeNote.Unk3F0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3F8
+ name: Unk3F8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk3F8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3F8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk3F8
+ nameWithType: AddonRecipeNote.Unk3F8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk400
+ name: Unk400
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk400
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk400
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk400
+ nameWithType: AddonRecipeNote.Unk400
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk408
+ name: Unk408
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk408
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk408
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk408
+ nameWithType: AddonRecipeNote.Unk408
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk418
+ name: Unk418
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk418
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk418
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk418
+ nameWithType: AddonRecipeNote.Unk418
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk420
+ name: Unk420
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk420
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk420
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk420
+ nameWithType: AddonRecipeNote.Unk420
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk428
+ name: Unk428
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk428
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk428
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk428
+ nameWithType: AddonRecipeNote.Unk428
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk438
+ name: Unk438
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk438
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk438
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk438
+ nameWithType: AddonRecipeNote.Unk438
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk440
+ name: Unk440
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk440
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk440
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk440
+ nameWithType: AddonRecipeNote.Unk440
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk448
+ name: Unk448
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk448
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk448
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk448
+ nameWithType: AddonRecipeNote.Unk448
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk450
+ name: Unk450
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk450
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk450
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk450
+ nameWithType: AddonRecipeNote.Unk450
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk458
+ name: Unk458
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk458
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk458
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk458
+ nameWithType: AddonRecipeNote.Unk458
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk460
+ name: Unk460
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk460
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk460
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk460
+ nameWithType: AddonRecipeNote.Unk460
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk468
+ name: Unk468
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk468
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk468
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk468
+ nameWithType: AddonRecipeNote.Unk468
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk470
+ name: Unk470
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk470
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk470
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk470
+ nameWithType: AddonRecipeNote.Unk470
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk478
+ name: Unk478
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk478
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk478
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk478
+ nameWithType: AddonRecipeNote.Unk478
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk480
+ name: Unk480
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk480
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk480
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk480
+ nameWithType: AddonRecipeNote.Unk480
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk488
+ name: Unk488
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk488
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk488
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk488
+ nameWithType: AddonRecipeNote.Unk488
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk490
+ name: Unk490
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk490
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk490
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk490
+ nameWithType: AddonRecipeNote.Unk490
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk498
+ name: Unk498
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk498
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk498
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk498
+ nameWithType: AddonRecipeNote.Unk498
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4A0
+ name: Unk4A0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk4A0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4A0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4A0
+ nameWithType: AddonRecipeNote.Unk4A0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4A8
+ name: Unk4A8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk4A8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4A8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4A8
+ nameWithType: AddonRecipeNote.Unk4A8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4B0
+ name: Unk4B0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk4B0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4B0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4B0
+ nameWithType: AddonRecipeNote.Unk4B0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4B8
+ name: Unk4B8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk4B8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4B8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4B8
+ nameWithType: AddonRecipeNote.Unk4B8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4C0
+ name: Unk4C0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk4C0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4C0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4C0
+ nameWithType: AddonRecipeNote.Unk4C0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4C8
+ name: Unk4C8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk4C8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4C8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4C8
+ nameWithType: AddonRecipeNote.Unk4C8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4D0
+ name: Unk4D0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk4D0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4D0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4D0
+ nameWithType: AddonRecipeNote.Unk4D0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4D8
+ name: Unk4D8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk4D8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4D8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4D8
+ nameWithType: AddonRecipeNote.Unk4D8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4E0
+ name: Unk4E0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk4E0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4E0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4E0
+ nameWithType: AddonRecipeNote.Unk4E0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4E8
+ name: Unk4E8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk4E8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4E8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4E8
+ nameWithType: AddonRecipeNote.Unk4E8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4F0
+ name: Unk4F0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk4F0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4F0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4F0
+ nameWithType: AddonRecipeNote.Unk4F0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4F8
+ name: Unk4F8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk4F8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4F8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk4F8
+ nameWithType: AddonRecipeNote.Unk4F8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk500
+ name: Unk500
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk500
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk500
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk500
+ nameWithType: AddonRecipeNote.Unk500
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk508
+ name: Unk508
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk508
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk508
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk508
+ nameWithType: AddonRecipeNote.Unk508
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk510
+ name: Unk510
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk510
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk510
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk510
+ nameWithType: AddonRecipeNote.Unk510
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk518
+ name: Unk518
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk518
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk518
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk518
+ nameWithType: AddonRecipeNote.Unk518
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk520
+ name: Unk520
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk520
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk520
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk520
+ nameWithType: AddonRecipeNote.Unk520
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk528
+ name: Unk528
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk528
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk528
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk528
+ nameWithType: AddonRecipeNote.Unk528
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk530
+ name: Unk530
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk530
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk530
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk530
+ nameWithType: AddonRecipeNote.Unk530
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk538
+ name: Unk538
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk538
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk538
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk538
+ nameWithType: AddonRecipeNote.Unk538
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk540
+ name: Unk540
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk540
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk540
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk540
+ nameWithType: AddonRecipeNote.Unk540
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk548
+ name: Unk548
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk548
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk548
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk548
+ nameWithType: AddonRecipeNote.Unk548
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk550
+ name: Unk550
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk550
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk550
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk550
+ nameWithType: AddonRecipeNote.Unk550
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk558
+ name: Unk558
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk558
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk558
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk558
+ nameWithType: AddonRecipeNote.Unk558
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk560
+ name: Unk560
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk560
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk560
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk560
+ nameWithType: AddonRecipeNote.Unk560
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk578
+ name: Unk578
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk578
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk578
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk578
+ nameWithType: AddonRecipeNote.Unk578
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk580
+ name: Unk580
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk580
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk580
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk580
+ nameWithType: AddonRecipeNote.Unk580
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk588
+ name: Unk588
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk588
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk588
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk588
+ nameWithType: AddonRecipeNote.Unk588
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk590
+ name: Unk590
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk590
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk590
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk590
+ nameWithType: AddonRecipeNote.Unk590
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk598
+ name: Unk598
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk598
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk598
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk598
+ nameWithType: AddonRecipeNote.Unk598
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5A0
+ name: Unk5A0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk5A0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5A0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5A0
+ nameWithType: AddonRecipeNote.Unk5A0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5A8
+ name: Unk5A8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk5A8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5A8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5A8
+ nameWithType: AddonRecipeNote.Unk5A8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5B0
+ name: Unk5B0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk5B0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5B0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5B0
+ nameWithType: AddonRecipeNote.Unk5B0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5B8
+ name: Unk5B8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk5B8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5B8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5B8
+ nameWithType: AddonRecipeNote.Unk5B8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5C0
+ name: Unk5C0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk5C0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5C0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5C0
+ nameWithType: AddonRecipeNote.Unk5C0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5C8
+ name: Unk5C8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk5C8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5C8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5C8
+ nameWithType: AddonRecipeNote.Unk5C8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5D0
+ name: Unk5D0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk5D0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5D0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5D0
+ nameWithType: AddonRecipeNote.Unk5D0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5E8
+ name: Unk5E8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk5E8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5E8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5E8
+ nameWithType: AddonRecipeNote.Unk5E8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5F0
+ name: Unk5F0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk5F0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5F0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5F0
+ nameWithType: AddonRecipeNote.Unk5F0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5F8
+ name: Unk5F8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk5F8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5F8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk5F8
+ nameWithType: AddonRecipeNote.Unk5F8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk600
+ name: Unk600
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk600
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk600
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk600
+ nameWithType: AddonRecipeNote.Unk600
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk608
+ name: Unk608
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk608
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk608
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk608
+ nameWithType: AddonRecipeNote.Unk608
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk610
+ name: Unk610
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk610
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk610
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk610
+ nameWithType: AddonRecipeNote.Unk610
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk618
+ name: Unk618
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk618
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk618
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk618
+ nameWithType: AddonRecipeNote.Unk618
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk620
+ name: Unk620
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk620
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk620
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk620
+ nameWithType: AddonRecipeNote.Unk620
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk628
+ name: Unk628
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk628
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk628
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk628
+ nameWithType: AddonRecipeNote.Unk628
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk630
+ name: Unk630
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk630
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk630
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk630
+ nameWithType: AddonRecipeNote.Unk630
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk638
+ name: Unk638
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk638
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk638
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk638
+ nameWithType: AddonRecipeNote.Unk638
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk640
+ name: Unk640
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk640
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk640
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk640
+ nameWithType: AddonRecipeNote.Unk640
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk658
+ name: Unk658
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk658
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk658
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk658
+ nameWithType: AddonRecipeNote.Unk658
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk660
+ name: Unk660
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk660
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk660
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk660
+ nameWithType: AddonRecipeNote.Unk660
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk668
+ name: Unk668
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk668
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk668
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk668
+ nameWithType: AddonRecipeNote.Unk668
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk670
+ name: Unk670
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk670
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk670
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk670
+ nameWithType: AddonRecipeNote.Unk670
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk678
+ name: Unk678
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk678
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk678
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk678
+ nameWithType: AddonRecipeNote.Unk678
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk680
+ name: Unk680
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk680
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk680
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk680
+ nameWithType: AddonRecipeNote.Unk680
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk688
+ name: Unk688
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk688
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk688
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk688
+ nameWithType: AddonRecipeNote.Unk688
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk690
+ name: Unk690
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk690
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk690
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk690
+ nameWithType: AddonRecipeNote.Unk690
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk698
+ name: Unk698
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk698
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk698
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk698
+ nameWithType: AddonRecipeNote.Unk698
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6A0
+ name: Unk6A0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk6A0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6A0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6A0
+ nameWithType: AddonRecipeNote.Unk6A0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6A8
+ name: Unk6A8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk6A8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6A8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6A8
+ nameWithType: AddonRecipeNote.Unk6A8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6B0
+ name: Unk6B0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk6B0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6B0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6B0
+ nameWithType: AddonRecipeNote.Unk6B0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6C8
+ name: Unk6C8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk6C8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6C8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6C8
+ nameWithType: AddonRecipeNote.Unk6C8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6D0
+ name: Unk6D0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk6D0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6D0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6D0
+ nameWithType: AddonRecipeNote.Unk6D0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6D8
+ name: Unk6D8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk6D8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6D8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6D8
+ nameWithType: AddonRecipeNote.Unk6D8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6E0
+ name: Unk6E0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk6E0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6E0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6E0
+ nameWithType: AddonRecipeNote.Unk6E0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6E8
+ name: Unk6E8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk6E8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6E8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6E8
+ nameWithType: AddonRecipeNote.Unk6E8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6F0
+ name: Unk6F0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk6F0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6F0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6F0
+ nameWithType: AddonRecipeNote.Unk6F0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6F8
+ name: Unk6F8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk6F8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6F8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk6F8
+ nameWithType: AddonRecipeNote.Unk6F8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk700
+ name: Unk700
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk700
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk700
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk700
+ nameWithType: AddonRecipeNote.Unk700
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk708
+ name: Unk708
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk708
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk708
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk708
+ nameWithType: AddonRecipeNote.Unk708
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk710
+ name: Unk710
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk710
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk710
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk710
+ nameWithType: AddonRecipeNote.Unk710
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk718
+ name: Unk718
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk718
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk718
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk718
+ nameWithType: AddonRecipeNote.Unk718
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk720
+ name: Unk720
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk720
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk720
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk720
+ nameWithType: AddonRecipeNote.Unk720
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk738
+ name: Unk738
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk738
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk738
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk738
+ nameWithType: AddonRecipeNote.Unk738
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk740
+ name: Unk740
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk740
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk740
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk740
+ nameWithType: AddonRecipeNote.Unk740
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk748
+ name: Unk748
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk748
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk748
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk748
+ nameWithType: AddonRecipeNote.Unk748
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk750
+ name: Unk750
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk750
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk750
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk750
+ nameWithType: AddonRecipeNote.Unk750
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk758
+ name: Unk758
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk758
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk758
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk758
+ nameWithType: AddonRecipeNote.Unk758
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk760
+ name: Unk760
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk760
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk760
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk760
+ nameWithType: AddonRecipeNote.Unk760
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk768
+ name: Unk768
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk768
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk768
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk768
+ nameWithType: AddonRecipeNote.Unk768
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk770
+ name: Unk770
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk770
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk770
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk770
+ nameWithType: AddonRecipeNote.Unk770
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk778
+ name: Unk778
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk778
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk778
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk778
+ nameWithType: AddonRecipeNote.Unk778
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk780
+ name: Unk780
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk780
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk780
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk780
+ nameWithType: AddonRecipeNote.Unk780
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk788
+ name: Unk788
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk788
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk788
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk788
+ nameWithType: AddonRecipeNote.Unk788
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk790
+ name: Unk790
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk790
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk790
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk790
+ nameWithType: AddonRecipeNote.Unk790
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk7A8
+ name: Unk7A8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk7A8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk7A8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk7A8
+ nameWithType: AddonRecipeNote.Unk7A8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk808
+ name: Unk808
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk808
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk808
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk808
+ nameWithType: AddonRecipeNote.Unk808
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk810
+ name: Unk810
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_Unk810
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk810
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.Unk810
+ nameWithType: AddonRecipeNote.Unk810
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB50
+ name: UnkB50
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_UnkB50
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB50
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB50
+ nameWithType: AddonRecipeNote.UnkB50
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB60
+ name: UnkB60
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_UnkB60
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB60
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB60
+ nameWithType: AddonRecipeNote.UnkB60
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB70
+ name: UnkB70
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_UnkB70
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB70
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB70
+ nameWithType: AddonRecipeNote.UnkB70
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB80
+ name: UnkB80
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_UnkB80
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB80
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB80
+ nameWithType: AddonRecipeNote.UnkB80
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB90
+ name: UnkB90
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_UnkB90
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB90
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkB90
+ nameWithType: AddonRecipeNote.UnkB90
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBA0
+ name: UnkBA0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_UnkBA0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBA0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBA0
+ nameWithType: AddonRecipeNote.UnkBA0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBB0
+ name: UnkBB0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_UnkBB0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBB0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBB0
+ nameWithType: AddonRecipeNote.UnkBB0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBC0
+ name: UnkBC0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_UnkBC0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBC0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBC0
+ nameWithType: AddonRecipeNote.UnkBC0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBD0
+ name: UnkBD0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_UnkBD0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBD0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBD0
+ nameWithType: AddonRecipeNote.UnkBD0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBE0
+ name: UnkBE0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_UnkBE0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBE0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBE0
+ nameWithType: AddonRecipeNote.UnkBE0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBF0
+ name: UnkBF0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_UnkBF0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBF0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkBF0
+ nameWithType: AddonRecipeNote.UnkBF0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkC00
+ name: UnkC00
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_UnkC00
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkC00
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkC00
+ nameWithType: AddonRecipeNote.UnkC00
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkC10
+ name: UnkC10
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRecipeNote_UnkC10
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkC10
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRecipeNote.UnkC10
+ nameWithType: AddonRecipeNote.UnkC10
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest
+ name: AddonRequest
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest
+ nameWithType: AddonRequest
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkCollisionNode220
+ name: AtkCollisionNode220
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkCollisionNode220
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkCollisionNode220
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkCollisionNode220
+ nameWithType: AddonRequest.AtkCollisionNode220
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop250
+ name: AtkComponentDragDrop250
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentDragDrop250
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop250
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop250
+ nameWithType: AddonRequest.AtkComponentDragDrop250
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop258
+ name: AtkComponentDragDrop258
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentDragDrop258
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop258
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop258
+ nameWithType: AddonRequest.AtkComponentDragDrop258
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop260
+ name: AtkComponentDragDrop260
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentDragDrop260
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop260
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop260
+ nameWithType: AddonRequest.AtkComponentDragDrop260
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop268
+ name: AtkComponentDragDrop268
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentDragDrop268
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop268
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop268
+ nameWithType: AddonRequest.AtkComponentDragDrop268
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop270
+ name: AtkComponentDragDrop270
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentDragDrop270
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop270
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop270
+ nameWithType: AddonRequest.AtkComponentDragDrop270
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2B0
+ name: AtkComponentDragDrop2B0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentDragDrop2B0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2B0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2B0
+ nameWithType: AddonRequest.AtkComponentDragDrop2B0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2B8
+ name: AtkComponentDragDrop2B8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentDragDrop2B8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2B8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2B8
+ nameWithType: AddonRequest.AtkComponentDragDrop2B8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2C0
+ name: AtkComponentDragDrop2C0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentDragDrop2C0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2C0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2C0
+ nameWithType: AddonRequest.AtkComponentDragDrop2C0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2C8
+ name: AtkComponentDragDrop2C8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentDragDrop2C8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2C8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2C8
+ nameWithType: AddonRequest.AtkComponentDragDrop2C8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2D0
+ name: AtkComponentDragDrop2D0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentDragDrop2D0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2D0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentDragDrop2D0
+ nameWithType: AddonRequest.AtkComponentDragDrop2D0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon228
+ name: AtkComponentIcon228
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentIcon228
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon228
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon228
+ nameWithType: AddonRequest.AtkComponentIcon228
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon230
+ name: AtkComponentIcon230
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentIcon230
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon230
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon230
+ nameWithType: AddonRequest.AtkComponentIcon230
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon238
+ name: AtkComponentIcon238
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentIcon238
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon238
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon238
+ nameWithType: AddonRequest.AtkComponentIcon238
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon240
+ name: AtkComponentIcon240
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentIcon240
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon240
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon240
+ nameWithType: AddonRequest.AtkComponentIcon240
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon248
+ name: AtkComponentIcon248
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentIcon248
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon248
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon248
+ nameWithType: AddonRequest.AtkComponentIcon248
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon288
+ name: AtkComponentIcon288
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentIcon288
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon288
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon288
+ nameWithType: AddonRequest.AtkComponentIcon288
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon290
+ name: AtkComponentIcon290
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentIcon290
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon290
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon290
+ nameWithType: AddonRequest.AtkComponentIcon290
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon298
+ name: AtkComponentIcon298
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentIcon298
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon298
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon298
+ nameWithType: AddonRequest.AtkComponentIcon298
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon2A0
+ name: AtkComponentIcon2A0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentIcon2A0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon2A0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon2A0
+ nameWithType: AddonRequest.AtkComponentIcon2A0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon2A8
+ name: AtkComponentIcon2A8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkComponentIcon2A8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon2A8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkComponentIcon2A8
+ nameWithType: AddonRequest.AtkComponentIcon2A8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.AtkUnitBase
+ nameWithType: AddonRequest.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.CancelButton
+ name: CancelButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_CancelButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.CancelButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.CancelButton
+ nameWithType: AddonRequest.CancelButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.HandOverButton
+ name: HandOverButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRequest_HandOverButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.HandOverButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRequest.HandOverButton
+ nameWithType: AddonRequest.HandOverButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk
+ name: AddonRetainerTaskAsk
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk
+ nameWithType: AddonRetainerTaskAsk
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.AssignButton
+ name: AssignButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRetainerTaskAsk_AssignButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.AssignButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.AssignButton
+ nameWithType: AddonRetainerTaskAsk.AssignButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRetainerTaskAsk_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.AtkUnitBase
+ nameWithType: AddonRetainerTaskAsk.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.ReturnButton
+ name: ReturnButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRetainerTaskAsk_ReturnButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.ReturnButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskAsk.ReturnButton
+ nameWithType: AddonRetainerTaskAsk.ReturnButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult
+ name: AddonRetainerTaskResult
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult
+ nameWithType: AddonRetainerTaskResult
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRetainerTaskResult_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.AtkUnitBase
+ nameWithType: AddonRetainerTaskResult.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.ConfirmButton
+ name: ConfirmButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRetainerTaskResult_ConfirmButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.ConfirmButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.ConfirmButton
+ nameWithType: AddonRetainerTaskResult.ConfirmButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.ReassignButton
+ name: ReassignButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.html#FFXIVClientStructs_FFXIV_Client_UI_AddonRetainerTaskResult_ReassignButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.ReassignButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonRetainerTaskResult.ReassignButton
+ nameWithType: AddonRetainerTaskResult.ReassignButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog
+ name: AddonSalvageDialog
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog
+ nameWithType: AddonSalvageDialog
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSalvageDialog_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.AtkUnitBase
+ nameWithType: AddonSalvageDialog.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.BulkDesynthEnabled
+ name: BulkDesynthEnabled
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSalvageDialog_BulkDesynthEnabled
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.BulkDesynthEnabled
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.BulkDesynthEnabled
+ nameWithType: AddonSalvageDialog.BulkDesynthEnabled
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.CheckBox
+ name: CheckBox
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSalvageDialog_CheckBox
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.CheckBox
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.CheckBox
+ nameWithType: AddonSalvageDialog.CheckBox
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.CheckBox2
+ name: CheckBox2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSalvageDialog_CheckBox2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.CheckBox2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.CheckBox2
+ nameWithType: AddonSalvageDialog.CheckBox2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.DesynthesizeButton
+ name: DesynthesizeButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSalvageDialog_DesynthesizeButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.DesynthesizeButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSalvageDialog.DesynthesizeButton
+ nameWithType: AddonSalvageDialog.DesynthesizeButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString
+ name: AddonSelectIconString
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString
+ nameWithType: AddonSelectIconString
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectIconString_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.AtkUnitBase
+ nameWithType: AddonSelectIconString.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing
+ name: AddonSelectIconString.EventThing
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing
+ nameWithType: AddonSelectIconString.EventThing
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.Addon
+ name: Addon
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectIconString_EventThing_Addon
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.Addon
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.Addon
+ nameWithType: AddonSelectIconString.EventThing.Addon
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.AtkComponentList
+ name: AtkComponentList
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectIconString_EventThing_AtkComponentList
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.AtkComponentList
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.AtkComponentList
+ nameWithType: AddonSelectIconString.EventThing.AtkComponentList
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.AtkStage
name: AtkStage
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_AtkStage
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.AtkStage
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.AtkStage
- nameWithType: AddonTalk.AtkStage
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.AtkTextNode220
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectIconString_EventThing_AtkStage
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.AtkStage
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.AtkStage
+ nameWithType: AddonSelectIconString.EventThing.AtkStage
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectIconString_EventThing_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.EventThing.vtbl
+ nameWithType: AddonSelectIconString.EventThing.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.SelectIconStringThing
+ name: SelectIconStringThing
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectIconString_SelectIconStringThing
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.SelectIconStringThing
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectIconString.SelectIconStringThing
+ nameWithType: AddonSelectIconString.SelectIconStringThing
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString
+ name: AddonSelectString
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString
+ nameWithType: AddonSelectString
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectString_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.AtkUnitBase
+ nameWithType: AddonSelectString.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenu
+ name: PopupMenu
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectString_PopupMenu
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenu
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenu
+ nameWithType: AddonSelectString.PopupMenu
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive
+ name: AddonSelectString.PopupMenuDerive
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive
+ nameWithType: AddonSelectString.PopupMenuDerive
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.AtkStage
+ name: AtkStage
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectString_PopupMenuDerive_AtkStage
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.AtkStage
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.AtkStage
+ nameWithType: AddonSelectString.PopupMenuDerive.AtkStage
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.EntryCount
+ name: EntryCount
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectString_PopupMenuDerive_EntryCount
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.EntryCount
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.EntryCount
+ nameWithType: AddonSelectString.PopupMenuDerive.EntryCount
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.EntryNames
+ name: EntryNames
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectString_PopupMenuDerive_EntryNames
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.EntryNames
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.EntryNames
+ nameWithType: AddonSelectString.PopupMenuDerive.EntryNames
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.List
+ name: List
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectString_PopupMenuDerive_List
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.List
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.List
+ nameWithType: AddonSelectString.PopupMenuDerive.List
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.Owner
+ name: Owner
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectString_PopupMenuDerive_Owner
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.Owner
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.Owner
+ nameWithType: AddonSelectString.PopupMenuDerive.Owner
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectString_PopupMenuDerive_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.vtbl
+ nameWithType: AddonSelectString.PopupMenuDerive.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.Window
+ name: Window
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectString_PopupMenuDerive_Window
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.Window
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectString.PopupMenuDerive.Window
+ nameWithType: AddonSelectString.PopupMenuDerive.Window
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno
+ name: AddonSelectYesno
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno
+ nameWithType: AddonSelectYesno
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentBase2A0
+ name: AtkComponentBase2A0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkComponentBase2A0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentBase2A0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentBase2A0
+ nameWithType: AddonSelectYesno.AtkComponentBase2A0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentButton238
+ name: AtkComponentButton238
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkComponentButton238
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentButton238
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentButton238
+ nameWithType: AddonSelectYesno.AtkComponentButton238
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentButton260
+ name: AtkComponentButton260
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkComponentButton260
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentButton260
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentButton260
+ nameWithType: AddonSelectYesno.AtkComponentButton260
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentButton268
+ name: AtkComponentButton268
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkComponentButton268
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentButton268
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentButton268
+ nameWithType: AddonSelectYesno.AtkComponentButton268
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentButton270
+ name: AtkComponentButton270
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkComponentButton270
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentButton270
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentButton270
+ nameWithType: AddonSelectYesno.AtkComponentButton270
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentHoldButton278
+ name: AtkComponentHoldButton278
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkComponentHoldButton278
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentHoldButton278
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentHoldButton278
+ nameWithType: AddonSelectYesno.AtkComponentHoldButton278
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentHoldButton280
+ name: AtkComponentHoldButton280
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkComponentHoldButton280
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentHoldButton280
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentHoldButton280
+ nameWithType: AddonSelectYesno.AtkComponentHoldButton280
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentHoldButton288
+ name: AtkComponentHoldButton288
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkComponentHoldButton288
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentHoldButton288
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkComponentHoldButton288
+ nameWithType: AddonSelectYesno.AtkComponentHoldButton288
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkResNode240
+ name: AtkResNode240
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkResNode240
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkResNode240
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkResNode240
+ nameWithType: AddonSelectYesno.AtkResNode240
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkResNode248
+ name: AtkResNode248
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkResNode248
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkResNode248
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkResNode248
+ nameWithType: AddonSelectYesno.AtkResNode248
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkResNode258
+ name: AtkResNode258
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkResNode258
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkResNode258
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkResNode258
+ nameWithType: AddonSelectYesno.AtkResNode258
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkTextNode220
name: AtkTextNode220
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_AtkTextNode220
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.AtkTextNode220
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.AtkTextNode220
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkTextNode220
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkTextNode220
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkTextNode220
+ nameWithType: AddonSelectYesno.AtkTextNode220
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkTextNode298
+ name: AtkTextNode298
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkTextNode298
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkTextNode298
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkTextNode298
+ nameWithType: AddonSelectYesno.AtkTextNode298
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.AtkUnitBase
+ nameWithType: AddonSelectYesno.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.ConfirmCheckBox
+ name: ConfirmCheckBox
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_ConfirmCheckBox
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.ConfirmCheckBox
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.ConfirmCheckBox
+ nameWithType: AddonSelectYesno.ConfirmCheckBox
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.NoButton
+ name: NoButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_NoButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.NoButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.NoButton
+ nameWithType: AddonSelectYesno.NoButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.YesButton
+ name: YesButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSelectYesno_YesButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.YesButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSelectYesno.YesButton
+ nameWithType: AddonSelectYesno.YesButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize
+ name: AddonSynthesize
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize
+ nameWithType: AddonSynthesize
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkCollisionNode240
+ name: AtkCollisionNode240
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkCollisionNode240
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkCollisionNode240
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkCollisionNode240
+ nameWithType: AddonSynthesize.AtkCollisionNode240
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase258
+ name: AtkComponentBase258
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase258
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase258
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase258
+ nameWithType: AddonSynthesize.AtkComponentBase258
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2D8
+ name: AtkComponentBase2D8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase2D8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2D8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2D8
+ nameWithType: AddonSynthesize.AtkComponentBase2D8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2E0
+ name: AtkComponentBase2E0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase2E0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2E0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2E0
+ nameWithType: AddonSynthesize.AtkComponentBase2E0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2E8
+ name: AtkComponentBase2E8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase2E8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2E8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2E8
+ nameWithType: AddonSynthesize.AtkComponentBase2E8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2F0
+ name: AtkComponentBase2F0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase2F0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2F0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2F0
+ nameWithType: AddonSynthesize.AtkComponentBase2F0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2F8
+ name: AtkComponentBase2F8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase2F8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2F8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase2F8
+ nameWithType: AddonSynthesize.AtkComponentBase2F8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase300
+ name: AtkComponentBase300
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase300
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase300
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase300
+ nameWithType: AddonSynthesize.AtkComponentBase300
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase308
+ name: AtkComponentBase308
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase308
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase308
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase308
+ nameWithType: AddonSynthesize.AtkComponentBase308
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase310
+ name: AtkComponentBase310
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentBase310
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase310
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentBase310
+ nameWithType: AddonSynthesize.AtkComponentBase310
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentCheckBox318
+ name: AtkComponentCheckBox318
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentCheckBox318
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentCheckBox318
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentCheckBox318
+ nameWithType: AddonSynthesize.AtkComponentCheckBox318
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentIcon238
+ name: AtkComponentIcon238
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentIcon238
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentIcon238
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentIcon238
+ nameWithType: AddonSynthesize.AtkComponentIcon238
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentTextNineGrid478
+ name: AtkComponentTextNineGrid478
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkComponentTextNineGrid478
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentTextNineGrid478
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkComponentTextNineGrid478
+ nameWithType: AddonSynthesize.AtkComponentTextNineGrid478
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode250
+ name: AtkResNode250
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode250
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode250
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode250
+ nameWithType: AddonSynthesize.AtkResNode250
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode280
+ name: AtkResNode280
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode280
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode280
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode280
+ nameWithType: AddonSynthesize.AtkResNode280
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode2C0
+ name: AtkResNode2C0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode2C0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode2C0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode2C0
+ nameWithType: AddonSynthesize.AtkResNode2C0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode320
+ name: AtkResNode320
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode320
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode320
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode320
+ nameWithType: AddonSynthesize.AtkResNode320
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode328
+ name: AtkResNode328
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode328
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode328
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode328
+ nameWithType: AddonSynthesize.AtkResNode328
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode330
+ name: AtkResNode330
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode330
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode330
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode330
+ nameWithType: AddonSynthesize.AtkResNode330
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode480
+ name: AtkResNode480
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkResNode480
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode480
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkResNode480
+ nameWithType: AddonSynthesize.AtkResNode480
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkTextNode338
+ name: AtkTextNode338
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkTextNode338
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkTextNode338
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkTextNode338
+ nameWithType: AddonSynthesize.AtkTextNode338
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.AtkUnitBase
+ nameWithType: AddonSynthesize.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CalculationsButton
+ name: CalculationsButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CalculationsButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CalculationsButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CalculationsButton
+ nameWithType: AddonSynthesize.CalculationsButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.Condition
+ name: Condition
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_Condition
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.Condition
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.Condition
+ nameWithType: AddonSynthesize.Condition
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.ConditionResNode
+ name: ConditionResNode
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_ConditionResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.ConditionResNode
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.ConditionResNode
+ nameWithType: AddonSynthesize.ConditionResNode
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftedItemName
+ name: CraftedItemName
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftedItemName
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftedItemName
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftedItemName
+ nameWithType: AddonSynthesize.CraftedItemName
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect
+ name: AddonSynthesize.CraftEffect
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect
+ nameWithType: AddonSynthesize.CraftEffect
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Container
+ name: Container
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect_Container
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Container
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Container
+ nameWithType: AddonSynthesize.CraftEffect.Container
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Image
+ name: Image
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect_Image
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Image
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Image
+ nameWithType: AddonSynthesize.CraftEffect.Image
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Name
+ name: Name
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect_Name
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Name
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.Name
+ nameWithType: AddonSynthesize.CraftEffect.Name
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.StepsRemaining
+ name: StepsRemaining
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect_StepsRemaining
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.StepsRemaining
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect.StepsRemaining
+ nameWithType: AddonSynthesize.CraftEffect.StepsRemaining
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect1
+ name: CraftEffect1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect1
+ nameWithType: AddonSynthesize.CraftEffect1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect1HoverText
+ name: CraftEffect1HoverText
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect1HoverText
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect1HoverText
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect1HoverText
+ nameWithType: AddonSynthesize.CraftEffect1HoverText
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect2
+ name: CraftEffect2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect2
+ nameWithType: AddonSynthesize.CraftEffect2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect2HoverText
+ name: CraftEffect2HoverText
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect2HoverText
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect2HoverText
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect2HoverText
+ nameWithType: AddonSynthesize.CraftEffect2HoverText
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect3
+ name: CraftEffect3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect3
+ nameWithType: AddonSynthesize.CraftEffect3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect3HoverText
+ name: CraftEffect3HoverText
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect3HoverText
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect3HoverText
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect3HoverText
+ nameWithType: AddonSynthesize.CraftEffect3HoverText
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect4
+ name: CraftEffect4
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect4
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect4
+ nameWithType: AddonSynthesize.CraftEffect4
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect4HoverText
+ name: CraftEffect4HoverText
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect4HoverText
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect4HoverText
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect4HoverText
+ nameWithType: AddonSynthesize.CraftEffect4HoverText
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect5
+ name: CraftEffect5
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect5
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect5
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect5
+ nameWithType: AddonSynthesize.CraftEffect5
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect5HoverText
+ name: CraftEffect5HoverText
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect5HoverText
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect5HoverText
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect5HoverText
+ nameWithType: AddonSynthesize.CraftEffect5HoverText
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect6
+ name: CraftEffect6
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect6
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect6
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect6
+ nameWithType: AddonSynthesize.CraftEffect6
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect6HoverText
+ name: CraftEffect6HoverText
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect6HoverText
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect6HoverText
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect6HoverText
+ nameWithType: AddonSynthesize.CraftEffect6HoverText
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect7
+ name: CraftEffect7
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect7
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect7
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect7
+ nameWithType: AddonSynthesize.CraftEffect7
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect7HoverText
+ name: CraftEffect7HoverText
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect7HoverText
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect7HoverText
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect7HoverText
+ nameWithType: AddonSynthesize.CraftEffect7HoverText
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect8
+ name: CraftEffect8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect8
+ nameWithType: AddonSynthesize.CraftEffect8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect8HoverText
+ name: CraftEffect8HoverText
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect8HoverText
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect8HoverText
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect8HoverText
+ nameWithType: AddonSynthesize.CraftEffect8HoverText
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect9
+ name: CraftEffect9
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect9
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect9
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect9
+ nameWithType: AddonSynthesize.CraftEffect9
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect9HoverText
+ name: CraftEffect9HoverText
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CraftEffect9HoverText
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect9HoverText
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CraftEffect9HoverText
+ nameWithType: AddonSynthesize.CraftEffect9HoverText
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentDurability
+ name: CurrentDurability
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CurrentDurability
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentDurability
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentDurability
+ nameWithType: AddonSynthesize.CurrentDurability
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentProgress
+ name: CurrentProgress
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CurrentProgress
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentProgress
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentProgress
+ nameWithType: AddonSynthesize.CurrentProgress
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentQuality
+ name: CurrentQuality
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_CurrentQuality
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentQuality
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.CurrentQuality
+ nameWithType: AddonSynthesize.CurrentQuality
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.HQLiteral
+ name: HQLiteral
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_HQLiteral
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.HQLiteral
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.HQLiteral
+ nameWithType: AddonSynthesize.HQLiteral
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.HQPercentage
+ name: HQPercentage
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_HQPercentage
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.HQPercentage
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.HQPercentage
+ nameWithType: AddonSynthesize.HQPercentage
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.MaxProgress
+ name: MaxProgress
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_MaxProgress
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.MaxProgress
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.MaxProgress
+ nameWithType: AddonSynthesize.MaxProgress
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.MaxQuality
+ name: MaxQuality
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_MaxQuality
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.MaxQuality
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.MaxQuality
+ nameWithType: AddonSynthesize.MaxQuality
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.ProgressGauge
+ name: ProgressGauge
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_ProgressGauge
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.ProgressGauge
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.ProgressGauge
+ nameWithType: AddonSynthesize.ProgressGauge
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.QualityGauge
+ name: QualityGauge
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_QualityGauge
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.QualityGauge
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.QualityGauge
+ nameWithType: AddonSynthesize.QualityGauge
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.QuitButton
+ name: QuitButton
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_QuitButton
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.QuitButton
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.QuitButton
+ nameWithType: AddonSynthesize.QuitButton
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.RootCollisionNode
+ name: RootCollisionNode
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_RootCollisionNode
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.RootCollisionNode
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.RootCollisionNode
+ nameWithType: AddonSynthesize.RootCollisionNode
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.StartingDurability
+ name: StartingDurability
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_StartingDurability
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.StartingDurability
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.StartingDurability
+ nameWithType: AddonSynthesize.StartingDurability
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.StepNumber
+ name: StepNumber
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.html#FFXIVClientStructs_FFXIV_Client_UI_AddonSynthesize_StepNumber
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.StepNumber
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonSynthesize.StepNumber
+ nameWithType: AddonSynthesize.StepNumber
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk
+ name: AddonTalk
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk
+ nameWithType: AddonTalk
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkResNode230
+ name: AtkResNode230
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_AtkResNode230
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkResNode230
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkResNode230
+ nameWithType: AddonTalk.AtkResNode230
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkStage
+ name: AtkStage
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_AtkStage
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkStage
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkStage
+ nameWithType: AddonTalk.AtkStage
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkTextNode220
+ name: AtkTextNode220
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_AtkTextNode220
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkTextNode220
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkTextNode220
nameWithType: AddonTalk.AtkTextNode220
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.AtkTextNode228
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkTextNode228
name: AtkTextNode228
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_AtkTextNode228
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.AtkTextNode228
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.AtkTextNode228
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_AtkTextNode228
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkTextNode228
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkTextNode228
nameWithType: AddonTalk.AtkTextNode228
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkUnitBase
name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.AtkUnitBase
nameWithType: AddonTalk.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.String250
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String250
name: String250
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_String250
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.String250
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.String250
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_String250
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String250
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String250
nameWithType: AddonTalk.String250
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.String2B8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String2B8
name: String2B8
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_String2B8
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.String2B8
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.String2B8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_String2B8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String2B8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String2B8
nameWithType: AddonTalk.String2B8
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.String320
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String320
name: String320
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_String320
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.String320
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.String320
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_String320
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String320
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String320
nameWithType: AddonTalk.String320
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.String388
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String388
name: String388
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_String388
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.String388
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.String388
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_String388
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String388
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String388
nameWithType: AddonTalk.String388
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.String3F0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String3F0
name: String3F0
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_String3F0
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.String3F0
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.String3F0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_String3F0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String3F0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String3F0
nameWithType: AddonTalk.String3F0
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.String458
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String458
name: String458
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_String458
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.String458
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.String458
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_String458
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String458
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String458
nameWithType: AddonTalk.String458
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.String4C0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String4C0
name: String4C0
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_String4C0
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.String4C0
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.String4C0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_String4C0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String4C0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.String4C0
nameWithType: AddonTalk.String4C0
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.this5B8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.this5B8
name: this5B8
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_this5B8
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.this5B8
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.this5B8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_this5B8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.this5B8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.this5B8
nameWithType: AddonTalk.this5B8
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.unk248
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.unk248
name: unk248
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_unk248
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.unk248
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.unk248
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.html#FFXIVClientStructs_FFXIV_Client_UI_AddonTalk_unk248
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.unk248
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonTalk.unk248
nameWithType: AddonTalk.unk248
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.unk2F8
- name: unk2F8
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_unk2F8
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.unk2F8
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.unk2F8
- nameWithType: AddonTalk.unk2F8
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.vtbl590
- name: vtbl590
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_vtbl590
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.vtbl590
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.vtbl590
- nameWithType: AddonTalk.vtbl590
-- uid: FFXIVClientStructs.Client.UI.AddonTalk.vtbl598
- name: vtbl598
- href: api/FFXIVClientStructs.Client.UI.AddonTalk.html#FFXIVClientStructs_Client_UI_AddonTalk_vtbl598
- commentId: F:FFXIVClientStructs.Client.UI.AddonTalk.vtbl598
- fullName: FFXIVClientStructs.Client.UI.AddonTalk.vtbl598
- nameWithType: AddonTalk.vtbl598
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle
- name: AddonWeeklyPuzzle
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle
- nameWithType: AddonWeeklyPuzzle
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkComponentButton2C0
- name: AtkComponentButton2C0
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_AtkComponentButton2C0
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkComponentButton2C0
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkComponentButton2C0
- nameWithType: AddonWeeklyPuzzle.AtkComponentButton2C0
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkResNode2C8
- name: AtkResNode2C8
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_AtkResNode2C8
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkResNode2C8
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkResNode2C8
- nameWithType: AddonWeeklyPuzzle.AtkResNode2C8
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkResNode2E0
- name: AtkResNode2E0
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_AtkResNode2E0
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkResNode2E0
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkResNode2E0
- nameWithType: AddonWeeklyPuzzle.AtkResNode2E0
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkResNodeA38
- name: AtkResNodeA38
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_AtkResNodeA38
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkResNodeA38
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkResNodeA38
- nameWithType: AddonWeeklyPuzzle.AtkResNodeA38
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkTextNode2D0
- name: AtkTextNode2D0
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_AtkTextNode2D0
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkTextNode2D0
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkTextNode2D0
- nameWithType: AddonWeeklyPuzzle.AtkTextNode2D0
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkTextNode2D8
- name: AtkTextNode2D8
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_AtkTextNode2D8
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkTextNode2D8
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkTextNode2D8
- nameWithType: AddonWeeklyPuzzle.AtkTextNode2D8
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkTextNode2E8
- name: AtkTextNode2E8
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_AtkTextNode2E8
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkTextNode2E8
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkTextNode2E8
- nameWithType: AddonWeeklyPuzzle.AtkTextNode2E8
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkTextNode2F0
- name: AtkTextNode2F0
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_AtkTextNode2F0
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkTextNode2F0
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkTextNode2F0
- nameWithType: AddonWeeklyPuzzle.AtkTextNode2F0
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo
+ name: AddonWeeklyBingo
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo
+ nameWithType: AddonWeeklyBingo
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.AtkUnitBase
name: AtkUnitBase
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_AtkUnitBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkUnitBase
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyBingo_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.AtkUnitBase
+ nameWithType: AddonWeeklyBingo.AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.StickerSlotList
+ name: StickerSlotList
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyBingo_StickerSlotList
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.StickerSlotList
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyBingo.StickerSlotList
+ nameWithType: AddonWeeklyBingo.StickerSlotList
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle
+ name: AddonWeeklyPuzzle
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle
+ nameWithType: AddonWeeklyPuzzle
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkComponentButton2C0
+ name: AtkComponentButton2C0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_AtkComponentButton2C0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkComponentButton2C0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkComponentButton2C0
+ nameWithType: AddonWeeklyPuzzle.AtkComponentButton2C0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkResNode2C8
+ name: AtkResNode2C8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_AtkResNode2C8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkResNode2C8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkResNode2C8
+ nameWithType: AddonWeeklyPuzzle.AtkResNode2C8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkResNode2E0
+ name: AtkResNode2E0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_AtkResNode2E0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkResNode2E0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkResNode2E0
+ nameWithType: AddonWeeklyPuzzle.AtkResNode2E0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkResNodeA38
+ name: AtkResNodeA38
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_AtkResNodeA38
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkResNodeA38
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkResNodeA38
+ nameWithType: AddonWeeklyPuzzle.AtkResNodeA38
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkTextNode2D0
+ name: AtkTextNode2D0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_AtkTextNode2D0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkTextNode2D0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkTextNode2D0
+ nameWithType: AddonWeeklyPuzzle.AtkTextNode2D0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkTextNode2D8
+ name: AtkTextNode2D8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_AtkTextNode2D8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkTextNode2D8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkTextNode2D8
+ nameWithType: AddonWeeklyPuzzle.AtkTextNode2D8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkTextNode2E8
+ name: AtkTextNode2E8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_AtkTextNode2E8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkTextNode2E8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkTextNode2E8
+ nameWithType: AddonWeeklyPuzzle.AtkTextNode2E8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkTextNode2F0
+ name: AtkTextNode2F0
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_AtkTextNode2F0
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkTextNode2F0
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkTextNode2F0
+ nameWithType: AddonWeeklyPuzzle.AtkTextNode2F0
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_AtkUnitBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.AtkUnitBase
nameWithType: AddonWeeklyPuzzle.AtkUnitBase
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.CofferStr
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.CofferStr
name: CofferStr
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_CofferStr
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.CofferStr
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.CofferStr
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_CofferStr
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.CofferStr
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.CofferStr
nameWithType: AddonWeeklyPuzzle.CofferStr
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.CommanderStr
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.CommanderStr
name: CommanderStr
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_CommanderStr
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.CommanderStr
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.CommanderStr
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_CommanderStr
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.CommanderStr
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.CommanderStr
nameWithType: AddonWeeklyPuzzle.CommanderStr
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.DualBladesStr
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.DualBladesStr
name: DualBladesStr
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_DualBladesStr
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.DualBladesStr
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.DualBladesStr
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_DualBladesStr
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.DualBladesStr
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.DualBladesStr
nameWithType: AddonWeeklyPuzzle.DualBladesStr
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameBoard
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameBoard
name: GameBoard
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameBoard
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameBoard
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameBoard
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameBoard
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameBoard
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameBoard
nameWithType: AddonWeeklyPuzzle.GameBoard
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard
name: AddonWeeklyPuzzle.GameTileBoard
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard
nameWithType: AddonWeeklyPuzzle.GameTileBoard
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item(System.Int32)
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item(System.Int32)
name: Item[Int32]
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Item_System_Int32_
- commentId: P:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item(System.Int32)
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Item_System_Int32_
+ commentId: P:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item(System.Int32)
name.vb: Item(Int32)
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item[System.Int32]
- fullName.vb: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item(System.Int32)
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item[System.Int32]
+ fullName.vb: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item(System.Int32)
nameWithType: AddonWeeklyPuzzle.GameTileBoard.Item[Int32]
nameWithType.vb: AddonWeeklyPuzzle.GameTileBoard.Item(Int32)
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item*
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item*
name: Item
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Item_
- commentId: Overload:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Item_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item
isSpec: "True"
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Item
nameWithType: AddonWeeklyPuzzle.GameTileBoard.Item
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row1
name: Row1
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Row1
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row1
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Row1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row1
nameWithType: AddonWeeklyPuzzle.GameTileBoard.Row1
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row2
name: Row2
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Row2
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row2
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Row2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row2
nameWithType: AddonWeeklyPuzzle.GameTileBoard.Row2
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row3
name: Row3
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Row3
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row3
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Row3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row3
nameWithType: AddonWeeklyPuzzle.GameTileBoard.Row3
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row4
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row4
name: Row4
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Row4
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row4
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row4
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Row4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row4
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row4
nameWithType: AddonWeeklyPuzzle.GameTileBoard.Row4
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row5
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row5
name: Row5
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Row5
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row5
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row5
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Row5
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row5
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row5
nameWithType: AddonWeeklyPuzzle.GameTileBoard.Row5
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row6
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row6
name: Row6
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Row6
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row6
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row6
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileBoard_Row6
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row6
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileBoard.Row6
nameWithType: AddonWeeklyPuzzle.GameTileBoard.Row6
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem
name: AddonWeeklyPuzzle.GameTileItem
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem
nameWithType: AddonWeeklyPuzzle.GameTileItem
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.Button
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.Button
name: Button
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileItem_Button
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.Button
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.Button
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileItem_Button
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.Button
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.Button
nameWithType: AddonWeeklyPuzzle.GameTileItem.Button
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.self
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.RevealedIconResNode
+ name: RevealedIconResNode
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileItem_RevealedIconResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.RevealedIconResNode
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.RevealedIconResNode
+ nameWithType: AddonWeeklyPuzzle.GameTileItem.RevealedIconResNode
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.RevealedTileResNode
+ name: RevealedTileResNode
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileItem_RevealedTileResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.RevealedTileResNode
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.RevealedTileResNode
+ nameWithType: AddonWeeklyPuzzle.GameTileItem.RevealedTileResNode
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.self
name: self
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileItem_self
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.self
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.self
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileItem_self
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.self
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.self
nameWithType: AddonWeeklyPuzzle.GameTileItem.self
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.Unk28
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.Unk28
name: Unk28
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileItem_Unk28
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.Unk28
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.Unk28
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileItem_Unk28
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.Unk28
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.Unk28
nameWithType: AddonWeeklyPuzzle.GameTileItem.Unk28
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.UnkRes10
- name: UnkRes10
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileItem_UnkRes10
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.UnkRes10
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.UnkRes10
- nameWithType: AddonWeeklyPuzzle.GameTileItem.UnkRes10
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.UnkRes18
- name: UnkRes18
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileItem_UnkRes18
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.UnkRes18
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.UnkRes18
- nameWithType: AddonWeeklyPuzzle.GameTileItem.UnkRes18
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.UnkRes20
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.UnkRes20
name: UnkRes20
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileItem_UnkRes20
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.UnkRes20
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileItem.UnkRes20
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileItem_UnkRes20
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.UnkRes20
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileItem.UnkRes20
nameWithType: AddonWeeklyPuzzle.GameTileItem.UnkRes20
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow
name: AddonWeeklyPuzzle.GameTileRow
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow
nameWithType: AddonWeeklyPuzzle.GameTileRow
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col1
name: Col1
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileRow_Col1
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col1
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileRow_Col1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col1
nameWithType: AddonWeeklyPuzzle.GameTileRow.Col1
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col2
name: Col2
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileRow_Col2
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col2
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileRow_Col2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col2
nameWithType: AddonWeeklyPuzzle.GameTileRow.Col2
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col3
name: Col3
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileRow_Col3
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col3
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileRow_Col3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col3
nameWithType: AddonWeeklyPuzzle.GameTileRow.Col3
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col4
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col4
name: Col4
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileRow_Col4
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col4
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col4
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileRow_Col4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col4
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col4
nameWithType: AddonWeeklyPuzzle.GameTileRow.Col4
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col5
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col5
name: Col5
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileRow_Col5
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col5
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col5
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileRow_Col5
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col5
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col5
nameWithType: AddonWeeklyPuzzle.GameTileRow.Col5
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col6
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col6
name: Col6
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileRow_Col6
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col6
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col6
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileRow_Col6
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col6
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Col6
nameWithType: AddonWeeklyPuzzle.GameTileRow.Col6
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item(System.Int32)
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item(System.Int32)
name: Item[Int32]
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileRow_Item_System_Int32_
- commentId: P:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item(System.Int32)
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileRow_Item_System_Int32_
+ commentId: P:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item(System.Int32)
name.vb: Item(Int32)
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item[System.Int32]
- fullName.vb: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item(System.Int32)
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item[System.Int32]
+ fullName.vb: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item(System.Int32)
nameWithType: AddonWeeklyPuzzle.GameTileRow.Item[Int32]
nameWithType.vb: AddonWeeklyPuzzle.GameTileRow.Item(Int32)
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item*
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item*
name: Item
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GameTileRow_Item_
- commentId: Overload:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GameTileRow_Item_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item
isSpec: "True"
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GameTileRow.Item
nameWithType: AddonWeeklyPuzzle.GameTileRow.Item
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GiftBoxStr
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GiftBoxStr
name: GiftBoxStr
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_GiftBoxStr
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GiftBoxStr
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.GiftBoxStr
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_GiftBoxStr
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GiftBoxStr
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.GiftBoxStr
nameWithType: AddonWeeklyPuzzle.GiftBoxStr
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelCoffer
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelCoffer
name: RewardPanelCoffer
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_RewardPanelCoffer
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelCoffer
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelCoffer
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_RewardPanelCoffer
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelCoffer
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelCoffer
nameWithType: AddonWeeklyPuzzle.RewardPanelCoffer
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelCommander
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelCommander
name: RewardPanelCommander
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_RewardPanelCommander
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelCommander
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelCommander
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_RewardPanelCommander
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelCommander
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelCommander
nameWithType: AddonWeeklyPuzzle.RewardPanelCommander
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelDualBlades
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelDualBlades
name: RewardPanelDualBlades
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_RewardPanelDualBlades
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelDualBlades
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelDualBlades
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_RewardPanelDualBlades
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelDualBlades
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelDualBlades
nameWithType: AddonWeeklyPuzzle.RewardPanelDualBlades
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelGiftBox
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelGiftBox
name: RewardPanelGiftBox
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_RewardPanelGiftBox
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelGiftBox
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelGiftBox
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_RewardPanelGiftBox
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelGiftBox
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelGiftBox
nameWithType: AddonWeeklyPuzzle.RewardPanelGiftBox
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem
name: AddonWeeklyPuzzle.RewardPanelItem
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html
- commentId: T:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem
nameWithType: AddonWeeklyPuzzle.RewardPanelItem
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.CompBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.CompBase
name: CompBase
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_RewardPanelItem_CompBase
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.CompBase
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.CompBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_RewardPanelItem_CompBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.CompBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.CompBase
nameWithType: AddonWeeklyPuzzle.RewardPanelItem.CompBase
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.NameText
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.NameText
name: NameText
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_RewardPanelItem_NameText
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.NameText
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.NameText
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_RewardPanelItem_NameText
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.NameText
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.NameText
nameWithType: AddonWeeklyPuzzle.RewardPanelItem.NameText
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.Res
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.Res
name: Res
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_RewardPanelItem_Res
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.Res
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.Res
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_RewardPanelItem_Res
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.Res
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.Res
nameWithType: AddonWeeklyPuzzle.RewardPanelItem.Res
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.RewardText
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.RewardText
name: RewardText
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_RewardPanelItem_RewardText
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.RewardText
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.RewardText
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_RewardPanelItem_RewardText
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.RewardText
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.RewardText
nameWithType: AddonWeeklyPuzzle.RewardPanelItem.RewardText
-- uid: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.Unk20
+- uid: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.Unk20
name: Unk20
- href: api/FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html#FFXIVClientStructs_Client_UI_AddonWeeklyPuzzle_RewardPanelItem_Unk20
- commentId: F:FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.Unk20
- fullName: FFXIVClientStructs.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.Unk20
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.html#FFXIVClientStructs_FFXIV_Client_UI_AddonWeeklyPuzzle_RewardPanelItem_Unk20
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.Unk20
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.AddonWeeklyPuzzle.RewardPanelItem.Unk20
nameWithType: AddonWeeklyPuzzle.RewardPanelItem.Unk20
-- uid: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct
- name: MoveableAddonInfoStruct
- href: api/FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.html
- commentId: T:FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct
- fullName: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct
- nameWithType: MoveableAddonInfoStruct
-- uid: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.Flags
- name: Flags
- href: api/FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_Client_UI_MoveableAddonInfoStruct_Flags
- commentId: F:FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.Flags
- fullName: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.Flags
- nameWithType: MoveableAddonInfoStruct.Flags
-- uid: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.hudLayoutScreen
- name: hudLayoutScreen
- href: api/FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_Client_UI_MoveableAddonInfoStruct_hudLayoutScreen
- commentId: F:FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.hudLayoutScreen
- fullName: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.hudLayoutScreen
- nameWithType: MoveableAddonInfoStruct.hudLayoutScreen
-- uid: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.OverlayHeight
- name: OverlayHeight
- href: api/FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_Client_UI_MoveableAddonInfoStruct_OverlayHeight
- commentId: F:FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.OverlayHeight
- fullName: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.OverlayHeight
- nameWithType: MoveableAddonInfoStruct.OverlayHeight
-- uid: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.OverlayWidth
- name: OverlayWidth
- href: api/FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_Client_UI_MoveableAddonInfoStruct_OverlayWidth
- commentId: F:FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.OverlayWidth
- fullName: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.OverlayWidth
- nameWithType: MoveableAddonInfoStruct.OverlayWidth
-- uid: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.PositionHasChanged
- name: PositionHasChanged
- href: api/FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_Client_UI_MoveableAddonInfoStruct_PositionHasChanged
- commentId: F:FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.PositionHasChanged
- fullName: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.PositionHasChanged
- nameWithType: MoveableAddonInfoStruct.PositionHasChanged
-- uid: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.SelectedAtkUnit
- name: SelectedAtkUnit
- href: api/FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_Client_UI_MoveableAddonInfoStruct_SelectedAtkUnit
- commentId: F:FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.SelectedAtkUnit
- fullName: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.SelectedAtkUnit
- nameWithType: MoveableAddonInfoStruct.SelectedAtkUnit
-- uid: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.Slot
- name: Slot
- href: api/FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_Client_UI_MoveableAddonInfoStruct_Slot
- commentId: F:FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.Slot
- fullName: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.Slot
- nameWithType: MoveableAddonInfoStruct.Slot
-- uid: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.XOffset
- name: XOffset
- href: api/FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_Client_UI_MoveableAddonInfoStruct_XOffset
- commentId: F:FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.XOffset
- fullName: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.XOffset
- nameWithType: MoveableAddonInfoStruct.XOffset
-- uid: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.YOffset
- name: YOffset
- href: api/FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_Client_UI_MoveableAddonInfoStruct_YOffset
- commentId: F:FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.YOffset
- fullName: FFXIVClientStructs.Client.UI.MoveableAddonInfoStruct.YOffset
- nameWithType: MoveableAddonInfoStruct.YOffset
-- uid: FFXIVClientStructs.Client.UI.RaptureAtkUnitManager
- name: RaptureAtkUnitManager
- href: api/FFXIVClientStructs.Client.UI.RaptureAtkUnitManager.html
- commentId: T:FFXIVClientStructs.Client.UI.RaptureAtkUnitManager
- fullName: FFXIVClientStructs.Client.UI.RaptureAtkUnitManager
- nameWithType: RaptureAtkUnitManager
-- uid: FFXIVClientStructs.Client.UI.RaptureAtkUnitManager.AtkUnitManager
- name: AtkUnitManager
- href: api/FFXIVClientStructs.Client.UI.RaptureAtkUnitManager.html#FFXIVClientStructs_Client_UI_RaptureAtkUnitManager_AtkUnitManager
- commentId: F:FFXIVClientStructs.Client.UI.RaptureAtkUnitManager.AtkUnitManager
- fullName: FFXIVClientStructs.Client.UI.RaptureAtkUnitManager.AtkUnitManager
- nameWithType: RaptureAtkUnitManager.AtkUnitManager
-- uid: FFXIVClientStructs.Common.Configuration
- name: FFXIVClientStructs.Common.Configuration
- href: api/FFXIVClientStructs.Common.Configuration.html
- commentId: N:FFXIVClientStructs.Common.Configuration
- fullName: FFXIVClientStructs.Common.Configuration
- nameWithType: FFXIVClientStructs.Common.Configuration
-- uid: FFXIVClientStructs.Common.Configuration.ChangeEventInterface
- name: ChangeEventInterface
- href: api/FFXIVClientStructs.Common.Configuration.ChangeEventInterface.html
- commentId: T:FFXIVClientStructs.Common.Configuration.ChangeEventInterface
- fullName: FFXIVClientStructs.Common.Configuration.ChangeEventInterface
- nameWithType: ChangeEventInterface
-- uid: FFXIVClientStructs.Common.Configuration.ChangeEventInterface.Next
- name: Next
- href: api/FFXIVClientStructs.Common.Configuration.ChangeEventInterface.html#FFXIVClientStructs_Common_Configuration_ChangeEventInterface_Next
- commentId: F:FFXIVClientStructs.Common.Configuration.ChangeEventInterface.Next
- fullName: FFXIVClientStructs.Common.Configuration.ChangeEventInterface.Next
- nameWithType: ChangeEventInterface.Next
-- uid: FFXIVClientStructs.Common.Configuration.ChangeEventInterface.Owner
- name: Owner
- href: api/FFXIVClientStructs.Common.Configuration.ChangeEventInterface.html#FFXIVClientStructs_Common_Configuration_ChangeEventInterface_Owner
- commentId: F:FFXIVClientStructs.Common.Configuration.ChangeEventInterface.Owner
- fullName: FFXIVClientStructs.Common.Configuration.ChangeEventInterface.Owner
- nameWithType: ChangeEventInterface.Owner
-- uid: FFXIVClientStructs.Common.Configuration.ChangeEventInterface.vtbl
- name: vtbl
- href: api/FFXIVClientStructs.Common.Configuration.ChangeEventInterface.html#FFXIVClientStructs_Common_Configuration_ChangeEventInterface_vtbl
- commentId: F:FFXIVClientStructs.Common.Configuration.ChangeEventInterface.vtbl
- fullName: FFXIVClientStructs.Common.Configuration.ChangeEventInterface.vtbl
- nameWithType: ChangeEventInterface.vtbl
-- uid: FFXIVClientStructs.Common.Configuration.ConfigBase
- name: ConfigBase
- href: api/FFXIVClientStructs.Common.Configuration.ConfigBase.html
- commentId: T:FFXIVClientStructs.Common.Configuration.ConfigBase
- fullName: FFXIVClientStructs.Common.Configuration.ConfigBase
- nameWithType: ConfigBase
-- uid: FFXIVClientStructs.Common.Configuration.ConfigBase.ConfigCount
- name: ConfigCount
- href: api/FFXIVClientStructs.Common.Configuration.ConfigBase.html#FFXIVClientStructs_Common_Configuration_ConfigBase_ConfigCount
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigBase.ConfigCount
- fullName: FFXIVClientStructs.Common.Configuration.ConfigBase.ConfigCount
- nameWithType: ConfigBase.ConfigCount
-- uid: FFXIVClientStructs.Common.Configuration.ConfigBase.ConfigEntry
- name: ConfigEntry
- href: api/FFXIVClientStructs.Common.Configuration.ConfigBase.html#FFXIVClientStructs_Common_Configuration_ConfigBase_ConfigEntry
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigBase.ConfigEntry
- fullName: FFXIVClientStructs.Common.Configuration.ConfigBase.ConfigEntry
- nameWithType: ConfigBase.ConfigEntry
-- uid: FFXIVClientStructs.Common.Configuration.ConfigBase.Listener
- name: Listener
- href: api/FFXIVClientStructs.Common.Configuration.ConfigBase.html#FFXIVClientStructs_Common_Configuration_ConfigBase_Listener
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigBase.Listener
- fullName: FFXIVClientStructs.Common.Configuration.ConfigBase.Listener
- nameWithType: ConfigBase.Listener
-- uid: FFXIVClientStructs.Common.Configuration.ConfigBase.UnkString
- name: UnkString
- href: api/FFXIVClientStructs.Common.Configuration.ConfigBase.html#FFXIVClientStructs_Common_Configuration_ConfigBase_UnkString
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigBase.UnkString
- fullName: FFXIVClientStructs.Common.Configuration.ConfigBase.UnkString
- nameWithType: ConfigBase.UnkString
-- uid: FFXIVClientStructs.Common.Configuration.ConfigBase.vtbl
- name: vtbl
- href: api/FFXIVClientStructs.Common.Configuration.ConfigBase.html#FFXIVClientStructs_Common_Configuration_ConfigBase_vtbl
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigBase.vtbl
- fullName: FFXIVClientStructs.Common.Configuration.ConfigBase.vtbl
- nameWithType: ConfigBase.vtbl
-- uid: FFXIVClientStructs.Common.Configuration.ConfigEntry
- name: ConfigEntry
- href: api/FFXIVClientStructs.Common.Configuration.ConfigEntry.html
- commentId: T:FFXIVClientStructs.Common.Configuration.ConfigEntry
- fullName: FFXIVClientStructs.Common.Configuration.ConfigEntry
- nameWithType: ConfigEntry
-- uid: FFXIVClientStructs.Common.Configuration.ConfigEntry._Padding
- name: _Padding
- href: api/FFXIVClientStructs.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_Common_Configuration_ConfigEntry__Padding
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigEntry._Padding
- fullName: FFXIVClientStructs.Common.Configuration.ConfigEntry._Padding
- nameWithType: ConfigEntry._Padding
-- uid: FFXIVClientStructs.Common.Configuration.ConfigEntry.Index
- name: Index
- href: api/FFXIVClientStructs.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_Common_Configuration_ConfigEntry_Index
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigEntry.Index
- fullName: FFXIVClientStructs.Common.Configuration.ConfigEntry.Index
- nameWithType: ConfigEntry.Index
-- uid: FFXIVClientStructs.Common.Configuration.ConfigEntry.Name
- name: Name
- href: api/FFXIVClientStructs.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_Common_Configuration_ConfigEntry_Name
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigEntry.Name
- fullName: FFXIVClientStructs.Common.Configuration.ConfigEntry.Name
- nameWithType: ConfigEntry.Name
-- uid: FFXIVClientStructs.Common.Configuration.ConfigEntry.Owner
- name: Owner
- href: api/FFXIVClientStructs.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_Common_Configuration_ConfigEntry_Owner
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigEntry.Owner
- fullName: FFXIVClientStructs.Common.Configuration.ConfigEntry.Owner
- nameWithType: ConfigEntry.Owner
-- uid: FFXIVClientStructs.Common.Configuration.ConfigEntry.Properties
- name: Properties
- href: api/FFXIVClientStructs.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_Common_Configuration_ConfigEntry_Properties
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigEntry.Properties
- fullName: FFXIVClientStructs.Common.Configuration.ConfigEntry.Properties
- nameWithType: ConfigEntry.Properties
-- uid: FFXIVClientStructs.Common.Configuration.ConfigEntry.Type
- name: Type
- href: api/FFXIVClientStructs.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_Common_Configuration_ConfigEntry_Type
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigEntry.Type
- fullName: FFXIVClientStructs.Common.Configuration.ConfigEntry.Type
- nameWithType: ConfigEntry.Type
-- uid: FFXIVClientStructs.Common.Configuration.ConfigEntry.Value
- name: Value
- href: api/FFXIVClientStructs.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_Common_Configuration_ConfigEntry_Value
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigEntry.Value
- fullName: FFXIVClientStructs.Common.Configuration.ConfigEntry.Value
- nameWithType: ConfigEntry.Value
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties
- name: ConfigProperties
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.html
- commentId: T:FFXIVClientStructs.Common.Configuration.ConfigProperties
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties
- nameWithType: ConfigProperties
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties.Float
- name: Float
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.html#FFXIVClientStructs_Common_Configuration_ConfigProperties_Float
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigProperties.Float
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties.Float
- nameWithType: ConfigProperties.Float
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties
- name: ConfigProperties.FloatProperties
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.html
- commentId: T:FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties
- nameWithType: ConfigProperties.FloatProperties
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.DefaultValue
- name: DefaultValue
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.html#FFXIVClientStructs_Common_Configuration_ConfigProperties_FloatProperties_DefaultValue
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.DefaultValue
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.DefaultValue
- nameWithType: ConfigProperties.FloatProperties.DefaultValue
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.MaxValue
- name: MaxValue
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.html#FFXIVClientStructs_Common_Configuration_ConfigProperties_FloatProperties_MaxValue
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.MaxValue
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.MaxValue
- nameWithType: ConfigProperties.FloatProperties.MaxValue
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.MinValue
- name: MinValue
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.html#FFXIVClientStructs_Common_Configuration_ConfigProperties_FloatProperties_MinValue
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.MinValue
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties.FloatProperties.MinValue
- nameWithType: ConfigProperties.FloatProperties.MinValue
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties.String
- name: String
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.html#FFXIVClientStructs_Common_Configuration_ConfigProperties_String
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigProperties.String
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties.String
- nameWithType: ConfigProperties.String
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties.StringProperties
- name: ConfigProperties.StringProperties
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.StringProperties.html
- commentId: T:FFXIVClientStructs.Common.Configuration.ConfigProperties.StringProperties
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties.StringProperties
- nameWithType: ConfigProperties.StringProperties
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties.StringProperties.DefaultValue
- name: DefaultValue
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.StringProperties.html#FFXIVClientStructs_Common_Configuration_ConfigProperties_StringProperties_DefaultValue
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigProperties.StringProperties.DefaultValue
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties.StringProperties.DefaultValue
- nameWithType: ConfigProperties.StringProperties.DefaultValue
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties.UInt
- name: UInt
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.html#FFXIVClientStructs_Common_Configuration_ConfigProperties_UInt
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigProperties.UInt
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties.UInt
- nameWithType: ConfigProperties.UInt
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties
- name: ConfigProperties.UIntProperties
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.html
- commentId: T:FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties
- nameWithType: ConfigProperties.UIntProperties
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.DefaultValue
- name: DefaultValue
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.html#FFXIVClientStructs_Common_Configuration_ConfigProperties_UIntProperties_DefaultValue
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.DefaultValue
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.DefaultValue
- nameWithType: ConfigProperties.UIntProperties.DefaultValue
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.MaxValue
- name: MaxValue
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.html#FFXIVClientStructs_Common_Configuration_ConfigProperties_UIntProperties_MaxValue
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.MaxValue
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.MaxValue
- nameWithType: ConfigProperties.UIntProperties.MaxValue
-- uid: FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.MinValue
- name: MinValue
- href: api/FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.html#FFXIVClientStructs_Common_Configuration_ConfigProperties_UIntProperties_MinValue
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.MinValue
- fullName: FFXIVClientStructs.Common.Configuration.ConfigProperties.UIntProperties.MinValue
- nameWithType: ConfigProperties.UIntProperties.MinValue
-- uid: FFXIVClientStructs.Common.Configuration.ConfigType
- name: ConfigType
- href: api/FFXIVClientStructs.Common.Configuration.ConfigType.html
- commentId: T:FFXIVClientStructs.Common.Configuration.ConfigType
- fullName: FFXIVClientStructs.Common.Configuration.ConfigType
- nameWithType: ConfigType
-- uid: FFXIVClientStructs.Common.Configuration.ConfigType.Category
- name: Category
- href: api/FFXIVClientStructs.Common.Configuration.ConfigType.html#FFXIVClientStructs_Common_Configuration_ConfigType_Category
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigType.Category
- fullName: FFXIVClientStructs.Common.Configuration.ConfigType.Category
- nameWithType: ConfigType.Category
-- uid: FFXIVClientStructs.Common.Configuration.ConfigType.Float
- name: Float
- href: api/FFXIVClientStructs.Common.Configuration.ConfigType.html#FFXIVClientStructs_Common_Configuration_ConfigType_Float
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigType.Float
- fullName: FFXIVClientStructs.Common.Configuration.ConfigType.Float
- nameWithType: ConfigType.Float
-- uid: FFXIVClientStructs.Common.Configuration.ConfigType.String
- name: String
- href: api/FFXIVClientStructs.Common.Configuration.ConfigType.html#FFXIVClientStructs_Common_Configuration_ConfigType_String
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigType.String
- fullName: FFXIVClientStructs.Common.Configuration.ConfigType.String
- nameWithType: ConfigType.String
-- uid: FFXIVClientStructs.Common.Configuration.ConfigType.UInt
- name: UInt
- href: api/FFXIVClientStructs.Common.Configuration.ConfigType.html#FFXIVClientStructs_Common_Configuration_ConfigType_UInt
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigType.UInt
- fullName: FFXIVClientStructs.Common.Configuration.ConfigType.UInt
- nameWithType: ConfigType.UInt
-- uid: FFXIVClientStructs.Common.Configuration.ConfigType.Unused
- name: Unused
- href: api/FFXIVClientStructs.Common.Configuration.ConfigType.html#FFXIVClientStructs_Common_Configuration_ConfigType_Unused
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigType.Unused
- fullName: FFXIVClientStructs.Common.Configuration.ConfigType.Unused
- nameWithType: ConfigType.Unused
-- uid: FFXIVClientStructs.Common.Configuration.ConfigValue
- name: ConfigValue
- href: api/FFXIVClientStructs.Common.Configuration.ConfigValue.html
- commentId: T:FFXIVClientStructs.Common.Configuration.ConfigValue
- fullName: FFXIVClientStructs.Common.Configuration.ConfigValue
- nameWithType: ConfigValue
-- uid: FFXIVClientStructs.Common.Configuration.ConfigValue.Float
- name: Float
- href: api/FFXIVClientStructs.Common.Configuration.ConfigValue.html#FFXIVClientStructs_Common_Configuration_ConfigValue_Float
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigValue.Float
- fullName: FFXIVClientStructs.Common.Configuration.ConfigValue.Float
- nameWithType: ConfigValue.Float
-- uid: FFXIVClientStructs.Common.Configuration.ConfigValue.String
- name: String
- href: api/FFXIVClientStructs.Common.Configuration.ConfigValue.html#FFXIVClientStructs_Common_Configuration_ConfigValue_String
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigValue.String
- fullName: FFXIVClientStructs.Common.Configuration.ConfigValue.String
- nameWithType: ConfigValue.String
-- uid: FFXIVClientStructs.Common.Configuration.ConfigValue.UInt
- name: UInt
- href: api/FFXIVClientStructs.Common.Configuration.ConfigValue.html#FFXIVClientStructs_Common_Configuration_ConfigValue_UInt
- commentId: F:FFXIVClientStructs.Common.Configuration.ConfigValue.UInt
- fullName: FFXIVClientStructs.Common.Configuration.ConfigValue.UInt
- nameWithType: ConfigValue.UInt
-- uid: FFXIVClientStructs.Common.Configuration.SystemConfig
- name: SystemConfig
- href: api/FFXIVClientStructs.Common.Configuration.SystemConfig.html
- commentId: T:FFXIVClientStructs.Common.Configuration.SystemConfig
- fullName: FFXIVClientStructs.Common.Configuration.SystemConfig
- nameWithType: SystemConfig
-- uid: FFXIVClientStructs.Common.Configuration.SystemConfig.ConfigBase
- name: ConfigBase
- href: api/FFXIVClientStructs.Common.Configuration.SystemConfig.html#FFXIVClientStructs_Common_Configuration_SystemConfig_ConfigBase
- commentId: F:FFXIVClientStructs.Common.Configuration.SystemConfig.ConfigBase
- fullName: FFXIVClientStructs.Common.Configuration.SystemConfig.ConfigBase
- nameWithType: SystemConfig.ConfigBase
-- uid: FFXIVClientStructs.Component.GUI
- name: FFXIVClientStructs.Component.GUI
- href: api/FFXIVClientStructs.Component.GUI.html
- commentId: N:FFXIVClientStructs.Component.GUI
- fullName: FFXIVClientStructs.Component.GUI
- nameWithType: FFXIVClientStructs.Component.GUI
-- uid: FFXIVClientStructs.Component.GUI.AgentHudLayout
- name: AgentHudLayout
- href: api/FFXIVClientStructs.Component.GUI.AgentHudLayout.html
- commentId: T:FFXIVClientStructs.Component.GUI.AgentHudLayout
- fullName: FFXIVClientStructs.Component.GUI.AgentHudLayout
- nameWithType: AgentHudLayout
-- uid: FFXIVClientStructs.Component.GUI.AgentHudLayout.AgentInterface
+- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent
+ name: FFXIVClientStructs.FFXIV.Client.UI.Agent
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.html
+ commentId: N:FFXIVClientStructs.FFXIV.Client.UI.Agent
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent
+ nameWithType: FFXIVClientStructs.FFXIV.Client.UI.Agent
+- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD
+ name: AgentHUD
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD
+ nameWithType: AgentHUD
+- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.AgentInterface
name: AgentInterface
- href: api/FFXIVClientStructs.Component.GUI.AgentHudLayout.html#FFXIVClientStructs_Component_GUI_AgentHudLayout_AgentInterface
- commentId: F:FFXIVClientStructs.Component.GUI.AgentHudLayout.AgentInterface
- fullName: FFXIVClientStructs.Component.GUI.AgentHudLayout.AgentInterface
- nameWithType: AgentHudLayout.AgentInterface
-- uid: FFXIVClientStructs.Component.GUI.AgentHudLayout.NeedToSave
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentHUD_AgentInterface
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.AgentInterface
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.AgentInterface
+ nameWithType: AgentHUD.AgentInterface
+- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.NeedToSave
name: NeedToSave
- href: api/FFXIVClientStructs.Component.GUI.AgentHudLayout.html#FFXIVClientStructs_Component_GUI_AgentHudLayout_NeedToSave
- commentId: F:FFXIVClientStructs.Component.GUI.AgentHudLayout.NeedToSave
- fullName: FFXIVClientStructs.Component.GUI.AgentHudLayout.NeedToSave
- nameWithType: AgentHudLayout.NeedToSave
-- uid: FFXIVClientStructs.Component.GUI.AgentInterface
- name: AgentInterface
- href: api/FFXIVClientStructs.Component.GUI.AgentInterface.html
- commentId: T:FFXIVClientStructs.Component.GUI.AgentInterface
- fullName: FFXIVClientStructs.Component.GUI.AgentInterface
- nameWithType: AgentInterface
-- uid: FFXIVClientStructs.Component.GUI.AgentInterface.AtkEventInterface
- name: AtkEventInterface
- href: api/FFXIVClientStructs.Component.GUI.AgentInterface.html#FFXIVClientStructs_Component_GUI_AgentInterface_AtkEventInterface
- commentId: F:FFXIVClientStructs.Component.GUI.AgentInterface.AtkEventInterface
- fullName: FFXIVClientStructs.Component.GUI.AgentInterface.AtkEventInterface
- nameWithType: AgentInterface.AtkEventInterface
-- uid: FFXIVClientStructs.Component.GUI.AtkCollisionNode
- name: AtkCollisionNode
- href: api/FFXIVClientStructs.Component.GUI.AtkCollisionNode.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkCollisionNode
- fullName: FFXIVClientStructs.Component.GUI.AtkCollisionNode
- nameWithType: AtkCollisionNode
-- uid: FFXIVClientStructs.Component.GUI.AtkCollisionNode.AtkResNode
- name: AtkResNode
- href: api/FFXIVClientStructs.Component.GUI.AtkCollisionNode.html#FFXIVClientStructs_Component_GUI_AtkCollisionNode_AtkResNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkCollisionNode.AtkResNode
- fullName: FFXIVClientStructs.Component.GUI.AtkCollisionNode.AtkResNode
- nameWithType: AtkCollisionNode.AtkResNode
-- uid: FFXIVClientStructs.Component.GUI.AtkCollisionNode.CollisionType
- name: CollisionType
- href: api/FFXIVClientStructs.Component.GUI.AtkCollisionNode.html#FFXIVClientStructs_Component_GUI_AtkCollisionNode_CollisionType
- commentId: F:FFXIVClientStructs.Component.GUI.AtkCollisionNode.CollisionType
- fullName: FFXIVClientStructs.Component.GUI.AtkCollisionNode.CollisionType
- nameWithType: AtkCollisionNode.CollisionType
-- uid: FFXIVClientStructs.Component.GUI.AtkCollisionNode.LinkedComponent
- name: LinkedComponent
- href: api/FFXIVClientStructs.Component.GUI.AtkCollisionNode.html#FFXIVClientStructs_Component_GUI_AtkCollisionNode_LinkedComponent
- commentId: F:FFXIVClientStructs.Component.GUI.AtkCollisionNode.LinkedComponent
- fullName: FFXIVClientStructs.Component.GUI.AtkCollisionNode.LinkedComponent
- nameWithType: AtkCollisionNode.LinkedComponent
-- uid: FFXIVClientStructs.Component.GUI.AtkCollisionNode.Uses
- name: Uses
- href: api/FFXIVClientStructs.Component.GUI.AtkCollisionNode.html#FFXIVClientStructs_Component_GUI_AtkCollisionNode_Uses
- commentId: F:FFXIVClientStructs.Component.GUI.AtkCollisionNode.Uses
- fullName: FFXIVClientStructs.Component.GUI.AtkCollisionNode.Uses
- nameWithType: AtkCollisionNode.Uses
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentBase.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentBase
- nameWithType: AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentBase.AtkEventListener
- name: AtkEventListener
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentBase.html#FFXIVClientStructs_Component_GUI_AtkComponentBase_AtkEventListener
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentBase.AtkEventListener
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentBase.AtkEventListener
- nameWithType: AtkComponentBase.AtkEventListener
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentBase.OwnerNode
- name: OwnerNode
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentBase.html#FFXIVClientStructs_Component_GUI_AtkComponentBase_OwnerNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentBase.OwnerNode
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentBase.OwnerNode
- nameWithType: AtkComponentBase.OwnerNode
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentBase.ULDData
- name: ULDData
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentBase.html#FFXIVClientStructs_Component_GUI_AtkComponentBase_ULDData
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentBase.ULDData
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentBase.ULDData
- nameWithType: AtkComponentBase.ULDData
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentButton
- name: AtkComponentButton
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentButton.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentButton
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentButton
- nameWithType: AtkComponentButton
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentButton.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_Component_GUI_AtkComponentButton_AtkComponentBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentButton.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentButton.AtkComponentBase
- nameWithType: AtkComponentButton.AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentButton.Bottom
- name: Bottom
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_Component_GUI_AtkComponentButton_Bottom
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentButton.Bottom
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentButton.Bottom
- nameWithType: AtkComponentButton.Bottom
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentButton.ButtonBGNode
- name: ButtonBGNode
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_Component_GUI_AtkComponentButton_ButtonBGNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentButton.ButtonBGNode
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentButton.ButtonBGNode
- nameWithType: AtkComponentButton.ButtonBGNode
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentButton.ButtonTextNode
- name: ButtonTextNode
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_Component_GUI_AtkComponentButton_ButtonTextNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentButton.ButtonTextNode
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentButton.ButtonTextNode
- nameWithType: AtkComponentButton.ButtonTextNode
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentButton.Left
- name: Left
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_Component_GUI_AtkComponentButton_Left
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentButton.Left
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentButton.Left
- nameWithType: AtkComponentButton.Left
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentButton.Right
- name: Right
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_Component_GUI_AtkComponentButton_Right
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentButton.Right
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentButton.Right
- nameWithType: AtkComponentButton.Right
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentButton.Top
- name: Top
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_Component_GUI_AtkComponentButton_Top
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentButton.Top
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentButton.Top
- nameWithType: AtkComponentButton.Top
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentCheckBox
- name: AtkComponentCheckBox
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentCheckBox.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentCheckBox
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentCheckBox
- nameWithType: AtkComponentCheckBox
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentCheckBox.AtkComponentButton
- name: AtkComponentButton
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentCheckBox.html#FFXIVClientStructs_Component_GUI_AtkComponentCheckBox_AtkComponentButton
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentCheckBox.AtkComponentButton
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentCheckBox.AtkComponentButton
- nameWithType: AtkComponentCheckBox.AtkComponentButton
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentDragDrop
- name: AtkComponentDragDrop
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentDragDrop.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentDragDrop
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentDragDrop
- nameWithType: AtkComponentDragDrop
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentDragDrop.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentDragDrop.html#FFXIVClientStructs_Component_GUI_AtkComponentDragDrop_AtkComponentBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentDragDrop.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentDragDrop.AtkComponentBase
- nameWithType: AtkComponentDragDrop.AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentGaugeBar
- name: AtkComponentGaugeBar
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentGaugeBar.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentGaugeBar
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentGaugeBar
- nameWithType: AtkComponentGaugeBar
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentGaugeBar.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentGaugeBar.html#FFXIVClientStructs_Component_GUI_AtkComponentGaugeBar_AtkComponentBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentGaugeBar.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentGaugeBar.AtkComponentBase
- nameWithType: AtkComponentGaugeBar.AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentGuildLeveCard
- name: AtkComponentGuildLeveCard
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentGuildLeveCard.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentGuildLeveCard
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentGuildLeveCard
- nameWithType: AtkComponentGuildLeveCard
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentGuildLeveCard.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentGuildLeveCard.html#FFXIVClientStructs_Component_GUI_AtkComponentGuildLeveCard_AtkComponentBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentGuildLeveCard.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentGuildLeveCard.AtkComponentBase
- nameWithType: AtkComponentGuildLeveCard.AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentIcon
- name: AtkComponentIcon
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentIcon
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentIcon
- nameWithType: AtkComponentIcon
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentIcon.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_Component_GUI_AtkComponentIcon_AtkComponentBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentIcon.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentIcon.AtkComponentBase
- nameWithType: AtkComponentIcon.AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentIcon.ComboBorder
- name: ComboBorder
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_Component_GUI_AtkComponentIcon_ComboBorder
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentIcon.ComboBorder
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentIcon.ComboBorder
- nameWithType: AtkComponentIcon.ComboBorder
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentIcon.Flags
- name: Flags
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_Component_GUI_AtkComponentIcon_Flags
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentIcon.Flags
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentIcon.Flags
- nameWithType: AtkComponentIcon.Flags
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentIcon.Frame
- name: Frame
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_Component_GUI_AtkComponentIcon_Frame
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentIcon.Frame
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentIcon.Frame
- nameWithType: AtkComponentIcon.Frame
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentIcon.FrameIcon
- name: FrameIcon
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_Component_GUI_AtkComponentIcon_FrameIcon
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentIcon.FrameIcon
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentIcon.FrameIcon
- nameWithType: AtkComponentIcon.FrameIcon
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentIcon.IconAdditionsContainer
- name: IconAdditionsContainer
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_Component_GUI_AtkComponentIcon_IconAdditionsContainer
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentIcon.IconAdditionsContainer
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentIcon.IconAdditionsContainer
- nameWithType: AtkComponentIcon.IconAdditionsContainer
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentIcon.IconId
- name: IconId
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_Component_GUI_AtkComponentIcon_IconId
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentIcon.IconId
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentIcon.IconId
- nameWithType: AtkComponentIcon.IconId
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentIcon.IconImage
- name: IconImage
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_Component_GUI_AtkComponentIcon_IconImage
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentIcon.IconImage
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentIcon.IconImage
- nameWithType: AtkComponentIcon.IconImage
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentIcon.QuantityText
- name: QuantityText
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_Component_GUI_AtkComponentIcon_QuantityText
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentIcon.QuantityText
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentIcon.QuantityText
- nameWithType: AtkComponentIcon.QuantityText
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentIcon.Texture
- name: Texture
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_Component_GUI_AtkComponentIcon_Texture
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentIcon.Texture
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentIcon.Texture
- nameWithType: AtkComponentIcon.Texture
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentIcon.Unknown0E8
- name: Unknown0E8
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_Component_GUI_AtkComponentIcon_Unknown0E8
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentIcon.Unknown0E8
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentIcon.Unknown0E8
- nameWithType: AtkComponentIcon.Unknown0E8
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentIcon.UnknownImageNode
- name: UnknownImageNode
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_Component_GUI_AtkComponentIcon_UnknownImageNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentIcon.UnknownImageNode
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentIcon.UnknownImageNode
- nameWithType: AtkComponentIcon.UnknownImageNode
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentInputBase
- name: AtkComponentInputBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentInputBase.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentInputBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentInputBase
- nameWithType: AtkComponentInputBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentInputBase.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentInputBase.html#FFXIVClientStructs_Component_GUI_AtkComponentInputBase_AtkComponentBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentInputBase.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentInputBase.AtkComponentBase
- nameWithType: AtkComponentInputBase.AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentInputBase.UnkText1
- name: UnkText1
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentInputBase.html#FFXIVClientStructs_Component_GUI_AtkComponentInputBase_UnkText1
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentInputBase.UnkText1
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentInputBase.UnkText1
- nameWithType: AtkComponentInputBase.UnkText1
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentInputBase.UnkText2
- name: UnkText2
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentInputBase.html#FFXIVClientStructs_Component_GUI_AtkComponentInputBase_UnkText2
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentInputBase.UnkText2
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentInputBase.UnkText2
- nameWithType: AtkComponentInputBase.UnkText2
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentJournalCanvas
- name: AtkComponentJournalCanvas
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentJournalCanvas.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentJournalCanvas
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentJournalCanvas
- nameWithType: AtkComponentJournalCanvas
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentJournalCanvas.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentJournalCanvas.html#FFXIVClientStructs_Component_GUI_AtkComponentJournalCanvas_AtkComponentBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentJournalCanvas.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentJournalCanvas.AtkComponentBase
- nameWithType: AtkComponentJournalCanvas.AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentList
- name: AtkComponentList
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentList.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentList
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentList
- nameWithType: AtkComponentList
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentList.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentList.html#FFXIVClientStructs_Component_GUI_AtkComponentList_AtkComponentBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentList.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentList.AtkComponentBase
- nameWithType: AtkComponentList.AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentList.AtkComponentScrollBarC8
- name: AtkComponentScrollBarC8
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentList.html#FFXIVClientStructs_Component_GUI_AtkComponentList_AtkComponentScrollBarC8
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentList.AtkComponentScrollBarC8
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentList.AtkComponentScrollBarC8
- nameWithType: AtkComponentList.AtkComponentScrollBarC8
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentList.FirstAtkComponentListItemRenderer
- name: FirstAtkComponentListItemRenderer
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentList.html#FFXIVClientStructs_Component_GUI_AtkComponentList_FirstAtkComponentListItemRenderer
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentList.FirstAtkComponentListItemRenderer
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentList.FirstAtkComponentListItemRenderer
- nameWithType: AtkComponentList.FirstAtkComponentListItemRenderer
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentList.ItemRendererList
- name: ItemRendererList
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentList.html#FFXIVClientStructs_Component_GUI_AtkComponentList_ItemRendererList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentList.ItemRendererList
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentList.ItemRendererList
- nameWithType: AtkComponentList.ItemRendererList
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentList.ListItem
- name: AtkComponentList.ListItem
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentList.ListItem.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentList.ListItem
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentList.ListItem
- nameWithType: AtkComponentList.ListItem
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentList.ListItem.AtkComponentListItemRenderer
- name: AtkComponentListItemRenderer
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentList.ListItem.html#FFXIVClientStructs_Component_GUI_AtkComponentList_ListItem_AtkComponentListItemRenderer
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentList.ListItem.AtkComponentListItemRenderer
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentList.ListItem.AtkComponentListItemRenderer
- nameWithType: AtkComponentList.ListItem.AtkComponentListItemRenderer
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentList.ListLength
- name: ListLength
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentList.html#FFXIVClientStructs_Component_GUI_AtkComponentList_ListLength
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentList.ListLength
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentList.ListLength
- nameWithType: AtkComponentList.ListLength
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentListItemRenderer
- name: AtkComponentListItemRenderer
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentListItemRenderer.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentListItemRenderer
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentListItemRenderer
- nameWithType: AtkComponentListItemRenderer
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentListItemRenderer.AtkComponentButton
- name: AtkComponentButton
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentListItemRenderer.html#FFXIVClientStructs_Component_GUI_AtkComponentListItemRenderer_AtkComponentButton
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentListItemRenderer.AtkComponentButton
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentListItemRenderer.AtkComponentButton
- nameWithType: AtkComponentListItemRenderer.AtkComponentButton
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentNode
- name: AtkComponentNode
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentNode.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentNode
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentNode
- nameWithType: AtkComponentNode
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentNode.AtkResNode
- name: AtkResNode
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentNode.html#FFXIVClientStructs_Component_GUI_AtkComponentNode_AtkResNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentNode.AtkResNode
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentNode.AtkResNode
- nameWithType: AtkComponentNode.AtkResNode
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentNode.Component
- name: Component
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentNode.html#FFXIVClientStructs_Component_GUI_AtkComponentNode_Component
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentNode.Component
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentNode.Component
- nameWithType: AtkComponentNode.Component
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentRadioButton
- name: AtkComponentRadioButton
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentRadioButton.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentRadioButton
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentRadioButton
- nameWithType: AtkComponentRadioButton
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentRadioButton.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentRadioButton.html#FFXIVClientStructs_Component_GUI_AtkComponentRadioButton_AtkComponentBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentRadioButton.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentRadioButton.AtkComponentBase
- nameWithType: AtkComponentRadioButton.AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentScrollBar
- name: AtkComponentScrollBar
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentScrollBar.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentScrollBar
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentScrollBar
- nameWithType: AtkComponentScrollBar
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentScrollBar.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentScrollBar.html#FFXIVClientStructs_Component_GUI_AtkComponentScrollBar_AtkComponentBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentScrollBar.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentScrollBar.AtkComponentBase
- nameWithType: AtkComponentScrollBar.AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentSlider
- name: AtkComponentSlider
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentSlider.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentSlider
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentSlider
- nameWithType: AtkComponentSlider
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentSlider.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentSlider.html#FFXIVClientStructs_Component_GUI_AtkComponentSlider_AtkComponentBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentSlider.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentSlider.AtkComponentBase
- nameWithType: AtkComponentSlider.AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentTextInput
- name: AtkComponentTextInput
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentTextInput.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentTextInput
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentTextInput
- nameWithType: AtkComponentTextInput
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentTextInput.AtkComponentInputBase
- name: AtkComponentInputBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentTextInput.html#FFXIVClientStructs_Component_GUI_AtkComponentTextInput_AtkComponentInputBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentTextInput.AtkComponentInputBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentTextInput.AtkComponentInputBase
- nameWithType: AtkComponentTextInput.AtkComponentInputBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText1
- name: UnkText1
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentTextInput.html#FFXIVClientStructs_Component_GUI_AtkComponentTextInput_UnkText1
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText1
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText1
- nameWithType: AtkComponentTextInput.UnkText1
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText2
- name: UnkText2
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentTextInput.html#FFXIVClientStructs_Component_GUI_AtkComponentTextInput_UnkText2
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText2
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText2
- nameWithType: AtkComponentTextInput.UnkText2
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText3
- name: UnkText3
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentTextInput.html#FFXIVClientStructs_Component_GUI_AtkComponentTextInput_UnkText3
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText3
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText3
- nameWithType: AtkComponentTextInput.UnkText3
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText4
- name: UnkText4
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentTextInput.html#FFXIVClientStructs_Component_GUI_AtkComponentTextInput_UnkText4
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText4
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText4
- nameWithType: AtkComponentTextInput.UnkText4
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText5
- name: UnkText5
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentTextInput.html#FFXIVClientStructs_Component_GUI_AtkComponentTextInput_UnkText5
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText5
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentTextInput.UnkText5
- nameWithType: AtkComponentTextInput.UnkText5
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentTreeList
- name: AtkComponentTreeList
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentTreeList.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentTreeList
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentTreeList
- nameWithType: AtkComponentTreeList
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentTreeList.AtkComponentList
- name: AtkComponentList
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentTreeList.html#FFXIVClientStructs_Component_GUI_AtkComponentTreeList_AtkComponentList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentTreeList.AtkComponentList
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentTreeList.AtkComponentList
- nameWithType: AtkComponentTreeList.AtkComponentList
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentUnknownButton
- name: AtkComponentUnknownButton
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentUnknownButton.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentUnknownButton
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentUnknownButton
- nameWithType: AtkComponentUnknownButton
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentUnknownButton.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentUnknownButton.html#FFXIVClientStructs_Component_GUI_AtkComponentUnknownButton_AtkComponentBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentUnknownButton.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentUnknownButton.AtkComponentBase
- nameWithType: AtkComponentUnknownButton.AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentWindow
- name: AtkComponentWindow
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentWindow.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkComponentWindow
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentWindow
- nameWithType: AtkComponentWindow
-- uid: FFXIVClientStructs.Component.GUI.AtkComponentWindow.AtkComponentBase
- name: AtkComponentBase
- href: api/FFXIVClientStructs.Component.GUI.AtkComponentWindow.html#FFXIVClientStructs_Component_GUI_AtkComponentWindow_AtkComponentBase
- commentId: F:FFXIVClientStructs.Component.GUI.AtkComponentWindow.AtkComponentBase
- fullName: FFXIVClientStructs.Component.GUI.AtkComponentWindow.AtkComponentBase
- nameWithType: AtkComponentWindow.AtkComponentBase
-- uid: FFXIVClientStructs.Component.GUI.AtkCounterNode
- name: AtkCounterNode
- href: api/FFXIVClientStructs.Component.GUI.AtkCounterNode.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkCounterNode
- fullName: FFXIVClientStructs.Component.GUI.AtkCounterNode
- nameWithType: AtkCounterNode
-- uid: FFXIVClientStructs.Component.GUI.AtkCounterNode.AtkResNode
- name: AtkResNode
- href: api/FFXIVClientStructs.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_Component_GUI_AtkCounterNode_AtkResNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkCounterNode.AtkResNode
- fullName: FFXIVClientStructs.Component.GUI.AtkCounterNode.AtkResNode
- nameWithType: AtkCounterNode.AtkResNode
-- uid: FFXIVClientStructs.Component.GUI.AtkCounterNode.CommaWidth
- name: CommaWidth
- href: api/FFXIVClientStructs.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_Component_GUI_AtkCounterNode_CommaWidth
- commentId: F:FFXIVClientStructs.Component.GUI.AtkCounterNode.CommaWidth
- fullName: FFXIVClientStructs.Component.GUI.AtkCounterNode.CommaWidth
- nameWithType: AtkCounterNode.CommaWidth
-- uid: FFXIVClientStructs.Component.GUI.AtkCounterNode.NodeText
- name: NodeText
- href: api/FFXIVClientStructs.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_Component_GUI_AtkCounterNode_NodeText
- commentId: F:FFXIVClientStructs.Component.GUI.AtkCounterNode.NodeText
- fullName: FFXIVClientStructs.Component.GUI.AtkCounterNode.NodeText
- nameWithType: AtkCounterNode.NodeText
-- uid: FFXIVClientStructs.Component.GUI.AtkCounterNode.NumberWidth
- name: NumberWidth
- href: api/FFXIVClientStructs.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_Component_GUI_AtkCounterNode_NumberWidth
- commentId: F:FFXIVClientStructs.Component.GUI.AtkCounterNode.NumberWidth
- fullName: FFXIVClientStructs.Component.GUI.AtkCounterNode.NumberWidth
- nameWithType: AtkCounterNode.NumberWidth
-- uid: FFXIVClientStructs.Component.GUI.AtkCounterNode.PartId
- name: PartId
- href: api/FFXIVClientStructs.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_Component_GUI_AtkCounterNode_PartId
- commentId: F:FFXIVClientStructs.Component.GUI.AtkCounterNode.PartId
- fullName: FFXIVClientStructs.Component.GUI.AtkCounterNode.PartId
- nameWithType: AtkCounterNode.PartId
-- uid: FFXIVClientStructs.Component.GUI.AtkCounterNode.PartsList
- name: PartsList
- href: api/FFXIVClientStructs.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_Component_GUI_AtkCounterNode_PartsList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkCounterNode.PartsList
- fullName: FFXIVClientStructs.Component.GUI.AtkCounterNode.PartsList
- nameWithType: AtkCounterNode.PartsList
-- uid: FFXIVClientStructs.Component.GUI.AtkCounterNode.SpaceWidth
- name: SpaceWidth
- href: api/FFXIVClientStructs.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_Component_GUI_AtkCounterNode_SpaceWidth
- commentId: F:FFXIVClientStructs.Component.GUI.AtkCounterNode.SpaceWidth
- fullName: FFXIVClientStructs.Component.GUI.AtkCounterNode.SpaceWidth
- nameWithType: AtkCounterNode.SpaceWidth
-- uid: FFXIVClientStructs.Component.GUI.AtkCounterNode.TextAlign
- name: TextAlign
- href: api/FFXIVClientStructs.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_Component_GUI_AtkCounterNode_TextAlign
- commentId: F:FFXIVClientStructs.Component.GUI.AtkCounterNode.TextAlign
- fullName: FFXIVClientStructs.Component.GUI.AtkCounterNode.TextAlign
- nameWithType: AtkCounterNode.TextAlign
-- uid: FFXIVClientStructs.Component.GUI.AtkCounterNode.Width
- name: Width
- href: api/FFXIVClientStructs.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_Component_GUI_AtkCounterNode_Width
- commentId: F:FFXIVClientStructs.Component.GUI.AtkCounterNode.Width
- fullName: FFXIVClientStructs.Component.GUI.AtkCounterNode.Width
- nameWithType: AtkCounterNode.Width
-- uid: FFXIVClientStructs.Component.GUI.AtkEventInterface
- name: AtkEventInterface
- href: api/FFXIVClientStructs.Component.GUI.AtkEventInterface.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkEventInterface
- fullName: FFXIVClientStructs.Component.GUI.AtkEventInterface
- nameWithType: AtkEventInterface
-- uid: FFXIVClientStructs.Component.GUI.AtkEventInterface.vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentHUD_NeedToSave
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.NeedToSave
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentHUD.NeedToSave
+ nameWithType: AgentHUD.NeedToSave
+- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule
+ name: AgentModule
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule
+ nameWithType: AgentModule
+- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.AgentArray
+ name: AgentArray
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_AgentArray
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.AgentArray
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.AgentArray
+ nameWithType: AgentModule.AgentArray
+- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.FrameCounter
+ name: FrameCounter
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_FrameCounter
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.FrameCounter
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.FrameCounter
+ nameWithType: AgentModule.FrameCounter
+- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.FrameDelta
+ name: FrameDelta
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_FrameDelta
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.FrameDelta
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.FrameDelta
+ nameWithType: AgentModule.FrameDelta
+- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.Initialized
+ name: Initialized
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_Initialized
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.Initialized
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.Initialized
+ nameWithType: AgentModule.Initialized
+- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.UIModule
+ name: UIModule
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_UIModule
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.UIModule
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.UIModule
+ nameWithType: AgentModule.UIModule
+- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.UnkByte11
+ name: UnkByte11
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_UnkByte11
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.UnkByte11
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.UnkByte11
+ nameWithType: AgentModule.UnkByte11
+- uid: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.vtbl
name: vtbl
- href: api/FFXIVClientStructs.Component.GUI.AtkEventInterface.html#FFXIVClientStructs_Component_GUI_AtkEventInterface_vtbl
- commentId: F:FFXIVClientStructs.Component.GUI.AtkEventInterface.vtbl
- fullName: FFXIVClientStructs.Component.GUI.AtkEventInterface.vtbl
- nameWithType: AtkEventInterface.vtbl
-- uid: FFXIVClientStructs.Component.GUI.AtkEventListener
- name: AtkEventListener
- href: api/FFXIVClientStructs.Component.GUI.AtkEventListener.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkEventListener
- fullName: FFXIVClientStructs.Component.GUI.AtkEventListener
- nameWithType: AtkEventListener
-- uid: FFXIVClientStructs.Component.GUI.AtkEventListener.vfunc
- name: vfunc
- href: api/FFXIVClientStructs.Component.GUI.AtkEventListener.html#FFXIVClientStructs_Component_GUI_AtkEventListener_vfunc
- commentId: F:FFXIVClientStructs.Component.GUI.AtkEventListener.vfunc
- fullName: FFXIVClientStructs.Component.GUI.AtkEventListener.vfunc
- nameWithType: AtkEventListener.vfunc
-- uid: FFXIVClientStructs.Component.GUI.AtkEventListener.vtbl
- name: vtbl
- href: api/FFXIVClientStructs.Component.GUI.AtkEventListener.html#FFXIVClientStructs_Component_GUI_AtkEventListener_vtbl
- commentId: F:FFXIVClientStructs.Component.GUI.AtkEventListener.vtbl
- fullName: FFXIVClientStructs.Component.GUI.AtkEventListener.vtbl
- nameWithType: AtkEventListener.vtbl
-- uid: FFXIVClientStructs.Component.GUI.AtkEventTarget
- name: AtkEventTarget
- href: api/FFXIVClientStructs.Component.GUI.AtkEventTarget.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkEventTarget
- fullName: FFXIVClientStructs.Component.GUI.AtkEventTarget
- nameWithType: AtkEventTarget
-- uid: FFXIVClientStructs.Component.GUI.AtkEventTarget.vfunc
- name: vfunc
- href: api/FFXIVClientStructs.Component.GUI.AtkEventTarget.html#FFXIVClientStructs_Component_GUI_AtkEventTarget_vfunc
- commentId: F:FFXIVClientStructs.Component.GUI.AtkEventTarget.vfunc
- fullName: FFXIVClientStructs.Component.GUI.AtkEventTarget.vfunc
- nameWithType: AtkEventTarget.vfunc
-- uid: FFXIVClientStructs.Component.GUI.AtkEventTarget.vtbl
- name: vtbl
- href: api/FFXIVClientStructs.Component.GUI.AtkEventTarget.html#FFXIVClientStructs_Component_GUI_AtkEventTarget_vtbl
- commentId: F:FFXIVClientStructs.Component.GUI.AtkEventTarget.vtbl
- fullName: FFXIVClientStructs.Component.GUI.AtkEventTarget.vtbl
- nameWithType: AtkEventTarget.vtbl
-- uid: FFXIVClientStructs.Component.GUI.AtkImageNode
- name: AtkImageNode
- href: api/FFXIVClientStructs.Component.GUI.AtkImageNode.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkImageNode
- fullName: FFXIVClientStructs.Component.GUI.AtkImageNode
- nameWithType: AtkImageNode
-- uid: FFXIVClientStructs.Component.GUI.AtkImageNode.AtkResNode
- name: AtkResNode
- href: api/FFXIVClientStructs.Component.GUI.AtkImageNode.html#FFXIVClientStructs_Component_GUI_AtkImageNode_AtkResNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkImageNode.AtkResNode
- fullName: FFXIVClientStructs.Component.GUI.AtkImageNode.AtkResNode
- nameWithType: AtkImageNode.AtkResNode
-- uid: FFXIVClientStructs.Component.GUI.AtkImageNode.Flags
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.html#FFXIVClientStructs_FFXIV_Client_UI_Agent_AgentModule_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.Agent.AgentModule.vtbl
+ nameWithType: AgentModule.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct
+ name: MoveableAddonInfoStruct
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct
+ nameWithType: MoveableAddonInfoStruct
+- uid: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.Flags
name: Flags
- href: api/FFXIVClientStructs.Component.GUI.AtkImageNode.html#FFXIVClientStructs_Component_GUI_AtkImageNode_Flags
- commentId: F:FFXIVClientStructs.Component.GUI.AtkImageNode.Flags
- fullName: FFXIVClientStructs.Component.GUI.AtkImageNode.Flags
- nameWithType: AtkImageNode.Flags
-- uid: FFXIVClientStructs.Component.GUI.AtkImageNode.PartId
- name: PartId
- href: api/FFXIVClientStructs.Component.GUI.AtkImageNode.html#FFXIVClientStructs_Component_GUI_AtkImageNode_PartId
- commentId: F:FFXIVClientStructs.Component.GUI.AtkImageNode.PartId
- fullName: FFXIVClientStructs.Component.GUI.AtkImageNode.PartId
- nameWithType: AtkImageNode.PartId
-- uid: FFXIVClientStructs.Component.GUI.AtkImageNode.PartsList
- name: PartsList
- href: api/FFXIVClientStructs.Component.GUI.AtkImageNode.html#FFXIVClientStructs_Component_GUI_AtkImageNode_PartsList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkImageNode.PartsList
- fullName: FFXIVClientStructs.Component.GUI.AtkImageNode.PartsList
- nameWithType: AtkImageNode.PartsList
-- uid: FFXIVClientStructs.Component.GUI.AtkImageNode.WrapMode
- name: WrapMode
- href: api/FFXIVClientStructs.Component.GUI.AtkImageNode.html#FFXIVClientStructs_Component_GUI_AtkImageNode_WrapMode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkImageNode.WrapMode
- fullName: FFXIVClientStructs.Component.GUI.AtkImageNode.WrapMode
- nameWithType: AtkImageNode.WrapMode
-- uid: FFXIVClientStructs.Component.GUI.AtkNineGridNode
- name: AtkNineGridNode
- href: api/FFXIVClientStructs.Component.GUI.AtkNineGridNode.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkNineGridNode
- fullName: FFXIVClientStructs.Component.GUI.AtkNineGridNode
- nameWithType: AtkNineGridNode
-- uid: FFXIVClientStructs.Component.GUI.AtkNineGridNode.AtkResNode
- name: AtkResNode
- href: api/FFXIVClientStructs.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_Component_GUI_AtkNineGridNode_AtkResNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkNineGridNode.AtkResNode
- fullName: FFXIVClientStructs.Component.GUI.AtkNineGridNode.AtkResNode
- nameWithType: AtkNineGridNode.AtkResNode
-- uid: FFXIVClientStructs.Component.GUI.AtkNineGridNode.BlendMode
- name: BlendMode
- href: api/FFXIVClientStructs.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_Component_GUI_AtkNineGridNode_BlendMode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkNineGridNode.BlendMode
- fullName: FFXIVClientStructs.Component.GUI.AtkNineGridNode.BlendMode
- nameWithType: AtkNineGridNode.BlendMode
-- uid: FFXIVClientStructs.Component.GUI.AtkNineGridNode.BottomOffset
- name: BottomOffset
- href: api/FFXIVClientStructs.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_Component_GUI_AtkNineGridNode_BottomOffset
- commentId: F:FFXIVClientStructs.Component.GUI.AtkNineGridNode.BottomOffset
- fullName: FFXIVClientStructs.Component.GUI.AtkNineGridNode.BottomOffset
- nameWithType: AtkNineGridNode.BottomOffset
-- uid: FFXIVClientStructs.Component.GUI.AtkNineGridNode.LeftOffset
- name: LeftOffset
- href: api/FFXIVClientStructs.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_Component_GUI_AtkNineGridNode_LeftOffset
- commentId: F:FFXIVClientStructs.Component.GUI.AtkNineGridNode.LeftOffset
- fullName: FFXIVClientStructs.Component.GUI.AtkNineGridNode.LeftOffset
- nameWithType: AtkNineGridNode.LeftOffset
-- uid: FFXIVClientStructs.Component.GUI.AtkNineGridNode.PartID
- name: PartID
- href: api/FFXIVClientStructs.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_Component_GUI_AtkNineGridNode_PartID
- commentId: F:FFXIVClientStructs.Component.GUI.AtkNineGridNode.PartID
- fullName: FFXIVClientStructs.Component.GUI.AtkNineGridNode.PartID
- nameWithType: AtkNineGridNode.PartID
-- uid: FFXIVClientStructs.Component.GUI.AtkNineGridNode.PartsList
- name: PartsList
- href: api/FFXIVClientStructs.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_Component_GUI_AtkNineGridNode_PartsList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkNineGridNode.PartsList
- fullName: FFXIVClientStructs.Component.GUI.AtkNineGridNode.PartsList
- nameWithType: AtkNineGridNode.PartsList
-- uid: FFXIVClientStructs.Component.GUI.AtkNineGridNode.PartsTypeRenderType
- name: PartsTypeRenderType
- href: api/FFXIVClientStructs.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_Component_GUI_AtkNineGridNode_PartsTypeRenderType
- commentId: F:FFXIVClientStructs.Component.GUI.AtkNineGridNode.PartsTypeRenderType
- fullName: FFXIVClientStructs.Component.GUI.AtkNineGridNode.PartsTypeRenderType
- nameWithType: AtkNineGridNode.PartsTypeRenderType
-- uid: FFXIVClientStructs.Component.GUI.AtkNineGridNode.RightOffset
- name: RightOffset
- href: api/FFXIVClientStructs.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_Component_GUI_AtkNineGridNode_RightOffset
- commentId: F:FFXIVClientStructs.Component.GUI.AtkNineGridNode.RightOffset
- fullName: FFXIVClientStructs.Component.GUI.AtkNineGridNode.RightOffset
- nameWithType: AtkNineGridNode.RightOffset
-- uid: FFXIVClientStructs.Component.GUI.AtkNineGridNode.TopOffset
- name: TopOffset
- href: api/FFXIVClientStructs.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_Component_GUI_AtkNineGridNode_TopOffset
- commentId: F:FFXIVClientStructs.Component.GUI.AtkNineGridNode.TopOffset
- fullName: FFXIVClientStructs.Component.GUI.AtkNineGridNode.TopOffset
- nameWithType: AtkNineGridNode.TopOffset
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode
- name: AtkResNode
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkResNode
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode
- nameWithType: AtkResNode
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.AddBlue
- name: AddBlue
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_AddBlue
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.AddBlue
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.AddBlue
- nameWithType: AtkResNode.AddBlue
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.AddBlue_2
- name: AddBlue_2
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_AddBlue_2
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.AddBlue_2
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.AddBlue_2
- nameWithType: AtkResNode.AddBlue_2
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.AddGreen
- name: AddGreen
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_AddGreen
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.AddGreen
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.AddGreen
- nameWithType: AtkResNode.AddGreen
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.AddGreen_2
- name: AddGreen_2
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_AddGreen_2
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.AddGreen_2
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.AddGreen_2
- nameWithType: AtkResNode.AddGreen_2
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.AddRed
- name: AddRed
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_AddRed
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.AddRed
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.AddRed
- nameWithType: AtkResNode.AddRed
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.AddRed_2
- name: AddRed_2
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_AddRed_2
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.AddRed_2
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.AddRed_2
- nameWithType: AtkResNode.AddRed_2
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.Alpha_2
- name: Alpha_2
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_Alpha_2
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.Alpha_2
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.Alpha_2
- nameWithType: AtkResNode.Alpha_2
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.AtkEventTarget
- name: AtkEventTarget
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_AtkEventTarget
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.AtkEventTarget
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.AtkEventTarget
- nameWithType: AtkResNode.AtkEventTarget
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.ChildCount
- name: ChildCount
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_ChildCount
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.ChildCount
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.ChildCount
- nameWithType: AtkResNode.ChildCount
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.ChildNode
- name: ChildNode
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_ChildNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.ChildNode
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.ChildNode
- nameWithType: AtkResNode.ChildNode
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.Color
- name: Color
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_Color
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.Color
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.Color
- nameWithType: AtkResNode.Color
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.Depth
- name: Depth
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_Depth
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.Depth
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.Depth
- nameWithType: AtkResNode.Depth
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.Depth_2
- name: Depth_2
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_Depth_2
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.Depth_2
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.Depth_2
- nameWithType: AtkResNode.Depth_2
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.Flags
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_FFXIV_Client_UI_MoveableAddonInfoStruct_Flags
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.Flags
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.Flags
+ nameWithType: MoveableAddonInfoStruct.Flags
+- uid: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.hudLayoutScreen
+ name: hudLayoutScreen
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_FFXIV_Client_UI_MoveableAddonInfoStruct_hudLayoutScreen
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.hudLayoutScreen
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.hudLayoutScreen
+ nameWithType: MoveableAddonInfoStruct.hudLayoutScreen
+- uid: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.OverlayHeight
+ name: OverlayHeight
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_FFXIV_Client_UI_MoveableAddonInfoStruct_OverlayHeight
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.OverlayHeight
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.OverlayHeight
+ nameWithType: MoveableAddonInfoStruct.OverlayHeight
+- uid: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.OverlayWidth
+ name: OverlayWidth
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_FFXIV_Client_UI_MoveableAddonInfoStruct_OverlayWidth
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.OverlayWidth
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.OverlayWidth
+ nameWithType: MoveableAddonInfoStruct.OverlayWidth
+- uid: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.PositionHasChanged
+ name: PositionHasChanged
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_FFXIV_Client_UI_MoveableAddonInfoStruct_PositionHasChanged
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.PositionHasChanged
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.PositionHasChanged
+ nameWithType: MoveableAddonInfoStruct.PositionHasChanged
+- uid: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.SelectedAtkUnit
+ name: SelectedAtkUnit
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_FFXIV_Client_UI_MoveableAddonInfoStruct_SelectedAtkUnit
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.SelectedAtkUnit
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.SelectedAtkUnit
+ nameWithType: MoveableAddonInfoStruct.SelectedAtkUnit
+- uid: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.Slot
+ name: Slot
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_FFXIV_Client_UI_MoveableAddonInfoStruct_Slot
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.Slot
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.Slot
+ nameWithType: MoveableAddonInfoStruct.Slot
+- uid: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.XOffset
+ name: XOffset
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_FFXIV_Client_UI_MoveableAddonInfoStruct_XOffset
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.XOffset
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.XOffset
+ nameWithType: MoveableAddonInfoStruct.XOffset
+- uid: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.YOffset
+ name: YOffset
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.html#FFXIVClientStructs_FFXIV_Client_UI_MoveableAddonInfoStruct_YOffset
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.YOffset
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.MoveableAddonInfoStruct.YOffset
+ nameWithType: MoveableAddonInfoStruct.YOffset
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule
+ name: RaptureAtkModule
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule
+ nameWithType: RaptureAtkModule
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo
+ name: RaptureAtkModule.NamePlateInfo
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo
+ nameWithType: RaptureAtkModule.NamePlateInfo
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.ActorID
+ name: ActorID
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkModule_NamePlateInfo_ActorID
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.ActorID
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.ActorID
+ nameWithType: RaptureAtkModule.NamePlateInfo.ActorID
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.DisplayTitle
+ name: DisplayTitle
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkModule_NamePlateInfo_DisplayTitle
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.DisplayTitle
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.DisplayTitle
+ nameWithType: RaptureAtkModule.NamePlateInfo.DisplayTitle
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.FcName
+ name: FcName
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkModule_NamePlateInfo_FcName
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.FcName
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.FcName
+ nameWithType: RaptureAtkModule.NamePlateInfo.FcName
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.Flags
name: Flags
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_Flags
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.Flags
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.Flags
- nameWithType: AtkResNode.Flags
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.Flags_2
- name: Flags_2
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_Flags_2
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.Flags_2
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.Flags_2
- nameWithType: AtkResNode.Flags_2
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.Height
- name: Height
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_Height
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.Height
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.Height
- nameWithType: AtkResNode.Height
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.IsVisible
- name: IsVisible
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_IsVisible
- commentId: P:FFXIVClientStructs.Component.GUI.AtkResNode.IsVisible
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.IsVisible
- nameWithType: AtkResNode.IsVisible
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.IsVisible*
- name: IsVisible
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_IsVisible_
- commentId: Overload:FFXIVClientStructs.Component.GUI.AtkResNode.IsVisible
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkModule_NamePlateInfo_Flags
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.Flags
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.Flags
+ nameWithType: RaptureAtkModule.NamePlateInfo.Flags
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.IsPrefixTitle
+ name: IsPrefixTitle
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkModule_NamePlateInfo_IsPrefixTitle
+ commentId: P:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.IsPrefixTitle
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.IsPrefixTitle
+ nameWithType: RaptureAtkModule.NamePlateInfo.IsPrefixTitle
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.IsPrefixTitle*
+ name: IsPrefixTitle
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkModule_NamePlateInfo_IsPrefixTitle_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.IsPrefixTitle
isSpec: "True"
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.IsVisible
- nameWithType: AtkResNode.IsVisible
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyBlue
- name: MultiplyBlue
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_MultiplyBlue
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyBlue
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyBlue
- nameWithType: AtkResNode.MultiplyBlue
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyBlue_2
- name: MultiplyBlue_2
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_MultiplyBlue_2
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyBlue_2
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyBlue_2
- nameWithType: AtkResNode.MultiplyBlue_2
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyGreen
- name: MultiplyGreen
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_MultiplyGreen
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyGreen
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyGreen
- nameWithType: AtkResNode.MultiplyGreen
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyGreen_2
- name: MultiplyGreen_2
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_MultiplyGreen_2
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyGreen_2
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyGreen_2
- nameWithType: AtkResNode.MultiplyGreen_2
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyRed
- name: MultiplyRed
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_MultiplyRed
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyRed
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyRed
- nameWithType: AtkResNode.MultiplyRed
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyRed_2
- name: MultiplyRed_2
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_MultiplyRed_2
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyRed_2
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.MultiplyRed_2
- nameWithType: AtkResNode.MultiplyRed_2
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.NextSiblingNode
- name: NextSiblingNode
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_NextSiblingNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.NextSiblingNode
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.NextSiblingNode
- nameWithType: AtkResNode.NextSiblingNode
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.NodeID
- name: NodeID
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_NodeID
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.NodeID
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.NodeID
- nameWithType: AtkResNode.NodeID
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.OriginX
- name: OriginX
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_OriginX
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.OriginX
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.OriginX
- nameWithType: AtkResNode.OriginX
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.OriginY
- name: OriginY
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_OriginY
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.OriginY
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.OriginY
- nameWithType: AtkResNode.OriginY
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.ParentNode
- name: ParentNode
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_ParentNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.ParentNode
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.ParentNode
- nameWithType: AtkResNode.ParentNode
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.PrevSiblingNode
- name: PrevSiblingNode
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_PrevSiblingNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.PrevSiblingNode
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.PrevSiblingNode
- nameWithType: AtkResNode.PrevSiblingNode
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.Priority
- name: Priority
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_Priority
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.Priority
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.Priority
- nameWithType: AtkResNode.Priority
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.Rotation
- name: Rotation
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_Rotation
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.Rotation
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.Rotation
- nameWithType: AtkResNode.Rotation
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.ScaleX
- name: ScaleX
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_ScaleX
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.ScaleX
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.ScaleX
- nameWithType: AtkResNode.ScaleX
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.ScaleY
- name: ScaleY
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_ScaleY
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.ScaleY
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.ScaleY
- nameWithType: AtkResNode.ScaleY
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.Type
- name: Type
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_Type
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.Type
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.Type
- nameWithType: AtkResNode.Type
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.UnkByte_1
- name: UnkByte_1
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_UnkByte_1
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.UnkByte_1
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.UnkByte_1
- nameWithType: AtkResNode.UnkByte_1
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.UnkMatrix
- name: UnkMatrix
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_UnkMatrix
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.UnkMatrix
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.UnkMatrix
- nameWithType: AtkResNode.UnkMatrix
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.Width
- name: Width
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_Width
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.Width
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.Width
- nameWithType: AtkResNode.Width
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.X
- name: X
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_X
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.X
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.X
- nameWithType: AtkResNode.X
-- uid: FFXIVClientStructs.Component.GUI.AtkResNode.Y
- name: Y
- href: api/FFXIVClientStructs.Component.GUI.AtkResNode.html#FFXIVClientStructs_Component_GUI_AtkResNode_Y
- commentId: F:FFXIVClientStructs.Component.GUI.AtkResNode.Y
- fullName: FFXIVClientStructs.Component.GUI.AtkResNode.Y
- nameWithType: AtkResNode.Y
-- uid: FFXIVClientStructs.Component.GUI.AtkStage
- name: AtkStage
- href: api/FFXIVClientStructs.Component.GUI.AtkStage.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkStage
- fullName: FFXIVClientStructs.Component.GUI.AtkStage
- nameWithType: AtkStage
-- uid: FFXIVClientStructs.Component.GUI.AtkStage.AtkEventTarget
- name: AtkEventTarget
- href: api/FFXIVClientStructs.Component.GUI.AtkStage.html#FFXIVClientStructs_Component_GUI_AtkStage_AtkEventTarget
- commentId: F:FFXIVClientStructs.Component.GUI.AtkStage.AtkEventTarget
- fullName: FFXIVClientStructs.Component.GUI.AtkStage.AtkEventTarget
- nameWithType: AtkStage.AtkEventTarget
-- uid: FFXIVClientStructs.Component.GUI.AtkStage.RaptureAtkUnitManager
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.IsPrefixTitle
+ nameWithType: RaptureAtkModule.NamePlateInfo.IsPrefixTitle
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.LevelText
+ name: LevelText
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkModule_NamePlateInfo_LevelText
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.LevelText
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.LevelText
+ nameWithType: RaptureAtkModule.NamePlateInfo.LevelText
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.Name
+ name: Name
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkModule_NamePlateInfo_Name
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.Name
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.Name
+ nameWithType: RaptureAtkModule.NamePlateInfo.Name
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.Title
+ name: Title
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkModule_NamePlateInfo_Title
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.Title
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfo.Title
+ nameWithType: RaptureAtkModule.NamePlateInfo.Title
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfoArray
+ name: NamePlateInfoArray
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkModule_NamePlateInfoArray
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfoArray
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.NamePlateInfoArray
+ nameWithType: RaptureAtkModule.NamePlateInfoArray
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkModule_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkModule.vtbl
+ nameWithType: RaptureAtkModule.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager
name: RaptureAtkUnitManager
- href: api/FFXIVClientStructs.Component.GUI.AtkStage.html#FFXIVClientStructs_Component_GUI_AtkStage_RaptureAtkUnitManager
- commentId: F:FFXIVClientStructs.Component.GUI.AtkStage.RaptureAtkUnitManager
- fullName: FFXIVClientStructs.Component.GUI.AtkStage.RaptureAtkUnitManager
- nameWithType: AtkStage.RaptureAtkUnitManager
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode
- name: AtkTextNode
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkTextNode
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode
- nameWithType: AtkTextNode
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.AlignmentFontType
- name: AlignmentFontType
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_AlignmentFontType
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.AlignmentFontType
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.AlignmentFontType
- nameWithType: AtkTextNode.AlignmentFontType
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.AtkResNode
- name: AtkResNode
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_AtkResNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.AtkResNode
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.AtkResNode
- nameWithType: AtkTextNode.AtkResNode
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.BackgroundColor
- name: BackgroundColor
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_BackgroundColor
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.BackgroundColor
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.BackgroundColor
- nameWithType: AtkTextNode.BackgroundColor
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.CharSpacing
- name: CharSpacing
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_CharSpacing
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.CharSpacing
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.CharSpacing
- nameWithType: AtkTextNode.CharSpacing
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.EdgeColor
- name: EdgeColor
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_EdgeColor
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.EdgeColor
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.EdgeColor
- nameWithType: AtkTextNode.EdgeColor
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.FontSize
- name: FontSize
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_FontSize
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.FontSize
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.FontSize
- nameWithType: AtkTextNode.FontSize
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.LineSpacing
- name: LineSpacing
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_LineSpacing
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.LineSpacing
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.LineSpacing
- nameWithType: AtkTextNode.LineSpacing
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.NodeText
- name: NodeText
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_NodeText
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.NodeText
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.NodeText
- nameWithType: AtkTextNode.NodeText
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.SelectEnd
- name: SelectEnd
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_SelectEnd
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.SelectEnd
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.SelectEnd
- nameWithType: AtkTextNode.SelectEnd
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.SelectStart
- name: SelectStart
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_SelectStart
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.SelectStart
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.SelectStart
- nameWithType: AtkTextNode.SelectStart
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.SheetType
- name: SheetType
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_SheetType
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.SheetType
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.SheetType
- nameWithType: AtkTextNode.SheetType
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.TextColor
- name: TextColor
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_TextColor
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.TextColor
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.TextColor
- nameWithType: AtkTextNode.TextColor
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.TextFlags
- name: TextFlags
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_TextFlags
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.TextFlags
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.TextFlags
- nameWithType: AtkTextNode.TextFlags
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.TextFlags2
- name: TextFlags2
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_TextFlags2
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.TextFlags2
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.TextFlags2
- nameWithType: AtkTextNode.TextFlags2
-- uid: FFXIVClientStructs.Component.GUI.AtkTextNode.TextId
- name: TextId
- href: api/FFXIVClientStructs.Component.GUI.AtkTextNode.html#FFXIVClientStructs_Component_GUI_AtkTextNode_TextId
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTextNode.TextId
- fullName: FFXIVClientStructs.Component.GUI.AtkTextNode.TextId
- nameWithType: AtkTextNode.TextId
-- uid: FFXIVClientStructs.Component.GUI.AtkTexture
- name: AtkTexture
- href: api/FFXIVClientStructs.Component.GUI.AtkTexture.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkTexture
- fullName: FFXIVClientStructs.Component.GUI.AtkTexture
- nameWithType: AtkTexture
-- uid: FFXIVClientStructs.Component.GUI.AtkTexture.Crest
- name: Crest
- href: api/FFXIVClientStructs.Component.GUI.AtkTexture.html#FFXIVClientStructs_Component_GUI_AtkTexture_Crest
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTexture.Crest
- fullName: FFXIVClientStructs.Component.GUI.AtkTexture.Crest
- nameWithType: AtkTexture.Crest
-- uid: FFXIVClientStructs.Component.GUI.AtkTexture.KernelTexture
- name: KernelTexture
- href: api/FFXIVClientStructs.Component.GUI.AtkTexture.html#FFXIVClientStructs_Component_GUI_AtkTexture_KernelTexture
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTexture.KernelTexture
- fullName: FFXIVClientStructs.Component.GUI.AtkTexture.KernelTexture
- nameWithType: AtkTexture.KernelTexture
-- uid: FFXIVClientStructs.Component.GUI.AtkTexture.Resource
- name: Resource
- href: api/FFXIVClientStructs.Component.GUI.AtkTexture.html#FFXIVClientStructs_Component_GUI_AtkTexture_Resource
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTexture.Resource
- fullName: FFXIVClientStructs.Component.GUI.AtkTexture.Resource
- nameWithType: AtkTexture.Resource
-- uid: FFXIVClientStructs.Component.GUI.AtkTexture.TextureType
- name: TextureType
- href: api/FFXIVClientStructs.Component.GUI.AtkTexture.html#FFXIVClientStructs_Component_GUI_AtkTexture_TextureType
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTexture.TextureType
- fullName: FFXIVClientStructs.Component.GUI.AtkTexture.TextureType
- nameWithType: AtkTexture.TextureType
-- uid: FFXIVClientStructs.Component.GUI.AtkTexture.UnkBool_2
- name: UnkBool_2
- href: api/FFXIVClientStructs.Component.GUI.AtkTexture.html#FFXIVClientStructs_Component_GUI_AtkTexture_UnkBool_2
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTexture.UnkBool_2
- fullName: FFXIVClientStructs.Component.GUI.AtkTexture.UnkBool_2
- nameWithType: AtkTexture.UnkBool_2
-- uid: FFXIVClientStructs.Component.GUI.AtkTexture.vtbl
- name: vtbl
- href: api/FFXIVClientStructs.Component.GUI.AtkTexture.html#FFXIVClientStructs_Component_GUI_AtkTexture_vtbl
- commentId: F:FFXIVClientStructs.Component.GUI.AtkTexture.vtbl
- fullName: FFXIVClientStructs.Component.GUI.AtkTexture.vtbl
- nameWithType: AtkTexture.vtbl
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase
- name: AtkUnitBase
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkUnitBase
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase
- nameWithType: AtkUnitBase
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.Alpha
- name: Alpha
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_Alpha
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitBase.Alpha
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.Alpha
- nameWithType: AtkUnitBase.Alpha
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.AtkEventListener
- name: AtkEventListener
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_AtkEventListener
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitBase.AtkEventListener
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.AtkEventListener
- nameWithType: AtkUnitBase.AtkEventListener
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.CollisionNodeList
- name: CollisionNodeList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_CollisionNodeList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitBase.CollisionNodeList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.CollisionNodeList
- nameWithType: AtkUnitBase.CollisionNodeList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.CollisionNodeListCount
- name: CollisionNodeListCount
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_CollisionNodeListCount
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitBase.CollisionNodeListCount
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.CollisionNodeListCount
- nameWithType: AtkUnitBase.CollisionNodeListCount
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.Flags
- name: Flags
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_Flags
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitBase.Flags
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.Flags
- nameWithType: AtkUnitBase.Flags
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.IsVisible
- name: IsVisible
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_IsVisible
- commentId: P:FFXIVClientStructs.Component.GUI.AtkUnitBase.IsVisible
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.IsVisible
- nameWithType: AtkUnitBase.IsVisible
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.IsVisible*
- name: IsVisible
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_IsVisible_
- commentId: Overload:FFXIVClientStructs.Component.GUI.AtkUnitBase.IsVisible
- isSpec: "True"
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.IsVisible
- nameWithType: AtkUnitBase.IsVisible
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.Name
- name: Name
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_Name
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitBase.Name
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.Name
- nameWithType: AtkUnitBase.Name
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.RootNode
- name: RootNode
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_RootNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitBase.RootNode
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.RootNode
- nameWithType: AtkUnitBase.RootNode
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.Scale
- name: Scale
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_Scale
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitBase.Scale
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.Scale
- nameWithType: AtkUnitBase.Scale
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.ULDData
- name: ULDData
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_ULDData
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitBase.ULDData
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.ULDData
- nameWithType: AtkUnitBase.ULDData
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.WindowNode
- name: WindowNode
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_WindowNode
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitBase.WindowNode
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.WindowNode
- nameWithType: AtkUnitBase.WindowNode
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.X
- name: X
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_X
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitBase.X
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.X
- nameWithType: AtkUnitBase.X
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitBase.Y
- name: Y
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_Component_GUI_AtkUnitBase_Y
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitBase.Y
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitBase.Y
- nameWithType: AtkUnitBase.Y
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitList
- name: AtkUnitList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitList.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkUnitList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitList
- nameWithType: AtkUnitList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitList.AtkUnitEntries
- name: AtkUnitEntries
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitList.html#FFXIVClientStructs_Component_GUI_AtkUnitList_AtkUnitEntries
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitList.AtkUnitEntries
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitList.AtkUnitEntries
- nameWithType: AtkUnitList.AtkUnitEntries
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitList.Count
- name: Count
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitList.html#FFXIVClientStructs_Component_GUI_AtkUnitList_Count
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitList.Count
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitList.Count
- nameWithType: AtkUnitList.Count
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitList.vtbl
- name: vtbl
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitList.html#FFXIVClientStructs_Component_GUI_AtkUnitList_vtbl
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitList.vtbl
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitList.vtbl
- nameWithType: AtkUnitList.vtbl
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager
+ nameWithType: RaptureAtkUnitManager
+- uid: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.AtkUnitManager
name: AtkUnitManager
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html
- commentId: T:FFXIVClientStructs.Component.GUI.AtkUnitManager
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager
- nameWithType: AtkUnitManager
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.AllLoadedUnitsList
- name: AllLoadedUnitsList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_AllLoadedUnitsList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.AllLoadedUnitsList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.AllLoadedUnitsList
- nameWithType: AtkUnitManager.AllLoadedUnitsList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.AtkEventListener
- name: AtkEventListener
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_AtkEventListener
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.AtkEventListener
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.AtkEventListener
- nameWithType: AtkUnitManager.AtkEventListener
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerEightList
- name: DepthLayerEightList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_DepthLayerEightList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerEightList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerEightList
- nameWithType: AtkUnitManager.DepthLayerEightList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerElevenList
- name: DepthLayerElevenList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_DepthLayerElevenList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerElevenList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerElevenList
- nameWithType: AtkUnitManager.DepthLayerElevenList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerFiveList
- name: DepthLayerFiveList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_DepthLayerFiveList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerFiveList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerFiveList
- nameWithType: AtkUnitManager.DepthLayerFiveList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerFourList
- name: DepthLayerFourList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_DepthLayerFourList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerFourList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerFourList
- nameWithType: AtkUnitManager.DepthLayerFourList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerNineList
- name: DepthLayerNineList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_DepthLayerNineList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerNineList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerNineList
- nameWithType: AtkUnitManager.DepthLayerNineList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerOneList
- name: DepthLayerOneList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_DepthLayerOneList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerOneList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerOneList
- nameWithType: AtkUnitManager.DepthLayerOneList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerSevenList
- name: DepthLayerSevenList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_DepthLayerSevenList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerSevenList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerSevenList
- nameWithType: AtkUnitManager.DepthLayerSevenList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerSixList
- name: DepthLayerSixList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_DepthLayerSixList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerSixList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerSixList
- nameWithType: AtkUnitManager.DepthLayerSixList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerTenList
- name: DepthLayerTenList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_DepthLayerTenList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerTenList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerTenList
- nameWithType: AtkUnitManager.DepthLayerTenList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerThirteenList
- name: DepthLayerThirteenList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_DepthLayerThirteenList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerThirteenList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerThirteenList
- nameWithType: AtkUnitManager.DepthLayerThirteenList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerThreeList
- name: DepthLayerThreeList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_DepthLayerThreeList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerThreeList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerThreeList
- nameWithType: AtkUnitManager.DepthLayerThreeList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerTwelveList
- name: DepthLayerTwelveList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_DepthLayerTwelveList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerTwelveList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerTwelveList
- nameWithType: AtkUnitManager.DepthLayerTwelveList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerTwoList
- name: DepthLayerTwoList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_DepthLayerTwoList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerTwoList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.DepthLayerTwoList
- nameWithType: AtkUnitManager.DepthLayerTwoList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.FocusedUnitsList
- name: FocusedUnitsList
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_FocusedUnitsList
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.FocusedUnitsList
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.FocusedUnitsList
- nameWithType: AtkUnitManager.FocusedUnitsList
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.UnitList16
- name: UnitList16
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_UnitList16
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.UnitList16
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.UnitList16
- nameWithType: AtkUnitManager.UnitList16
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.UnitList17
- name: UnitList17
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_UnitList17
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.UnitList17
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.UnitList17
- nameWithType: AtkUnitManager.UnitList17
-- uid: FFXIVClientStructs.Component.GUI.AtkUnitManager.UnitList18
- name: UnitList18
- href: api/FFXIVClientStructs.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_Component_GUI_AtkUnitManager_UnitList18
- commentId: F:FFXIVClientStructs.Component.GUI.AtkUnitManager.UnitList18
- fullName: FFXIVClientStructs.Component.GUI.AtkUnitManager.UnitList18
- nameWithType: AtkUnitManager.UnitList18
-- uid: FFXIVClientStructs.Component.GUI.CollisionType
- name: CollisionType
- href: api/FFXIVClientStructs.Component.GUI.CollisionType.html
- commentId: T:FFXIVClientStructs.Component.GUI.CollisionType
- fullName: FFXIVClientStructs.Component.GUI.CollisionType
- nameWithType: CollisionType
-- uid: FFXIVClientStructs.Component.GUI.CollisionType.Focus
- name: Focus
- href: api/FFXIVClientStructs.Component.GUI.CollisionType.html#FFXIVClientStructs_Component_GUI_CollisionType_Focus
- commentId: F:FFXIVClientStructs.Component.GUI.CollisionType.Focus
- fullName: FFXIVClientStructs.Component.GUI.CollisionType.Focus
- nameWithType: CollisionType.Focus
-- uid: FFXIVClientStructs.Component.GUI.CollisionType.Hit
- name: Hit
- href: api/FFXIVClientStructs.Component.GUI.CollisionType.html#FFXIVClientStructs_Component_GUI_CollisionType_Hit
- commentId: F:FFXIVClientStructs.Component.GUI.CollisionType.Hit
- fullName: FFXIVClientStructs.Component.GUI.CollisionType.Hit
- nameWithType: CollisionType.Hit
-- uid: FFXIVClientStructs.Component.GUI.CollisionType.Move
- name: Move
- href: api/FFXIVClientStructs.Component.GUI.CollisionType.html#FFXIVClientStructs_Component_GUI_CollisionType_Move
- commentId: F:FFXIVClientStructs.Component.GUI.CollisionType.Move
- fullName: FFXIVClientStructs.Component.GUI.CollisionType.Move
- nameWithType: CollisionType.Move
-- uid: FFXIVClientStructs.Component.GUI.ComponentType
- name: ComponentType
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html
- commentId: T:FFXIVClientStructs.Component.GUI.ComponentType
- fullName: FFXIVClientStructs.Component.GUI.ComponentType
- nameWithType: ComponentType
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.Base
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.Base
- nameWithType: ComponentType.Base
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.Button
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.html#FFXIVClientStructs_FFXIV_Client_UI_RaptureAtkUnitManager_AtkUnitManager
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.AtkUnitManager
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.RaptureAtkUnitManager.AtkUnitManager
+ nameWithType: RaptureAtkUnitManager.AtkUnitManager
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot
+ name: StickerSlot
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.StickerSlot
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot
+ nameWithType: StickerSlot
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.addon
+ name: addon
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlot_addon
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.addon
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.addon
+ nameWithType: StickerSlot.addon
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.Button
name: Button
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_Button
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.Button
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.Button
- nameWithType: ComponentType.Button
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.CheckBox
- name: CheckBox
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_CheckBox
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.CheckBox
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.CheckBox
- nameWithType: ComponentType.CheckBox
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.DragDrop
- name: DragDrop
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_DragDrop
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.DragDrop
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.DragDrop
- nameWithType: ComponentType.DragDrop
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.DropDownList
- name: DropDownList
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_DropDownList
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.DropDownList
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.DropDownList
- nameWithType: ComponentType.DropDownList
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.GaugeBar
- name: GaugeBar
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_GaugeBar
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.GaugeBar
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.GaugeBar
- nameWithType: ComponentType.GaugeBar
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.GuildLeveCard
- name: GuildLeveCard
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_GuildLeveCard
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.GuildLeveCard
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.GuildLeveCard
- nameWithType: ComponentType.GuildLeveCard
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.Icon
- name: Icon
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_Icon
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.Icon
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.Icon
- nameWithType: ComponentType.Icon
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.IconText
- name: IconText
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_IconText
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.IconText
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.IconText
- nameWithType: ComponentType.IconText
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.JournalCanvas
- name: JournalCanvas
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_JournalCanvas
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.JournalCanvas
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.JournalCanvas
- nameWithType: ComponentType.JournalCanvas
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.List
- name: List
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_List
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.List
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.List
- nameWithType: ComponentType.List
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.ListItemRenderer
- name: ListItemRenderer
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_ListItemRenderer
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.ListItemRenderer
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.ListItemRenderer
- nameWithType: ComponentType.ListItemRenderer
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.Map
- name: Map
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_Map
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.Map
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.Map
- nameWithType: ComponentType.Map
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.Multipurpose
- name: Multipurpose
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_Multipurpose
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.Multipurpose
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.Multipurpose
- nameWithType: ComponentType.Multipurpose
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.NumericInput
- name: NumericInput
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_NumericInput
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.NumericInput
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.NumericInput
- nameWithType: ComponentType.NumericInput
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.Preview
- name: Preview
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_Preview
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.Preview
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.Preview
- nameWithType: ComponentType.Preview
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.RadioButton
- name: RadioButton
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_RadioButton
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.RadioButton
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.RadioButton
- nameWithType: ComponentType.RadioButton
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.ScrollBar
- name: ScrollBar
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_ScrollBar
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.ScrollBar
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.ScrollBar
- nameWithType: ComponentType.ScrollBar
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.Slider
- name: Slider
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_Slider
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.Slider
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.Slider
- nameWithType: ComponentType.Slider
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.Tab
- name: Tab
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_Tab
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.Tab
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.Tab
- nameWithType: ComponentType.Tab
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.TextInput
- name: TextInput
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_TextInput
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.TextInput
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.TextInput
- nameWithType: ComponentType.TextInput
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.TextNineGrid
- name: TextNineGrid
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_TextNineGrid
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.TextNineGrid
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.TextNineGrid
- nameWithType: ComponentType.TextNineGrid
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.TreeList
- name: TreeList
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_TreeList
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.TreeList
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.TreeList
- nameWithType: ComponentType.TreeList
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.UnknownButton
- name: UnknownButton
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_UnknownButton
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.UnknownButton
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.UnknownButton
- nameWithType: ComponentType.UnknownButton
-- uid: FFXIVClientStructs.Component.GUI.ComponentType.Window
- name: Window
- href: api/FFXIVClientStructs.Component.GUI.ComponentType.html#FFXIVClientStructs_Component_GUI_ComponentType_Window
- commentId: F:FFXIVClientStructs.Component.GUI.ComponentType.Window
- fullName: FFXIVClientStructs.Component.GUI.ComponentType.Window
- nameWithType: ComponentType.Window
-- uid: FFXIVClientStructs.Component.GUI.IconComponentFlags
- name: IconComponentFlags
- href: api/FFXIVClientStructs.Component.GUI.IconComponentFlags.html
- commentId: T:FFXIVClientStructs.Component.GUI.IconComponentFlags
- fullName: FFXIVClientStructs.Component.GUI.IconComponentFlags
- nameWithType: IconComponentFlags
-- uid: FFXIVClientStructs.Component.GUI.IconComponentFlags.Casting
- name: Casting
- href: api/FFXIVClientStructs.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_Component_GUI_IconComponentFlags_Casting
- commentId: F:FFXIVClientStructs.Component.GUI.IconComponentFlags.Casting
- fullName: FFXIVClientStructs.Component.GUI.IconComponentFlags.Casting
- nameWithType: IconComponentFlags.Casting
-- uid: FFXIVClientStructs.Component.GUI.IconComponentFlags.DyeIcon
- name: DyeIcon
- href: api/FFXIVClientStructs.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_Component_GUI_IconComponentFlags_DyeIcon
- commentId: F:FFXIVClientStructs.Component.GUI.IconComponentFlags.DyeIcon
- fullName: FFXIVClientStructs.Component.GUI.IconComponentFlags.DyeIcon
- nameWithType: IconComponentFlags.DyeIcon
-- uid: FFXIVClientStructs.Component.GUI.IconComponentFlags.GlamourIcon
- name: GlamourIcon
- href: api/FFXIVClientStructs.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_Component_GUI_IconComponentFlags_GlamourIcon
- commentId: F:FFXIVClientStructs.Component.GUI.IconComponentFlags.GlamourIcon
- fullName: FFXIVClientStructs.Component.GUI.IconComponentFlags.GlamourIcon
- nameWithType: IconComponentFlags.GlamourIcon
-- uid: FFXIVClientStructs.Component.GUI.IconComponentFlags.InventoryItem
- name: InventoryItem
- href: api/FFXIVClientStructs.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_Component_GUI_IconComponentFlags_InventoryItem
- commentId: F:FFXIVClientStructs.Component.GUI.IconComponentFlags.InventoryItem
- fullName: FFXIVClientStructs.Component.GUI.IconComponentFlags.InventoryItem
- nameWithType: IconComponentFlags.InventoryItem
-- uid: FFXIVClientStructs.Component.GUI.IconComponentFlags.Macro
- name: Macro
- href: api/FFXIVClientStructs.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_Component_GUI_IconComponentFlags_Macro
- commentId: F:FFXIVClientStructs.Component.GUI.IconComponentFlags.Macro
- fullName: FFXIVClientStructs.Component.GUI.IconComponentFlags.Macro
- nameWithType: IconComponentFlags.Macro
-- uid: FFXIVClientStructs.Component.GUI.IconComponentFlags.Moving
- name: Moving
- href: api/FFXIVClientStructs.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_Component_GUI_IconComponentFlags_Moving
- commentId: F:FFXIVClientStructs.Component.GUI.IconComponentFlags.Moving
- fullName: FFXIVClientStructs.Component.GUI.IconComponentFlags.Moving
- nameWithType: IconComponentFlags.Moving
-- uid: FFXIVClientStructs.Component.GUI.IconComponentFlags.None
- name: None
- href: api/FFXIVClientStructs.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_Component_GUI_IconComponentFlags_None
- commentId: F:FFXIVClientStructs.Component.GUI.IconComponentFlags.None
- fullName: FFXIVClientStructs.Component.GUI.IconComponentFlags.None
- nameWithType: IconComponentFlags.None
-- uid: FFXIVClientStructs.Component.GUI.ImageNodeFlags
- name: ImageNodeFlags
- href: api/FFXIVClientStructs.Component.GUI.ImageNodeFlags.html
- commentId: T:FFXIVClientStructs.Component.GUI.ImageNodeFlags
- fullName: FFXIVClientStructs.Component.GUI.ImageNodeFlags
- nameWithType: ImageNodeFlags
-- uid: FFXIVClientStructs.Component.GUI.ImageNodeFlags.AutoFit
- name: AutoFit
- href: api/FFXIVClientStructs.Component.GUI.ImageNodeFlags.html#FFXIVClientStructs_Component_GUI_ImageNodeFlags_AutoFit
- commentId: F:FFXIVClientStructs.Component.GUI.ImageNodeFlags.AutoFit
- fullName: FFXIVClientStructs.Component.GUI.ImageNodeFlags.AutoFit
- nameWithType: ImageNodeFlags.AutoFit
-- uid: FFXIVClientStructs.Component.GUI.ImageNodeFlags.FlipH
- name: FlipH
- href: api/FFXIVClientStructs.Component.GUI.ImageNodeFlags.html#FFXIVClientStructs_Component_GUI_ImageNodeFlags_FlipH
- commentId: F:FFXIVClientStructs.Component.GUI.ImageNodeFlags.FlipH
- fullName: FFXIVClientStructs.Component.GUI.ImageNodeFlags.FlipH
- nameWithType: ImageNodeFlags.FlipH
-- uid: FFXIVClientStructs.Component.GUI.ImageNodeFlags.FlipV
- name: FlipV
- href: api/FFXIVClientStructs.Component.GUI.ImageNodeFlags.html#FFXIVClientStructs_Component_GUI_ImageNodeFlags_FlipV
- commentId: F:FFXIVClientStructs.Component.GUI.ImageNodeFlags.FlipV
- fullName: FFXIVClientStructs.Component.GUI.ImageNodeFlags.FlipV
- nameWithType: ImageNodeFlags.FlipV
-- uid: FFXIVClientStructs.Component.GUI.NodeFlags
- name: NodeFlags
- href: api/FFXIVClientStructs.Component.GUI.NodeFlags.html
- commentId: T:FFXIVClientStructs.Component.GUI.NodeFlags
- fullName: FFXIVClientStructs.Component.GUI.NodeFlags
- nameWithType: NodeFlags
-- uid: FFXIVClientStructs.Component.GUI.NodeFlags.AnchorBottom
- name: AnchorBottom
- href: api/FFXIVClientStructs.Component.GUI.NodeFlags.html#FFXIVClientStructs_Component_GUI_NodeFlags_AnchorBottom
- commentId: F:FFXIVClientStructs.Component.GUI.NodeFlags.AnchorBottom
- fullName: FFXIVClientStructs.Component.GUI.NodeFlags.AnchorBottom
- nameWithType: NodeFlags.AnchorBottom
-- uid: FFXIVClientStructs.Component.GUI.NodeFlags.AnchorLeft
- name: AnchorLeft
- href: api/FFXIVClientStructs.Component.GUI.NodeFlags.html#FFXIVClientStructs_Component_GUI_NodeFlags_AnchorLeft
- commentId: F:FFXIVClientStructs.Component.GUI.NodeFlags.AnchorLeft
- fullName: FFXIVClientStructs.Component.GUI.NodeFlags.AnchorLeft
- nameWithType: NodeFlags.AnchorLeft
-- uid: FFXIVClientStructs.Component.GUI.NodeFlags.AnchorRight
- name: AnchorRight
- href: api/FFXIVClientStructs.Component.GUI.NodeFlags.html#FFXIVClientStructs_Component_GUI_NodeFlags_AnchorRight
- commentId: F:FFXIVClientStructs.Component.GUI.NodeFlags.AnchorRight
- fullName: FFXIVClientStructs.Component.GUI.NodeFlags.AnchorRight
- nameWithType: NodeFlags.AnchorRight
-- uid: FFXIVClientStructs.Component.GUI.NodeFlags.AnchorTop
- name: AnchorTop
- href: api/FFXIVClientStructs.Component.GUI.NodeFlags.html#FFXIVClientStructs_Component_GUI_NodeFlags_AnchorTop
- commentId: F:FFXIVClientStructs.Component.GUI.NodeFlags.AnchorTop
- fullName: FFXIVClientStructs.Component.GUI.NodeFlags.AnchorTop
- nameWithType: NodeFlags.AnchorTop
-- uid: FFXIVClientStructs.Component.GUI.NodeFlags.Clip
- name: Clip
- href: api/FFXIVClientStructs.Component.GUI.NodeFlags.html#FFXIVClientStructs_Component_GUI_NodeFlags_Clip
- commentId: F:FFXIVClientStructs.Component.GUI.NodeFlags.Clip
- fullName: FFXIVClientStructs.Component.GUI.NodeFlags.Clip
- nameWithType: NodeFlags.Clip
-- uid: FFXIVClientStructs.Component.GUI.NodeFlags.Enabled
- name: Enabled
- href: api/FFXIVClientStructs.Component.GUI.NodeFlags.html#FFXIVClientStructs_Component_GUI_NodeFlags_Enabled
- commentId: F:FFXIVClientStructs.Component.GUI.NodeFlags.Enabled
- fullName: FFXIVClientStructs.Component.GUI.NodeFlags.Enabled
- nameWithType: NodeFlags.Enabled
-- uid: FFXIVClientStructs.Component.GUI.NodeFlags.Fill
- name: Fill
- href: api/FFXIVClientStructs.Component.GUI.NodeFlags.html#FFXIVClientStructs_Component_GUI_NodeFlags_Fill
- commentId: F:FFXIVClientStructs.Component.GUI.NodeFlags.Fill
- fullName: FFXIVClientStructs.Component.GUI.NodeFlags.Fill
- nameWithType: NodeFlags.Fill
-- uid: FFXIVClientStructs.Component.GUI.NodeFlags.HasCollision
- name: HasCollision
- href: api/FFXIVClientStructs.Component.GUI.NodeFlags.html#FFXIVClientStructs_Component_GUI_NodeFlags_HasCollision
- commentId: F:FFXIVClientStructs.Component.GUI.NodeFlags.HasCollision
- fullName: FFXIVClientStructs.Component.GUI.NodeFlags.HasCollision
- nameWithType: NodeFlags.HasCollision
-- uid: FFXIVClientStructs.Component.GUI.NodeFlags.RespondToMouse
- name: RespondToMouse
- href: api/FFXIVClientStructs.Component.GUI.NodeFlags.html#FFXIVClientStructs_Component_GUI_NodeFlags_RespondToMouse
- commentId: F:FFXIVClientStructs.Component.GUI.NodeFlags.RespondToMouse
- fullName: FFXIVClientStructs.Component.GUI.NodeFlags.RespondToMouse
- nameWithType: NodeFlags.RespondToMouse
-- uid: FFXIVClientStructs.Component.GUI.NodeFlags.Visible
- name: Visible
- href: api/FFXIVClientStructs.Component.GUI.NodeFlags.html#FFXIVClientStructs_Component_GUI_NodeFlags_Visible
- commentId: F:FFXIVClientStructs.Component.GUI.NodeFlags.Visible
- fullName: FFXIVClientStructs.Component.GUI.NodeFlags.Visible
- nameWithType: NodeFlags.Visible
-- uid: FFXIVClientStructs.Component.GUI.NodeType
- name: NodeType
- href: api/FFXIVClientStructs.Component.GUI.NodeType.html
- commentId: T:FFXIVClientStructs.Component.GUI.NodeType
- fullName: FFXIVClientStructs.Component.GUI.NodeType
- nameWithType: NodeType
-- uid: FFXIVClientStructs.Component.GUI.NodeType.Collision
- name: Collision
- href: api/FFXIVClientStructs.Component.GUI.NodeType.html#FFXIVClientStructs_Component_GUI_NodeType_Collision
- commentId: F:FFXIVClientStructs.Component.GUI.NodeType.Collision
- fullName: FFXIVClientStructs.Component.GUI.NodeType.Collision
- nameWithType: NodeType.Collision
-- uid: FFXIVClientStructs.Component.GUI.NodeType.Counter
- name: Counter
- href: api/FFXIVClientStructs.Component.GUI.NodeType.html#FFXIVClientStructs_Component_GUI_NodeType_Counter
- commentId: F:FFXIVClientStructs.Component.GUI.NodeType.Counter
- fullName: FFXIVClientStructs.Component.GUI.NodeType.Counter
- nameWithType: NodeType.Counter
-- uid: FFXIVClientStructs.Component.GUI.NodeType.Image
- name: Image
- href: api/FFXIVClientStructs.Component.GUI.NodeType.html#FFXIVClientStructs_Component_GUI_NodeType_Image
- commentId: F:FFXIVClientStructs.Component.GUI.NodeType.Image
- fullName: FFXIVClientStructs.Component.GUI.NodeType.Image
- nameWithType: NodeType.Image
-- uid: FFXIVClientStructs.Component.GUI.NodeType.NineGrid
- name: NineGrid
- href: api/FFXIVClientStructs.Component.GUI.NodeType.html#FFXIVClientStructs_Component_GUI_NodeType_NineGrid
- commentId: F:FFXIVClientStructs.Component.GUI.NodeType.NineGrid
- fullName: FFXIVClientStructs.Component.GUI.NodeType.NineGrid
- nameWithType: NodeType.NineGrid
-- uid: FFXIVClientStructs.Component.GUI.NodeType.Res
- name: Res
- href: api/FFXIVClientStructs.Component.GUI.NodeType.html#FFXIVClientStructs_Component_GUI_NodeType_Res
- commentId: F:FFXIVClientStructs.Component.GUI.NodeType.Res
- fullName: FFXIVClientStructs.Component.GUI.NodeType.Res
- nameWithType: NodeType.Res
-- uid: FFXIVClientStructs.Component.GUI.NodeType.Text
- name: Text
- href: api/FFXIVClientStructs.Component.GUI.NodeType.html#FFXIVClientStructs_Component_GUI_NodeType_Text
- commentId: F:FFXIVClientStructs.Component.GUI.NodeType.Text
- fullName: FFXIVClientStructs.Component.GUI.NodeType.Text
- nameWithType: NodeType.Text
-- uid: FFXIVClientStructs.Component.GUI.TextFlags
- name: TextFlags
- href: api/FFXIVClientStructs.Component.GUI.TextFlags.html
- commentId: T:FFXIVClientStructs.Component.GUI.TextFlags
- fullName: FFXIVClientStructs.Component.GUI.TextFlags
- nameWithType: TextFlags
-- uid: FFXIVClientStructs.Component.GUI.TextFlags.Bold
- name: Bold
- href: api/FFXIVClientStructs.Component.GUI.TextFlags.html#FFXIVClientStructs_Component_GUI_TextFlags_Bold
- commentId: F:FFXIVClientStructs.Component.GUI.TextFlags.Bold
- fullName: FFXIVClientStructs.Component.GUI.TextFlags.Bold
- nameWithType: TextFlags.Bold
-- uid: FFXIVClientStructs.Component.GUI.TextFlags.Edge
- name: Edge
- href: api/FFXIVClientStructs.Component.GUI.TextFlags.html#FFXIVClientStructs_Component_GUI_TextFlags_Edge
- commentId: F:FFXIVClientStructs.Component.GUI.TextFlags.Edge
- fullName: FFXIVClientStructs.Component.GUI.TextFlags.Edge
- nameWithType: TextFlags.Edge
-- uid: FFXIVClientStructs.Component.GUI.TextFlags.Emboss
- name: Emboss
- href: api/FFXIVClientStructs.Component.GUI.TextFlags.html#FFXIVClientStructs_Component_GUI_TextFlags_Emboss
- commentId: F:FFXIVClientStructs.Component.GUI.TextFlags.Emboss
- fullName: FFXIVClientStructs.Component.GUI.TextFlags.Emboss
- nameWithType: TextFlags.Emboss
-- uid: FFXIVClientStructs.Component.GUI.TextFlags.Glare
- name: Glare
- href: api/FFXIVClientStructs.Component.GUI.TextFlags.html#FFXIVClientStructs_Component_GUI_TextFlags_Glare
- commentId: F:FFXIVClientStructs.Component.GUI.TextFlags.Glare
- fullName: FFXIVClientStructs.Component.GUI.TextFlags.Glare
- nameWithType: TextFlags.Glare
-- uid: FFXIVClientStructs.Component.GUI.TextFlags.Italic
- name: Italic
- href: api/FFXIVClientStructs.Component.GUI.TextFlags.html#FFXIVClientStructs_Component_GUI_TextFlags_Italic
- commentId: F:FFXIVClientStructs.Component.GUI.TextFlags.Italic
- fullName: FFXIVClientStructs.Component.GUI.TextFlags.Italic
- nameWithType: TextFlags.Italic
-- uid: FFXIVClientStructs.Component.GUI.TextFlags.MultiLine
- name: MultiLine
- href: api/FFXIVClientStructs.Component.GUI.TextFlags.html#FFXIVClientStructs_Component_GUI_TextFlags_MultiLine
- commentId: F:FFXIVClientStructs.Component.GUI.TextFlags.MultiLine
- fullName: FFXIVClientStructs.Component.GUI.TextFlags.MultiLine
- nameWithType: TextFlags.MultiLine
-- uid: FFXIVClientStructs.Component.GUI.TextFlags.Unk
- name: Unk
- href: api/FFXIVClientStructs.Component.GUI.TextFlags.html#FFXIVClientStructs_Component_GUI_TextFlags_Unk
- commentId: F:FFXIVClientStructs.Component.GUI.TextFlags.Unk
- fullName: FFXIVClientStructs.Component.GUI.TextFlags.Unk
- nameWithType: TextFlags.Unk
-- uid: FFXIVClientStructs.Component.GUI.TextFlags.WordWrap
- name: WordWrap
- href: api/FFXIVClientStructs.Component.GUI.TextFlags.html#FFXIVClientStructs_Component_GUI_TextFlags_WordWrap
- commentId: F:FFXIVClientStructs.Component.GUI.TextFlags.WordWrap
- fullName: FFXIVClientStructs.Component.GUI.TextFlags.WordWrap
- nameWithType: TextFlags.WordWrap
-- uid: FFXIVClientStructs.Component.GUI.TextFlags2
- name: TextFlags2
- href: api/FFXIVClientStructs.Component.GUI.TextFlags2.html
- commentId: T:FFXIVClientStructs.Component.GUI.TextFlags2
- fullName: FFXIVClientStructs.Component.GUI.TextFlags2
- nameWithType: TextFlags2
-- uid: FFXIVClientStructs.Component.GUI.TextFlags2.Ellipsis
- name: Ellipsis
- href: api/FFXIVClientStructs.Component.GUI.TextFlags2.html#FFXIVClientStructs_Component_GUI_TextFlags2_Ellipsis
- commentId: F:FFXIVClientStructs.Component.GUI.TextFlags2.Ellipsis
- fullName: FFXIVClientStructs.Component.GUI.TextFlags2.Ellipsis
- nameWithType: TextFlags2.Ellipsis
-- uid: FFXIVClientStructs.Component.GUI.TextureResource
- name: TextureResource
- href: api/FFXIVClientStructs.Component.GUI.TextureResource.html
- commentId: T:FFXIVClientStructs.Component.GUI.TextureResource
- fullName: FFXIVClientStructs.Component.GUI.TextureResource
- nameWithType: TextureResource
-- uid: FFXIVClientStructs.Component.GUI.TextureResource.Count_1
- name: Count_1
- href: api/FFXIVClientStructs.Component.GUI.TextureResource.html#FFXIVClientStructs_Component_GUI_TextureResource_Count_1
- commentId: F:FFXIVClientStructs.Component.GUI.TextureResource.Count_1
- fullName: FFXIVClientStructs.Component.GUI.TextureResource.Count_1
- nameWithType: TextureResource.Count_1
-- uid: FFXIVClientStructs.Component.GUI.TextureResource.Count_2
- name: Count_2
- href: api/FFXIVClientStructs.Component.GUI.TextureResource.html#FFXIVClientStructs_Component_GUI_TextureResource_Count_2
- commentId: F:FFXIVClientStructs.Component.GUI.TextureResource.Count_2
- fullName: FFXIVClientStructs.Component.GUI.TextureResource.Count_2
- nameWithType: TextureResource.Count_2
-- uid: FFXIVClientStructs.Component.GUI.TextureResource.KernelTextureObject
- name: KernelTextureObject
- href: api/FFXIVClientStructs.Component.GUI.TextureResource.html#FFXIVClientStructs_Component_GUI_TextureResource_KernelTextureObject
- commentId: F:FFXIVClientStructs.Component.GUI.TextureResource.KernelTextureObject
- fullName: FFXIVClientStructs.Component.GUI.TextureResource.KernelTextureObject
- nameWithType: TextureResource.KernelTextureObject
-- uid: FFXIVClientStructs.Component.GUI.TextureResource.TexFileResourceHandle
- name: TexFileResourceHandle
- href: api/FFXIVClientStructs.Component.GUI.TextureResource.html#FFXIVClientStructs_Component_GUI_TextureResource_TexFileResourceHandle
- commentId: F:FFXIVClientStructs.Component.GUI.TextureResource.TexFileResourceHandle
- fullName: FFXIVClientStructs.Component.GUI.TextureResource.TexFileResourceHandle
- nameWithType: TextureResource.TexFileResourceHandle
-- uid: FFXIVClientStructs.Component.GUI.TextureResource.TexPathHash
- name: TexPathHash
- href: api/FFXIVClientStructs.Component.GUI.TextureResource.html#FFXIVClientStructs_Component_GUI_TextureResource_TexPathHash
- commentId: F:FFXIVClientStructs.Component.GUI.TextureResource.TexPathHash
- fullName: FFXIVClientStructs.Component.GUI.TextureResource.TexPathHash
- nameWithType: TextureResource.TexPathHash
-- uid: FFXIVClientStructs.Component.GUI.TextureResource.Unk_1
- name: Unk_1
- href: api/FFXIVClientStructs.Component.GUI.TextureResource.html#FFXIVClientStructs_Component_GUI_TextureResource_Unk_1
- commentId: F:FFXIVClientStructs.Component.GUI.TextureResource.Unk_1
- fullName: FFXIVClientStructs.Component.GUI.TextureResource.Unk_1
- nameWithType: TextureResource.Unk_1
-- uid: FFXIVClientStructs.Component.GUI.TextureType
- name: TextureType
- href: api/FFXIVClientStructs.Component.GUI.TextureType.html
- commentId: T:FFXIVClientStructs.Component.GUI.TextureType
- fullName: FFXIVClientStructs.Component.GUI.TextureType
- nameWithType: TextureType
-- uid: FFXIVClientStructs.Component.GUI.TextureType.Crest
- name: Crest
- href: api/FFXIVClientStructs.Component.GUI.TextureType.html#FFXIVClientStructs_Component_GUI_TextureType_Crest
- commentId: F:FFXIVClientStructs.Component.GUI.TextureType.Crest
- fullName: FFXIVClientStructs.Component.GUI.TextureType.Crest
- nameWithType: TextureType.Crest
-- uid: FFXIVClientStructs.Component.GUI.TextureType.KernelTexture
- name: KernelTexture
- href: api/FFXIVClientStructs.Component.GUI.TextureType.html#FFXIVClientStructs_Component_GUI_TextureType_KernelTexture
- commentId: F:FFXIVClientStructs.Component.GUI.TextureType.KernelTexture
- fullName: FFXIVClientStructs.Component.GUI.TextureType.KernelTexture
- nameWithType: TextureType.KernelTexture
-- uid: FFXIVClientStructs.Component.GUI.TextureType.Resource
- name: Resource
- href: api/FFXIVClientStructs.Component.GUI.TextureType.html#FFXIVClientStructs_Component_GUI_TextureType_Resource
- commentId: F:FFXIVClientStructs.Component.GUI.TextureType.Resource
- fullName: FFXIVClientStructs.Component.GUI.TextureType.Resource
- nameWithType: TextureType.Resource
-- uid: FFXIVClientStructs.Component.GUI.ULD
- name: FFXIVClientStructs.Component.GUI.ULD
- href: api/FFXIVClientStructs.Component.GUI.ULD.html
- commentId: N:FFXIVClientStructs.Component.GUI.ULD
- fullName: FFXIVClientStructs.Component.GUI.ULD
- nameWithType: FFXIVClientStructs.Component.GUI.ULD
-- uid: FFXIVClientStructs.Component.GUI.ULD.AlignmentType
- name: AlignmentType
- href: api/FFXIVClientStructs.Component.GUI.ULD.AlignmentType.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.AlignmentType
- fullName: FFXIVClientStructs.Component.GUI.ULD.AlignmentType
- nameWithType: AlignmentType
-- uid: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Bottom
- name: Bottom
- href: api/FFXIVClientStructs.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_Component_GUI_ULD_AlignmentType_Bottom
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Bottom
- fullName: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Bottom
- nameWithType: AlignmentType.Bottom
-- uid: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.BottomLeft
- name: BottomLeft
- href: api/FFXIVClientStructs.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_Component_GUI_ULD_AlignmentType_BottomLeft
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.AlignmentType.BottomLeft
- fullName: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.BottomLeft
- nameWithType: AlignmentType.BottomLeft
-- uid: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.BottomRight
- name: BottomRight
- href: api/FFXIVClientStructs.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_Component_GUI_ULD_AlignmentType_BottomRight
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.AlignmentType.BottomRight
- fullName: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.BottomRight
- nameWithType: AlignmentType.BottomRight
-- uid: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Center
- name: Center
- href: api/FFXIVClientStructs.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_Component_GUI_ULD_AlignmentType_Center
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Center
- fullName: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Center
- nameWithType: AlignmentType.Center
-- uid: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Left
- name: Left
- href: api/FFXIVClientStructs.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_Component_GUI_ULD_AlignmentType_Left
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Left
- fullName: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Left
- nameWithType: AlignmentType.Left
-- uid: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Right
- name: Right
- href: api/FFXIVClientStructs.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_Component_GUI_ULD_AlignmentType_Right
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Right
- fullName: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Right
- nameWithType: AlignmentType.Right
-- uid: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Top
- name: Top
- href: api/FFXIVClientStructs.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_Component_GUI_ULD_AlignmentType_Top
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Top
- fullName: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.Top
- nameWithType: AlignmentType.Top
-- uid: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.TopLeft
- name: TopLeft
- href: api/FFXIVClientStructs.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_Component_GUI_ULD_AlignmentType_TopLeft
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.AlignmentType.TopLeft
- fullName: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.TopLeft
- nameWithType: AlignmentType.TopLeft
-- uid: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.TopRight
- name: TopRight
- href: api/FFXIVClientStructs.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_Component_GUI_ULD_AlignmentType_TopRight
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.AlignmentType.TopRight
- fullName: FFXIVClientStructs.Component.GUI.ULD.AlignmentType.TopRight
- nameWithType: AlignmentType.TopRight
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1
- name: TextInputFlags1
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1
- nameWithType: TextInputFlags1
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.AllowLowerCase
- name: AllowLowerCase
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_Component_GUI_ULD_TextInputFlags1_AllowLowerCase
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.AllowLowerCase
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.AllowLowerCase
- nameWithType: TextInputFlags1.AllowLowerCase
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.AllowUpperCase
- name: AllowUpperCase
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_Component_GUI_ULD_TextInputFlags1_AllowUpperCase
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.AllowUpperCase
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.AllowUpperCase
- nameWithType: TextInputFlags1.AllowUpperCase
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.Capitalize
- name: Capitalize
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_Component_GUI_ULD_TextInputFlags1_Capitalize
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.Capitalize
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.Capitalize
- nameWithType: TextInputFlags1.Capitalize
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.EnableDictionary
- name: EnableDictionary
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_Component_GUI_ULD_TextInputFlags1_EnableDictionary
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.EnableDictionary
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.EnableDictionary
- nameWithType: TextInputFlags1.EnableDictionary
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.EnableHistory
- name: EnableHistory
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_Component_GUI_ULD_TextInputFlags1_EnableHistory
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.EnableHistory
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.EnableHistory
- nameWithType: TextInputFlags1.EnableHistory
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.EnableIME
- name: EnableIME
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_Component_GUI_ULD_TextInputFlags1_EnableIME
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.EnableIME
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.EnableIME
- nameWithType: TextInputFlags1.EnableIME
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.EscapeClears
- name: EscapeClears
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_Component_GUI_ULD_TextInputFlags1_EscapeClears
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.EscapeClears
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.EscapeClears
- nameWithType: TextInputFlags1.EscapeClears
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.Mask
- name: Mask
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_Component_GUI_ULD_TextInputFlags1_Mask
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.Mask
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags1.Mask
- nameWithType: TextInputFlags1.Mask
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2
- name: TextInputFlags2
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2
- nameWithType: TextInputFlags2
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.AllowNumberInput
- name: AllowNumberInput
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.html#FFXIVClientStructs_Component_GUI_ULD_TextInputFlags2_AllowNumberInput
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.AllowNumberInput
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.AllowNumberInput
- nameWithType: TextInputFlags2.AllowNumberInput
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.AllowSymbolInput
- name: AllowSymbolInput
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.html#FFXIVClientStructs_Component_GUI_ULD_TextInputFlags2_AllowSymbolInput
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.AllowSymbolInput
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.AllowSymbolInput
- nameWithType: TextInputFlags2.AllowSymbolInput
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.AutoMaxWidth
- name: AutoMaxWidth
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.html#FFXIVClientStructs_Component_GUI_ULD_TextInputFlags2_AutoMaxWidth
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.AutoMaxWidth
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.AutoMaxWidth
- nameWithType: TextInputFlags2.AutoMaxWidth
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.MultiLine
- name: MultiLine
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.html#FFXIVClientStructs_Component_GUI_ULD_TextInputFlags2_MultiLine
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.MultiLine
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.MultiLine
- nameWithType: TextInputFlags2.MultiLine
-- uid: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.WordWrap
- name: WordWrap
- href: api/FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.html#FFXIVClientStructs_Component_GUI_ULD_TextInputFlags2_WordWrap
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.WordWrap
- fullName: FFXIVClientStructs.Component.GUI.ULD.TextInputFlags2.WordWrap
- nameWithType: TextInputFlags2.WordWrap
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase
- name: ULDComponentDataBase
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase
- nameWithType: ULDComponentDataBase
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Cursor
- name: Cursor
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataBase_Cursor
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Cursor
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Cursor
- nameWithType: ULDComponentDataBase.Cursor
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Down
- name: Down
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataBase_Down
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Down
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Down
- nameWithType: ULDComponentDataBase.Down
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Index
- name: Index
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataBase_Index
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Index
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Index
- nameWithType: ULDComponentDataBase.Index
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Left
- name: Left
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataBase_Left
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Left
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Left
- nameWithType: ULDComponentDataBase.Left
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.OffsetX
- name: OffsetX
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataBase_OffsetX
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.OffsetX
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.OffsetX
- nameWithType: ULDComponentDataBase.OffsetX
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.OffsetY
- name: OffsetY
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataBase_OffsetY
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.OffsetY
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.OffsetY
- nameWithType: ULDComponentDataBase.OffsetY
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Right
- name: Right
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataBase_Right
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Right
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Right
- nameWithType: ULDComponentDataBase.Right
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Unk
- name: Unk
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataBase_Unk
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Unk
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Unk
- nameWithType: ULDComponentDataBase.Unk
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Up
- name: Up
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataBase_Up
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Up
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataBase.Up
- nameWithType: ULDComponentDataBase.Up
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton
- name: ULDComponentDataButton
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton
- nameWithType: ULDComponentDataButton
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataButton_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.Base
- nameWithType: ULDComponentDataButton.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataButton_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.Nodes
- nameWithType: ULDComponentDataButton.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.TextId
- name: TextId
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataButton_TextId
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.TextId
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataButton.TextId
- nameWithType: ULDComponentDataButton.TextId
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox
- name: ULDComponentDataCheckBox
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox
- nameWithType: ULDComponentDataCheckBox
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataCheckBox_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.Base
- nameWithType: ULDComponentDataCheckBox.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataCheckBox_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.Nodes
- nameWithType: ULDComponentDataCheckBox.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.TextId
- name: TextId
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataCheckBox_TextId
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.TextId
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataCheckBox.TextId
- nameWithType: ULDComponentDataCheckBox.TextId
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop
- name: ULDComponentDataDragDrop
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop
- nameWithType: ULDComponentDataDragDrop
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataDragDrop_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop.Base
- nameWithType: ULDComponentDataDragDrop.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataDragDrop_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDragDrop.Nodes
- nameWithType: ULDComponentDataDragDrop.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList
- name: ULDComponentDataDropDownList
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList
- nameWithType: ULDComponentDataDropDownList
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataDropDownList_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList.Base
- nameWithType: ULDComponentDataDropDownList.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataDropDownList_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataDropDownList.Nodes
- nameWithType: ULDComponentDataDropDownList.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar
- name: ULDComponentDataGaugeBar
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar
- nameWithType: ULDComponentDataGaugeBar
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataGaugeBar_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Base
- nameWithType: ULDComponentDataGaugeBar.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Indicator
- name: Indicator
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataGaugeBar_Indicator
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Indicator
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Indicator
- nameWithType: ULDComponentDataGaugeBar.Indicator
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.MarginH
- name: MarginH
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataGaugeBar_MarginH
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.MarginH
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.MarginH
- nameWithType: ULDComponentDataGaugeBar.MarginH
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.MarginV
- name: MarginV
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataGaugeBar_MarginV
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.MarginV
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.MarginV
- nameWithType: ULDComponentDataGaugeBar.MarginV
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Max
- name: Max
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataGaugeBar_Max
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Max
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Max
- nameWithType: ULDComponentDataGaugeBar.Max
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Min
- name: Min
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataGaugeBar_Min
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Min
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Min
- nameWithType: ULDComponentDataGaugeBar.Min
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataGaugeBar_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Nodes
- nameWithType: ULDComponentDataGaugeBar.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Value
- name: Value
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataGaugeBar_Value
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Value
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Value
- nameWithType: ULDComponentDataGaugeBar.Value
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Vertical
- name: Vertical
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataGaugeBar_Vertical
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Vertical
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGaugeBar.Vertical
- nameWithType: ULDComponentDataGaugeBar.Vertical
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard
- name: ULDComponentDataGuildLeveCard
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard
- nameWithType: ULDComponentDataGuildLeveCard
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataGuildLeveCard_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard.Base
- nameWithType: ULDComponentDataGuildLeveCard.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataGuildLeveCard_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataGuildLeveCard.Nodes
- nameWithType: ULDComponentDataGuildLeveCard.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon
- name: ULDComponentDataIcon
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon
- nameWithType: ULDComponentDataIcon
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataIcon_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon.Base
- nameWithType: ULDComponentDataIcon.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataIcon_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIcon.Nodes
- nameWithType: ULDComponentDataIcon.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText
- name: ULDComponentDataIconText
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText
- nameWithType: ULDComponentDataIconText
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataIconText_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText.Base
- nameWithType: ULDComponentDataIconText.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataIconText_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataIconText.Nodes
- nameWithType: ULDComponentDataIconText.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase
- name: ULDComponentDataInputBase
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase
- nameWithType: ULDComponentDataInputBase
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataInputBase_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase.Base
- nameWithType: ULDComponentDataInputBase.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase.FocusColor
- name: FocusColor
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataInputBase_FocusColor
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase.FocusColor
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataInputBase.FocusColor
- nameWithType: ULDComponentDataInputBase.FocusColor
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas
- name: ULDComponentDataJournalCanvas
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas
- nameWithType: ULDComponentDataJournalCanvas
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.AnotherMargin
- name: AnotherMargin
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataJournalCanvas_AnotherMargin
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.AnotherMargin
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.AnotherMargin
- nameWithType: ULDComponentDataJournalCanvas.AnotherMargin
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataJournalCanvas_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.Base
- nameWithType: ULDComponentDataJournalCanvas.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.BasicMargin
- name: BasicMargin
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataJournalCanvas_BasicMargin
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.BasicMargin
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.BasicMargin
- nameWithType: ULDComponentDataJournalCanvas.BasicMargin
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.ItemMargin
- name: ItemMargin
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataJournalCanvas_ItemMargin
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.ItemMargin
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.ItemMargin
- nameWithType: ULDComponentDataJournalCanvas.ItemMargin
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataJournalCanvas_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.Nodes
- nameWithType: ULDComponentDataJournalCanvas.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.Padding
- name: Padding
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataJournalCanvas_Padding
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.Padding
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataJournalCanvas.Padding
- nameWithType: ULDComponentDataJournalCanvas.Padding
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList
- name: ULDComponentDataList
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList
- nameWithType: ULDComponentDataList
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataList_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.Base
- nameWithType: ULDComponentDataList.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.ColNum
- name: ColNum
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataList_ColNum
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.ColNum
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.ColNum
- nameWithType: ULDComponentDataList.ColNum
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataList_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.Nodes
- nameWithType: ULDComponentDataList.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.Orientation
- name: Orientation
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataList_Orientation
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.Orientation
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.Orientation
- nameWithType: ULDComponentDataList.Orientation
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.RowNum
- name: RowNum
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataList_RowNum
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.RowNum
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.RowNum
- nameWithType: ULDComponentDataList.RowNum
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.Wrap
- name: Wrap
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataList_Wrap
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.Wrap
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataList.Wrap
- nameWithType: ULDComponentDataList.Wrap
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer
- name: ULDComponentDataListItemRenderer
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer
- nameWithType: ULDComponentDataListItemRenderer
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataListItemRenderer_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.Base
- nameWithType: ULDComponentDataListItemRenderer.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.CanToggle
- name: CanToggle
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataListItemRenderer_CanToggle
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.CanToggle
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.CanToggle
- nameWithType: ULDComponentDataListItemRenderer.CanToggle
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataListItemRenderer_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataListItemRenderer.Nodes
- nameWithType: ULDComponentDataListItemRenderer.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap
- name: ULDComponentDataMap
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap
- nameWithType: ULDComponentDataMap
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataMap_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap.Base
- nameWithType: ULDComponentDataMap.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataMap_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMap.Nodes
- nameWithType: ULDComponentDataMap.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose
- name: ULDComponentDataMultipurpose
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose
- nameWithType: ULDComponentDataMultipurpose
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataMultipurpose_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose.Base
- nameWithType: ULDComponentDataMultipurpose.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataMultipurpose_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataMultipurpose.Nodes
- nameWithType: ULDComponentDataMultipurpose.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput
- name: ULDComponentDataNumericInput
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput
- nameWithType: ULDComponentDataNumericInput
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Add
- name: Add
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataNumericInput_Add
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Add
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Add
- nameWithType: ULDComponentDataNumericInput.Add
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Comma
- name: Comma
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataNumericInput_Comma
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Comma
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Comma
- nameWithType: ULDComponentDataNumericInput.Comma
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.EndLetterId
- name: EndLetterId
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataNumericInput_EndLetterId
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.EndLetterId
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.EndLetterId
- nameWithType: ULDComponentDataNumericInput.EndLetterId
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.InputBase
- name: InputBase
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataNumericInput_InputBase
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.InputBase
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.InputBase
- nameWithType: ULDComponentDataNumericInput.InputBase
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Max
- name: Max
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataNumericInput_Max
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Max
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Max
- nameWithType: ULDComponentDataNumericInput.Max
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Min
- name: Min
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataNumericInput_Min
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Min
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Min
- nameWithType: ULDComponentDataNumericInput.Min
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataNumericInput_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Nodes
- nameWithType: ULDComponentDataNumericInput.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Value
- name: Value
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataNumericInput_Value
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Value
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataNumericInput.Value
- nameWithType: ULDComponentDataNumericInput.Value
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview
- name: ULDComponentDataPreview
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview
- nameWithType: ULDComponentDataPreview
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataPreview_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview.Base
- nameWithType: ULDComponentDataPreview.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataPreview_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataPreview.Nodes
- nameWithType: ULDComponentDataPreview.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton
- name: ULDComponentDataRadioButton
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton
- nameWithType: ULDComponentDataRadioButton
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataRadioButton_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.Base
- nameWithType: ULDComponentDataRadioButton.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.GroupId
- name: GroupId
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataRadioButton_GroupId
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.GroupId
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.GroupId
- nameWithType: ULDComponentDataRadioButton.GroupId
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataRadioButton_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.Nodes
- nameWithType: ULDComponentDataRadioButton.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.TextId
- name: TextId
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataRadioButton_TextId
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.TextId
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataRadioButton.TextId
- nameWithType: ULDComponentDataRadioButton.TextId
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar
- name: ULDComponentDataScrollBar
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar
- nameWithType: ULDComponentDataScrollBar
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataScrollBar_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.Base
- nameWithType: ULDComponentDataScrollBar.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.Margin
- name: Margin
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataScrollBar_Margin
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.Margin
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.Margin
- nameWithType: ULDComponentDataScrollBar.Margin
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataScrollBar_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.Nodes
- nameWithType: ULDComponentDataScrollBar.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.Vertical
- name: Vertical
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataScrollBar_Vertical
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.Vertical
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataScrollBar.Vertical
- nameWithType: ULDComponentDataScrollBar.Vertical
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider
- name: ULDComponentDataSlider
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider
- nameWithType: ULDComponentDataSlider
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataSlider_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Base
- nameWithType: ULDComponentDataSlider.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Max
- name: Max
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataSlider_Max
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Max
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Max
- nameWithType: ULDComponentDataSlider.Max
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Min
- name: Min
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataSlider_Min
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Min
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Min
- nameWithType: ULDComponentDataSlider.Min
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataSlider_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Nodes
- nameWithType: ULDComponentDataSlider.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.OfffsetL
- name: OfffsetL
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataSlider_OfffsetL
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.OfffsetL
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.OfffsetL
- nameWithType: ULDComponentDataSlider.OfffsetL
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.OffsetR
- name: OffsetR
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataSlider_OffsetR
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.OffsetR
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.OffsetR
- nameWithType: ULDComponentDataSlider.OffsetR
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Step
- name: Step
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataSlider_Step
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Step
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Step
- nameWithType: ULDComponentDataSlider.Step
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Vertical
- name: Vertical
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataSlider_Vertical
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Vertical
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataSlider.Vertical
- nameWithType: ULDComponentDataSlider.Vertical
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab
- name: ULDComponentDataTab
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab
- nameWithType: ULDComponentDataTab
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTab_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.Base
- nameWithType: ULDComponentDataTab.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.GroupId
- name: GroupId
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTab_GroupId
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.GroupId
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.GroupId
- nameWithType: ULDComponentDataTab.GroupId
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTab_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.Nodes
- nameWithType: ULDComponentDataTab.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.TextId
- name: TextId
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTab_TextId
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.TextId
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTab.TextId
- nameWithType: ULDComponentDataTab.TextId
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput
- name: ULDComponentDataTextInput
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput
- nameWithType: ULDComponentDataTextInput
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.CandidateColor
- name: CandidateColor
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextInput_CandidateColor
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.CandidateColor
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.CandidateColor
- nameWithType: ULDComponentDataTextInput.CandidateColor
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.CharSet
- name: CharSet
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextInput_CharSet
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.CharSet
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.CharSet
- nameWithType: ULDComponentDataTextInput.CharSet
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.CharSetExtras
- name: CharSetExtras
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextInput_CharSetExtras
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.CharSetExtras
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.CharSetExtras
- nameWithType: ULDComponentDataTextInput.CharSetExtras
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.Flags1
- name: Flags1
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextInput_Flags1
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.Flags1
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.Flags1
- nameWithType: ULDComponentDataTextInput.Flags1
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.Flags2
- name: Flags2
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextInput_Flags2
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.Flags2
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.Flags2
- nameWithType: ULDComponentDataTextInput.Flags2
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.IMEColor
- name: IMEColor
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextInput_IMEColor
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.IMEColor
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.IMEColor
- nameWithType: ULDComponentDataTextInput.IMEColor
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.InputBase
- name: InputBase
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextInput_InputBase
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.InputBase
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.InputBase
- nameWithType: ULDComponentDataTextInput.InputBase
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.MaxByte
- name: MaxByte
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextInput_MaxByte
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.MaxByte
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.MaxByte
- nameWithType: ULDComponentDataTextInput.MaxByte
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.MaxChar
- name: MaxChar
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextInput_MaxChar
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.MaxChar
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.MaxChar
- nameWithType: ULDComponentDataTextInput.MaxChar
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.MaxLine
- name: MaxLine
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextInput_MaxLine
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.MaxLine
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.MaxLine
- nameWithType: ULDComponentDataTextInput.MaxLine
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.MaxWidth
- name: MaxWidth
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextInput_MaxWidth
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.MaxWidth
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.MaxWidth
- nameWithType: ULDComponentDataTextInput.MaxWidth
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextInput_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextInput.Nodes
- nameWithType: ULDComponentDataTextInput.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid
- name: ULDComponentDataTextNineGrid
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid
- nameWithType: ULDComponentDataTextNineGrid
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextNineGrid_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.Base
- nameWithType: ULDComponentDataTextNineGrid.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextNineGrid_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.Nodes
- nameWithType: ULDComponentDataTextNineGrid.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.TextId
- name: TextId
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTextNineGrid_TextId
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.TextId
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTextNineGrid.TextId
- nameWithType: ULDComponentDataTextNineGrid.TextId
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList
- name: ULDComponentDataTreeList
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList
- nameWithType: ULDComponentDataTreeList
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTreeList_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.Base
- nameWithType: ULDComponentDataTreeList.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.ColNum
- name: ColNum
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTreeList_ColNum
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.ColNum
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.ColNum
- nameWithType: ULDComponentDataTreeList.ColNum
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTreeList_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.Nodes
- nameWithType: ULDComponentDataTreeList.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.Orientation
- name: Orientation
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTreeList_Orientation
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.Orientation
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.Orientation
- nameWithType: ULDComponentDataTreeList.Orientation
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.RowNum
- name: RowNum
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTreeList_RowNum
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.RowNum
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.RowNum
- nameWithType: ULDComponentDataTreeList.RowNum
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.Wrap
- name: Wrap
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataTreeList_Wrap
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.Wrap
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataTreeList.Wrap
- nameWithType: ULDComponentDataTreeList.Wrap
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton
- name: ULDComponentDataUnknownButton
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton
- nameWithType: ULDComponentDataUnknownButton
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataUnknownButton_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.Base
- nameWithType: ULDComponentDataUnknownButton.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataUnknownButton_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.Nodes
- nameWithType: ULDComponentDataUnknownButton.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.TextId
- name: TextId
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataUnknownButton_TextId
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.TextId
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataUnknownButton.TextId
- nameWithType: ULDComponentDataUnknownButton.TextId
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow
- name: ULDComponentDataWindow
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow
- nameWithType: ULDComponentDataWindow
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.Base
- name: Base
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataWindow_Base
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.Base
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.Base
- nameWithType: ULDComponentDataWindow.Base
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.Nodes
- name: Nodes
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataWindow_Nodes
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.Nodes
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.Nodes
- nameWithType: ULDComponentDataWindow.Nodes
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.ShowCloseButton
- name: ShowCloseButton
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataWindow_ShowCloseButton
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.ShowCloseButton
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.ShowCloseButton
- nameWithType: ULDComponentDataWindow.ShowCloseButton
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.ShowConfigButton
- name: ShowConfigButton
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataWindow_ShowConfigButton
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.ShowConfigButton
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.ShowConfigButton
- nameWithType: ULDComponentDataWindow.ShowConfigButton
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.ShowHeader
- name: ShowHeader
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataWindow_ShowHeader
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.ShowHeader
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.ShowHeader
- nameWithType: ULDComponentDataWindow.ShowHeader
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.ShowHelpButton
- name: ShowHelpButton
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataWindow_ShowHelpButton
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.ShowHelpButton
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.ShowHelpButton
- nameWithType: ULDComponentDataWindow.ShowHelpButton
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.SubtitleTextId
- name: SubtitleTextId
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataWindow_SubtitleTextId
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.SubtitleTextId
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.SubtitleTextId
- nameWithType: ULDComponentDataWindow.SubtitleTextId
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.TitleTextId
- name: TitleTextId
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentDataWindow_TitleTextId
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.TitleTextId
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentDataWindow.TitleTextId
- nameWithType: ULDComponentDataWindow.TitleTextId
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo
- name: ULDComponentInfo
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo
- nameWithType: ULDComponentInfo
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo.ComponentType
- name: ComponentType
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentInfo_ComponentType
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo.ComponentType
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo.ComponentType
- nameWithType: ULDComponentInfo.ComponentType
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo.ObjectInfo
- name: ObjectInfo
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo.html#FFXIVClientStructs_Component_GUI_ULD_ULDComponentInfo_ObjectInfo
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo.ObjectInfo
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDComponentInfo.ObjectInfo
- nameWithType: ULDComponentInfo.ObjectInfo
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData
- name: ULDData
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDData
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData
- nameWithType: ULDData
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.AtkResourceRendererManager
- name: AtkResourceRendererManager
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_AtkResourceRendererManager
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.AtkResourceRendererManager
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.AtkResourceRendererManager
- nameWithType: ULDData.AtkResourceRendererManager
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.ComponentData
- name: ComponentData
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_ComponentData
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.ComponentData
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.ComponentData
- nameWithType: ULDData.ComponentData
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.Flags1
- name: Flags1
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_Flags1
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.Flags1
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.Flags1
- nameWithType: ULDData.Flags1
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.LoadedState
- name: LoadedState
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_LoadedState
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.LoadedState
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.LoadedState
- nameWithType: ULDData.LoadedState
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.NodeList
- name: NodeList
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_NodeList
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.NodeList
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.NodeList
- nameWithType: ULDData.NodeList
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.NodeListCount
- name: NodeListCount
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_NodeListCount
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.NodeListCount
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.NodeListCount
- nameWithType: ULDData.NodeListCount
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.ObjectCount
- name: ObjectCount
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_ObjectCount
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.ObjectCount
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.ObjectCount
- nameWithType: ULDData.ObjectCount
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.Objects
- name: Objects
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_Objects
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.Objects
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.Objects
- nameWithType: ULDData.Objects
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.PartsList
- name: PartsList
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_PartsList
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.PartsList
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.PartsList
- nameWithType: ULDData.PartsList
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.PartsListCount
- name: PartsListCount
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_PartsListCount
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.PartsListCount
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.PartsListCount
- nameWithType: ULDData.PartsListCount
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.RootNode
- name: RootNode
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_RootNode
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.RootNode
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.RootNode
- nameWithType: ULDData.RootNode
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.RootNodeHeight
- name: RootNodeHeight
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_RootNodeHeight
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.RootNodeHeight
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.RootNodeHeight
- nameWithType: ULDData.RootNodeHeight
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.RootNodeWidth
- name: RootNodeWidth
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_RootNodeWidth
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.RootNodeWidth
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.RootNodeWidth
- nameWithType: ULDData.RootNodeWidth
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.TextureCount
- name: TextureCount
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_TextureCount
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.TextureCount
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.TextureCount
- nameWithType: ULDData.TextureCount
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.Textures
- name: Textures
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_Textures
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.Textures
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.Textures
- nameWithType: ULDData.Textures
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDData.UldResourceHandle
- name: UldResourceHandle
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_Component_GUI_ULD_ULDData_UldResourceHandle
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDData.UldResourceHandle
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDData.UldResourceHandle
- nameWithType: ULDData.UldResourceHandle
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo
- name: ULDObjectInfo
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo
- nameWithType: ULDObjectInfo
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.Id
- name: Id
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.html#FFXIVClientStructs_Component_GUI_ULD_ULDObjectInfo_Id
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.Id
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.Id
- nameWithType: ULDObjectInfo.Id
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.NodeCount
- name: NodeCount
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.html#FFXIVClientStructs_Component_GUI_ULD_ULDObjectInfo_NodeCount
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.NodeCount
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.NodeCount
- nameWithType: ULDObjectInfo.NodeCount
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.NodeList
- name: NodeList
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.html#FFXIVClientStructs_Component_GUI_ULD_ULDObjectInfo_NodeList
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.NodeList
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDObjectInfo.NodeList
- nameWithType: ULDObjectInfo.NodeList
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDPart
- name: ULDPart
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDPart.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDPart
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDPart
- nameWithType: ULDPart
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDPart.Height
- name: Height
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDPart.html#FFXIVClientStructs_Component_GUI_ULD_ULDPart_Height
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDPart.Height
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDPart.Height
- nameWithType: ULDPart.Height
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDPart.U
- name: U
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDPart.html#FFXIVClientStructs_Component_GUI_ULD_ULDPart_U
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDPart.U
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDPart.U
- nameWithType: ULDPart.U
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDPart.ULDTexture
- name: ULDTexture
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDPart.html#FFXIVClientStructs_Component_GUI_ULD_ULDPart_ULDTexture
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDPart.ULDTexture
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDPart.ULDTexture
- nameWithType: ULDPart.ULDTexture
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDPart.V
- name: V
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDPart.html#FFXIVClientStructs_Component_GUI_ULD_ULDPart_V
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDPart.V
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDPart.V
- nameWithType: ULDPart.V
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDPart.Width
- name: Width
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDPart.html#FFXIVClientStructs_Component_GUI_ULD_ULDPart_Width
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDPart.Width
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDPart.Width
- nameWithType: ULDPart.Width
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDPartsList
- name: ULDPartsList
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDPartsList
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDPartsList
- nameWithType: ULDPartsList
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.Id
- name: Id
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.html#FFXIVClientStructs_Component_GUI_ULD_ULDPartsList_Id
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.Id
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.Id
- nameWithType: ULDPartsList.Id
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.PartCount
- name: PartCount
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.html#FFXIVClientStructs_Component_GUI_ULD_ULDPartsList_PartCount
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.PartCount
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.PartCount
- nameWithType: ULDPartsList.PartCount
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.Parts
- name: Parts
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.html#FFXIVClientStructs_Component_GUI_ULD_ULDPartsList_Parts
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.Parts
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDPartsList.Parts
- nameWithType: ULDPartsList.Parts
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDTexture
- name: ULDTexture
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDTexture.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDTexture
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDTexture
- nameWithType: ULDTexture
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDTexture.AtkTexture
- name: AtkTexture
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDTexture.html#FFXIVClientStructs_Component_GUI_ULD_ULDTexture_AtkTexture
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDTexture.AtkTexture
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDTexture.AtkTexture
- nameWithType: ULDTexture.AtkTexture
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDTexture.Id
- name: Id
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDTexture.html#FFXIVClientStructs_Component_GUI_ULD_ULDTexture_Id
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDTexture.Id
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDTexture.Id
- nameWithType: ULDTexture.Id
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo
- name: ULDWidgetInfo
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.html
- commentId: T:FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo
- nameWithType: ULDWidgetInfo
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.AlignmentType
- name: AlignmentType
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.html#FFXIVClientStructs_Component_GUI_ULD_ULDWidgetInfo_AlignmentType
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.AlignmentType
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.AlignmentType
- nameWithType: ULDWidgetInfo.AlignmentType
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.ObjectInfo
- name: ObjectInfo
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.html#FFXIVClientStructs_Component_GUI_ULD_ULDWidgetInfo_ObjectInfo
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.ObjectInfo
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.ObjectInfo
- nameWithType: ULDWidgetInfo.ObjectInfo
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.X
- name: X
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.html#FFXIVClientStructs_Component_GUI_ULD_ULDWidgetInfo_X
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.X
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.X
- nameWithType: ULDWidgetInfo.X
-- uid: FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.Y
- name: Y
- href: api/FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.html#FFXIVClientStructs_Component_GUI_ULD_ULDWidgetInfo_Y
- commentId: F:FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.Y
- fullName: FFXIVClientStructs.Component.GUI.ULD.ULDWidgetInfo.Y
- nameWithType: ULDWidgetInfo.Y
-- uid: FFXIVClientStructs.FFXIVByteColor
- name: FFXIVByteColor
- href: api/FFXIVClientStructs.FFXIVByteColor.html
- commentId: T:FFXIVClientStructs.FFXIVByteColor
- fullName: FFXIVClientStructs.FFXIVByteColor
- nameWithType: FFXIVByteColor
-- uid: FFXIVClientStructs.FFXIVByteColor.A
- name: A
- href: api/FFXIVClientStructs.FFXIVByteColor.html#FFXIVClientStructs_FFXIVByteColor_A
- commentId: F:FFXIVClientStructs.FFXIVByteColor.A
- fullName: FFXIVClientStructs.FFXIVByteColor.A
- nameWithType: FFXIVByteColor.A
-- uid: FFXIVClientStructs.FFXIVByteColor.B
- name: B
- href: api/FFXIVClientStructs.FFXIVByteColor.html#FFXIVClientStructs_FFXIVByteColor_B
- commentId: F:FFXIVClientStructs.FFXIVByteColor.B
- fullName: FFXIVClientStructs.FFXIVByteColor.B
- nameWithType: FFXIVByteColor.B
-- uid: FFXIVClientStructs.FFXIVByteColor.G
- name: G
- href: api/FFXIVClientStructs.FFXIVByteColor.html#FFXIVClientStructs_FFXIVByteColor_G
- commentId: F:FFXIVClientStructs.FFXIVByteColor.G
- fullName: FFXIVClientStructs.FFXIVByteColor.G
- nameWithType: FFXIVByteColor.G
-- uid: FFXIVClientStructs.FFXIVByteColor.R
- name: R
- href: api/FFXIVClientStructs.FFXIVByteColor.html#FFXIVClientStructs_FFXIVByteColor_R
- commentId: F:FFXIVClientStructs.FFXIVByteColor.R
- fullName: FFXIVClientStructs.FFXIVByteColor.R
- nameWithType: FFXIVByteColor.R
-- uid: FFXIVClientStructs.FFXIVString
- name: FFXIVString
- href: api/FFXIVClientStructs.FFXIVString.html
- commentId: T:FFXIVClientStructs.FFXIVString
- fullName: FFXIVClientStructs.FFXIVString
- nameWithType: FFXIVString
-- uid: FFXIVClientStructs.FFXIVString.BufSize
- name: BufSize
- href: api/FFXIVClientStructs.FFXIVString.html#FFXIVClientStructs_FFXIVString_BufSize
- commentId: F:FFXIVClientStructs.FFXIVString.BufSize
- fullName: FFXIVClientStructs.FFXIVString.BufSize
- nameWithType: FFXIVString.BufSize
-- uid: FFXIVClientStructs.FFXIVString.BufUsed
- name: BufUsed
- href: api/FFXIVClientStructs.FFXIVString.html#FFXIVClientStructs_FFXIVString_BufUsed
- commentId: F:FFXIVClientStructs.FFXIVString.BufUsed
- fullName: FFXIVClientStructs.FFXIVString.BufUsed
- nameWithType: FFXIVString.BufUsed
-- uid: FFXIVClientStructs.FFXIVString.InlineBuffer
- name: InlineBuffer
- href: api/FFXIVClientStructs.FFXIVString.html#FFXIVClientStructs_FFXIVString_InlineBuffer
- commentId: F:FFXIVClientStructs.FFXIVString.InlineBuffer
- fullName: FFXIVClientStructs.FFXIVString.InlineBuffer
- nameWithType: FFXIVString.InlineBuffer
-- uid: FFXIVClientStructs.FFXIVString.StringLength
- name: StringLength
- href: api/FFXIVClientStructs.FFXIVString.html#FFXIVClientStructs_FFXIVString_StringLength
- commentId: F:FFXIVClientStructs.FFXIVString.StringLength
- fullName: FFXIVClientStructs.FFXIVString.StringLength
- nameWithType: FFXIVString.StringLength
-- uid: FFXIVClientStructs.FFXIVString.StringPtr
- name: StringPtr
- href: api/FFXIVClientStructs.FFXIVString.html#FFXIVClientStructs_FFXIVString_StringPtr
- commentId: F:FFXIVClientStructs.FFXIVString.StringPtr
- fullName: FFXIVClientStructs.FFXIVString.StringPtr
- nameWithType: FFXIVString.StringPtr
-- uid: FFXIVClientStructs.FFXIVString.Unk
- name: Unk
- href: api/FFXIVClientStructs.FFXIVString.html#FFXIVClientStructs_FFXIVString_Unk
- commentId: F:FFXIVClientStructs.FFXIVString.Unk
- fullName: FFXIVClientStructs.FFXIVString.Unk
- nameWithType: FFXIVString.Unk
-- uid: FFXIVClientStructs.Group
- name: FFXIVClientStructs.Group
- href: api/FFXIVClientStructs.Group.html
- commentId: N:FFXIVClientStructs.Group
- fullName: FFXIVClientStructs.Group
- nameWithType: FFXIVClientStructs.Group
-- uid: FFXIVClientStructs.Group.Buff
- name: Buff
- href: api/FFXIVClientStructs.Group.Buff.html
- commentId: T:FFXIVClientStructs.Group.Buff
- fullName: FFXIVClientStructs.Group.Buff
- nameWithType: Buff
-- uid: FFXIVClientStructs.Group.Buff.Param
- name: Param
- href: api/FFXIVClientStructs.Group.Buff.html#FFXIVClientStructs_Group_Buff_Param
- commentId: F:FFXIVClientStructs.Group.Buff.Param
- fullName: FFXIVClientStructs.Group.Buff.Param
- nameWithType: Buff.Param
-- uid: FFXIVClientStructs.Group.Buff.RemainingTime
- name: RemainingTime
- href: api/FFXIVClientStructs.Group.Buff.html#FFXIVClientStructs_Group_Buff_RemainingTime
- commentId: F:FFXIVClientStructs.Group.Buff.RemainingTime
- fullName: FFXIVClientStructs.Group.Buff.RemainingTime
- nameWithType: Buff.RemainingTime
-- uid: FFXIVClientStructs.Group.Buff.SourceID
- name: SourceID
- href: api/FFXIVClientStructs.Group.Buff.html#FFXIVClientStructs_Group_Buff_SourceID
- commentId: F:FFXIVClientStructs.Group.Buff.SourceID
- fullName: FFXIVClientStructs.Group.Buff.SourceID
- nameWithType: Buff.SourceID
-- uid: FFXIVClientStructs.Group.Buff.StackCount
- name: StackCount
- href: api/FFXIVClientStructs.Group.Buff.html#FFXIVClientStructs_Group_Buff_StackCount
- commentId: F:FFXIVClientStructs.Group.Buff.StackCount
- fullName: FFXIVClientStructs.Group.Buff.StackCount
- nameWithType: Buff.StackCount
-- uid: FFXIVClientStructs.Group.Buff.StatusID
- name: StatusID
- href: api/FFXIVClientStructs.Group.Buff.html#FFXIVClientStructs_Group_Buff_StatusID
- commentId: F:FFXIVClientStructs.Group.Buff.StatusID
- fullName: FFXIVClientStructs.Group.Buff.StatusID
- nameWithType: Buff.StatusID
-- uid: FFXIVClientStructs.Group.BuffList
- name: BuffList
- href: api/FFXIVClientStructs.Group.BuffList.html
- commentId: T:FFXIVClientStructs.Group.BuffList
- fullName: FFXIVClientStructs.Group.BuffList
- nameWithType: BuffList
-- uid: FFXIVClientStructs.Group.BuffList.Buffs
- name: Buffs
- href: api/FFXIVClientStructs.Group.BuffList.html#FFXIVClientStructs_Group_BuffList_Buffs
- commentId: F:FFXIVClientStructs.Group.BuffList.Buffs
- fullName: FFXIVClientStructs.Group.BuffList.Buffs
- nameWithType: BuffList.Buffs
-- uid: FFXIVClientStructs.Group.BuffList.Owner
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlot_Button
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.Button
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.Button
+ nameWithType: StickerSlot.Button
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.index
+ name: index
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlot_index
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.index
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.index
+ nameWithType: StickerSlot.index
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerComponentBase
+ name: StickerComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlot_StickerComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerComponentBase
+ nameWithType: StickerSlot.StickerComponentBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerResNode
+ name: StickerResNode
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlot_StickerResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerResNode
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerResNode
+ nameWithType: StickerSlot.StickerResNode
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerShadowComponentBase
+ name: StickerShadowComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlot_StickerShadowComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerShadowComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerShadowComponentBase
+ nameWithType: StickerSlot.StickerShadowComponentBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerShadowResNode
+ name: StickerShadowResNode
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlot_StickerShadowResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerShadowResNode
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerShadowResNode
+ nameWithType: StickerSlot.StickerShadowResNode
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerSidebarBase
+ name: StickerSidebarBase
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlot_StickerSidebarBase
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerSidebarBase
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerSidebarBase
+ nameWithType: StickerSlot.StickerSidebarBase
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerSidebarResNode
+ name: StickerSidebarResNode
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlot_StickerSidebarResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerSidebarResNode
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.StickerSidebarResNode
+ nameWithType: StickerSlot.StickerSidebarResNode
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlot_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlot.vtbl
+ nameWithType: StickerSlot.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList
+ name: StickerSlotList
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList
+ nameWithType: StickerSlotList
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.addon
+ name: addon
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_addon
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.addon
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.addon
+ nameWithType: StickerSlotList.addon
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.Item(System.Int32)
+ name: Item[Int32]
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_Item_System_Int32_
+ commentId: P:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.Item(System.Int32)
+ name.vb: Item(Int32)
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.Item[System.Int32]
+ fullName.vb: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.Item(System.Int32)
+ nameWithType: StickerSlotList.Item[Int32]
+ nameWithType.vb: StickerSlotList.Item(Int32)
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.Item*
+ name: Item
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_Item_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.Item
+ isSpec: "True"
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.Item
+ nameWithType: StickerSlotList.Item
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot1
+ name: StickerSlot1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot1
+ nameWithType: StickerSlotList.StickerSlot1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot10
+ name: StickerSlot10
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot10
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot10
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot10
+ nameWithType: StickerSlotList.StickerSlot10
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot11
+ name: StickerSlot11
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot11
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot11
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot11
+ nameWithType: StickerSlotList.StickerSlot11
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot12
+ name: StickerSlot12
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot12
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot12
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot12
+ nameWithType: StickerSlotList.StickerSlot12
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot13
+ name: StickerSlot13
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot13
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot13
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot13
+ nameWithType: StickerSlotList.StickerSlot13
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot14
+ name: StickerSlot14
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot14
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot14
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot14
+ nameWithType: StickerSlotList.StickerSlot14
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot15
+ name: StickerSlot15
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot15
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot15
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot15
+ nameWithType: StickerSlotList.StickerSlot15
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot16
+ name: StickerSlot16
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot16
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot16
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot16
+ nameWithType: StickerSlotList.StickerSlot16
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot2
+ name: StickerSlot2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot2
+ nameWithType: StickerSlotList.StickerSlot2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot3
+ name: StickerSlot3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot3
+ nameWithType: StickerSlotList.StickerSlot3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot4
+ name: StickerSlot4
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot4
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot4
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot4
+ nameWithType: StickerSlotList.StickerSlot4
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot5
+ name: StickerSlot5
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot5
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot5
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot5
+ nameWithType: StickerSlotList.StickerSlot5
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot6
+ name: StickerSlot6
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot6
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot6
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot6
+ nameWithType: StickerSlotList.StickerSlot6
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot7
+ name: StickerSlot7
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot7
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot7
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot7
+ nameWithType: StickerSlotList.StickerSlot7
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot8
+ name: StickerSlot8
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot8
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot8
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot8
+ nameWithType: StickerSlotList.StickerSlot8
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot9
+ name: StickerSlot9
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_StickerSlot9
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot9
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.StickerSlot9
+ nameWithType: StickerSlotList.StickerSlot9
+- uid: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.html#FFXIVClientStructs_FFXIV_Client_UI_StickerSlotList_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.StickerSlotList.vtbl
+ nameWithType: StickerSlotList.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule
+ name: UIModule
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.UIModule
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule
+ nameWithType: UIModule
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.RaptureAtkModule
+ name: RaptureAtkModule
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_RaptureAtkModule
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.RaptureAtkModule
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.RaptureAtkModule
+ nameWithType: UIModule.RaptureAtkModule
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.SystemConfig
+ name: SystemConfig
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_SystemConfig
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.SystemConfig
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.SystemConfig
+ nameWithType: UIModule.SystemConfig
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.unk
+ name: unk
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_unk
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.unk
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.unk
+ nameWithType: UIModule.unk
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1
+ name: UIModule.Unk1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1
+ nameWithType: UIModule.Unk1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.vfunc
+ name: vfunc
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_Unk1_vfunc
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.vfunc
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.vfunc
+ nameWithType: UIModule.Unk1.vfunc
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_Unk1_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk1.vtbl
+ nameWithType: UIModule.Unk1.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2
+ name: UIModule.Unk2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2
+ nameWithType: UIModule.Unk2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.vfunc
+ name: vfunc
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_Unk2_vfunc
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.vfunc
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.vfunc
+ nameWithType: UIModule.Unk2.vfunc
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_Unk2_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk2.vtbl
+ nameWithType: UIModule.Unk2.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3
+ name: UIModule.Unk3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html
+ commentId: T:FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3
+ nameWithType: UIModule.Unk3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.vfunc
+ name: vfunc
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_Unk3_vfunc
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.vfunc
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.vfunc
+ nameWithType: UIModule.Unk3.vfunc
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_Unk3_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.Unk3.vtbl
+ nameWithType: UIModule.Unk3.vtbl
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.UnkObj1
+ name: UnkObj1
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_UnkObj1
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.UnkObj1
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.UnkObj1
+ nameWithType: UIModule.UnkObj1
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.UnkObj2
+ name: UnkObj2
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_UnkObj2
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.UnkObj2
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.UnkObj2
+ nameWithType: UIModule.UnkObj2
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.UnkObj3
+ name: UnkObj3
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_UnkObj3
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.UnkObj3
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.UnkObj3
+ nameWithType: UIModule.UnkObj3
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.vfunc
+ name: vfunc
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_vfunc
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.vfunc
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.vfunc
+ nameWithType: UIModule.vfunc
+- uid: FFXIVClientStructs.FFXIV.Client.UI.UIModule.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Client.UI.UIModule.html#FFXIVClientStructs_FFXIV_Client_UI_UIModule_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Client.UI.UIModule.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Client.UI.UIModule.vtbl
+ nameWithType: UIModule.vtbl
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration
+ name: FFXIVClientStructs.FFXIV.Common.Configuration
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.html
+ commentId: N:FFXIVClientStructs.FFXIV.Common.Configuration
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration
+ nameWithType: FFXIVClientStructs.FFXIV.Common.Configuration
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface
+ name: ChangeEventInterface
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html
+ commentId: T:FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface
+ nameWithType: ChangeEventInterface
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.Next
+ name: Next
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html#FFXIVClientStructs_FFXIV_Common_Configuration_ChangeEventInterface_Next
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.Next
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.Next
+ nameWithType: ChangeEventInterface.Next
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.Owner
name: Owner
- href: api/FFXIVClientStructs.Group.BuffList.html#FFXIVClientStructs_Group_BuffList_Owner
- commentId: F:FFXIVClientStructs.Group.BuffList.Owner
- fullName: FFXIVClientStructs.Group.BuffList.Owner
- nameWithType: BuffList.Owner
-- uid: FFXIVClientStructs.Group.BuffList.Unk_170
- name: Unk_170
- href: api/FFXIVClientStructs.Group.BuffList.html#FFXIVClientStructs_Group_BuffList_Unk_170
- commentId: F:FFXIVClientStructs.Group.BuffList.Unk_170
- fullName: FFXIVClientStructs.Group.BuffList.Unk_170
- nameWithType: BuffList.Unk_170
-- uid: FFXIVClientStructs.Group.BuffList.Unk_174
- name: Unk_174
- href: api/FFXIVClientStructs.Group.BuffList.html#FFXIVClientStructs_Group_BuffList_Unk_174
- commentId: F:FFXIVClientStructs.Group.BuffList.Unk_174
- fullName: FFXIVClientStructs.Group.BuffList.Unk_174
- nameWithType: BuffList.Unk_174
-- uid: FFXIVClientStructs.Group.BuffList.Unk_178
- name: Unk_178
- href: api/FFXIVClientStructs.Group.BuffList.html#FFXIVClientStructs_Group_BuffList_Unk_178
- commentId: F:FFXIVClientStructs.Group.BuffList.Unk_178
- fullName: FFXIVClientStructs.Group.BuffList.Unk_178
- nameWithType: BuffList.Unk_178
-- uid: FFXIVClientStructs.Group.BuffList.Unk_180
- name: Unk_180
- href: api/FFXIVClientStructs.Group.BuffList.html#FFXIVClientStructs_Group_BuffList_Unk_180
- commentId: F:FFXIVClientStructs.Group.BuffList.Unk_180
- fullName: FFXIVClientStructs.Group.BuffList.Unk_180
- nameWithType: BuffList.Unk_180
-- uid: FFXIVClientStructs.Group.GroupManager
- name: GroupManager
- href: api/FFXIVClientStructs.Group.GroupManager.html
- commentId: T:FFXIVClientStructs.Group.GroupManager
- fullName: FFXIVClientStructs.Group.GroupManager
- nameWithType: GroupManager
-- uid: FFXIVClientStructs.Group.GroupManager.AllianceMembers
- name: AllianceMembers
- href: api/FFXIVClientStructs.Group.GroupManager.html#FFXIVClientStructs_Group_GroupManager_AllianceMembers
- commentId: F:FFXIVClientStructs.Group.GroupManager.AllianceMembers
- fullName: FFXIVClientStructs.Group.GroupManager.AllianceMembers
- nameWithType: GroupManager.AllianceMembers
-- uid: FFXIVClientStructs.Group.GroupManager.IsAlliance
- name: IsAlliance
- href: api/FFXIVClientStructs.Group.GroupManager.html#FFXIVClientStructs_Group_GroupManager_IsAlliance
- commentId: F:FFXIVClientStructs.Group.GroupManager.IsAlliance
- fullName: FFXIVClientStructs.Group.GroupManager.IsAlliance
- nameWithType: GroupManager.IsAlliance
-- uid: FFXIVClientStructs.Group.GroupManager.MemberCount
- name: MemberCount
- href: api/FFXIVClientStructs.Group.GroupManager.html#FFXIVClientStructs_Group_GroupManager_MemberCount
- commentId: F:FFXIVClientStructs.Group.GroupManager.MemberCount
- fullName: FFXIVClientStructs.Group.GroupManager.MemberCount
- nameWithType: GroupManager.MemberCount
-- uid: FFXIVClientStructs.Group.GroupManager.PartyLeaderIndex
- name: PartyLeaderIndex
- href: api/FFXIVClientStructs.Group.GroupManager.html#FFXIVClientStructs_Group_GroupManager_PartyLeaderIndex
- commentId: F:FFXIVClientStructs.Group.GroupManager.PartyLeaderIndex
- fullName: FFXIVClientStructs.Group.GroupManager.PartyLeaderIndex
- nameWithType: GroupManager.PartyLeaderIndex
-- uid: FFXIVClientStructs.Group.GroupManager.PartyMembers
- name: PartyMembers
- href: api/FFXIVClientStructs.Group.GroupManager.html#FFXIVClientStructs_Group_GroupManager_PartyMembers
- commentId: F:FFXIVClientStructs.Group.GroupManager.PartyMembers
- fullName: FFXIVClientStructs.Group.GroupManager.PartyMembers
- nameWithType: GroupManager.PartyMembers
-- uid: FFXIVClientStructs.Group.GroupManager.Unk_3D40
- name: Unk_3D40
- href: api/FFXIVClientStructs.Group.GroupManager.html#FFXIVClientStructs_Group_GroupManager_Unk_3D40
- commentId: F:FFXIVClientStructs.Group.GroupManager.Unk_3D40
- fullName: FFXIVClientStructs.Group.GroupManager.Unk_3D40
- nameWithType: GroupManager.Unk_3D40
-- uid: FFXIVClientStructs.Group.GroupManager.Unk_3D44
- name: Unk_3D44
- href: api/FFXIVClientStructs.Group.GroupManager.html#FFXIVClientStructs_Group_GroupManager_Unk_3D44
- commentId: F:FFXIVClientStructs.Group.GroupManager.Unk_3D44
- fullName: FFXIVClientStructs.Group.GroupManager.Unk_3D44
- nameWithType: GroupManager.Unk_3D44
-- uid: FFXIVClientStructs.Group.GroupManager.Unk_3D48
- name: Unk_3D48
- href: api/FFXIVClientStructs.Group.GroupManager.html#FFXIVClientStructs_Group_GroupManager_Unk_3D48
- commentId: F:FFXIVClientStructs.Group.GroupManager.Unk_3D48
- fullName: FFXIVClientStructs.Group.GroupManager.Unk_3D48
- nameWithType: GroupManager.Unk_3D48
-- uid: FFXIVClientStructs.Group.GroupManager.Unk_3D50
- name: Unk_3D50
- href: api/FFXIVClientStructs.Group.GroupManager.html#FFXIVClientStructs_Group_GroupManager_Unk_3D50
- commentId: F:FFXIVClientStructs.Group.GroupManager.Unk_3D50
- fullName: FFXIVClientStructs.Group.GroupManager.Unk_3D50
- nameWithType: GroupManager.Unk_3D50
-- uid: FFXIVClientStructs.Group.GroupManager.Unk_3D5D
- name: Unk_3D5D
- href: api/FFXIVClientStructs.Group.GroupManager.html#FFXIVClientStructs_Group_GroupManager_Unk_3D5D
- commentId: F:FFXIVClientStructs.Group.GroupManager.Unk_3D5D
- fullName: FFXIVClientStructs.Group.GroupManager.Unk_3D5D
- nameWithType: GroupManager.Unk_3D5D
-- uid: FFXIVClientStructs.Group.GroupManager.Unk_3D5F
- name: Unk_3D5F
- href: api/FFXIVClientStructs.Group.GroupManager.html#FFXIVClientStructs_Group_GroupManager_Unk_3D5F
- commentId: F:FFXIVClientStructs.Group.GroupManager.Unk_3D5F
- fullName: FFXIVClientStructs.Group.GroupManager.Unk_3D5F
- nameWithType: GroupManager.Unk_3D5F
-- uid: FFXIVClientStructs.Group.GroupManager.Unk_3D60
- name: Unk_3D60
- href: api/FFXIVClientStructs.Group.GroupManager.html#FFXIVClientStructs_Group_GroupManager_Unk_3D60
- commentId: F:FFXIVClientStructs.Group.GroupManager.Unk_3D60
- fullName: FFXIVClientStructs.Group.GroupManager.Unk_3D60
- nameWithType: GroupManager.Unk_3D60
-- uid: FFXIVClientStructs.Group.PartyMember
- name: PartyMember
- href: api/FFXIVClientStructs.Group.PartyMember.html
- commentId: T:FFXIVClientStructs.Group.PartyMember
- fullName: FFXIVClientStructs.Group.PartyMember
- nameWithType: PartyMember
-- uid: FFXIVClientStructs.Group.PartyMember.BuffList
- name: BuffList
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_BuffList
- commentId: F:FFXIVClientStructs.Group.PartyMember.BuffList
- fullName: FFXIVClientStructs.Group.PartyMember.BuffList
- nameWithType: PartyMember.BuffList
-- uid: FFXIVClientStructs.Group.PartyMember.ClassJob
- name: ClassJob
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_ClassJob
- commentId: F:FFXIVClientStructs.Group.PartyMember.ClassJob
- fullName: FFXIVClientStructs.Group.PartyMember.ClassJob
- nameWithType: PartyMember.ClassJob
-- uid: FFXIVClientStructs.Group.PartyMember.CurrentHP
- name: CurrentHP
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_CurrentHP
- commentId: F:FFXIVClientStructs.Group.PartyMember.CurrentHP
- fullName: FFXIVClientStructs.Group.PartyMember.CurrentHP
- nameWithType: PartyMember.CurrentHP
-- uid: FFXIVClientStructs.Group.PartyMember.CurrentMP
- name: CurrentMP
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_CurrentMP
- commentId: F:FFXIVClientStructs.Group.PartyMember.CurrentMP
- fullName: FFXIVClientStructs.Group.PartyMember.CurrentMP
- nameWithType: PartyMember.CurrentMP
-- uid: FFXIVClientStructs.Group.PartyMember.Level
- name: Level
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Level
- commentId: F:FFXIVClientStructs.Group.PartyMember.Level
- fullName: FFXIVClientStructs.Group.PartyMember.Level
- nameWithType: PartyMember.Level
-- uid: FFXIVClientStructs.Group.PartyMember.MaxHP
- name: MaxHP
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_MaxHP
- commentId: F:FFXIVClientStructs.Group.PartyMember.MaxHP
- fullName: FFXIVClientStructs.Group.PartyMember.MaxHP
- nameWithType: PartyMember.MaxHP
-- uid: FFXIVClientStructs.Group.PartyMember.MaxMP
- name: MaxMP
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_MaxMP
- commentId: F:FFXIVClientStructs.Group.PartyMember.MaxMP
- fullName: FFXIVClientStructs.Group.PartyMember.MaxMP
- nameWithType: PartyMember.MaxMP
-- uid: FFXIVClientStructs.Group.PartyMember.Name
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html#FFXIVClientStructs_FFXIV_Common_Configuration_ChangeEventInterface_Owner
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.Owner
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.Owner
+ nameWithType: ChangeEventInterface.Owner
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.html#FFXIVClientStructs_FFXIV_Common_Configuration_ChangeEventInterface_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface.vtbl
+ nameWithType: ChangeEventInterface.vtbl
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase
+ name: ConfigBase
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html
+ commentId: T:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase
+ nameWithType: ConfigBase
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.ConfigCount
+ name: ConfigCount
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigBase_ConfigCount
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.ConfigCount
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.ConfigCount
+ nameWithType: ConfigBase.ConfigCount
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.ConfigEntry
+ name: ConfigEntry
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigBase_ConfigEntry
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.ConfigEntry
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.ConfigEntry
+ nameWithType: ConfigBase.ConfigEntry
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.Listener
+ name: Listener
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigBase_Listener
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.Listener
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.Listener
+ nameWithType: ConfigBase.Listener
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.UnkString
+ name: UnkString
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigBase_UnkString
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.UnkString
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.UnkString
+ nameWithType: ConfigBase.UnkString
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigBase_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigBase.vtbl
+ nameWithType: ConfigBase.vtbl
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry
+ name: ConfigEntry
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html
+ commentId: T:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry
+ nameWithType: ConfigEntry
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry._Padding
+ name: _Padding
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigEntry__Padding
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry._Padding
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry._Padding
+ nameWithType: ConfigEntry._Padding
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Index
+ name: Index
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigEntry_Index
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Index
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Index
+ nameWithType: ConfigEntry.Index
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Name
name: Name
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Name
- commentId: F:FFXIVClientStructs.Group.PartyMember.Name
- fullName: FFXIVClientStructs.Group.PartyMember.Name
- nameWithType: PartyMember.Name
-- uid: FFXIVClientStructs.Group.PartyMember.ObjectID
- name: ObjectID
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_ObjectID
- commentId: F:FFXIVClientStructs.Group.PartyMember.ObjectID
- fullName: FFXIVClientStructs.Group.PartyMember.ObjectID
- nameWithType: PartyMember.ObjectID
-- uid: FFXIVClientStructs.Group.PartyMember.Sex
- name: Sex
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Sex
- commentId: F:FFXIVClientStructs.Group.PartyMember.Sex
- fullName: FFXIVClientStructs.Group.PartyMember.Sex
- nameWithType: PartyMember.Sex
-- uid: FFXIVClientStructs.Group.PartyMember.TerritoryType
- name: TerritoryType
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_TerritoryType
- commentId: F:FFXIVClientStructs.Group.PartyMember.TerritoryType
- fullName: FFXIVClientStructs.Group.PartyMember.TerritoryType
- nameWithType: PartyMember.TerritoryType
-- uid: FFXIVClientStructs.Group.PartyMember.Unk_1A0
- name: Unk_1A0
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Unk_1A0
- commentId: F:FFXIVClientStructs.Group.PartyMember.Unk_1A0
- fullName: FFXIVClientStructs.Group.PartyMember.Unk_1A0
- nameWithType: PartyMember.Unk_1A0
-- uid: FFXIVClientStructs.Group.PartyMember.Unk_1C2
- name: Unk_1C2
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Unk_1C2
- commentId: F:FFXIVClientStructs.Group.PartyMember.Unk_1C2
- fullName: FFXIVClientStructs.Group.PartyMember.Unk_1C2
- nameWithType: PartyMember.Unk_1C2
-- uid: FFXIVClientStructs.Group.PartyMember.Unk_220
- name: Unk_220
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Unk_220
- commentId: F:FFXIVClientStructs.Group.PartyMember.Unk_220
- fullName: FFXIVClientStructs.Group.PartyMember.Unk_220
- nameWithType: PartyMember.Unk_220
-- uid: FFXIVClientStructs.Group.PartyMember.Unk_ObjectID_1
- name: Unk_ObjectID_1
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Unk_ObjectID_1
- commentId: F:FFXIVClientStructs.Group.PartyMember.Unk_ObjectID_1
- fullName: FFXIVClientStructs.Group.PartyMember.Unk_ObjectID_1
- nameWithType: PartyMember.Unk_ObjectID_1
-- uid: FFXIVClientStructs.Group.PartyMember.Unk_ObjectID_2
- name: Unk_ObjectID_2
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Unk_ObjectID_2
- commentId: F:FFXIVClientStructs.Group.PartyMember.Unk_ObjectID_2
- fullName: FFXIVClientStructs.Group.PartyMember.Unk_ObjectID_2
- nameWithType: PartyMember.Unk_ObjectID_2
-- uid: FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__0
- name: Unk_Struct_208__0
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Unk_Struct_208__0
- commentId: F:FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__0
- fullName: FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__0
- nameWithType: PartyMember.Unk_Struct_208__0
-- uid: FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__10
- name: Unk_Struct_208__10
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Unk_Struct_208__10
- commentId: F:FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__10
- fullName: FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__10
- nameWithType: PartyMember.Unk_Struct_208__10
-- uid: FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__14
- name: Unk_Struct_208__14
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Unk_Struct_208__14
- commentId: F:FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__14
- fullName: FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__14
- nameWithType: PartyMember.Unk_Struct_208__14
-- uid: FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__4
- name: Unk_Struct_208__4
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Unk_Struct_208__4
- commentId: F:FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__4
- fullName: FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__4
- nameWithType: PartyMember.Unk_Struct_208__4
-- uid: FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__8
- name: Unk_Struct_208__8
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Unk_Struct_208__8
- commentId: F:FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__8
- fullName: FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__8
- nameWithType: PartyMember.Unk_Struct_208__8
-- uid: FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__C
- name: Unk_Struct_208__C
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Unk_Struct_208__C
- commentId: F:FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__C
- fullName: FFXIVClientStructs.Group.PartyMember.Unk_Struct_208__C
- nameWithType: PartyMember.Unk_Struct_208__C
-- uid: FFXIVClientStructs.Group.PartyMember.X
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigEntry_Name
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Name
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Name
+ nameWithType: ConfigEntry.Name
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Owner
+ name: Owner
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigEntry_Owner
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Owner
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Owner
+ nameWithType: ConfigEntry.Owner
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Properties
+ name: Properties
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigEntry_Properties
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Properties
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Properties
+ nameWithType: ConfigEntry.Properties
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Type
+ name: Type
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigEntry_Type
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Type
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Type
+ nameWithType: ConfigEntry.Type
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Value
+ name: Value
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigEntry_Value
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Value
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigEntry.Value
+ nameWithType: ConfigEntry.Value
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties
+ name: ConfigProperties
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html
+ commentId: T:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties
+ nameWithType: ConfigProperties
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.Float
+ name: Float
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigProperties_Float
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.Float
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.Float
+ nameWithType: ConfigProperties.Float
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties
+ name: ConfigProperties.FloatProperties
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html
+ commentId: T:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties
+ nameWithType: ConfigProperties.FloatProperties
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.DefaultValue
+ name: DefaultValue
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigProperties_FloatProperties_DefaultValue
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.DefaultValue
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.DefaultValue
+ nameWithType: ConfigProperties.FloatProperties.DefaultValue
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.MaxValue
+ name: MaxValue
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigProperties_FloatProperties_MaxValue
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.MaxValue
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.MaxValue
+ nameWithType: ConfigProperties.FloatProperties.MaxValue
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.MinValue
+ name: MinValue
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigProperties_FloatProperties_MinValue
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.MinValue
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.FloatProperties.MinValue
+ nameWithType: ConfigProperties.FloatProperties.MinValue
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.String
+ name: String
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigProperties_String
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.String
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.String
+ nameWithType: ConfigProperties.String
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties
+ name: ConfigProperties.StringProperties
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.html
+ commentId: T:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties
+ nameWithType: ConfigProperties.StringProperties
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.DefaultValue
+ name: DefaultValue
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigProperties_StringProperties_DefaultValue
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.DefaultValue
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.StringProperties.DefaultValue
+ nameWithType: ConfigProperties.StringProperties.DefaultValue
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UInt
+ name: UInt
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigProperties_UInt
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UInt
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UInt
+ nameWithType: ConfigProperties.UInt
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties
+ name: ConfigProperties.UIntProperties
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html
+ commentId: T:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties
+ nameWithType: ConfigProperties.UIntProperties
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.DefaultValue
+ name: DefaultValue
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigProperties_UIntProperties_DefaultValue
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.DefaultValue
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.DefaultValue
+ nameWithType: ConfigProperties.UIntProperties.DefaultValue
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.MaxValue
+ name: MaxValue
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigProperties_UIntProperties_MaxValue
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.MaxValue
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.MaxValue
+ nameWithType: ConfigProperties.UIntProperties.MaxValue
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.MinValue
+ name: MinValue
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigProperties_UIntProperties_MinValue
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.MinValue
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigProperties.UIntProperties.MinValue
+ nameWithType: ConfigProperties.UIntProperties.MinValue
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType
+ name: ConfigType
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html
+ commentId: T:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType
+ nameWithType: ConfigType
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.Category
+ name: Category
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigType_Category
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.Category
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.Category
+ nameWithType: ConfigType.Category
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.Float
+ name: Float
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigType_Float
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.Float
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.Float
+ nameWithType: ConfigType.Float
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.String
+ name: String
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigType_String
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.String
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.String
+ nameWithType: ConfigType.String
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.UInt
+ name: UInt
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigType_UInt
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.UInt
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.UInt
+ nameWithType: ConfigType.UInt
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.Unused
+ name: Unused
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigType_Unused
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.Unused
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigType.Unused
+ nameWithType: ConfigType.Unused
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue
+ name: ConfigValue
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html
+ commentId: T:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue
+ nameWithType: ConfigValue
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.Float
+ name: Float
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigValue_Float
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.Float
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.Float
+ nameWithType: ConfigValue.Float
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.String
+ name: String
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigValue_String
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.String
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.String
+ nameWithType: ConfigValue.String
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.UInt
+ name: UInt
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.html#FFXIVClientStructs_FFXIV_Common_Configuration_ConfigValue_UInt
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.UInt
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.ConfigValue.UInt
+ nameWithType: ConfigValue.UInt
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig
+ name: SystemConfig
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.html
+ commentId: T:FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig
+ nameWithType: SystemConfig
+- uid: FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.ConfigBase
+ name: ConfigBase
+ href: api/FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.html#FFXIVClientStructs_FFXIV_Common_Configuration_SystemConfig_ConfigBase
+ commentId: F:FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.ConfigBase
+ fullName: FFXIVClientStructs.FFXIV.Common.Configuration.SystemConfig.ConfigBase
+ nameWithType: SystemConfig.ConfigBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI
+ name: FFXIVClientStructs.FFXIV.Component.GUI
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.html
+ commentId: N:FFXIVClientStructs.FFXIV.Component.GUI
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI
+ nameWithType: FFXIVClientStructs.FFXIV.Component.GUI
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout
+ name: AgentHudLayout
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout
+ nameWithType: AgentHudLayout
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.AgentInterface
+ name: AgentInterface
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html#FFXIVClientStructs_FFXIV_Component_GUI_AgentHudLayout_AgentInterface
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.AgentInterface
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.AgentInterface
+ nameWithType: AgentHudLayout.AgentInterface
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.NeedToSave
+ name: NeedToSave
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.html#FFXIVClientStructs_FFXIV_Component_GUI_AgentHudLayout_NeedToSave
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.NeedToSave
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AgentHudLayout.NeedToSave
+ nameWithType: AgentHudLayout.NeedToSave
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface
+ name: AgentInterface
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface
+ nameWithType: AgentInterface
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.AddonId
+ name: AddonId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html#FFXIVClientStructs_FFXIV_Component_GUI_AgentInterface_AddonId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.AddonId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.AddonId
+ nameWithType: AgentInterface.AddonId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.AtkEventInterface
+ name: AtkEventInterface
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html#FFXIVClientStructs_FFXIV_Component_GUI_AgentInterface_AtkEventInterface
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.AtkEventInterface
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.AtkEventInterface
+ nameWithType: AgentInterface.AtkEventInterface
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.UiModule
+ name: UiModule
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.html#FFXIVClientStructs_FFXIV_Component_GUI_AgentInterface_UiModule
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.UiModule
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AgentInterface.UiModule
+ nameWithType: AgentInterface.UiModule
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType
+ name: AlignmentType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType
+ nameWithType: AlignmentType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Bottom
+ name: Bottom
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_AlignmentType_Bottom
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Bottom
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Bottom
+ nameWithType: AlignmentType.Bottom
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.BottomLeft
+ name: BottomLeft
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_AlignmentType_BottomLeft
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.BottomLeft
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.BottomLeft
+ nameWithType: AlignmentType.BottomLeft
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.BottomRight
+ name: BottomRight
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_AlignmentType_BottomRight
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.BottomRight
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.BottomRight
+ nameWithType: AlignmentType.BottomRight
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Center
+ name: Center
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_AlignmentType_Center
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Center
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Center
+ nameWithType: AlignmentType.Center
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Left
+ name: Left
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_AlignmentType_Left
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Left
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Left
+ nameWithType: AlignmentType.Left
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Right
+ name: Right
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_AlignmentType_Right
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Right
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Right
+ nameWithType: AlignmentType.Right
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Top
+ name: Top
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_AlignmentType_Top
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Top
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.Top
+ nameWithType: AlignmentType.Top
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.TopLeft
+ name: TopLeft
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_AlignmentType_TopLeft
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.TopLeft
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.TopLeft
+ nameWithType: AlignmentType.TopLeft
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.TopRight
+ name: TopRight
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_AlignmentType_TopRight
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.TopRight
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AlignmentType.TopRight
+ nameWithType: AlignmentType.TopRight
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode
+ name: AtkCollisionNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode
+ nameWithType: AtkCollisionNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.AtkResNode
+ name: AtkResNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCollisionNode_AtkResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.AtkResNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.AtkResNode
+ nameWithType: AtkCollisionNode.AtkResNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.CollisionType
+ name: CollisionType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCollisionNode_CollisionType
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.CollisionType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.CollisionType
+ nameWithType: AtkCollisionNode.CollisionType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.LinkedComponent
+ name: LinkedComponent
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCollisionNode_LinkedComponent
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.LinkedComponent
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.LinkedComponent
+ nameWithType: AtkCollisionNode.LinkedComponent
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.Uses
+ name: Uses
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCollisionNode_Uses
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.Uses
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCollisionNode.Uses
+ nameWithType: AtkCollisionNode.Uses
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase
+ nameWithType: AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.AtkEventListener
+ name: AtkEventListener
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentBase_AtkEventListener
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.AtkEventListener
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.AtkEventListener
+ nameWithType: AtkComponentBase.AtkEventListener
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.OwnerNode
+ name: OwnerNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentBase_OwnerNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.OwnerNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.OwnerNode
+ nameWithType: AtkComponentBase.OwnerNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.ULDData
+ name: ULDData
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentBase_ULDData
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.ULDData
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.ULDData
+ nameWithType: AtkComponentBase.ULDData
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.UldManager
+ name: UldManager
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentBase_UldManager
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.UldManager
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentBase.UldManager
+ nameWithType: AtkComponentBase.UldManager
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton
+ name: AtkComponentButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton
+ nameWithType: AtkComponentButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentButton_AtkComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.AtkComponentBase
+ nameWithType: AtkComponentButton.AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Bottom
+ name: Bottom
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentButton_Bottom
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Bottom
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Bottom
+ nameWithType: AtkComponentButton.Bottom
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.ButtonBGNode
+ name: ButtonBGNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentButton_ButtonBGNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.ButtonBGNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.ButtonBGNode
+ nameWithType: AtkComponentButton.ButtonBGNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.ButtonTextNode
+ name: ButtonTextNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentButton_ButtonTextNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.ButtonTextNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.ButtonTextNode
+ nameWithType: AtkComponentButton.ButtonTextNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Flags
+ name: Flags
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentButton_Flags
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Flags
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Flags
+ nameWithType: AtkComponentButton.Flags
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.IsEnabled
+ name: IsEnabled
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentButton_IsEnabled
+ commentId: P:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.IsEnabled
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.IsEnabled
+ nameWithType: AtkComponentButton.IsEnabled
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.IsEnabled*
+ name: IsEnabled
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentButton_IsEnabled_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.IsEnabled
+ isSpec: "True"
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.IsEnabled
+ nameWithType: AtkComponentButton.IsEnabled
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Left
+ name: Left
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentButton_Left
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Left
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Left
+ nameWithType: AtkComponentButton.Left
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Right
+ name: Right
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentButton_Right
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Right
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Right
+ nameWithType: AtkComponentButton.Right
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Top
+ name: Top
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentButton_Top
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Top
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentButton.Top
+ nameWithType: AtkComponentButton.Top
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox
+ name: AtkComponentCheckBox
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox
+ nameWithType: AtkComponentCheckBox
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.AtkComponentButton
+ name: AtkComponentButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentCheckBox_AtkComponentButton
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.AtkComponentButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.AtkComponentButton
+ nameWithType: AtkComponentCheckBox.AtkComponentButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.IsChecked
+ name: IsChecked
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentCheckBox_IsChecked
+ commentId: P:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.IsChecked
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.IsChecked
+ nameWithType: AtkComponentCheckBox.IsChecked
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.IsChecked*
+ name: IsChecked
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentCheckBox_IsChecked_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.IsChecked
+ isSpec: "True"
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentCheckBox.IsChecked
+ nameWithType: AtkComponentCheckBox.IsChecked
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop
+ name: AtkComponentDragDrop
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop
+ nameWithType: AtkComponentDragDrop
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentDragDrop_AtkComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentDragDrop.AtkComponentBase
+ nameWithType: AtkComponentDragDrop.AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar
+ name: AtkComponentGaugeBar
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar
+ nameWithType: AtkComponentGaugeBar
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentGaugeBar_AtkComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGaugeBar.AtkComponentBase
+ nameWithType: AtkComponentGaugeBar.AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard
+ name: AtkComponentGuildLeveCard
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard
+ nameWithType: AtkComponentGuildLeveCard
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentGuildLeveCard_AtkComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentGuildLeveCard.AtkComponentBase
+ nameWithType: AtkComponentGuildLeveCard.AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton
+ name: AtkComponentHoldButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton
+ nameWithType: AtkComponentHoldButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.AtkComponentButton
+ name: AtkComponentButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentHoldButton_AtkComponentButton
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.AtkComponentButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentHoldButton.AtkComponentButton
+ nameWithType: AtkComponentHoldButton.AtkComponentButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon
+ name: AtkComponentIcon
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon
+ nameWithType: AtkComponentIcon
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentIcon_AtkComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.AtkComponentBase
+ nameWithType: AtkComponentIcon.AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.ComboBorder
+ name: ComboBorder
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentIcon_ComboBorder
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.ComboBorder
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.ComboBorder
+ nameWithType: AtkComponentIcon.ComboBorder
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.Flags
+ name: Flags
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentIcon_Flags
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.Flags
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.Flags
+ nameWithType: AtkComponentIcon.Flags
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.Frame
+ name: Frame
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentIcon_Frame
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.Frame
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.Frame
+ nameWithType: AtkComponentIcon.Frame
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.FrameIcon
+ name: FrameIcon
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentIcon_FrameIcon
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.FrameIcon
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.FrameIcon
+ nameWithType: AtkComponentIcon.FrameIcon
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.IconAdditionsContainer
+ name: IconAdditionsContainer
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentIcon_IconAdditionsContainer
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.IconAdditionsContainer
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.IconAdditionsContainer
+ nameWithType: AtkComponentIcon.IconAdditionsContainer
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.IconId
+ name: IconId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentIcon_IconId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.IconId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.IconId
+ nameWithType: AtkComponentIcon.IconId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.IconImage
+ name: IconImage
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentIcon_IconImage
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.IconImage
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.IconImage
+ nameWithType: AtkComponentIcon.IconImage
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.QuantityText
+ name: QuantityText
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentIcon_QuantityText
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.QuantityText
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.QuantityText
+ nameWithType: AtkComponentIcon.QuantityText
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.Texture
+ name: Texture
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentIcon_Texture
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.Texture
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.Texture
+ nameWithType: AtkComponentIcon.Texture
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.Unknown0E8
+ name: Unknown0E8
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentIcon_Unknown0E8
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.Unknown0E8
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.Unknown0E8
+ nameWithType: AtkComponentIcon.Unknown0E8
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.UnknownImageNode
+ name: UnknownImageNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentIcon_UnknownImageNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.UnknownImageNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentIcon.UnknownImageNode
+ nameWithType: AtkComponentIcon.UnknownImageNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase
+ name: AtkComponentInputBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase
+ nameWithType: AtkComponentInputBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentInputBase_AtkComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.AtkComponentBase
+ nameWithType: AtkComponentInputBase.AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.UnkText1
+ name: UnkText1
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentInputBase_UnkText1
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.UnkText1
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.UnkText1
+ nameWithType: AtkComponentInputBase.UnkText1
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.UnkText2
+ name: UnkText2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentInputBase_UnkText2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.UnkText2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentInputBase.UnkText2
+ nameWithType: AtkComponentInputBase.UnkText2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas
+ name: AtkComponentJournalCanvas
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas
+ nameWithType: AtkComponentJournalCanvas
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentJournalCanvas_AtkComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentJournalCanvas.AtkComponentBase
+ nameWithType: AtkComponentJournalCanvas.AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList
+ name: AtkComponentList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList
+ nameWithType: AtkComponentList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentList_AtkComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.AtkComponentBase
+ nameWithType: AtkComponentList.AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.AtkComponentScrollBarC8
+ name: AtkComponentScrollBarC8
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentList_AtkComponentScrollBarC8
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.AtkComponentScrollBarC8
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.AtkComponentScrollBarC8
+ nameWithType: AtkComponentList.AtkComponentScrollBarC8
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.FirstAtkComponentListItemRenderer
+ name: FirstAtkComponentListItemRenderer
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentList_FirstAtkComponentListItemRenderer
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.FirstAtkComponentListItemRenderer
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.FirstAtkComponentListItemRenderer
+ nameWithType: AtkComponentList.FirstAtkComponentListItemRenderer
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ItemRendererList
+ name: ItemRendererList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentList_ItemRendererList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ItemRendererList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ItemRendererList
+ nameWithType: AtkComponentList.ItemRendererList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem
+ name: AtkComponentList.ListItem
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem
+ nameWithType: AtkComponentList.ListItem
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.AtkComponentListItemRenderer
+ name: AtkComponentListItemRenderer
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentList_ListItem_AtkComponentListItemRenderer
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.AtkComponentListItemRenderer
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListItem.AtkComponentListItemRenderer
+ nameWithType: AtkComponentList.ListItem.AtkComponentListItemRenderer
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListLength
+ name: ListLength
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentList_ListLength
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListLength
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentList.ListLength
+ nameWithType: AtkComponentList.ListLength
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer
+ name: AtkComponentListItemRenderer
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer
+ nameWithType: AtkComponentListItemRenderer
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.AtkComponentButton
+ name: AtkComponentButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentListItemRenderer_AtkComponentButton
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.AtkComponentButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemRenderer.AtkComponentButton
+ nameWithType: AtkComponentListItemRenderer.AtkComponentButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode
+ name: AtkComponentNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode
+ nameWithType: AtkComponentNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.AtkResNode
+ name: AtkResNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentNode_AtkResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.AtkResNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.AtkResNode
+ nameWithType: AtkComponentNode.AtkResNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.Component
+ name: Component
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentNode_Component
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.Component
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentNode.Component
+ nameWithType: AtkComponentNode.Component
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton
+ name: AtkComponentRadioButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton
+ nameWithType: AtkComponentRadioButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentRadioButton_AtkComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentRadioButton.AtkComponentBase
+ nameWithType: AtkComponentRadioButton.AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar
+ name: AtkComponentScrollBar
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar
+ nameWithType: AtkComponentScrollBar
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentScrollBar_AtkComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentScrollBar.AtkComponentBase
+ nameWithType: AtkComponentScrollBar.AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider
+ name: AtkComponentSlider
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider
+ nameWithType: AtkComponentSlider
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentSlider_AtkComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentSlider.AtkComponentBase
+ nameWithType: AtkComponentSlider.AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput
+ name: AtkComponentTextInput
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput
+ nameWithType: AtkComponentTextInput
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.AtkComponentInputBase
+ name: AtkComponentInputBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentTextInput_AtkComponentInputBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.AtkComponentInputBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.AtkComponentInputBase
+ nameWithType: AtkComponentTextInput.AtkComponentInputBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText1
+ name: UnkText1
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentTextInput_UnkText1
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText1
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText1
+ nameWithType: AtkComponentTextInput.UnkText1
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText2
+ name: UnkText2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentTextInput_UnkText2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText2
+ nameWithType: AtkComponentTextInput.UnkText2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText3
+ name: UnkText3
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentTextInput_UnkText3
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText3
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText3
+ nameWithType: AtkComponentTextInput.UnkText3
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText4
+ name: UnkText4
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentTextInput_UnkText4
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText4
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText4
+ nameWithType: AtkComponentTextInput.UnkText4
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText5
+ name: UnkText5
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentTextInput_UnkText5
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText5
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextInput.UnkText5
+ nameWithType: AtkComponentTextInput.UnkText5
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid
+ name: AtkComponentTextNineGrid
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid
+ nameWithType: AtkComponentTextNineGrid
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentTextNineGrid_AtkComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTextNineGrid.AtkComponentBase
+ nameWithType: AtkComponentTextNineGrid.AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList
+ name: AtkComponentTreeList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList
+ nameWithType: AtkComponentTreeList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.AtkComponentList
+ name: AtkComponentList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentTreeList_AtkComponentList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.AtkComponentList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentTreeList.AtkComponentList
+ nameWithType: AtkComponentTreeList.AtkComponentList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow
+ name: AtkComponentWindow
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow
+ nameWithType: AtkComponentWindow
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.AtkComponentBase
+ name: AtkComponentBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkComponentWindow_AtkComponentBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.AtkComponentBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentWindow.AtkComponentBase
+ nameWithType: AtkComponentWindow.AtkComponentBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode
+ name: AtkCounterNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode
+ nameWithType: AtkCounterNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.AtkResNode
+ name: AtkResNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCounterNode_AtkResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.AtkResNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.AtkResNode
+ nameWithType: AtkCounterNode.AtkResNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.CommaWidth
+ name: CommaWidth
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCounterNode_CommaWidth
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.CommaWidth
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.CommaWidth
+ nameWithType: AtkCounterNode.CommaWidth
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.NodeText
+ name: NodeText
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCounterNode_NodeText
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.NodeText
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.NodeText
+ nameWithType: AtkCounterNode.NodeText
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.NumberWidth
+ name: NumberWidth
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCounterNode_NumberWidth
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.NumberWidth
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.NumberWidth
+ nameWithType: AtkCounterNode.NumberWidth
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.PartId
+ name: PartId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCounterNode_PartId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.PartId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.PartId
+ nameWithType: AtkCounterNode.PartId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.PartsList
+ name: PartsList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCounterNode_PartsList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.PartsList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.PartsList
+ nameWithType: AtkCounterNode.PartsList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.SpaceWidth
+ name: SpaceWidth
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCounterNode_SpaceWidth
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.SpaceWidth
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.SpaceWidth
+ nameWithType: AtkCounterNode.SpaceWidth
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.TextAlign
+ name: TextAlign
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCounterNode_TextAlign
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.TextAlign
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.TextAlign
+ nameWithType: AtkCounterNode.TextAlign
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.Width
+ name: Width
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkCounterNode_Width
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.Width
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkCounterNode.Width
+ nameWithType: AtkCounterNode.Width
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface
+ name: AtkEventInterface
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface
+ nameWithType: AtkEventInterface
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventInterface_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventInterface.vtbl
+ nameWithType: AtkEventInterface.vtbl
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener
+ name: AtkEventListener
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener
+ nameWithType: AtkEventListener
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.vfunc
+ name: vfunc
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventListener_vfunc
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.vfunc
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.vfunc
+ nameWithType: AtkEventListener.vfunc
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventListener_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventListener.vtbl
+ nameWithType: AtkEventListener.vtbl
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget
+ name: AtkEventTarget
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget
+ nameWithType: AtkEventTarget
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.vfunc
+ name: vfunc
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventTarget_vfunc
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.vfunc
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.vfunc
+ nameWithType: AtkEventTarget.vfunc
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkEventTarget_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkEventTarget.vtbl
+ nameWithType: AtkEventTarget.vtbl
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode
+ name: AtkImageNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode
+ nameWithType: AtkImageNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.AtkResNode
+ name: AtkResNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkImageNode_AtkResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.AtkResNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.AtkResNode
+ nameWithType: AtkImageNode.AtkResNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.Flags
+ name: Flags
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkImageNode_Flags
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.Flags
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.Flags
+ nameWithType: AtkImageNode.Flags
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.PartId
+ name: PartId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkImageNode_PartId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.PartId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.PartId
+ nameWithType: AtkImageNode.PartId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.PartsList
+ name: PartsList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkImageNode_PartsList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.PartsList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.PartsList
+ nameWithType: AtkImageNode.PartsList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.WrapMode
+ name: WrapMode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkImageNode_WrapMode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.WrapMode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkImageNode.WrapMode
+ nameWithType: AtkImageNode.WrapMode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode
+ name: AtkNineGridNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode
+ nameWithType: AtkNineGridNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.AtkResNode
+ name: AtkResNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkNineGridNode_AtkResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.AtkResNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.AtkResNode
+ nameWithType: AtkNineGridNode.AtkResNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.BlendMode
+ name: BlendMode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkNineGridNode_BlendMode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.BlendMode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.BlendMode
+ nameWithType: AtkNineGridNode.BlendMode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.BottomOffset
+ name: BottomOffset
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkNineGridNode_BottomOffset
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.BottomOffset
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.BottomOffset
+ nameWithType: AtkNineGridNode.BottomOffset
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.LeftOffset
+ name: LeftOffset
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkNineGridNode_LeftOffset
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.LeftOffset
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.LeftOffset
+ nameWithType: AtkNineGridNode.LeftOffset
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.PartID
+ name: PartID
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkNineGridNode_PartID
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.PartID
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.PartID
+ nameWithType: AtkNineGridNode.PartID
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.PartsList
+ name: PartsList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkNineGridNode_PartsList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.PartsList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.PartsList
+ nameWithType: AtkNineGridNode.PartsList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.PartsTypeRenderType
+ name: PartsTypeRenderType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkNineGridNode_PartsTypeRenderType
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.PartsTypeRenderType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.PartsTypeRenderType
+ nameWithType: AtkNineGridNode.PartsTypeRenderType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.RightOffset
+ name: RightOffset
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkNineGridNode_RightOffset
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.RightOffset
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.RightOffset
+ nameWithType: AtkNineGridNode.RightOffset
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.TopOffset
+ name: TopOffset
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkNineGridNode_TopOffset
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.TopOffset
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkNineGridNode.TopOffset
+ nameWithType: AtkNineGridNode.TopOffset
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode
+ name: AtkResNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode
+ nameWithType: AtkResNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddBlue
+ name: AddBlue
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_AddBlue
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddBlue
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddBlue
+ nameWithType: AtkResNode.AddBlue
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddBlue_2
+ name: AddBlue_2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_AddBlue_2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddBlue_2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddBlue_2
+ nameWithType: AtkResNode.AddBlue_2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddGreen
+ name: AddGreen
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_AddGreen
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddGreen
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddGreen
+ nameWithType: AtkResNode.AddGreen
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddGreen_2
+ name: AddGreen_2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_AddGreen_2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddGreen_2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddGreen_2
+ nameWithType: AtkResNode.AddGreen_2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddRed
+ name: AddRed
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_AddRed
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddRed
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddRed
+ nameWithType: AtkResNode.AddRed
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddRed_2
+ name: AddRed_2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_AddRed_2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddRed_2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AddRed_2
+ nameWithType: AtkResNode.AddRed_2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Alpha_2
+ name: Alpha_2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_Alpha_2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Alpha_2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Alpha_2
+ nameWithType: AtkResNode.Alpha_2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AtkEventTarget
+ name: AtkEventTarget
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_AtkEventTarget
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AtkEventTarget
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.AtkEventTarget
+ nameWithType: AtkResNode.AtkEventTarget
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ChildCount
+ name: ChildCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_ChildCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ChildCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ChildCount
+ nameWithType: AtkResNode.ChildCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ChildNode
+ name: ChildNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_ChildNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ChildNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ChildNode
+ nameWithType: AtkResNode.ChildNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Color
+ name: Color
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_Color
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Color
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Color
+ nameWithType: AtkResNode.Color
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Depth
+ name: Depth
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_Depth
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Depth
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Depth
+ nameWithType: AtkResNode.Depth
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Depth_2
+ name: Depth_2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_Depth_2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Depth_2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Depth_2
+ nameWithType: AtkResNode.Depth_2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Flags
+ name: Flags
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_Flags
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Flags
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Flags
+ nameWithType: AtkResNode.Flags
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Flags_2
+ name: Flags_2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_Flags_2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Flags_2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Flags_2
+ nameWithType: AtkResNode.Flags_2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Height
+ name: Height
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_Height
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Height
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Height
+ nameWithType: AtkResNode.Height
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.IsVisible
+ name: IsVisible
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_IsVisible
+ commentId: P:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.IsVisible
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.IsVisible
+ nameWithType: AtkResNode.IsVisible
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.IsVisible*
+ name: IsVisible
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_IsVisible_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.IsVisible
+ isSpec: "True"
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.IsVisible
+ nameWithType: AtkResNode.IsVisible
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyBlue
+ name: MultiplyBlue
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_MultiplyBlue
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyBlue
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyBlue
+ nameWithType: AtkResNode.MultiplyBlue
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyBlue_2
+ name: MultiplyBlue_2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_MultiplyBlue_2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyBlue_2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyBlue_2
+ nameWithType: AtkResNode.MultiplyBlue_2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyGreen
+ name: MultiplyGreen
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_MultiplyGreen
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyGreen
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyGreen
+ nameWithType: AtkResNode.MultiplyGreen
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyGreen_2
+ name: MultiplyGreen_2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_MultiplyGreen_2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyGreen_2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyGreen_2
+ nameWithType: AtkResNode.MultiplyGreen_2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyRed
+ name: MultiplyRed
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_MultiplyRed
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyRed
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyRed
+ nameWithType: AtkResNode.MultiplyRed
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyRed_2
+ name: MultiplyRed_2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_MultiplyRed_2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyRed_2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.MultiplyRed_2
+ nameWithType: AtkResNode.MultiplyRed_2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.NextSiblingNode
+ name: NextSiblingNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_NextSiblingNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.NextSiblingNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.NextSiblingNode
+ nameWithType: AtkResNode.NextSiblingNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.NodeID
+ name: NodeID
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_NodeID
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.NodeID
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.NodeID
+ nameWithType: AtkResNode.NodeID
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.OriginX
+ name: OriginX
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_OriginX
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.OriginX
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.OriginX
+ nameWithType: AtkResNode.OriginX
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.OriginY
+ name: OriginY
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_OriginY
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.OriginY
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.OriginY
+ nameWithType: AtkResNode.OriginY
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ParentNode
+ name: ParentNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_ParentNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ParentNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ParentNode
+ nameWithType: AtkResNode.ParentNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.PrevSiblingNode
+ name: PrevSiblingNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_PrevSiblingNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.PrevSiblingNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.PrevSiblingNode
+ nameWithType: AtkResNode.PrevSiblingNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Priority
+ name: Priority
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_Priority
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Priority
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Priority
+ nameWithType: AtkResNode.Priority
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Rotation
+ name: Rotation
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_Rotation
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Rotation
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Rotation
+ nameWithType: AtkResNode.Rotation
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ScaleX
+ name: ScaleX
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_ScaleX
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ScaleX
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ScaleX
+ nameWithType: AtkResNode.ScaleX
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ScaleY
+ name: ScaleY
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_ScaleY
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ScaleY
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.ScaleY
+ nameWithType: AtkResNode.ScaleY
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Type
+ name: Type
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_Type
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Type
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Type
+ nameWithType: AtkResNode.Type
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.UnkByte_1
+ name: UnkByte_1
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_UnkByte_1
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.UnkByte_1
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.UnkByte_1
+ nameWithType: AtkResNode.UnkByte_1
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.UnkMatrix
+ name: UnkMatrix
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_UnkMatrix
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.UnkMatrix
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.UnkMatrix
+ nameWithType: AtkResNode.UnkMatrix
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Width
+ name: Width
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_Width
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Width
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Width
+ nameWithType: AtkResNode.Width
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.X
name: X
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_X
- commentId: F:FFXIVClientStructs.Group.PartyMember.X
- fullName: FFXIVClientStructs.Group.PartyMember.X
- nameWithType: PartyMember.X
-- uid: FFXIVClientStructs.Group.PartyMember.Y
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_X
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.X
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.X
+ nameWithType: AtkResNode.X
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Y
name: Y
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Y
- commentId: F:FFXIVClientStructs.Group.PartyMember.Y
- fullName: FFXIVClientStructs.Group.PartyMember.Y
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkResNode_Y
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Y
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkResNode.Y
+ nameWithType: AtkResNode.Y
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage
+ name: AtkStage
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkStage
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage
+ nameWithType: AtkStage
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.AtkEventTarget
+ name: AtkEventTarget
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkStage_AtkEventTarget
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.AtkEventTarget
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.AtkEventTarget
+ nameWithType: AtkStage.AtkEventTarget
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.RaptureAtkUnitManager
+ name: RaptureAtkUnitManager
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkStage_RaptureAtkUnitManager
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.RaptureAtkUnitManager
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkStage.RaptureAtkUnitManager
+ nameWithType: AtkStage.RaptureAtkUnitManager
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode
+ name: AtkTextNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode
+ nameWithType: AtkTextNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.AlignmentFontType
+ name: AlignmentFontType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_AlignmentFontType
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.AlignmentFontType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.AlignmentFontType
+ nameWithType: AtkTextNode.AlignmentFontType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.AtkResNode
+ name: AtkResNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_AtkResNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.AtkResNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.AtkResNode
+ nameWithType: AtkTextNode.AtkResNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.BackgroundColor
+ name: BackgroundColor
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_BackgroundColor
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.BackgroundColor
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.BackgroundColor
+ nameWithType: AtkTextNode.BackgroundColor
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.CharSpacing
+ name: CharSpacing
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_CharSpacing
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.CharSpacing
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.CharSpacing
+ nameWithType: AtkTextNode.CharSpacing
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.EdgeColor
+ name: EdgeColor
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_EdgeColor
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.EdgeColor
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.EdgeColor
+ nameWithType: AtkTextNode.EdgeColor
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.FontSize
+ name: FontSize
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_FontSize
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.FontSize
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.FontSize
+ nameWithType: AtkTextNode.FontSize
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.LineSpacing
+ name: LineSpacing
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_LineSpacing
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.LineSpacing
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.LineSpacing
+ nameWithType: AtkTextNode.LineSpacing
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.NodeText
+ name: NodeText
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_NodeText
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.NodeText
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.NodeText
+ nameWithType: AtkTextNode.NodeText
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.SelectEnd
+ name: SelectEnd
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_SelectEnd
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.SelectEnd
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.SelectEnd
+ nameWithType: AtkTextNode.SelectEnd
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.SelectStart
+ name: SelectStart
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_SelectStart
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.SelectStart
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.SelectStart
+ nameWithType: AtkTextNode.SelectStart
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.SheetType
+ name: SheetType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_SheetType
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.SheetType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.SheetType
+ nameWithType: AtkTextNode.SheetType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.TextColor
+ name: TextColor
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_TextColor
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.TextColor
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.TextColor
+ nameWithType: AtkTextNode.TextColor
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.TextFlags
+ name: TextFlags
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_TextFlags
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.TextFlags
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.TextFlags
+ nameWithType: AtkTextNode.TextFlags
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.TextFlags2
+ name: TextFlags2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_TextFlags2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.TextFlags2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.TextFlags2
+ nameWithType: AtkTextNode.TextFlags2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.TextId
+ name: TextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextNode_TextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.TextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextNode.TextId
+ nameWithType: AtkTextNode.TextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture
+ name: AtkTexture
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture
+ nameWithType: AtkTexture
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.Crest
+ name: Crest
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTexture_Crest
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.Crest
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.Crest
+ nameWithType: AtkTexture.Crest
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.KernelTexture
+ name: KernelTexture
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTexture_KernelTexture
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.KernelTexture
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.KernelTexture
+ nameWithType: AtkTexture.KernelTexture
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.Resource
+ name: Resource
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTexture_Resource
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.Resource
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.Resource
+ nameWithType: AtkTexture.Resource
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.TextureType
+ name: TextureType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTexture_TextureType
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.TextureType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.TextureType
+ nameWithType: AtkTexture.TextureType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.UnkBool_2
+ name: UnkBool_2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTexture_UnkBool_2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.UnkBool_2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.UnkBool_2
+ nameWithType: AtkTexture.UnkBool_2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTexture_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTexture.vtbl
+ nameWithType: AtkTexture.vtbl
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource
+ name: AtkTextureResource
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource
+ nameWithType: AtkTextureResource
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.Count_1
+ name: Count_1
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextureResource_Count_1
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.Count_1
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.Count_1
+ nameWithType: AtkTextureResource.Count_1
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.Count_2
+ name: Count_2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextureResource_Count_2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.Count_2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.Count_2
+ nameWithType: AtkTextureResource.Count_2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.KernelTextureObject
+ name: KernelTextureObject
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextureResource_KernelTextureObject
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.KernelTextureObject
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.KernelTextureObject
+ nameWithType: AtkTextureResource.KernelTextureObject
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.TexFileResourceHandle
+ name: TexFileResourceHandle
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextureResource_TexFileResourceHandle
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.TexFileResourceHandle
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.TexFileResourceHandle
+ nameWithType: AtkTextureResource.TexFileResourceHandle
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.TexPathHash
+ name: TexPathHash
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextureResource_TexPathHash
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.TexPathHash
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.TexPathHash
+ nameWithType: AtkTextureResource.TexPathHash
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.Unk_1
+ name: Unk_1
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkTextureResource_Unk_1
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.Unk_1
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkTextureResource.Unk_1
+ nameWithType: AtkTextureResource.Unk_1
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset
+ name: AtkUldAsset
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset
+ nameWithType: AtkUldAsset
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.AtkTexture
+ name: AtkTexture
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldAsset_AtkTexture
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.AtkTexture
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.AtkTexture
+ nameWithType: AtkUldAsset.AtkTexture
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.Id
+ name: Id
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldAsset_Id
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.Id
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldAsset.Id
+ nameWithType: AtkUldAsset.Id
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase
+ name: AtkUldComponentDataBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase
+ nameWithType: AtkUldComponentDataBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Cursor
+ name: Cursor
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataBase_Cursor
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Cursor
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Cursor
+ nameWithType: AtkUldComponentDataBase.Cursor
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Down
+ name: Down
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataBase_Down
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Down
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Down
+ nameWithType: AtkUldComponentDataBase.Down
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Index
+ name: Index
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataBase_Index
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Index
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Index
+ nameWithType: AtkUldComponentDataBase.Index
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Left
+ name: Left
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataBase_Left
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Left
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Left
+ nameWithType: AtkUldComponentDataBase.Left
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.OffsetX
+ name: OffsetX
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataBase_OffsetX
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.OffsetX
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.OffsetX
+ nameWithType: AtkUldComponentDataBase.OffsetX
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.OffsetY
+ name: OffsetY
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataBase_OffsetY
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.OffsetY
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.OffsetY
+ nameWithType: AtkUldComponentDataBase.OffsetY
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Right
+ name: Right
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataBase_Right
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Right
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Right
+ nameWithType: AtkUldComponentDataBase.Right
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Unk
+ name: Unk
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataBase_Unk
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Unk
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Unk
+ nameWithType: AtkUldComponentDataBase.Unk
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Up
+ name: Up
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataBase_Up
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Up
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataBase.Up
+ nameWithType: AtkUldComponentDataBase.Up
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton
+ name: AtkUldComponentDataButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton
+ nameWithType: AtkUldComponentDataButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataButton_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.Base
+ nameWithType: AtkUldComponentDataButton.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataButton_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.Nodes
+ nameWithType: AtkUldComponentDataButton.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.TextId
+ name: TextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataButton_TextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.TextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataButton.TextId
+ nameWithType: AtkUldComponentDataButton.TextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox
+ name: AtkUldComponentDataCheckBox
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox
+ nameWithType: AtkUldComponentDataCheckBox
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataCheckBox_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.Base
+ nameWithType: AtkUldComponentDataCheckBox.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataCheckBox_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.Nodes
+ nameWithType: AtkUldComponentDataCheckBox.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.TextId
+ name: TextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataCheckBox_TextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.TextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataCheckBox.TextId
+ nameWithType: AtkUldComponentDataCheckBox.TextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop
+ name: AtkUldComponentDataDragDrop
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop
+ nameWithType: AtkUldComponentDataDragDrop
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataDragDrop_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.Base
+ nameWithType: AtkUldComponentDataDragDrop.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataDragDrop_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDragDrop.Nodes
+ nameWithType: AtkUldComponentDataDragDrop.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList
+ name: AtkUldComponentDataDropDownList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList
+ nameWithType: AtkUldComponentDataDropDownList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataDropDownList_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.Base
+ nameWithType: AtkUldComponentDataDropDownList.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataDropDownList_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataDropDownList.Nodes
+ nameWithType: AtkUldComponentDataDropDownList.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar
+ name: AtkUldComponentDataGaugeBar
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar
+ nameWithType: AtkUldComponentDataGaugeBar
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataGaugeBar_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Base
+ nameWithType: AtkUldComponentDataGaugeBar.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Indicator
+ name: Indicator
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataGaugeBar_Indicator
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Indicator
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Indicator
+ nameWithType: AtkUldComponentDataGaugeBar.Indicator
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.MarginH
+ name: MarginH
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataGaugeBar_MarginH
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.MarginH
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.MarginH
+ nameWithType: AtkUldComponentDataGaugeBar.MarginH
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.MarginV
+ name: MarginV
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataGaugeBar_MarginV
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.MarginV
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.MarginV
+ nameWithType: AtkUldComponentDataGaugeBar.MarginV
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Max
+ name: Max
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataGaugeBar_Max
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Max
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Max
+ nameWithType: AtkUldComponentDataGaugeBar.Max
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Min
+ name: Min
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataGaugeBar_Min
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Min
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Min
+ nameWithType: AtkUldComponentDataGaugeBar.Min
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataGaugeBar_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Nodes
+ nameWithType: AtkUldComponentDataGaugeBar.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Value
+ name: Value
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataGaugeBar_Value
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Value
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Value
+ nameWithType: AtkUldComponentDataGaugeBar.Value
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Vertical
+ name: Vertical
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataGaugeBar_Vertical
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Vertical
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGaugeBar.Vertical
+ nameWithType: AtkUldComponentDataGaugeBar.Vertical
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard
+ name: AtkUldComponentDataGuildLeveCard
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard
+ nameWithType: AtkUldComponentDataGuildLeveCard
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataGuildLeveCard_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.Base
+ nameWithType: AtkUldComponentDataGuildLeveCard.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataGuildLeveCard_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataGuildLeveCard.Nodes
+ nameWithType: AtkUldComponentDataGuildLeveCard.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon
+ name: AtkUldComponentDataIcon
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon
+ nameWithType: AtkUldComponentDataIcon
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataIcon_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.Base
+ nameWithType: AtkUldComponentDataIcon.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataIcon_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIcon.Nodes
+ nameWithType: AtkUldComponentDataIcon.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText
+ name: AtkUldComponentDataIconText
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText
+ nameWithType: AtkUldComponentDataIconText
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataIconText_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.Base
+ nameWithType: AtkUldComponentDataIconText.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataIconText_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataIconText.Nodes
+ nameWithType: AtkUldComponentDataIconText.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase
+ name: AtkUldComponentDataInputBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase
+ nameWithType: AtkUldComponentDataInputBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataInputBase_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.Base
+ nameWithType: AtkUldComponentDataInputBase.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.FocusColor
+ name: FocusColor
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataInputBase_FocusColor
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.FocusColor
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataInputBase.FocusColor
+ nameWithType: AtkUldComponentDataInputBase.FocusColor
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas
+ name: AtkUldComponentDataJournalCanvas
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas
+ nameWithType: AtkUldComponentDataJournalCanvas
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.AnotherMargin
+ name: AnotherMargin
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataJournalCanvas_AnotherMargin
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.AnotherMargin
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.AnotherMargin
+ nameWithType: AtkUldComponentDataJournalCanvas.AnotherMargin
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataJournalCanvas_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.Base
+ nameWithType: AtkUldComponentDataJournalCanvas.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.BasicMargin
+ name: BasicMargin
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataJournalCanvas_BasicMargin
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.BasicMargin
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.BasicMargin
+ nameWithType: AtkUldComponentDataJournalCanvas.BasicMargin
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.ItemMargin
+ name: ItemMargin
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataJournalCanvas_ItemMargin
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.ItemMargin
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.ItemMargin
+ nameWithType: AtkUldComponentDataJournalCanvas.ItemMargin
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataJournalCanvas_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.Nodes
+ nameWithType: AtkUldComponentDataJournalCanvas.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.Padding
+ name: Padding
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataJournalCanvas_Padding
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.Padding
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataJournalCanvas.Padding
+ nameWithType: AtkUldComponentDataJournalCanvas.Padding
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList
+ name: AtkUldComponentDataList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList
+ nameWithType: AtkUldComponentDataList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataList_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.Base
+ nameWithType: AtkUldComponentDataList.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.ColNum
+ name: ColNum
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataList_ColNum
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.ColNum
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.ColNum
+ nameWithType: AtkUldComponentDataList.ColNum
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataList_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.Nodes
+ nameWithType: AtkUldComponentDataList.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.Orientation
+ name: Orientation
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataList_Orientation
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.Orientation
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.Orientation
+ nameWithType: AtkUldComponentDataList.Orientation
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.RowNum
+ name: RowNum
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataList_RowNum
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.RowNum
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.RowNum
+ nameWithType: AtkUldComponentDataList.RowNum
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.Wrap
+ name: Wrap
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataList_Wrap
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.Wrap
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataList.Wrap
+ nameWithType: AtkUldComponentDataList.Wrap
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer
+ name: AtkUldComponentDataListItemRenderer
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer
+ nameWithType: AtkUldComponentDataListItemRenderer
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataListItemRenderer_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.Base
+ nameWithType: AtkUldComponentDataListItemRenderer.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.CanToggle
+ name: CanToggle
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataListItemRenderer_CanToggle
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.CanToggle
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.CanToggle
+ nameWithType: AtkUldComponentDataListItemRenderer.CanToggle
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataListItemRenderer_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataListItemRenderer.Nodes
+ nameWithType: AtkUldComponentDataListItemRenderer.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap
+ name: AtkUldComponentDataMap
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap
+ nameWithType: AtkUldComponentDataMap
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataMap_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.Base
+ nameWithType: AtkUldComponentDataMap.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataMap_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMap.Nodes
+ nameWithType: AtkUldComponentDataMap.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose
+ name: AtkUldComponentDataMultipurpose
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose
+ nameWithType: AtkUldComponentDataMultipurpose
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataMultipurpose_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.Base
+ nameWithType: AtkUldComponentDataMultipurpose.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataMultipurpose_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataMultipurpose.Nodes
+ nameWithType: AtkUldComponentDataMultipurpose.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput
+ name: AtkUldComponentDataNumericInput
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput
+ nameWithType: AtkUldComponentDataNumericInput
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Add
+ name: Add
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataNumericInput_Add
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Add
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Add
+ nameWithType: AtkUldComponentDataNumericInput.Add
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Comma
+ name: Comma
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataNumericInput_Comma
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Comma
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Comma
+ nameWithType: AtkUldComponentDataNumericInput.Comma
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.EndLetterId
+ name: EndLetterId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataNumericInput_EndLetterId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.EndLetterId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.EndLetterId
+ nameWithType: AtkUldComponentDataNumericInput.EndLetterId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.InputBase
+ name: InputBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataNumericInput_InputBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.InputBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.InputBase
+ nameWithType: AtkUldComponentDataNumericInput.InputBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Max
+ name: Max
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataNumericInput_Max
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Max
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Max
+ nameWithType: AtkUldComponentDataNumericInput.Max
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Min
+ name: Min
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataNumericInput_Min
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Min
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Min
+ nameWithType: AtkUldComponentDataNumericInput.Min
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataNumericInput_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Nodes
+ nameWithType: AtkUldComponentDataNumericInput.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Value
+ name: Value
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataNumericInput_Value
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Value
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataNumericInput.Value
+ nameWithType: AtkUldComponentDataNumericInput.Value
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview
+ name: AtkUldComponentDataPreview
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview
+ nameWithType: AtkUldComponentDataPreview
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataPreview_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.Base
+ nameWithType: AtkUldComponentDataPreview.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataPreview_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataPreview.Nodes
+ nameWithType: AtkUldComponentDataPreview.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton
+ name: AtkUldComponentDataRadioButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton
+ nameWithType: AtkUldComponentDataRadioButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataRadioButton_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.Base
+ nameWithType: AtkUldComponentDataRadioButton.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.GroupId
+ name: GroupId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataRadioButton_GroupId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.GroupId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.GroupId
+ nameWithType: AtkUldComponentDataRadioButton.GroupId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataRadioButton_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.Nodes
+ nameWithType: AtkUldComponentDataRadioButton.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.TextId
+ name: TextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataRadioButton_TextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.TextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataRadioButton.TextId
+ nameWithType: AtkUldComponentDataRadioButton.TextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar
+ name: AtkUldComponentDataScrollBar
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar
+ nameWithType: AtkUldComponentDataScrollBar
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataScrollBar_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.Base
+ nameWithType: AtkUldComponentDataScrollBar.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.Margin
+ name: Margin
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataScrollBar_Margin
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.Margin
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.Margin
+ nameWithType: AtkUldComponentDataScrollBar.Margin
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataScrollBar_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.Nodes
+ nameWithType: AtkUldComponentDataScrollBar.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.Vertical
+ name: Vertical
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataScrollBar_Vertical
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.Vertical
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataScrollBar.Vertical
+ nameWithType: AtkUldComponentDataScrollBar.Vertical
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider
+ name: AtkUldComponentDataSlider
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider
+ nameWithType: AtkUldComponentDataSlider
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataSlider_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Base
+ nameWithType: AtkUldComponentDataSlider.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Max
+ name: Max
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataSlider_Max
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Max
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Max
+ nameWithType: AtkUldComponentDataSlider.Max
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Min
+ name: Min
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataSlider_Min
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Min
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Min
+ nameWithType: AtkUldComponentDataSlider.Min
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataSlider_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Nodes
+ nameWithType: AtkUldComponentDataSlider.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.OfffsetL
+ name: OfffsetL
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataSlider_OfffsetL
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.OfffsetL
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.OfffsetL
+ nameWithType: AtkUldComponentDataSlider.OfffsetL
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.OffsetR
+ name: OffsetR
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataSlider_OffsetR
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.OffsetR
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.OffsetR
+ nameWithType: AtkUldComponentDataSlider.OffsetR
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Step
+ name: Step
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataSlider_Step
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Step
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Step
+ nameWithType: AtkUldComponentDataSlider.Step
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Vertical
+ name: Vertical
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataSlider_Vertical
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Vertical
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataSlider.Vertical
+ nameWithType: AtkUldComponentDataSlider.Vertical
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput
+ name: AtkUldComponentDataTextInput
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput
+ nameWithType: AtkUldComponentDataTextInput
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.CandidateColor
+ name: CandidateColor
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextInput_CandidateColor
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.CandidateColor
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.CandidateColor
+ nameWithType: AtkUldComponentDataTextInput.CandidateColor
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.CharSet
+ name: CharSet
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextInput_CharSet
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.CharSet
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.CharSet
+ nameWithType: AtkUldComponentDataTextInput.CharSet
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.CharSetExtras
+ name: CharSetExtras
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextInput_CharSetExtras
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.CharSetExtras
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.CharSetExtras
+ nameWithType: AtkUldComponentDataTextInput.CharSetExtras
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.Flags1
+ name: Flags1
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextInput_Flags1
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.Flags1
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.Flags1
+ nameWithType: AtkUldComponentDataTextInput.Flags1
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.Flags2
+ name: Flags2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextInput_Flags2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.Flags2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.Flags2
+ nameWithType: AtkUldComponentDataTextInput.Flags2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.IMEColor
+ name: IMEColor
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextInput_IMEColor
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.IMEColor
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.IMEColor
+ nameWithType: AtkUldComponentDataTextInput.IMEColor
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.InputBase
+ name: InputBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextInput_InputBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.InputBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.InputBase
+ nameWithType: AtkUldComponentDataTextInput.InputBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.MaxByte
+ name: MaxByte
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextInput_MaxByte
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.MaxByte
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.MaxByte
+ nameWithType: AtkUldComponentDataTextInput.MaxByte
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.MaxChar
+ name: MaxChar
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextInput_MaxChar
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.MaxChar
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.MaxChar
+ nameWithType: AtkUldComponentDataTextInput.MaxChar
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.MaxLine
+ name: MaxLine
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextInput_MaxLine
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.MaxLine
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.MaxLine
+ nameWithType: AtkUldComponentDataTextInput.MaxLine
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.MaxWidth
+ name: MaxWidth
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextInput_MaxWidth
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.MaxWidth
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.MaxWidth
+ nameWithType: AtkUldComponentDataTextInput.MaxWidth
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextInput_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextInput.Nodes
+ nameWithType: AtkUldComponentDataTextInput.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid
+ name: AtkUldComponentDataTextNineGrid
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid
+ nameWithType: AtkUldComponentDataTextNineGrid
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextNineGrid_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.Base
+ nameWithType: AtkUldComponentDataTextNineGrid.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextNineGrid_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.Nodes
+ nameWithType: AtkUldComponentDataTextNineGrid.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.TextId
+ name: TextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTextNineGrid_TextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.TextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTextNineGrid.TextId
+ nameWithType: AtkUldComponentDataTextNineGrid.TextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList
+ name: AtkUldComponentDataTreeList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList
+ nameWithType: AtkUldComponentDataTreeList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTreeList_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.Base
+ nameWithType: AtkUldComponentDataTreeList.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.ColNum
+ name: ColNum
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTreeList_ColNum
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.ColNum
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.ColNum
+ nameWithType: AtkUldComponentDataTreeList.ColNum
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTreeList_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.Nodes
+ nameWithType: AtkUldComponentDataTreeList.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.Orientation
+ name: Orientation
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTreeList_Orientation
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.Orientation
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.Orientation
+ nameWithType: AtkUldComponentDataTreeList.Orientation
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.RowNum
+ name: RowNum
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTreeList_RowNum
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.RowNum
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.RowNum
+ nameWithType: AtkUldComponentDataTreeList.RowNum
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.Wrap
+ name: Wrap
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataTreeList_Wrap
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.Wrap
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataTreeList.Wrap
+ nameWithType: AtkUldComponentDataTreeList.Wrap
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow
+ name: AtkUldComponentDataWindow
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow
+ nameWithType: AtkUldComponentDataWindow
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataWindow_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.Base
+ nameWithType: AtkUldComponentDataWindow.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataWindow_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.Nodes
+ nameWithType: AtkUldComponentDataWindow.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.ShowCloseButton
+ name: ShowCloseButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataWindow_ShowCloseButton
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.ShowCloseButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.ShowCloseButton
+ nameWithType: AtkUldComponentDataWindow.ShowCloseButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.ShowConfigButton
+ name: ShowConfigButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataWindow_ShowConfigButton
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.ShowConfigButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.ShowConfigButton
+ nameWithType: AtkUldComponentDataWindow.ShowConfigButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.ShowHeader
+ name: ShowHeader
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataWindow_ShowHeader
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.ShowHeader
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.ShowHeader
+ nameWithType: AtkUldComponentDataWindow.ShowHeader
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.ShowHelpButton
+ name: ShowHelpButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataWindow_ShowHelpButton
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.ShowHelpButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.ShowHelpButton
+ nameWithType: AtkUldComponentDataWindow.ShowHelpButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.SubtitleTextId
+ name: SubtitleTextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataWindow_SubtitleTextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.SubtitleTextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.SubtitleTextId
+ nameWithType: AtkUldComponentDataWindow.SubtitleTextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.TitleTextId
+ name: TitleTextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentDataWindow_TitleTextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.TitleTextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentDataWindow.TitleTextId
+ nameWithType: AtkUldComponentDataWindow.TitleTextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo
+ name: AtkUldComponentInfo
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo
+ nameWithType: AtkUldComponentInfo
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.ComponentType
+ name: ComponentType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentInfo_ComponentType
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.ComponentType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.ComponentType
+ nameWithType: AtkUldComponentInfo.ComponentType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.ObjectInfo
+ name: ObjectInfo
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldComponentInfo_ObjectInfo
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.ObjectInfo
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldComponentInfo.ObjectInfo
+ nameWithType: AtkUldComponentInfo.ObjectInfo
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager
+ name: AtkUldManager
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager
+ nameWithType: AtkUldManager
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.AssetCount
+ name: AssetCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_AssetCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.AssetCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.AssetCount
+ nameWithType: AtkUldManager.AssetCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.Assets
+ name: Assets
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_Assets
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.Assets
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.Assets
+ nameWithType: AtkUldManager.Assets
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.AtkResourceRendererManager
+ name: AtkResourceRendererManager
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_AtkResourceRendererManager
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.AtkResourceRendererManager
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.AtkResourceRendererManager
+ nameWithType: AtkUldManager.AtkResourceRendererManager
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.ComponentData
+ name: ComponentData
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_ComponentData
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.ComponentData
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.ComponentData
+ nameWithType: AtkUldManager.ComponentData
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.Flags1
+ name: Flags1
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_Flags1
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.Flags1
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.Flags1
+ nameWithType: AtkUldManager.Flags1
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.LoadedState
+ name: LoadedState
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_LoadedState
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.LoadedState
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.LoadedState
+ nameWithType: AtkUldManager.LoadedState
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.NodeList
+ name: NodeList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_NodeList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.NodeList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.NodeList
+ nameWithType: AtkUldManager.NodeList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.NodeListCount
+ name: NodeListCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_NodeListCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.NodeListCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.NodeListCount
+ nameWithType: AtkUldManager.NodeListCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.ObjectCount
+ name: ObjectCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_ObjectCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.ObjectCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.ObjectCount
+ nameWithType: AtkUldManager.ObjectCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.Objects
+ name: Objects
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_Objects
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.Objects
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.Objects
+ nameWithType: AtkUldManager.Objects
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.PartsList
+ name: PartsList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_PartsList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.PartsList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.PartsList
+ nameWithType: AtkUldManager.PartsList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.PartsListCount
+ name: PartsListCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_PartsListCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.PartsListCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.PartsListCount
+ nameWithType: AtkUldManager.PartsListCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.RootNode
+ name: RootNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_RootNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.RootNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.RootNode
+ nameWithType: AtkUldManager.RootNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.RootNodeHeight
+ name: RootNodeHeight
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_RootNodeHeight
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.RootNodeHeight
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.RootNodeHeight
+ nameWithType: AtkUldManager.RootNodeHeight
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.RootNodeWidth
+ name: RootNodeWidth
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_RootNodeWidth
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.RootNodeWidth
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.RootNodeWidth
+ nameWithType: AtkUldManager.RootNodeWidth
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.UldResourceHandle
+ name: UldResourceHandle
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldManager_UldResourceHandle
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.UldResourceHandle
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldManager.UldResourceHandle
+ nameWithType: AtkUldManager.UldResourceHandle
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo
+ name: AtkUldObjectInfo
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo
+ nameWithType: AtkUldObjectInfo
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.Id
+ name: Id
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldObjectInfo_Id
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.Id
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.Id
+ nameWithType: AtkUldObjectInfo.Id
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.NodeCount
+ name: NodeCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldObjectInfo_NodeCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.NodeCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.NodeCount
+ nameWithType: AtkUldObjectInfo.NodeCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.NodeList
+ name: NodeList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldObjectInfo_NodeList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.NodeList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldObjectInfo.NodeList
+ nameWithType: AtkUldObjectInfo.NodeList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart
+ name: AtkUldPart
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart
+ nameWithType: AtkUldPart
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.Height
+ name: Height
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldPart_Height
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.Height
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.Height
+ nameWithType: AtkUldPart.Height
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.U
+ name: U
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldPart_U
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.U
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.U
+ nameWithType: AtkUldPart.U
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.UldAsset
+ name: UldAsset
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldPart_UldAsset
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.UldAsset
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.UldAsset
+ nameWithType: AtkUldPart.UldAsset
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.V
+ name: V
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldPart_V
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.V
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.V
+ nameWithType: AtkUldPart.V
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.Width
+ name: Width
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldPart_Width
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.Width
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPart.Width
+ nameWithType: AtkUldPart.Width
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList
+ name: AtkUldPartsList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList
+ nameWithType: AtkUldPartsList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.Id
+ name: Id
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldPartsList_Id
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.Id
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.Id
+ nameWithType: AtkUldPartsList.Id
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.PartCount
+ name: PartCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldPartsList_PartCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.PartCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.PartCount
+ nameWithType: AtkUldPartsList.PartCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.Parts
+ name: Parts
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldPartsList_Parts
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.Parts
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldPartsList.Parts
+ nameWithType: AtkUldPartsList.Parts
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo
+ name: AtkUldWidgetInfo
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo
+ nameWithType: AtkUldWidgetInfo
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.AlignmentType
+ name: AlignmentType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldWidgetInfo_AlignmentType
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.AlignmentType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.AlignmentType
+ nameWithType: AtkUldWidgetInfo.AlignmentType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.ObjectInfo
+ name: ObjectInfo
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldWidgetInfo_ObjectInfo
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.ObjectInfo
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.ObjectInfo
+ nameWithType: AtkUldWidgetInfo.ObjectInfo
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.X
+ name: X
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldWidgetInfo_X
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.X
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.X
+ nameWithType: AtkUldWidgetInfo.X
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.Y
+ name: Y
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUldWidgetInfo_Y
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.Y
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUldWidgetInfo.Y
+ nameWithType: AtkUldWidgetInfo.Y
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase
+ name: AtkUnitBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase
+ nameWithType: AtkUnitBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Alpha
+ name: Alpha
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_Alpha
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Alpha
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Alpha
+ nameWithType: AtkUnitBase.Alpha
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.AtkEventListener
+ name: AtkEventListener
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_AtkEventListener
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.AtkEventListener
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.AtkEventListener
+ nameWithType: AtkUnitBase.AtkEventListener
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.CollisionNodeList
+ name: CollisionNodeList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_CollisionNodeList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.CollisionNodeList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.CollisionNodeList
+ nameWithType: AtkUnitBase.CollisionNodeList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.CollisionNodeListCount
+ name: CollisionNodeListCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_CollisionNodeListCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.CollisionNodeListCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.CollisionNodeListCount
+ nameWithType: AtkUnitBase.CollisionNodeListCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Flags
+ name: Flags
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_Flags
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Flags
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Flags
+ nameWithType: AtkUnitBase.Flags
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.ID
+ name: ID
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_ID
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.ID
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.ID
+ nameWithType: AtkUnitBase.ID
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.IsVisible
+ name: IsVisible
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_IsVisible
+ commentId: P:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.IsVisible
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.IsVisible
+ nameWithType: AtkUnitBase.IsVisible
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.IsVisible*
+ name: IsVisible
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_IsVisible_
+ commentId: Overload:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.IsVisible
+ isSpec: "True"
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.IsVisible
+ nameWithType: AtkUnitBase.IsVisible
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Name
+ name: Name
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_Name
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Name
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Name
+ nameWithType: AtkUnitBase.Name
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.ParentID
+ name: ParentID
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_ParentID
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.ParentID
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.ParentID
+ nameWithType: AtkUnitBase.ParentID
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.RootNode
+ name: RootNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_RootNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.RootNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.RootNode
+ nameWithType: AtkUnitBase.RootNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Scale
+ name: Scale
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_Scale
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Scale
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Scale
+ nameWithType: AtkUnitBase.Scale
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.ULDData
+ name: ULDData
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_ULDData
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.ULDData
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.ULDData
+ nameWithType: AtkUnitBase.ULDData
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.UldManager
+ name: UldManager
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_UldManager
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.UldManager
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.UldManager
+ nameWithType: AtkUnitBase.UldManager
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.WindowNode
+ name: WindowNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_WindowNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.WindowNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.WindowNode
+ nameWithType: AtkUnitBase.WindowNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.X
+ name: X
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_X
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.X
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.X
+ nameWithType: AtkUnitBase.X
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Y
+ name: Y
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitBase_Y
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Y
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitBase.Y
+ nameWithType: AtkUnitBase.Y
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList
+ name: AtkUnitList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList
+ nameWithType: AtkUnitList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.AtkUnitEntries
+ name: AtkUnitEntries
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitList_AtkUnitEntries
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.AtkUnitEntries
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.AtkUnitEntries
+ nameWithType: AtkUnitList.AtkUnitEntries
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.Count
+ name: Count
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitList_Count
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.Count
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.Count
+ nameWithType: AtkUnitList.Count
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.vtbl
+ name: vtbl
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitList_vtbl
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.vtbl
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitList.vtbl
+ nameWithType: AtkUnitList.vtbl
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager
+ name: AtkUnitManager
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager
+ nameWithType: AtkUnitManager
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.AllLoadedUnitsList
+ name: AllLoadedUnitsList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_AllLoadedUnitsList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.AllLoadedUnitsList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.AllLoadedUnitsList
+ nameWithType: AtkUnitManager.AllLoadedUnitsList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.AtkEventListener
+ name: AtkEventListener
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_AtkEventListener
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.AtkEventListener
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.AtkEventListener
+ nameWithType: AtkUnitManager.AtkEventListener
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerEightList
+ name: DepthLayerEightList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_DepthLayerEightList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerEightList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerEightList
+ nameWithType: AtkUnitManager.DepthLayerEightList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerElevenList
+ name: DepthLayerElevenList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_DepthLayerElevenList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerElevenList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerElevenList
+ nameWithType: AtkUnitManager.DepthLayerElevenList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerFiveList
+ name: DepthLayerFiveList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_DepthLayerFiveList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerFiveList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerFiveList
+ nameWithType: AtkUnitManager.DepthLayerFiveList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerFourList
+ name: DepthLayerFourList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_DepthLayerFourList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerFourList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerFourList
+ nameWithType: AtkUnitManager.DepthLayerFourList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerNineList
+ name: DepthLayerNineList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_DepthLayerNineList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerNineList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerNineList
+ nameWithType: AtkUnitManager.DepthLayerNineList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerOneList
+ name: DepthLayerOneList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_DepthLayerOneList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerOneList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerOneList
+ nameWithType: AtkUnitManager.DepthLayerOneList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerSevenList
+ name: DepthLayerSevenList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_DepthLayerSevenList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerSevenList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerSevenList
+ nameWithType: AtkUnitManager.DepthLayerSevenList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerSixList
+ name: DepthLayerSixList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_DepthLayerSixList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerSixList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerSixList
+ nameWithType: AtkUnitManager.DepthLayerSixList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerTenList
+ name: DepthLayerTenList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_DepthLayerTenList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerTenList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerTenList
+ nameWithType: AtkUnitManager.DepthLayerTenList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerThirteenList
+ name: DepthLayerThirteenList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_DepthLayerThirteenList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerThirteenList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerThirteenList
+ nameWithType: AtkUnitManager.DepthLayerThirteenList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerThreeList
+ name: DepthLayerThreeList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_DepthLayerThreeList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerThreeList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerThreeList
+ nameWithType: AtkUnitManager.DepthLayerThreeList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerTwelveList
+ name: DepthLayerTwelveList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_DepthLayerTwelveList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerTwelveList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerTwelveList
+ nameWithType: AtkUnitManager.DepthLayerTwelveList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerTwoList
+ name: DepthLayerTwoList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_DepthLayerTwoList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerTwoList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.DepthLayerTwoList
+ nameWithType: AtkUnitManager.DepthLayerTwoList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.FocusedUnitsList
+ name: FocusedUnitsList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_FocusedUnitsList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.FocusedUnitsList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.FocusedUnitsList
+ nameWithType: AtkUnitManager.FocusedUnitsList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.UnitList16
+ name: UnitList16
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_UnitList16
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.UnitList16
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.UnitList16
+ nameWithType: AtkUnitManager.UnitList16
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.UnitList17
+ name: UnitList17
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_UnitList17
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.UnitList17
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.UnitList17
+ nameWithType: AtkUnitManager.UnitList17
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.UnitList18
+ name: UnitList18
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkUnitManager_UnitList18
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.UnitList18
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkUnitManager.UnitList18
+ nameWithType: AtkUnitManager.UnitList18
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue
+ name: AtkValue
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue
+ nameWithType: AtkValue
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Int
+ name: Int
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_Int
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Int
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Int
+ nameWithType: AtkValue.Int
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.String
+ name: String
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_String
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.String
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.String
+ nameWithType: AtkValue.String
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Type
+ name: Type
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_Type
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Type
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.Type
+ nameWithType: AtkValue.Type
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.UInt
+ name: UInt
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.html#FFXIVClientStructs_FFXIV_Component_GUI_AtkValue_UInt
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.UInt
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.AtkValue.UInt
+ nameWithType: AtkValue.UInt
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.CollisionType
+ name: CollisionType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.CollisionType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.CollisionType
+ nameWithType: CollisionType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.Focus
+ name: Focus
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html#FFXIVClientStructs_FFXIV_Component_GUI_CollisionType_Focus
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.Focus
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.Focus
+ nameWithType: CollisionType.Focus
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.Hit
+ name: Hit
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html#FFXIVClientStructs_FFXIV_Component_GUI_CollisionType_Hit
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.Hit
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.Hit
+ nameWithType: CollisionType.Hit
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.Move
+ name: Move
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.html#FFXIVClientStructs_FFXIV_Component_GUI_CollisionType_Move
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.Move
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.CollisionType.Move
+ nameWithType: CollisionType.Move
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType
+ name: ComponentType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType
+ nameWithType: ComponentType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Base
+ nameWithType: ComponentType.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Button
+ name: Button
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_Button
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Button
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Button
+ nameWithType: ComponentType.Button
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.CheckBox
+ name: CheckBox
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_CheckBox
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.CheckBox
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.CheckBox
+ nameWithType: ComponentType.CheckBox
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.DragDrop
+ name: DragDrop
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_DragDrop
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.DragDrop
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.DragDrop
+ nameWithType: ComponentType.DragDrop
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.DropDownList
+ name: DropDownList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_DropDownList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.DropDownList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.DropDownList
+ nameWithType: ComponentType.DropDownList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.GaugeBar
+ name: GaugeBar
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_GaugeBar
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.GaugeBar
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.GaugeBar
+ nameWithType: ComponentType.GaugeBar
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.GuildLeveCard
+ name: GuildLeveCard
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_GuildLeveCard
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.GuildLeveCard
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.GuildLeveCard
+ nameWithType: ComponentType.GuildLeveCard
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.HoldButton
+ name: HoldButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_HoldButton
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.HoldButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.HoldButton
+ nameWithType: ComponentType.HoldButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Icon
+ name: Icon
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_Icon
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Icon
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Icon
+ nameWithType: ComponentType.Icon
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.IconText
+ name: IconText
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_IconText
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.IconText
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.IconText
+ nameWithType: ComponentType.IconText
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.JournalCanvas
+ name: JournalCanvas
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_JournalCanvas
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.JournalCanvas
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.JournalCanvas
+ nameWithType: ComponentType.JournalCanvas
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.List
+ name: List
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_List
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.List
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.List
+ nameWithType: ComponentType.List
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.ListItemRenderer
+ name: ListItemRenderer
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_ListItemRenderer
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.ListItemRenderer
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.ListItemRenderer
+ nameWithType: ComponentType.ListItemRenderer
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Map
+ name: Map
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_Map
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Map
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Map
+ nameWithType: ComponentType.Map
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Multipurpose
+ name: Multipurpose
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_Multipurpose
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Multipurpose
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Multipurpose
+ nameWithType: ComponentType.Multipurpose
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.NumericInput
+ name: NumericInput
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_NumericInput
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.NumericInput
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.NumericInput
+ nameWithType: ComponentType.NumericInput
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Preview
+ name: Preview
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_Preview
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Preview
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Preview
+ nameWithType: ComponentType.Preview
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.RadioButton
+ name: RadioButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_RadioButton
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.RadioButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.RadioButton
+ nameWithType: ComponentType.RadioButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.ScrollBar
+ name: ScrollBar
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_ScrollBar
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.ScrollBar
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.ScrollBar
+ nameWithType: ComponentType.ScrollBar
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Slider
+ name: Slider
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_Slider
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Slider
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Slider
+ nameWithType: ComponentType.Slider
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Tab
+ name: Tab
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_Tab
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Tab
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Tab
+ nameWithType: ComponentType.Tab
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.TextInput
+ name: TextInput
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_TextInput
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.TextInput
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.TextInput
+ nameWithType: ComponentType.TextInput
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.TextNineGrid
+ name: TextNineGrid
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_TextNineGrid
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.TextNineGrid
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.TextNineGrid
+ nameWithType: ComponentType.TextNineGrid
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.TreeList
+ name: TreeList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_TreeList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.TreeList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.TreeList
+ nameWithType: ComponentType.TreeList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Window
+ name: Window
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ComponentType_Window
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Window
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ComponentType.Window
+ nameWithType: ComponentType.Window
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags
+ name: IconComponentFlags
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags
+ nameWithType: IconComponentFlags
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.Casting
+ name: Casting
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_IconComponentFlags_Casting
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.Casting
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.Casting
+ nameWithType: IconComponentFlags.Casting
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.DyeIcon
+ name: DyeIcon
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_IconComponentFlags_DyeIcon
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.DyeIcon
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.DyeIcon
+ nameWithType: IconComponentFlags.DyeIcon
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.GlamourIcon
+ name: GlamourIcon
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_IconComponentFlags_GlamourIcon
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.GlamourIcon
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.GlamourIcon
+ nameWithType: IconComponentFlags.GlamourIcon
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.InventoryItem
+ name: InventoryItem
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_IconComponentFlags_InventoryItem
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.InventoryItem
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.InventoryItem
+ nameWithType: IconComponentFlags.InventoryItem
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.Macro
+ name: Macro
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_IconComponentFlags_Macro
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.Macro
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.Macro
+ nameWithType: IconComponentFlags.Macro
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.Moving
+ name: Moving
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_IconComponentFlags_Moving
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.Moving
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.Moving
+ nameWithType: IconComponentFlags.Moving
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.None
+ name: None
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_IconComponentFlags_None
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.None
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.IconComponentFlags.None
+ nameWithType: IconComponentFlags.None
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags
+ name: ImageNodeFlags
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags
+ nameWithType: ImageNodeFlags
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.AutoFit
+ name: AutoFit
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_ImageNodeFlags_AutoFit
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.AutoFit
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.AutoFit
+ nameWithType: ImageNodeFlags.AutoFit
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.FlipH
+ name: FlipH
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_ImageNodeFlags_FlipH
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.FlipH
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.FlipH
+ nameWithType: ImageNodeFlags.FlipH
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.FlipV
+ name: FlipV
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_ImageNodeFlags_FlipV
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.FlipV
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ImageNodeFlags.FlipV
+ nameWithType: ImageNodeFlags.FlipV
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags
+ name: NodeFlags
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags
+ nameWithType: NodeFlags
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.AnchorBottom
+ name: AnchorBottom
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeFlags_AnchorBottom
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.AnchorBottom
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.AnchorBottom
+ nameWithType: NodeFlags.AnchorBottom
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.AnchorLeft
+ name: AnchorLeft
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeFlags_AnchorLeft
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.AnchorLeft
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.AnchorLeft
+ nameWithType: NodeFlags.AnchorLeft
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.AnchorRight
+ name: AnchorRight
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeFlags_AnchorRight
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.AnchorRight
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.AnchorRight
+ nameWithType: NodeFlags.AnchorRight
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.AnchorTop
+ name: AnchorTop
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeFlags_AnchorTop
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.AnchorTop
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.AnchorTop
+ nameWithType: NodeFlags.AnchorTop
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.Clip
+ name: Clip
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeFlags_Clip
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.Clip
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.Clip
+ nameWithType: NodeFlags.Clip
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.Enabled
+ name: Enabled
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeFlags_Enabled
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.Enabled
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.Enabled
+ nameWithType: NodeFlags.Enabled
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.Fill
+ name: Fill
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeFlags_Fill
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.Fill
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.Fill
+ nameWithType: NodeFlags.Fill
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.HasCollision
+ name: HasCollision
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeFlags_HasCollision
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.HasCollision
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.HasCollision
+ nameWithType: NodeFlags.HasCollision
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.RespondToMouse
+ name: RespondToMouse
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeFlags_RespondToMouse
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.RespondToMouse
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.RespondToMouse
+ nameWithType: NodeFlags.RespondToMouse
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.Visible
+ name: Visible
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeFlags_Visible
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.Visible
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeFlags.Visible
+ nameWithType: NodeFlags.Visible
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeType
+ name: NodeType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.NodeType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeType
+ nameWithType: NodeType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Collision
+ name: Collision
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeType_Collision
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Collision
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Collision
+ nameWithType: NodeType.Collision
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Counter
+ name: Counter
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeType_Counter
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Counter
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Counter
+ nameWithType: NodeType.Counter
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Image
+ name: Image
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeType_Image
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Image
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Image
+ nameWithType: NodeType.Image
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeType.NineGrid
+ name: NineGrid
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeType_NineGrid
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeType.NineGrid
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeType.NineGrid
+ nameWithType: NodeType.NineGrid
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Res
+ name: Res
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeType_Res
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Res
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Res
+ nameWithType: NodeType.Res
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Text
+ name: Text
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.NodeType.html#FFXIVClientStructs_FFXIV_Component_GUI_NodeType_Text
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Text
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.NodeType.Text
+ nameWithType: NodeType.Text
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags
+ name: TextFlags
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.TextFlags
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags
+ nameWithType: TextFlags
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Bold
+ name: Bold
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_TextFlags_Bold
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Bold
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Bold
+ nameWithType: TextFlags.Bold
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Edge
+ name: Edge
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_TextFlags_Edge
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Edge
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Edge
+ nameWithType: TextFlags.Edge
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Emboss
+ name: Emboss
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_TextFlags_Emboss
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Emboss
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Emboss
+ nameWithType: TextFlags.Emboss
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Glare
+ name: Glare
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_TextFlags_Glare
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Glare
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Glare
+ nameWithType: TextFlags.Glare
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Italic
+ name: Italic
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_TextFlags_Italic
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Italic
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Italic
+ nameWithType: TextFlags.Italic
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.MultiLine
+ name: MultiLine
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_TextFlags_MultiLine
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.MultiLine
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.MultiLine
+ nameWithType: TextFlags.MultiLine
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Unk
+ name: Unk
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_TextFlags_Unk
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Unk
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.Unk
+ nameWithType: TextFlags.Unk
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.WordWrap
+ name: WordWrap
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.html#FFXIVClientStructs_FFXIV_Component_GUI_TextFlags_WordWrap
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.WordWrap
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags.WordWrap
+ nameWithType: TextFlags.WordWrap
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2
+ name: TextFlags2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2
+ nameWithType: TextFlags2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.Ellipsis
+ name: Ellipsis
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.html#FFXIVClientStructs_FFXIV_Component_GUI_TextFlags2_Ellipsis
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.Ellipsis
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextFlags2.Ellipsis
+ nameWithType: TextFlags2.Ellipsis
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1
+ name: TextInputFlags1
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1
+ nameWithType: TextInputFlags1
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.AllowLowerCase
+ name: AllowLowerCase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_TextInputFlags1_AllowLowerCase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.AllowLowerCase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.AllowLowerCase
+ nameWithType: TextInputFlags1.AllowLowerCase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.AllowUpperCase
+ name: AllowUpperCase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_TextInputFlags1_AllowUpperCase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.AllowUpperCase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.AllowUpperCase
+ nameWithType: TextInputFlags1.AllowUpperCase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.Capitalize
+ name: Capitalize
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_TextInputFlags1_Capitalize
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.Capitalize
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.Capitalize
+ nameWithType: TextInputFlags1.Capitalize
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.EnableDictionary
+ name: EnableDictionary
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_TextInputFlags1_EnableDictionary
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.EnableDictionary
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.EnableDictionary
+ nameWithType: TextInputFlags1.EnableDictionary
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.EnableHistory
+ name: EnableHistory
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_TextInputFlags1_EnableHistory
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.EnableHistory
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.EnableHistory
+ nameWithType: TextInputFlags1.EnableHistory
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.EnableIME
+ name: EnableIME
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_TextInputFlags1_EnableIME
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.EnableIME
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.EnableIME
+ nameWithType: TextInputFlags1.EnableIME
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.EscapeClears
+ name: EscapeClears
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_TextInputFlags1_EscapeClears
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.EscapeClears
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.EscapeClears
+ nameWithType: TextInputFlags1.EscapeClears
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.Mask
+ name: Mask
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_TextInputFlags1_Mask
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.Mask
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags1.Mask
+ nameWithType: TextInputFlags1.Mask
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2
+ name: TextInputFlags2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2
+ nameWithType: TextInputFlags2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.AllowNumberInput
+ name: AllowNumberInput
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html#FFXIVClientStructs_FFXIV_Component_GUI_TextInputFlags2_AllowNumberInput
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.AllowNumberInput
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.AllowNumberInput
+ nameWithType: TextInputFlags2.AllowNumberInput
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.AllowSymbolInput
+ name: AllowSymbolInput
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html#FFXIVClientStructs_FFXIV_Component_GUI_TextInputFlags2_AllowSymbolInput
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.AllowSymbolInput
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.AllowSymbolInput
+ nameWithType: TextInputFlags2.AllowSymbolInput
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.AutoMaxWidth
+ name: AutoMaxWidth
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html#FFXIVClientStructs_FFXIV_Component_GUI_TextInputFlags2_AutoMaxWidth
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.AutoMaxWidth
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.AutoMaxWidth
+ nameWithType: TextInputFlags2.AutoMaxWidth
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.MultiLine
+ name: MultiLine
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html#FFXIVClientStructs_FFXIV_Component_GUI_TextInputFlags2_MultiLine
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.MultiLine
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.MultiLine
+ nameWithType: TextInputFlags2.MultiLine
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.WordWrap
+ name: WordWrap
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.html#FFXIVClientStructs_FFXIV_Component_GUI_TextInputFlags2_WordWrap
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.WordWrap
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextInputFlags2.WordWrap
+ nameWithType: TextInputFlags2.WordWrap
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextureType
+ name: TextureType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.TextureType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextureType
+ nameWithType: TextureType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextureType.Crest
+ name: Crest
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html#FFXIVClientStructs_FFXIV_Component_GUI_TextureType_Crest
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextureType.Crest
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextureType.Crest
+ nameWithType: TextureType.Crest
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextureType.KernelTexture
+ name: KernelTexture
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html#FFXIVClientStructs_FFXIV_Component_GUI_TextureType_KernelTexture
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextureType.KernelTexture
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextureType.KernelTexture
+ nameWithType: TextureType.KernelTexture
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.TextureType.Resource
+ name: Resource
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.TextureType.html#FFXIVClientStructs_FFXIV_Component_GUI_TextureType_Resource
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.TextureType.Resource
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.TextureType.Resource
+ nameWithType: TextureType.Resource
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD
+ name: FFXIVClientStructs.FFXIV.Component.GUI.ULD
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.html
+ commentId: N:FFXIVClientStructs.FFXIV.Component.GUI.ULD
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD
+ nameWithType: FFXIVClientStructs.FFXIV.Component.GUI.ULD
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType
+ name: AlignmentType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType
+ nameWithType: AlignmentType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Bottom
+ name: Bottom
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AlignmentType_Bottom
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Bottom
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Bottom
+ nameWithType: AlignmentType.Bottom
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.BottomLeft
+ name: BottomLeft
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AlignmentType_BottomLeft
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.BottomLeft
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.BottomLeft
+ nameWithType: AlignmentType.BottomLeft
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.BottomRight
+ name: BottomRight
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AlignmentType_BottomRight
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.BottomRight
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.BottomRight
+ nameWithType: AlignmentType.BottomRight
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Center
+ name: Center
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AlignmentType_Center
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Center
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Center
+ nameWithType: AlignmentType.Center
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Left
+ name: Left
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AlignmentType_Left
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Left
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Left
+ nameWithType: AlignmentType.Left
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Right
+ name: Right
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AlignmentType_Right
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Right
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Right
+ nameWithType: AlignmentType.Right
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Top
+ name: Top
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AlignmentType_Top
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Top
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.Top
+ nameWithType: AlignmentType.Top
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.TopLeft
+ name: TopLeft
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AlignmentType_TopLeft
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.TopLeft
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.TopLeft
+ nameWithType: AlignmentType.TopLeft
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.TopRight
+ name: TopRight
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AlignmentType_TopRight
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.TopRight
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AlignmentType.TopRight
+ nameWithType: AlignmentType.TopRight
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton
+ name: AtkUldComponentDataHoldButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton
+ nameWithType: AtkUldComponentDataHoldButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AtkUldComponentDataHoldButton_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.Base
+ nameWithType: AtkUldComponentDataHoldButton.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AtkUldComponentDataHoldButton_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.Nodes
+ nameWithType: AtkUldComponentDataHoldButton.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.TextId
+ name: TextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AtkUldComponentDataHoldButton_TextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.TextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataHoldButton.TextId
+ nameWithType: AtkUldComponentDataHoldButton.TextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab
+ name: AtkUldComponentDataTab
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab
+ nameWithType: AtkUldComponentDataTab
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AtkUldComponentDataTab_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.Base
+ nameWithType: AtkUldComponentDataTab.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.GroupId
+ name: GroupId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AtkUldComponentDataTab_GroupId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.GroupId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.GroupId
+ nameWithType: AtkUldComponentDataTab.GroupId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AtkUldComponentDataTab_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.Nodes
+ nameWithType: AtkUldComponentDataTab.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.TextId
+ name: TextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_AtkUldComponentDataTab_TextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.TextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.AtkUldComponentDataTab.TextId
+ nameWithType: AtkUldComponentDataTab.TextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1
+ name: TextInputFlags1
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1
+ nameWithType: TextInputFlags1
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.AllowLowerCase
+ name: AllowLowerCase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_TextInputFlags1_AllowLowerCase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.AllowLowerCase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.AllowLowerCase
+ nameWithType: TextInputFlags1.AllowLowerCase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.AllowUpperCase
+ name: AllowUpperCase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_TextInputFlags1_AllowUpperCase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.AllowUpperCase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.AllowUpperCase
+ nameWithType: TextInputFlags1.AllowUpperCase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.Capitalize
+ name: Capitalize
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_TextInputFlags1_Capitalize
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.Capitalize
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.Capitalize
+ nameWithType: TextInputFlags1.Capitalize
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.EnableDictionary
+ name: EnableDictionary
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_TextInputFlags1_EnableDictionary
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.EnableDictionary
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.EnableDictionary
+ nameWithType: TextInputFlags1.EnableDictionary
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.EnableHistory
+ name: EnableHistory
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_TextInputFlags1_EnableHistory
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.EnableHistory
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.EnableHistory
+ nameWithType: TextInputFlags1.EnableHistory
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.EnableIME
+ name: EnableIME
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_TextInputFlags1_EnableIME
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.EnableIME
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.EnableIME
+ nameWithType: TextInputFlags1.EnableIME
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.EscapeClears
+ name: EscapeClears
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_TextInputFlags1_EscapeClears
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.EscapeClears
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.EscapeClears
+ nameWithType: TextInputFlags1.EscapeClears
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.Mask
+ name: Mask
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_TextInputFlags1_Mask
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.Mask
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags1.Mask
+ nameWithType: TextInputFlags1.Mask
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2
+ name: TextInputFlags2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2
+ nameWithType: TextInputFlags2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.AllowNumberInput
+ name: AllowNumberInput
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_TextInputFlags2_AllowNumberInput
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.AllowNumberInput
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.AllowNumberInput
+ nameWithType: TextInputFlags2.AllowNumberInput
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.AllowSymbolInput
+ name: AllowSymbolInput
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_TextInputFlags2_AllowSymbolInput
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.AllowSymbolInput
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.AllowSymbolInput
+ nameWithType: TextInputFlags2.AllowSymbolInput
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.AutoMaxWidth
+ name: AutoMaxWidth
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_TextInputFlags2_AutoMaxWidth
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.AutoMaxWidth
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.AutoMaxWidth
+ nameWithType: TextInputFlags2.AutoMaxWidth
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.MultiLine
+ name: MultiLine
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_TextInputFlags2_MultiLine
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.MultiLine
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.MultiLine
+ nameWithType: TextInputFlags2.MultiLine
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.WordWrap
+ name: WordWrap
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_TextInputFlags2_WordWrap
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.WordWrap
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.TextInputFlags2.WordWrap
+ nameWithType: TextInputFlags2.WordWrap
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase
+ name: ULDComponentDataBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase
+ nameWithType: ULDComponentDataBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Cursor
+ name: Cursor
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataBase_Cursor
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Cursor
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Cursor
+ nameWithType: ULDComponentDataBase.Cursor
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Down
+ name: Down
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataBase_Down
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Down
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Down
+ nameWithType: ULDComponentDataBase.Down
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Index
+ name: Index
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataBase_Index
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Index
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Index
+ nameWithType: ULDComponentDataBase.Index
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Left
+ name: Left
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataBase_Left
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Left
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Left
+ nameWithType: ULDComponentDataBase.Left
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.OffsetX
+ name: OffsetX
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataBase_OffsetX
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.OffsetX
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.OffsetX
+ nameWithType: ULDComponentDataBase.OffsetX
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.OffsetY
+ name: OffsetY
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataBase_OffsetY
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.OffsetY
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.OffsetY
+ nameWithType: ULDComponentDataBase.OffsetY
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Right
+ name: Right
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataBase_Right
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Right
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Right
+ nameWithType: ULDComponentDataBase.Right
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Unk
+ name: Unk
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataBase_Unk
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Unk
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Unk
+ nameWithType: ULDComponentDataBase.Unk
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Up
+ name: Up
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataBase_Up
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Up
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataBase.Up
+ nameWithType: ULDComponentDataBase.Up
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton
+ name: ULDComponentDataButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton
+ nameWithType: ULDComponentDataButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataButton_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.Base
+ nameWithType: ULDComponentDataButton.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataButton_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.Nodes
+ nameWithType: ULDComponentDataButton.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.TextId
+ name: TextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataButton_TextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.TextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataButton.TextId
+ nameWithType: ULDComponentDataButton.TextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox
+ name: ULDComponentDataCheckBox
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox
+ nameWithType: ULDComponentDataCheckBox
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataCheckBox_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.Base
+ nameWithType: ULDComponentDataCheckBox.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataCheckBox_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.Nodes
+ nameWithType: ULDComponentDataCheckBox.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.TextId
+ name: TextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataCheckBox_TextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.TextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataCheckBox.TextId
+ nameWithType: ULDComponentDataCheckBox.TextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop
+ name: ULDComponentDataDragDrop
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop
+ nameWithType: ULDComponentDataDragDrop
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataDragDrop_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.Base
+ nameWithType: ULDComponentDataDragDrop.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataDragDrop_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDragDrop.Nodes
+ nameWithType: ULDComponentDataDragDrop.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList
+ name: ULDComponentDataDropDownList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList
+ nameWithType: ULDComponentDataDropDownList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataDropDownList_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.Base
+ nameWithType: ULDComponentDataDropDownList.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataDropDownList_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataDropDownList.Nodes
+ nameWithType: ULDComponentDataDropDownList.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar
+ name: ULDComponentDataGaugeBar
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar
+ nameWithType: ULDComponentDataGaugeBar
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataGaugeBar_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Base
+ nameWithType: ULDComponentDataGaugeBar.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Indicator
+ name: Indicator
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataGaugeBar_Indicator
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Indicator
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Indicator
+ nameWithType: ULDComponentDataGaugeBar.Indicator
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.MarginH
+ name: MarginH
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataGaugeBar_MarginH
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.MarginH
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.MarginH
+ nameWithType: ULDComponentDataGaugeBar.MarginH
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.MarginV
+ name: MarginV
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataGaugeBar_MarginV
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.MarginV
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.MarginV
+ nameWithType: ULDComponentDataGaugeBar.MarginV
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Max
+ name: Max
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataGaugeBar_Max
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Max
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Max
+ nameWithType: ULDComponentDataGaugeBar.Max
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Min
+ name: Min
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataGaugeBar_Min
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Min
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Min
+ nameWithType: ULDComponentDataGaugeBar.Min
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataGaugeBar_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Nodes
+ nameWithType: ULDComponentDataGaugeBar.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Value
+ name: Value
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataGaugeBar_Value
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Value
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Value
+ nameWithType: ULDComponentDataGaugeBar.Value
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Vertical
+ name: Vertical
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataGaugeBar_Vertical
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Vertical
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGaugeBar.Vertical
+ nameWithType: ULDComponentDataGaugeBar.Vertical
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard
+ name: ULDComponentDataGuildLeveCard
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard
+ nameWithType: ULDComponentDataGuildLeveCard
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataGuildLeveCard_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.Base
+ nameWithType: ULDComponentDataGuildLeveCard.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataGuildLeveCard_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataGuildLeveCard.Nodes
+ nameWithType: ULDComponentDataGuildLeveCard.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton
+ name: ULDComponentDataHoldButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton
+ nameWithType: ULDComponentDataHoldButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataHoldButton_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.Base
+ nameWithType: ULDComponentDataHoldButton.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataHoldButton_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.Nodes
+ nameWithType: ULDComponentDataHoldButton.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.TextId
+ name: TextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataHoldButton_TextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.TextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataHoldButton.TextId
+ nameWithType: ULDComponentDataHoldButton.TextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon
+ name: ULDComponentDataIcon
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon
+ nameWithType: ULDComponentDataIcon
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataIcon_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.Base
+ nameWithType: ULDComponentDataIcon.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataIcon_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIcon.Nodes
+ nameWithType: ULDComponentDataIcon.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText
+ name: ULDComponentDataIconText
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText
+ nameWithType: ULDComponentDataIconText
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataIconText_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.Base
+ nameWithType: ULDComponentDataIconText.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataIconText_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataIconText.Nodes
+ nameWithType: ULDComponentDataIconText.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase
+ name: ULDComponentDataInputBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase
+ nameWithType: ULDComponentDataInputBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataInputBase_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.Base
+ nameWithType: ULDComponentDataInputBase.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.FocusColor
+ name: FocusColor
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataInputBase_FocusColor
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.FocusColor
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataInputBase.FocusColor
+ nameWithType: ULDComponentDataInputBase.FocusColor
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas
+ name: ULDComponentDataJournalCanvas
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas
+ nameWithType: ULDComponentDataJournalCanvas
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.AnotherMargin
+ name: AnotherMargin
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataJournalCanvas_AnotherMargin
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.AnotherMargin
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.AnotherMargin
+ nameWithType: ULDComponentDataJournalCanvas.AnotherMargin
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataJournalCanvas_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.Base
+ nameWithType: ULDComponentDataJournalCanvas.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.BasicMargin
+ name: BasicMargin
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataJournalCanvas_BasicMargin
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.BasicMargin
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.BasicMargin
+ nameWithType: ULDComponentDataJournalCanvas.BasicMargin
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.ItemMargin
+ name: ItemMargin
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataJournalCanvas_ItemMargin
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.ItemMargin
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.ItemMargin
+ nameWithType: ULDComponentDataJournalCanvas.ItemMargin
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataJournalCanvas_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.Nodes
+ nameWithType: ULDComponentDataJournalCanvas.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.Padding
+ name: Padding
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataJournalCanvas_Padding
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.Padding
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataJournalCanvas.Padding
+ nameWithType: ULDComponentDataJournalCanvas.Padding
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList
+ name: ULDComponentDataList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList
+ nameWithType: ULDComponentDataList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataList_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.Base
+ nameWithType: ULDComponentDataList.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.ColNum
+ name: ColNum
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataList_ColNum
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.ColNum
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.ColNum
+ nameWithType: ULDComponentDataList.ColNum
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataList_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.Nodes
+ nameWithType: ULDComponentDataList.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.Orientation
+ name: Orientation
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataList_Orientation
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.Orientation
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.Orientation
+ nameWithType: ULDComponentDataList.Orientation
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.RowNum
+ name: RowNum
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataList_RowNum
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.RowNum
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.RowNum
+ nameWithType: ULDComponentDataList.RowNum
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.Wrap
+ name: Wrap
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataList_Wrap
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.Wrap
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataList.Wrap
+ nameWithType: ULDComponentDataList.Wrap
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer
+ name: ULDComponentDataListItemRenderer
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer
+ nameWithType: ULDComponentDataListItemRenderer
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataListItemRenderer_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.Base
+ nameWithType: ULDComponentDataListItemRenderer.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.CanToggle
+ name: CanToggle
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataListItemRenderer_CanToggle
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.CanToggle
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.CanToggle
+ nameWithType: ULDComponentDataListItemRenderer.CanToggle
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataListItemRenderer_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataListItemRenderer.Nodes
+ nameWithType: ULDComponentDataListItemRenderer.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap
+ name: ULDComponentDataMap
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap
+ nameWithType: ULDComponentDataMap
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataMap_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.Base
+ nameWithType: ULDComponentDataMap.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataMap_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMap.Nodes
+ nameWithType: ULDComponentDataMap.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose
+ name: ULDComponentDataMultipurpose
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose
+ nameWithType: ULDComponentDataMultipurpose
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataMultipurpose_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.Base
+ nameWithType: ULDComponentDataMultipurpose.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataMultipurpose_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataMultipurpose.Nodes
+ nameWithType: ULDComponentDataMultipurpose.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput
+ name: ULDComponentDataNumericInput
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput
+ nameWithType: ULDComponentDataNumericInput
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Add
+ name: Add
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataNumericInput_Add
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Add
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Add
+ nameWithType: ULDComponentDataNumericInput.Add
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Comma
+ name: Comma
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataNumericInput_Comma
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Comma
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Comma
+ nameWithType: ULDComponentDataNumericInput.Comma
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.EndLetterId
+ name: EndLetterId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataNumericInput_EndLetterId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.EndLetterId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.EndLetterId
+ nameWithType: ULDComponentDataNumericInput.EndLetterId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.InputBase
+ name: InputBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataNumericInput_InputBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.InputBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.InputBase
+ nameWithType: ULDComponentDataNumericInput.InputBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Max
+ name: Max
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataNumericInput_Max
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Max
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Max
+ nameWithType: ULDComponentDataNumericInput.Max
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Min
+ name: Min
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataNumericInput_Min
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Min
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Min
+ nameWithType: ULDComponentDataNumericInput.Min
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataNumericInput_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Nodes
+ nameWithType: ULDComponentDataNumericInput.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Value
+ name: Value
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataNumericInput_Value
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Value
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataNumericInput.Value
+ nameWithType: ULDComponentDataNumericInput.Value
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview
+ name: ULDComponentDataPreview
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview
+ nameWithType: ULDComponentDataPreview
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataPreview_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.Base
+ nameWithType: ULDComponentDataPreview.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataPreview_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataPreview.Nodes
+ nameWithType: ULDComponentDataPreview.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton
+ name: ULDComponentDataRadioButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton
+ nameWithType: ULDComponentDataRadioButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataRadioButton_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.Base
+ nameWithType: ULDComponentDataRadioButton.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.GroupId
+ name: GroupId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataRadioButton_GroupId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.GroupId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.GroupId
+ nameWithType: ULDComponentDataRadioButton.GroupId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataRadioButton_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.Nodes
+ nameWithType: ULDComponentDataRadioButton.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.TextId
+ name: TextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataRadioButton_TextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.TextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataRadioButton.TextId
+ nameWithType: ULDComponentDataRadioButton.TextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar
+ name: ULDComponentDataScrollBar
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar
+ nameWithType: ULDComponentDataScrollBar
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataScrollBar_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.Base
+ nameWithType: ULDComponentDataScrollBar.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.Margin
+ name: Margin
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataScrollBar_Margin
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.Margin
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.Margin
+ nameWithType: ULDComponentDataScrollBar.Margin
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataScrollBar_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.Nodes
+ nameWithType: ULDComponentDataScrollBar.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.Vertical
+ name: Vertical
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataScrollBar_Vertical
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.Vertical
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataScrollBar.Vertical
+ nameWithType: ULDComponentDataScrollBar.Vertical
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider
+ name: ULDComponentDataSlider
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider
+ nameWithType: ULDComponentDataSlider
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataSlider_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Base
+ nameWithType: ULDComponentDataSlider.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Max
+ name: Max
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataSlider_Max
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Max
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Max
+ nameWithType: ULDComponentDataSlider.Max
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Min
+ name: Min
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataSlider_Min
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Min
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Min
+ nameWithType: ULDComponentDataSlider.Min
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataSlider_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Nodes
+ nameWithType: ULDComponentDataSlider.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.OfffsetL
+ name: OfffsetL
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataSlider_OfffsetL
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.OfffsetL
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.OfffsetL
+ nameWithType: ULDComponentDataSlider.OfffsetL
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.OffsetR
+ name: OffsetR
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataSlider_OffsetR
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.OffsetR
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.OffsetR
+ nameWithType: ULDComponentDataSlider.OffsetR
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Step
+ name: Step
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataSlider_Step
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Step
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Step
+ nameWithType: ULDComponentDataSlider.Step
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Vertical
+ name: Vertical
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataSlider_Vertical
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Vertical
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataSlider.Vertical
+ nameWithType: ULDComponentDataSlider.Vertical
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab
+ name: ULDComponentDataTab
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab
+ nameWithType: ULDComponentDataTab
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTab_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.Base
+ nameWithType: ULDComponentDataTab.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.GroupId
+ name: GroupId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTab_GroupId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.GroupId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.GroupId
+ nameWithType: ULDComponentDataTab.GroupId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTab_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.Nodes
+ nameWithType: ULDComponentDataTab.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.TextId
+ name: TextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTab_TextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.TextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTab.TextId
+ nameWithType: ULDComponentDataTab.TextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput
+ name: ULDComponentDataTextInput
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput
+ nameWithType: ULDComponentDataTextInput
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.CandidateColor
+ name: CandidateColor
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextInput_CandidateColor
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.CandidateColor
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.CandidateColor
+ nameWithType: ULDComponentDataTextInput.CandidateColor
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.CharSet
+ name: CharSet
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextInput_CharSet
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.CharSet
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.CharSet
+ nameWithType: ULDComponentDataTextInput.CharSet
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.CharSetExtras
+ name: CharSetExtras
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextInput_CharSetExtras
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.CharSetExtras
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.CharSetExtras
+ nameWithType: ULDComponentDataTextInput.CharSetExtras
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.Flags1
+ name: Flags1
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextInput_Flags1
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.Flags1
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.Flags1
+ nameWithType: ULDComponentDataTextInput.Flags1
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.Flags2
+ name: Flags2
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextInput_Flags2
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.Flags2
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.Flags2
+ nameWithType: ULDComponentDataTextInput.Flags2
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.IMEColor
+ name: IMEColor
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextInput_IMEColor
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.IMEColor
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.IMEColor
+ nameWithType: ULDComponentDataTextInput.IMEColor
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.InputBase
+ name: InputBase
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextInput_InputBase
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.InputBase
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.InputBase
+ nameWithType: ULDComponentDataTextInput.InputBase
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.MaxByte
+ name: MaxByte
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextInput_MaxByte
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.MaxByte
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.MaxByte
+ nameWithType: ULDComponentDataTextInput.MaxByte
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.MaxChar
+ name: MaxChar
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextInput_MaxChar
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.MaxChar
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.MaxChar
+ nameWithType: ULDComponentDataTextInput.MaxChar
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.MaxLine
+ name: MaxLine
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextInput_MaxLine
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.MaxLine
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.MaxLine
+ nameWithType: ULDComponentDataTextInput.MaxLine
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.MaxWidth
+ name: MaxWidth
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextInput_MaxWidth
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.MaxWidth
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.MaxWidth
+ nameWithType: ULDComponentDataTextInput.MaxWidth
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextInput_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextInput.Nodes
+ nameWithType: ULDComponentDataTextInput.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid
+ name: ULDComponentDataTextNineGrid
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid
+ nameWithType: ULDComponentDataTextNineGrid
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextNineGrid_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.Base
+ nameWithType: ULDComponentDataTextNineGrid.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextNineGrid_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.Nodes
+ nameWithType: ULDComponentDataTextNineGrid.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.TextId
+ name: TextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTextNineGrid_TextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.TextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTextNineGrid.TextId
+ nameWithType: ULDComponentDataTextNineGrid.TextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList
+ name: ULDComponentDataTreeList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList
+ nameWithType: ULDComponentDataTreeList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTreeList_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.Base
+ nameWithType: ULDComponentDataTreeList.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.ColNum
+ name: ColNum
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTreeList_ColNum
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.ColNum
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.ColNum
+ nameWithType: ULDComponentDataTreeList.ColNum
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTreeList_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.Nodes
+ nameWithType: ULDComponentDataTreeList.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.Orientation
+ name: Orientation
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTreeList_Orientation
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.Orientation
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.Orientation
+ nameWithType: ULDComponentDataTreeList.Orientation
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.RowNum
+ name: RowNum
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTreeList_RowNum
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.RowNum
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.RowNum
+ nameWithType: ULDComponentDataTreeList.RowNum
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.Wrap
+ name: Wrap
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataTreeList_Wrap
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.Wrap
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataTreeList.Wrap
+ nameWithType: ULDComponentDataTreeList.Wrap
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow
+ name: ULDComponentDataWindow
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow
+ nameWithType: ULDComponentDataWindow
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.Base
+ name: Base
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataWindow_Base
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.Base
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.Base
+ nameWithType: ULDComponentDataWindow.Base
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.Nodes
+ name: Nodes
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataWindow_Nodes
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.Nodes
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.Nodes
+ nameWithType: ULDComponentDataWindow.Nodes
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.ShowCloseButton
+ name: ShowCloseButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataWindow_ShowCloseButton
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.ShowCloseButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.ShowCloseButton
+ nameWithType: ULDComponentDataWindow.ShowCloseButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.ShowConfigButton
+ name: ShowConfigButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataWindow_ShowConfigButton
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.ShowConfigButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.ShowConfigButton
+ nameWithType: ULDComponentDataWindow.ShowConfigButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.ShowHeader
+ name: ShowHeader
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataWindow_ShowHeader
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.ShowHeader
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.ShowHeader
+ nameWithType: ULDComponentDataWindow.ShowHeader
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.ShowHelpButton
+ name: ShowHelpButton
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataWindow_ShowHelpButton
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.ShowHelpButton
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.ShowHelpButton
+ nameWithType: ULDComponentDataWindow.ShowHelpButton
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.SubtitleTextId
+ name: SubtitleTextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataWindow_SubtitleTextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.SubtitleTextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.SubtitleTextId
+ nameWithType: ULDComponentDataWindow.SubtitleTextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.TitleTextId
+ name: TitleTextId
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentDataWindow_TitleTextId
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.TitleTextId
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentDataWindow.TitleTextId
+ nameWithType: ULDComponentDataWindow.TitleTextId
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo
+ name: ULDComponentInfo
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo
+ nameWithType: ULDComponentInfo
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.ComponentType
+ name: ComponentType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentInfo_ComponentType
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.ComponentType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.ComponentType
+ nameWithType: ULDComponentInfo.ComponentType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.ObjectInfo
+ name: ObjectInfo
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDComponentInfo_ObjectInfo
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.ObjectInfo
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDComponentInfo.ObjectInfo
+ nameWithType: ULDComponentInfo.ObjectInfo
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData
+ name: ULDData
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData
+ nameWithType: ULDData
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.AtkResourceRendererManager
+ name: AtkResourceRendererManager
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_AtkResourceRendererManager
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.AtkResourceRendererManager
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.AtkResourceRendererManager
+ nameWithType: ULDData.AtkResourceRendererManager
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.ComponentData
+ name: ComponentData
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_ComponentData
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.ComponentData
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.ComponentData
+ nameWithType: ULDData.ComponentData
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.Flags1
+ name: Flags1
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_Flags1
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.Flags1
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.Flags1
+ nameWithType: ULDData.Flags1
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.LoadedState
+ name: LoadedState
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_LoadedState
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.LoadedState
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.LoadedState
+ nameWithType: ULDData.LoadedState
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.NodeList
+ name: NodeList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_NodeList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.NodeList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.NodeList
+ nameWithType: ULDData.NodeList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.NodeListCount
+ name: NodeListCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_NodeListCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.NodeListCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.NodeListCount
+ nameWithType: ULDData.NodeListCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.ObjectCount
+ name: ObjectCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_ObjectCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.ObjectCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.ObjectCount
+ nameWithType: ULDData.ObjectCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.Objects
+ name: Objects
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_Objects
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.Objects
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.Objects
+ nameWithType: ULDData.Objects
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.PartsList
+ name: PartsList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_PartsList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.PartsList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.PartsList
+ nameWithType: ULDData.PartsList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.PartsListCount
+ name: PartsListCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_PartsListCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.PartsListCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.PartsListCount
+ nameWithType: ULDData.PartsListCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.RootNode
+ name: RootNode
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_RootNode
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.RootNode
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.RootNode
+ nameWithType: ULDData.RootNode
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.RootNodeHeight
+ name: RootNodeHeight
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_RootNodeHeight
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.RootNodeHeight
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.RootNodeHeight
+ nameWithType: ULDData.RootNodeHeight
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.RootNodeWidth
+ name: RootNodeWidth
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_RootNodeWidth
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.RootNodeWidth
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.RootNodeWidth
+ nameWithType: ULDData.RootNodeWidth
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.TextureCount
+ name: TextureCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_TextureCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.TextureCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.TextureCount
+ nameWithType: ULDData.TextureCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.Textures
+ name: Textures
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_Textures
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.Textures
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.Textures
+ nameWithType: ULDData.Textures
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.UldResourceHandle
+ name: UldResourceHandle
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDData_UldResourceHandle
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.UldResourceHandle
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDData.UldResourceHandle
+ nameWithType: ULDData.UldResourceHandle
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo
+ name: ULDObjectInfo
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo
+ nameWithType: ULDObjectInfo
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.Id
+ name: Id
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDObjectInfo_Id
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.Id
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.Id
+ nameWithType: ULDObjectInfo.Id
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.NodeCount
+ name: NodeCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDObjectInfo_NodeCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.NodeCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.NodeCount
+ nameWithType: ULDObjectInfo.NodeCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.NodeList
+ name: NodeList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDObjectInfo_NodeList
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.NodeList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDObjectInfo.NodeList
+ nameWithType: ULDObjectInfo.NodeList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart
+ name: ULDPart
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart
+ nameWithType: ULDPart
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.Height
+ name: Height
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDPart_Height
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.Height
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.Height
+ nameWithType: ULDPart.Height
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.U
+ name: U
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDPart_U
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.U
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.U
+ nameWithType: ULDPart.U
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.ULDTexture
+ name: ULDTexture
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDPart_ULDTexture
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.ULDTexture
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.ULDTexture
+ nameWithType: ULDPart.ULDTexture
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.V
+ name: V
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDPart_V
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.V
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.V
+ nameWithType: ULDPart.V
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.Width
+ name: Width
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDPart_Width
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.Width
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPart.Width
+ nameWithType: ULDPart.Width
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList
+ name: ULDPartsList
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList
+ nameWithType: ULDPartsList
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.Id
+ name: Id
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDPartsList_Id
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.Id
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.Id
+ nameWithType: ULDPartsList.Id
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.PartCount
+ name: PartCount
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDPartsList_PartCount
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.PartCount
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.PartCount
+ nameWithType: ULDPartsList.PartCount
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.Parts
+ name: Parts
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDPartsList_Parts
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.Parts
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDPartsList.Parts
+ nameWithType: ULDPartsList.Parts
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture
+ name: ULDTexture
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture
+ nameWithType: ULDTexture
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.AtkTexture
+ name: AtkTexture
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDTexture_AtkTexture
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.AtkTexture
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.AtkTexture
+ nameWithType: ULDTexture.AtkTexture
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.Id
+ name: Id
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDTexture_Id
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.Id
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDTexture.Id
+ nameWithType: ULDTexture.Id
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo
+ name: ULDWidgetInfo
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo
+ nameWithType: ULDWidgetInfo
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.AlignmentType
+ name: AlignmentType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDWidgetInfo_AlignmentType
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.AlignmentType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.AlignmentType
+ nameWithType: ULDWidgetInfo.AlignmentType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.ObjectInfo
+ name: ObjectInfo
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDWidgetInfo_ObjectInfo
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.ObjectInfo
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.ObjectInfo
+ nameWithType: ULDWidgetInfo.ObjectInfo
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.X
+ name: X
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDWidgetInfo_X
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.X
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.X
+ nameWithType: ULDWidgetInfo.X
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.Y
+ name: Y
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.html#FFXIVClientStructs_FFXIV_Component_GUI_ULD_ULDWidgetInfo_Y
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.Y
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ULD.ULDWidgetInfo.Y
+ nameWithType: ULDWidgetInfo.Y
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ValueType
+ name: ValueType
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html
+ commentId: T:FFXIVClientStructs.FFXIV.Component.GUI.ValueType
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ValueType
+ nameWithType: ValueType
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ValueType.Int
+ name: Int
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html#FFXIVClientStructs_FFXIV_Component_GUI_ValueType_Int
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ValueType.Int
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ValueType.Int
+ nameWithType: ValueType.Int
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ValueType.String
+ name: String
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html#FFXIVClientStructs_FFXIV_Component_GUI_ValueType_String
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ValueType.String
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ValueType.String
+ nameWithType: ValueType.String
+- uid: FFXIVClientStructs.FFXIV.Component.GUI.ValueType.UInt
+ name: UInt
+ href: api/FFXIVClientStructs.FFXIV.Component.GUI.ValueType.html#FFXIVClientStructs_FFXIV_Component_GUI_ValueType_UInt
+ commentId: F:FFXIVClientStructs.FFXIV.Component.GUI.ValueType.UInt
+ fullName: FFXIVClientStructs.FFXIV.Component.GUI.ValueType.UInt
+ nameWithType: ValueType.UInt
+- uid: FFXIVClientStructs.FFXIV.Group
+ name: FFXIVClientStructs.FFXIV.Group
+ href: api/FFXIVClientStructs.FFXIV.Group.html
+ commentId: N:FFXIVClientStructs.FFXIV.Group
+ fullName: FFXIVClientStructs.FFXIV.Group
+ nameWithType: FFXIVClientStructs.FFXIV.Group
+- uid: FFXIVClientStructs.FFXIV.Group.Buff
+ name: Buff
+ href: api/FFXIVClientStructs.FFXIV.Group.Buff.html
+ commentId: T:FFXIVClientStructs.FFXIV.Group.Buff
+ fullName: FFXIVClientStructs.FFXIV.Group.Buff
+ nameWithType: Buff
+- uid: FFXIVClientStructs.FFXIV.Group.Buff.Param
+ name: Param
+ href: api/FFXIVClientStructs.FFXIV.Group.Buff.html#FFXIVClientStructs_FFXIV_Group_Buff_Param
+ commentId: F:FFXIVClientStructs.FFXIV.Group.Buff.Param
+ fullName: FFXIVClientStructs.FFXIV.Group.Buff.Param
+ nameWithType: Buff.Param
+- uid: FFXIVClientStructs.FFXIV.Group.Buff.RemainingTime
+ name: RemainingTime
+ href: api/FFXIVClientStructs.FFXIV.Group.Buff.html#FFXIVClientStructs_FFXIV_Group_Buff_RemainingTime
+ commentId: F:FFXIVClientStructs.FFXIV.Group.Buff.RemainingTime
+ fullName: FFXIVClientStructs.FFXIV.Group.Buff.RemainingTime
+ nameWithType: Buff.RemainingTime
+- uid: FFXIVClientStructs.FFXIV.Group.Buff.SourceID
+ name: SourceID
+ href: api/FFXIVClientStructs.FFXIV.Group.Buff.html#FFXIVClientStructs_FFXIV_Group_Buff_SourceID
+ commentId: F:FFXIVClientStructs.FFXIV.Group.Buff.SourceID
+ fullName: FFXIVClientStructs.FFXIV.Group.Buff.SourceID
+ nameWithType: Buff.SourceID
+- uid: FFXIVClientStructs.FFXIV.Group.Buff.StackCount
+ name: StackCount
+ href: api/FFXIVClientStructs.FFXIV.Group.Buff.html#FFXIVClientStructs_FFXIV_Group_Buff_StackCount
+ commentId: F:FFXIVClientStructs.FFXIV.Group.Buff.StackCount
+ fullName: FFXIVClientStructs.FFXIV.Group.Buff.StackCount
+ nameWithType: Buff.StackCount
+- uid: FFXIVClientStructs.FFXIV.Group.Buff.StatusID
+ name: StatusID
+ href: api/FFXIVClientStructs.FFXIV.Group.Buff.html#FFXIVClientStructs_FFXIV_Group_Buff_StatusID
+ commentId: F:FFXIVClientStructs.FFXIV.Group.Buff.StatusID
+ fullName: FFXIVClientStructs.FFXIV.Group.Buff.StatusID
+ nameWithType: Buff.StatusID
+- uid: FFXIVClientStructs.FFXIV.Group.BuffList
+ name: BuffList
+ href: api/FFXIVClientStructs.FFXIV.Group.BuffList.html
+ commentId: T:FFXIVClientStructs.FFXIV.Group.BuffList
+ fullName: FFXIVClientStructs.FFXIV.Group.BuffList
+ nameWithType: BuffList
+- uid: FFXIVClientStructs.FFXIV.Group.BuffList.Buffs
+ name: Buffs
+ href: api/FFXIVClientStructs.FFXIV.Group.BuffList.html#FFXIVClientStructs_FFXIV_Group_BuffList_Buffs
+ commentId: F:FFXIVClientStructs.FFXIV.Group.BuffList.Buffs
+ fullName: FFXIVClientStructs.FFXIV.Group.BuffList.Buffs
+ nameWithType: BuffList.Buffs
+- uid: FFXIVClientStructs.FFXIV.Group.BuffList.Owner
+ name: Owner
+ href: api/FFXIVClientStructs.FFXIV.Group.BuffList.html#FFXIVClientStructs_FFXIV_Group_BuffList_Owner
+ commentId: F:FFXIVClientStructs.FFXIV.Group.BuffList.Owner
+ fullName: FFXIVClientStructs.FFXIV.Group.BuffList.Owner
+ nameWithType: BuffList.Owner
+- uid: FFXIVClientStructs.FFXIV.Group.BuffList.Unk_170
+ name: Unk_170
+ href: api/FFXIVClientStructs.FFXIV.Group.BuffList.html#FFXIVClientStructs_FFXIV_Group_BuffList_Unk_170
+ commentId: F:FFXIVClientStructs.FFXIV.Group.BuffList.Unk_170
+ fullName: FFXIVClientStructs.FFXIV.Group.BuffList.Unk_170
+ nameWithType: BuffList.Unk_170
+- uid: FFXIVClientStructs.FFXIV.Group.BuffList.Unk_174
+ name: Unk_174
+ href: api/FFXIVClientStructs.FFXIV.Group.BuffList.html#FFXIVClientStructs_FFXIV_Group_BuffList_Unk_174
+ commentId: F:FFXIVClientStructs.FFXIV.Group.BuffList.Unk_174
+ fullName: FFXIVClientStructs.FFXIV.Group.BuffList.Unk_174
+ nameWithType: BuffList.Unk_174
+- uid: FFXIVClientStructs.FFXIV.Group.BuffList.Unk_178
+ name: Unk_178
+ href: api/FFXIVClientStructs.FFXIV.Group.BuffList.html#FFXIVClientStructs_FFXIV_Group_BuffList_Unk_178
+ commentId: F:FFXIVClientStructs.FFXIV.Group.BuffList.Unk_178
+ fullName: FFXIVClientStructs.FFXIV.Group.BuffList.Unk_178
+ nameWithType: BuffList.Unk_178
+- uid: FFXIVClientStructs.FFXIV.Group.BuffList.Unk_180
+ name: Unk_180
+ href: api/FFXIVClientStructs.FFXIV.Group.BuffList.html#FFXIVClientStructs_FFXIV_Group_BuffList_Unk_180
+ commentId: F:FFXIVClientStructs.FFXIV.Group.BuffList.Unk_180
+ fullName: FFXIVClientStructs.FFXIV.Group.BuffList.Unk_180
+ nameWithType: BuffList.Unk_180
+- uid: FFXIVClientStructs.FFXIV.Group.GroupManager
+ name: GroupManager
+ href: api/FFXIVClientStructs.FFXIV.Group.GroupManager.html
+ commentId: T:FFXIVClientStructs.FFXIV.Group.GroupManager
+ fullName: FFXIVClientStructs.FFXIV.Group.GroupManager
+ nameWithType: GroupManager
+- uid: FFXIVClientStructs.FFXIV.Group.GroupManager.AllianceMembers
+ name: AllianceMembers
+ href: api/FFXIVClientStructs.FFXIV.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Group_GroupManager_AllianceMembers
+ commentId: F:FFXIVClientStructs.FFXIV.Group.GroupManager.AllianceMembers
+ fullName: FFXIVClientStructs.FFXIV.Group.GroupManager.AllianceMembers
+ nameWithType: GroupManager.AllianceMembers
+- uid: FFXIVClientStructs.FFXIV.Group.GroupManager.IsAlliance
+ name: IsAlliance
+ href: api/FFXIVClientStructs.FFXIV.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Group_GroupManager_IsAlliance
+ commentId: F:FFXIVClientStructs.FFXIV.Group.GroupManager.IsAlliance
+ fullName: FFXIVClientStructs.FFXIV.Group.GroupManager.IsAlliance
+ nameWithType: GroupManager.IsAlliance
+- uid: FFXIVClientStructs.FFXIV.Group.GroupManager.MemberCount
+ name: MemberCount
+ href: api/FFXIVClientStructs.FFXIV.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Group_GroupManager_MemberCount
+ commentId: F:FFXIVClientStructs.FFXIV.Group.GroupManager.MemberCount
+ fullName: FFXIVClientStructs.FFXIV.Group.GroupManager.MemberCount
+ nameWithType: GroupManager.MemberCount
+- uid: FFXIVClientStructs.FFXIV.Group.GroupManager.PartyLeaderIndex
+ name: PartyLeaderIndex
+ href: api/FFXIVClientStructs.FFXIV.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Group_GroupManager_PartyLeaderIndex
+ commentId: F:FFXIVClientStructs.FFXIV.Group.GroupManager.PartyLeaderIndex
+ fullName: FFXIVClientStructs.FFXIV.Group.GroupManager.PartyLeaderIndex
+ nameWithType: GroupManager.PartyLeaderIndex
+- uid: FFXIVClientStructs.FFXIV.Group.GroupManager.PartyMembers
+ name: PartyMembers
+ href: api/FFXIVClientStructs.FFXIV.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Group_GroupManager_PartyMembers
+ commentId: F:FFXIVClientStructs.FFXIV.Group.GroupManager.PartyMembers
+ fullName: FFXIVClientStructs.FFXIV.Group.GroupManager.PartyMembers
+ nameWithType: GroupManager.PartyMembers
+- uid: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D40
+ name: Unk_3D40
+ href: api/FFXIVClientStructs.FFXIV.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Group_GroupManager_Unk_3D40
+ commentId: F:FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D40
+ fullName: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D40
+ nameWithType: GroupManager.Unk_3D40
+- uid: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D44
+ name: Unk_3D44
+ href: api/FFXIVClientStructs.FFXIV.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Group_GroupManager_Unk_3D44
+ commentId: F:FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D44
+ fullName: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D44
+ nameWithType: GroupManager.Unk_3D44
+- uid: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D48
+ name: Unk_3D48
+ href: api/FFXIVClientStructs.FFXIV.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Group_GroupManager_Unk_3D48
+ commentId: F:FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D48
+ fullName: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D48
+ nameWithType: GroupManager.Unk_3D48
+- uid: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D50
+ name: Unk_3D50
+ href: api/FFXIVClientStructs.FFXIV.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Group_GroupManager_Unk_3D50
+ commentId: F:FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D50
+ fullName: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D50
+ nameWithType: GroupManager.Unk_3D50
+- uid: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D5D
+ name: Unk_3D5D
+ href: api/FFXIVClientStructs.FFXIV.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Group_GroupManager_Unk_3D5D
+ commentId: F:FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D5D
+ fullName: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D5D
+ nameWithType: GroupManager.Unk_3D5D
+- uid: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D5F
+ name: Unk_3D5F
+ href: api/FFXIVClientStructs.FFXIV.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Group_GroupManager_Unk_3D5F
+ commentId: F:FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D5F
+ fullName: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D5F
+ nameWithType: GroupManager.Unk_3D5F
+- uid: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D60
+ name: Unk_3D60
+ href: api/FFXIVClientStructs.FFXIV.Group.GroupManager.html#FFXIVClientStructs_FFXIV_Group_GroupManager_Unk_3D60
+ commentId: F:FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D60
+ fullName: FFXIVClientStructs.FFXIV.Group.GroupManager.Unk_3D60
+ nameWithType: GroupManager.Unk_3D60
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember
+ name: PartyMember
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html
+ commentId: T:FFXIVClientStructs.FFXIV.Group.PartyMember
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember
+ nameWithType: PartyMember
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.BuffList
+ name: BuffList
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_BuffList
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.BuffList
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.BuffList
+ nameWithType: PartyMember.BuffList
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.ClassJob
+ name: ClassJob
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_ClassJob
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.ClassJob
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.ClassJob
+ nameWithType: PartyMember.ClassJob
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.CurrentHP
+ name: CurrentHP
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_CurrentHP
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.CurrentHP
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.CurrentHP
+ nameWithType: PartyMember.CurrentHP
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.CurrentMP
+ name: CurrentMP
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_CurrentMP
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.CurrentMP
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.CurrentMP
+ nameWithType: PartyMember.CurrentMP
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Level
+ name: Level
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Level
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Level
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Level
+ nameWithType: PartyMember.Level
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.MaxHP
+ name: MaxHP
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_MaxHP
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.MaxHP
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.MaxHP
+ nameWithType: PartyMember.MaxHP
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.MaxMP
+ name: MaxMP
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_MaxMP
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.MaxMP
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.MaxMP
+ nameWithType: PartyMember.MaxMP
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Name
+ name: Name
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Name
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Name
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Name
+ nameWithType: PartyMember.Name
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.ObjectID
+ name: ObjectID
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_ObjectID
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.ObjectID
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.ObjectID
+ nameWithType: PartyMember.ObjectID
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Sex
+ name: Sex
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Sex
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Sex
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Sex
+ nameWithType: PartyMember.Sex
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.TerritoryType
+ name: TerritoryType
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_TerritoryType
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.TerritoryType
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.TerritoryType
+ nameWithType: PartyMember.TerritoryType
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_1A0
+ name: Unk_1A0
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Unk_1A0
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_1A0
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_1A0
+ nameWithType: PartyMember.Unk_1A0
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_1C2
+ name: Unk_1C2
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Unk_1C2
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_1C2
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_1C2
+ nameWithType: PartyMember.Unk_1C2
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_220
+ name: Unk_220
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Unk_220
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_220
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_220
+ nameWithType: PartyMember.Unk_220
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_ObjectID_1
+ name: Unk_ObjectID_1
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Unk_ObjectID_1
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_ObjectID_1
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_ObjectID_1
+ nameWithType: PartyMember.Unk_ObjectID_1
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_ObjectID_2
+ name: Unk_ObjectID_2
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Unk_ObjectID_2
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_ObjectID_2
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_ObjectID_2
+ nameWithType: PartyMember.Unk_ObjectID_2
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__0
+ name: Unk_Struct_208__0
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Unk_Struct_208__0
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__0
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__0
+ nameWithType: PartyMember.Unk_Struct_208__0
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__10
+ name: Unk_Struct_208__10
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Unk_Struct_208__10
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__10
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__10
+ nameWithType: PartyMember.Unk_Struct_208__10
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__14
+ name: Unk_Struct_208__14
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Unk_Struct_208__14
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__14
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__14
+ nameWithType: PartyMember.Unk_Struct_208__14
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__4
+ name: Unk_Struct_208__4
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Unk_Struct_208__4
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__4
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__4
+ nameWithType: PartyMember.Unk_Struct_208__4
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__8
+ name: Unk_Struct_208__8
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Unk_Struct_208__8
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__8
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__8
+ nameWithType: PartyMember.Unk_Struct_208__8
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__C
+ name: Unk_Struct_208__C
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Unk_Struct_208__C
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__C
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Unk_Struct_208__C
+ nameWithType: PartyMember.Unk_Struct_208__C
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.X
+ name: X
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_X
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.X
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.X
+ nameWithType: PartyMember.X
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Y
+ name: Y
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Y
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Y
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Y
nameWithType: PartyMember.Y
-- uid: FFXIVClientStructs.Group.PartyMember.Z
+- uid: FFXIVClientStructs.FFXIV.Group.PartyMember.Z
name: Z
- href: api/FFXIVClientStructs.Group.PartyMember.html#FFXIVClientStructs_Group_PartyMember_Z
- commentId: F:FFXIVClientStructs.Group.PartyMember.Z
- fullName: FFXIVClientStructs.Group.PartyMember.Z
+ href: api/FFXIVClientStructs.FFXIV.Group.PartyMember.html#FFXIVClientStructs_FFXIV_Group_PartyMember_Z
+ commentId: F:FFXIVClientStructs.FFXIV.Group.PartyMember.Z
+ fullName: FFXIVClientStructs.FFXIV.Group.PartyMember.Z
nameWithType: PartyMember.Z
+- uid: FFXIVClientStructs.STD
+ name: FFXIVClientStructs.STD
+ href: api/FFXIVClientStructs.STD.html
+ commentId: N:FFXIVClientStructs.STD
+ fullName: FFXIVClientStructs.STD
+ nameWithType: FFXIVClientStructs.STD
+- uid: FFXIVClientStructs.STD.NoExportAttribute
+ name: NoExportAttribute
+ href: api/FFXIVClientStructs.STD.NoExportAttribute.html
+ commentId: T:FFXIVClientStructs.STD.NoExportAttribute
+ fullName: FFXIVClientStructs.STD.NoExportAttribute
+ nameWithType: NoExportAttribute
+- uid: FFXIVClientStructs.STD.PointerVector`1
+ name: PointerVector
+ href: api/FFXIVClientStructs.STD.PointerVector-1.html
+ commentId: T:FFXIVClientStructs.STD.PointerVector`1
+ name.vb: PointerVector(Of T)
+ fullName: FFXIVClientStructs.STD.PointerVector
+ fullName.vb: FFXIVClientStructs.STD.PointerVector(Of T)
+ nameWithType: PointerVector
+ nameWithType.vb: PointerVector(Of T)
+- uid: FFXIVClientStructs.STD.PointerVector`1.Capacity
+ name: Capacity()
+ href: api/FFXIVClientStructs.STD.PointerVector-1.html#FFXIVClientStructs_STD_PointerVector_1_Capacity
+ commentId: M:FFXIVClientStructs.STD.PointerVector`1.Capacity
+ fullName: FFXIVClientStructs.STD.PointerVector.Capacity()
+ fullName.vb: FFXIVClientStructs.STD.PointerVector(Of T).Capacity()
+ nameWithType: PointerVector.Capacity()
+ nameWithType.vb: PointerVector(Of T).Capacity()
+- uid: FFXIVClientStructs.STD.PointerVector`1.Capacity*
+ name: Capacity
+ href: api/FFXIVClientStructs.STD.PointerVector-1.html#FFXIVClientStructs_STD_PointerVector_1_Capacity_
+ commentId: Overload:FFXIVClientStructs.STD.PointerVector`1.Capacity
+ isSpec: "True"
+ fullName: FFXIVClientStructs.STD.PointerVector.Capacity
+ fullName.vb: FFXIVClientStructs.STD.PointerVector(Of T).Capacity
+ nameWithType: PointerVector.Capacity
+ nameWithType.vb: PointerVector(Of T).Capacity
+- uid: FFXIVClientStructs.STD.PointerVector`1.End
+ name: End
+ href: api/FFXIVClientStructs.STD.PointerVector-1.html#FFXIVClientStructs_STD_PointerVector_1_End
+ commentId: F:FFXIVClientStructs.STD.PointerVector`1.End
+ fullName: FFXIVClientStructs.STD.PointerVector.End
+ fullName.vb: FFXIVClientStructs.STD.PointerVector(Of T).End
+ nameWithType: PointerVector.End
+ nameWithType.vb: PointerVector(Of T).End
+- uid: FFXIVClientStructs.STD.PointerVector`1.First
+ name: First
+ href: api/FFXIVClientStructs.STD.PointerVector-1.html#FFXIVClientStructs_STD_PointerVector_1_First
+ commentId: F:FFXIVClientStructs.STD.PointerVector`1.First
+ fullName: FFXIVClientStructs.STD.PointerVector.First
+ fullName.vb: FFXIVClientStructs.STD.PointerVector(Of T).First
+ nameWithType: PointerVector.First
+ nameWithType.vb: PointerVector(Of T).First
+- uid: FFXIVClientStructs.STD.PointerVector`1.Get(System.UInt64)
+ name: Get(UInt64)
+ href: api/FFXIVClientStructs.STD.PointerVector-1.html#FFXIVClientStructs_STD_PointerVector_1_Get_System_UInt64_
+ commentId: M:FFXIVClientStructs.STD.PointerVector`1.Get(System.UInt64)
+ fullName: FFXIVClientStructs.STD.PointerVector.Get(System.UInt64)
+ fullName.vb: FFXIVClientStructs.STD.PointerVector(Of T).Get(System.UInt64)
+ nameWithType: PointerVector.Get(UInt64)
+ nameWithType.vb: PointerVector(Of T).Get(UInt64)
+- uid: FFXIVClientStructs.STD.PointerVector`1.Get*
+ name: Get
+ href: api/FFXIVClientStructs.STD.PointerVector-1.html#FFXIVClientStructs_STD_PointerVector_1_Get_
+ commentId: Overload:FFXIVClientStructs.STD.PointerVector`1.Get
+ isSpec: "True"
+ fullName: FFXIVClientStructs.STD.PointerVector.Get
+ fullName.vb: FFXIVClientStructs.STD.PointerVector(Of T).Get
+ nameWithType: PointerVector.Get
+ nameWithType.vb: PointerVector(Of T).Get
+- uid: FFXIVClientStructs.STD.PointerVector`1.Last
+ name: Last
+ href: api/FFXIVClientStructs.STD.PointerVector-1.html#FFXIVClientStructs_STD_PointerVector_1_Last
+ commentId: F:FFXIVClientStructs.STD.PointerVector`1.Last
+ fullName: FFXIVClientStructs.STD.PointerVector.Last
+ fullName.vb: FFXIVClientStructs.STD.PointerVector(Of T).Last
+ nameWithType: PointerVector.Last
+ nameWithType.vb: PointerVector(Of T).Last
+- uid: FFXIVClientStructs.STD.PointerVector`1.Size
+ name: Size()
+ href: api/FFXIVClientStructs.STD.PointerVector-1.html#FFXIVClientStructs_STD_PointerVector_1_Size
+ commentId: M:FFXIVClientStructs.STD.PointerVector`1.Size
+ fullName: FFXIVClientStructs.STD.PointerVector.Size()
+ fullName.vb: FFXIVClientStructs.STD.PointerVector(Of T).Size()
+ nameWithType: PointerVector.Size()
+ nameWithType.vb: PointerVector(Of T).Size()
+- uid: FFXIVClientStructs.STD.PointerVector`1.Size*
+ name: Size
+ href: api/FFXIVClientStructs.STD.PointerVector-1.html#FFXIVClientStructs_STD_PointerVector_1_Size_
+ commentId: Overload:FFXIVClientStructs.STD.PointerVector`1.Size
+ isSpec: "True"
+ fullName: FFXIVClientStructs.STD.PointerVector.Size
+ fullName.vb: FFXIVClientStructs.STD.PointerVector(Of T).Size
+ nameWithType: PointerVector.Size
+ nameWithType.vb: PointerVector(Of T).Size
+- uid: FFXIVClientStructs.STD.Vector`1
+ name: Vector
+ href: api/FFXIVClientStructs.STD.Vector-1.html
+ commentId: T:FFXIVClientStructs.STD.Vector`1
+ name.vb: Vector(Of T)
+ fullName: FFXIVClientStructs.STD.Vector
+ fullName.vb: FFXIVClientStructs.STD.Vector(Of T)
+ nameWithType: Vector
+ nameWithType.vb: Vector(Of T)
+- uid: FFXIVClientStructs.STD.Vector`1.Capacity
+ name: Capacity()
+ href: api/FFXIVClientStructs.STD.Vector-1.html#FFXIVClientStructs_STD_Vector_1_Capacity
+ commentId: M:FFXIVClientStructs.STD.Vector`1.Capacity
+ fullName: FFXIVClientStructs.STD.Vector.Capacity()
+ fullName.vb: FFXIVClientStructs.STD.Vector(Of T).Capacity()
+ nameWithType: Vector.Capacity()
+ nameWithType.vb: Vector(Of T).Capacity()
+- uid: FFXIVClientStructs.STD.Vector`1.Capacity*
+ name: Capacity
+ href: api/FFXIVClientStructs.STD.Vector-1.html#FFXIVClientStructs_STD_Vector_1_Capacity_
+ commentId: Overload:FFXIVClientStructs.STD.Vector`1.Capacity
+ isSpec: "True"
+ fullName: FFXIVClientStructs.STD.Vector.Capacity
+ fullName.vb: FFXIVClientStructs.STD.Vector(Of T).Capacity
+ nameWithType: Vector.Capacity
+ nameWithType.vb: Vector(Of T).Capacity
+- uid: FFXIVClientStructs.STD.Vector`1.End
+ name: End
+ href: api/FFXIVClientStructs.STD.Vector-1.html#FFXIVClientStructs_STD_Vector_1_End
+ commentId: F:FFXIVClientStructs.STD.Vector`1.End
+ fullName: FFXIVClientStructs.STD.Vector.End
+ fullName.vb: FFXIVClientStructs.STD.Vector(Of T).End
+ nameWithType: Vector.End
+ nameWithType.vb: Vector(Of T).End
+- uid: FFXIVClientStructs.STD.Vector`1.First
+ name: First
+ href: api/FFXIVClientStructs.STD.Vector-1.html#FFXIVClientStructs_STD_Vector_1_First
+ commentId: F:FFXIVClientStructs.STD.Vector`1.First
+ fullName: FFXIVClientStructs.STD.Vector.First
+ fullName.vb: FFXIVClientStructs.STD.Vector(Of T).First
+ nameWithType: Vector.First
+ nameWithType.vb: Vector(Of T).First
+- uid: FFXIVClientStructs.STD.Vector`1.Get(System.UInt64)
+ name: Get(UInt64)
+ href: api/FFXIVClientStructs.STD.Vector-1.html#FFXIVClientStructs_STD_Vector_1_Get_System_UInt64_
+ commentId: M:FFXIVClientStructs.STD.Vector`1.Get(System.UInt64)
+ fullName: FFXIVClientStructs.STD.Vector.Get(System.UInt64)
+ fullName.vb: FFXIVClientStructs.STD.Vector(Of T).Get(System.UInt64)
+ nameWithType: Vector.Get(UInt64)
+ nameWithType.vb: Vector(Of T).Get(UInt64)
+- uid: FFXIVClientStructs.STD.Vector`1.Get*
+ name: Get
+ href: api/FFXIVClientStructs.STD.Vector-1.html#FFXIVClientStructs_STD_Vector_1_Get_
+ commentId: Overload:FFXIVClientStructs.STD.Vector`1.Get
+ isSpec: "True"
+ fullName: FFXIVClientStructs.STD.Vector.Get
+ fullName.vb: FFXIVClientStructs.STD.Vector(Of T).Get
+ nameWithType: Vector.Get
+ nameWithType.vb: Vector(Of T).Get
+- uid: FFXIVClientStructs.STD.Vector`1.Last
+ name: Last
+ href: api/FFXIVClientStructs.STD.Vector-1.html#FFXIVClientStructs_STD_Vector_1_Last
+ commentId: F:FFXIVClientStructs.STD.Vector`1.Last
+ fullName: FFXIVClientStructs.STD.Vector.Last
+ fullName.vb: FFXIVClientStructs.STD.Vector(Of T).Last
+ nameWithType: Vector.Last
+ nameWithType.vb: Vector(Of T).Last
+- uid: FFXIVClientStructs.STD.Vector`1.Size
+ name: Size()
+ href: api/FFXIVClientStructs.STD.Vector-1.html#FFXIVClientStructs_STD_Vector_1_Size
+ commentId: M:FFXIVClientStructs.STD.Vector`1.Size
+ fullName: FFXIVClientStructs.STD.Vector.Size()
+ fullName.vb: FFXIVClientStructs.STD.Vector(Of T).Size()
+ nameWithType: Vector.Size()
+ nameWithType.vb: Vector(Of T).Size()
+- uid: FFXIVClientStructs.STD.Vector`1.Size*
+ name: Size
+ href: api/FFXIVClientStructs.STD.Vector-1.html#FFXIVClientStructs_STD_Vector_1_Size_
+ commentId: Overload:FFXIVClientStructs.STD.Vector`1.Size
+ isSpec: "True"
+ fullName: FFXIVClientStructs.STD.Vector.Size
+ fullName.vb: FFXIVClientStructs.STD.Vector(Of T).Size
+ nameWithType: Vector.Size
+ nameWithType.vb: Vector(Of T).Size
- uid: ImGuiNET
name: ImGuiNET
href: api/ImGuiNET.html
@@ -64823,6 +68577,19 @@ references:
isSpec: "True"
fullName: ImGuiScene.ImGui_Input_Impl_Direct.SetIniPath
nameWithType: ImGui_Input_Impl_Direct.SetIniPath
+- uid: ImGuiScene.ImGui_Input_Impl_Direct.UpdateCursor
+ name: UpdateCursor
+ href: api/ImGuiScene.ImGui_Input_Impl_Direct.html#ImGuiScene_ImGui_Input_Impl_Direct_UpdateCursor
+ commentId: P:ImGuiScene.ImGui_Input_Impl_Direct.UpdateCursor
+ fullName: ImGuiScene.ImGui_Input_Impl_Direct.UpdateCursor
+ nameWithType: ImGui_Input_Impl_Direct.UpdateCursor
+- uid: ImGuiScene.ImGui_Input_Impl_Direct.UpdateCursor*
+ name: UpdateCursor
+ href: api/ImGuiScene.ImGui_Input_Impl_Direct.html#ImGuiScene_ImGui_Input_Impl_Direct_UpdateCursor_
+ commentId: Overload:ImGuiScene.ImGui_Input_Impl_Direct.UpdateCursor
+ isSpec: "True"
+ fullName: ImGuiScene.ImGui_Input_Impl_Direct.UpdateCursor
+ nameWithType: ImGui_Input_Impl_Direct.UpdateCursor
- uid: ImGuiScene.IRenderer
name: IRenderer
href: api/ImGuiScene.IRenderer.html
@@ -65249,6 +69016,19 @@ references:
isSpec: "True"
fullName: ImGuiScene.RawDX11Scene.SwapChain
nameWithType: RawDX11Scene.SwapChain
+- uid: ImGuiScene.RawDX11Scene.UpdateCursor
+ name: UpdateCursor
+ href: api/ImGuiScene.RawDX11Scene.html#ImGuiScene_RawDX11Scene_UpdateCursor
+ commentId: P:ImGuiScene.RawDX11Scene.UpdateCursor
+ fullName: ImGuiScene.RawDX11Scene.UpdateCursor
+ nameWithType: RawDX11Scene.UpdateCursor
+- uid: ImGuiScene.RawDX11Scene.UpdateCursor*
+ name: UpdateCursor
+ href: api/ImGuiScene.RawDX11Scene.html#ImGuiScene_RawDX11Scene_UpdateCursor_
+ commentId: Overload:ImGuiScene.RawDX11Scene.UpdateCursor
+ isSpec: "True"
+ fullName: ImGuiScene.RawDX11Scene.UpdateCursor
+ nameWithType: RawDX11Scene.UpdateCursor
- uid: ImGuiScene.RawDX11Scene.WindowHandlePtr
name: WindowHandlePtr
href: api/ImGuiScene.RawDX11Scene.html#ImGuiScene_RawDX11Scene_WindowHandlePtr