Class RawPayload
An SeString Payload representing unhandled raw payload data. Mainly useful for constructing unhandled hardcoded payloads, or forwarding any unknown payloads without modification.
Assembly: Dalamud.dll
View Source
Declaration
public class RawPayload : Payload
Inheritance: System.Object
-> Dalamud.Game.Text.SeStringHandling.Payload
Properties
LinkTerminator
Gets a fixed Payload representing a common link-termination sequence, found in many payload chains.
View Source
Declaration
public static RawPayload LinkTerminator { get; }
Type
Gets the type of this payload.
View Source
Declaration
public override PayloadType Type { get; }