Struct AddonActionBarBase
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
Assembly: FFXIVClientStructs.dll
Syntax
public struct AddonActionBarBase
Fields
| Improve this Doc View SourceActionBarSlots
Declaration
public ActionBarSlot*ActionBarSlots
Field Value
| Type | Description |
|---|---|
| ActionBarSlot* |
AtkUnitBase
Declaration
public AtkUnitBase AtkUnitBase
Field Value
| Type | Description |
|---|---|
| AtkUnitBase |
CurrentPulsingSlots
Bitfield representing currently active pulses.
Declaration
public short CurrentPulsingSlots
Field Value
| Type | Description |
|---|---|
| System.Int16 |
IsSharedHotbar
Whether the current hotbar is considered a "shared" hotbar or not.
Declaration
public bool IsSharedHotbar
Field Value
| Type | Description |
|---|---|
| System.Boolean |
RaptureHotbarId
The ID of the hotbar in RaptureHotbarModule that this ActionBar is currently referencing.
Declaration
public byte RaptureHotbarId
Field Value
| Type | Description |
|---|---|
| System.Byte |
Remarks
This field is ignored for WHXBs.
SlotCount
Declaration
public byte SlotCount
Field Value
| Type | Description |
|---|---|
| System.Byte |
Properties
| Improve this Doc View SourceSlot
Declaration
public readonly Span<ActionBarSlot> Slot { get; }
Property Value
| Type | Description |
|---|---|
| System.Span<ActionBarSlot> |
Methods
| Improve this Doc View SourcePulseActionBarSlot(Int32)
Declaration
public void PulseActionBarSlot(int slotIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | slotIndex |