Struct AgentSalvage
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)
Assembly: FFXIVClientStructs.dll
Syntax
public struct AgentSalvage
Fields
|
Improve this Doc
View Source
AgentInterface
Declaration
public AgentInterface AgentInterface
Field Value
|
Improve this Doc
View Source
DesynthItem
Declaration
public SalvageResult DesynthItem
Field Value
|
Improve this Doc
View Source
DesynthItemId
Declaration
public uint DesynthItemId
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
DesynthItemSlot
Declaration
public InventoryItem*DesynthItemSlot
Field Value
|
Improve this Doc
View Source
DesynthResult
Declaration
public byte *DesynthResult
Field Value
| Type |
Description |
| System.Byte* |
|
|
Improve this Doc
View Source
ItemCount
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
ItemList
Declaration
public AgentSalvage.SalvageListItem*ItemList
Field Value
|
Improve this Doc
View Source
SelectedCategory
Declaration
public AgentSalvage.SalvageItemCategory SelectedCategory
Field Value
|
Improve this Doc
View Source
TextAlchemist
Declaration
public Utf8String TextAlchemist
Field Value
|
Improve this Doc
View Source
TextArmourer
Declaration
public Utf8String TextArmourer
Field Value
|
Improve this Doc
View Source
TextBlacksmith
Declaration
public Utf8String TextBlacksmith
Field Value
|
Improve this Doc
View Source
TextCarpenter
Declaration
public Utf8String TextCarpenter
Field Value
|
Improve this Doc
View Source
TextCulinarian
Declaration
public Utf8String TextCulinarian
Field Value
|
Improve this Doc
View Source
TextGoldsmith
Declaration
public Utf8String TextGoldsmith
Field Value
|
Improve this Doc
View Source
TextLeatherworker
Declaration
public Utf8String TextLeatherworker
Field Value
|
Improve this Doc
View Source
TextWeaver
Declaration
public Utf8String TextWeaver
Field Value
Properties
|
Improve this Doc
View Source
DesynthResultSpan
Declaration
public readonly Span<SalvageResult> DesynthResultSpan { get; }
Property Value
Methods
|
Improve this Doc
View Source
Instance()
Declaration
public static AgentSalvage*Instance()
Returns
|
Improve this Doc
View Source
ItemListAdd(Boolean, InventoryType, Int32, UInt32, Void*, UInt32)
Declaration
public void *ItemListAdd(bool meetsLevelRequirement, InventoryType containerId, int containerSlot, uint itemId, void *exdRow, uint quantity)
Parameters
| Type |
Name |
Description |
| System.Boolean |
meetsLevelRequirement |
|
| InventoryType |
containerId |
|
| System.Int32 |
containerSlot |
|
| System.UInt32 |
itemId |
|
| System.Void* |
exdRow |
|
| System.UInt32 |
quantity |
|
Returns
| Type |
Description |
| System.Void* |
|
|
Improve this Doc
View Source
ItemListRefresh()
Declaration
public void *ItemListRefresh()
Returns
| Type |
Description |
| System.Void* |
|