Struct InventoryContainer
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.Game
Assembly: FFXIVClientStructs.dll
Syntax
public struct InventoryContainer
Fields
| Improve this Doc View SourceItems
Declaration
public InventoryItem*Items
Field Value
| Type | Description |
|---|---|
| InventoryItem* |
Loaded
Declaration
public byte Loaded
Field Value
| Type | Description |
|---|---|
| System.Byte |
Size
Declaration
public uint Size
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
Type
Declaration
public InventoryType Type
Field Value
| Type | Description |
|---|---|
| InventoryType |
Methods
| Improve this Doc View SourceGetInventorySlot(Int32)
Declaration
[MemberFunction("E8 ?? ?? ?? ?? 8B 5B 0C")]
public InventoryItem*GetInventorySlot(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Returns
| Type | Description |
|---|---|
| InventoryItem* |