Class StatusPayload
An SeString Payload representing an interactable status link.
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()
Namespace: Dalamud.Game.Chat.SeStringHandling.Payloads
Assembly: Dalamud.dll
Syntax
public class StatusPayload : Payload
Constructors
| Improve this Doc View SourceStatusPayload(DataManager, UInt32)
Creates a new StatusPayload for the given status id.
Declaration
public StatusPayload(DataManager data, uint statusId)
Parameters
| Type | Name | Description |
|---|---|---|
| DataManager | data | DataManager instance needed to resolve game data. |
| System.UInt32 | statusId | The id of the Status for this link. |
Properties
| Improve this Doc View SourceStatus
The Lumina Status object represented by this payload.
Declaration
[JsonIgnore]
public Status Status { get; }
Property Value
| Type | Description |
|---|---|
| Lumina.Excel.GeneratedSheets.Status |
Remarks
Value is evaluated lazily and cached.
Type
Declaration
public override PayloadType Type { get; }
Property Value
| Type | Description |
|---|---|
| PayloadType |
Overrides
Methods
| Improve this Doc View SourceDecodeImpl(BinaryReader, Int64)
Declaration
protected override void DecodeImpl(BinaryReader reader, long endOfStream)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.BinaryReader | reader | |
| System.Int64 | endOfStream |
Overrides
| Improve this Doc View SourceEncodeImpl()
Declaration
protected override byte[] EncodeImpl()
Returns
| Type | Description |
|---|---|
| System.Byte[] |
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()