Show / Hide Table of Contents

Struct HotBarSlot

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FFXIVClientStructs.FFXIV.Client.UI.Misc
Assembly: FFXIVClientStructs.dll
Syntax
public struct HotBarSlot

Fields

| Improve this Doc View Source

CommandId

Declaration
public uint CommandId
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

CommandType

Declaration
public HotbarSlotType CommandType
Field Value
Type Description
HotbarSlotType
| Improve this Doc View Source

Icon

Declaration
public int Icon
Field Value
Type Description
System.Int32
| Improve this Doc View Source

IconA

Declaration
public uint IconA
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

IconB

Declaration
public uint IconB
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

IconTypeA

Declaration
public HotbarSlotType IconTypeA
Field Value
Type Description
HotbarSlotType
| Improve this Doc View Source

IconTypeB

Declaration
public HotbarSlotType IconTypeB
Field Value
Type Description
HotbarSlotType
| Improve this Doc View Source

IsEmpty

Declaration
public byte IsEmpty
Field Value
Type Description
System.Byte
| Improve this Doc View Source

PopUpHelp

Declaration
public Utf8String PopUpHelp
Field Value
Type Description
Utf8String
| Improve this Doc View Source

Size

Declaration
public const int Size = 224
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX