Class ItemPayload
Inheritance
System.Object
ItemPayload
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Dalamud.dll
Syntax
public class ItemPayload : Payload
Constructors
|
Improve this Doc
View Source
ItemPayload()
Declaration
|
Improve this Doc
View Source
ItemPayload(Int32, Boolean)
Declaration
public ItemPayload(int itemId, bool isHQ)
Parameters
| Type |
Name |
Description |
| System.Int32 |
itemId |
|
| System.Boolean |
isHQ |
|
Properties
|
Improve this Doc
View Source
IsHQ
Declaration
public bool IsHQ { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
ItemId
Declaration
public int ItemId { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
ItemName
Declaration
public string ItemName { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public override PayloadType Type { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
Encode()
Declaration
public override byte[] Encode()
Returns
| Type |
Description |
| System.Byte[] |
|
Overrides
|
Improve this Doc
View Source
ProcessChunkImpl(BinaryReader, Int64)
Declaration
protected override void ProcessChunkImpl(BinaryReader reader, long endOfStream)
Parameters
| Type |
Name |
Description |
| System.IO.BinaryReader |
reader |
|
| System.Int64 |
endOfStream |
|
Overrides
|
Improve this Doc
View Source
Resolve()
Declaration
public override void Resolve()
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.Object.ToString()