PacketTeleportationPotion
public struct PacketTeleportationPotion : TerrariaPacket
Teleportation potion
-
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] -
0 = Teleportation Potion; 1 = Magic Conch; 2 = Demon Conch
Declaration
Swift
public var potionType: UInt8 -
Undocumented
Declaration
Swift
public init() -
Declaration
Swift
public mutating func decodePayload() throws -
Declaration
Swift
mutating public mutating func encodePayload() throws
PacketTeleportationPotion Structure Reference