PacketChestOpen
public struct PacketChestOpen : TerrariaPacket
Used to “open” a world chest
-
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 chestId: Int16 -
Undocumented
Declaration
Swift
public var chestX: Int16 -
Undocumented
Declaration
Swift
public var chestY: Int16 -
Undocumented
Declaration
Swift
public var nameLength: UInt8 -
Undocumented
Declaration
Swift
public var chestName: String -
Undocumented
Declaration
Swift
public init() -
Declaration
Swift
public mutating func decodePayload() throws -
Declaration
Swift
mutating public mutating func encodePayload() throws
PacketChestOpen Structure Reference