NetModuleAmbience
public struct NetModuleAmbience : NetModule
This is a struct for the Ambience NetModule.
-
Undocumented
Declaration
Swift
public var playerId: UInt8 -
Undocumented
Declaration
Swift
public var number: Int32 -
Undocumented
Declaration
Swift
public var type: UInt8 -
Declaration
Swift
public init() -
Undocumented
Declaration
Swift
public init(playerId: UInt8, number: Int32, type: UInt8) -
Declaration
Swift
public mutating func decode(_ reader: BinaryReader, _ context: TerrariaPacketContext) throws -
Declaration
Swift
public mutating func encode(_ writer: BinaryWriter, _ context: TerrariaPacketContext) throws
NetModuleAmbience Structure Reference