PacketSmartTextMessage
public struct PacketSmartTextMessage : TerrariaPacket
Smart text message or Chat message v2
-
Undocumented
Declaration
Swift
public var bytes: [UInt8] -
Undocumented
Declaration
Swift
public var length: UInt16 -
Undocumented
Declaration
Swift
public var context: TerrariaPacketContext -
Undocumented
Declaration
Swift
public var packetType: TerrariaPacketType -
Undocumented
Declaration
Swift
public var payload: [UInt8] -
Undocumented
Declaration
Swift
public var messageColorR: UInt8 -
Undocumented
Declaration
Swift
public var messageColorG: UInt8 -
Undocumented
Declaration
Swift
public var messageColorB: UInt8 -
Undocumented
Declaration
Swift
public var message: String -
Undocumented
Declaration
Swift
public var messageLength: Int16 -
Undocumented
Declaration
Swift
public init() -
Declaration
Swift
public mutating func decodePayload() throws -
Declaration
Swift
mutating public mutating func encodePayload() throws
PacketSmartTextMessage Structure Reference