Client Msg Protobuf
Represents a protobuf backed client message.
Parameters
<Body Type>
The body type of this message.
Constructors
Link copied to clipboard
Initializes a new instance of the ClientMsgProtobuf class.
Initializes a new instance of the ClientMsgProtobuf class.
Initializes a new instance of the ClientMsgProtobuf class.
Initializes a new instance of the ClientMsgProtobuf class.
Initializes a new instance of the ClientMsgProtobuf class.
constructor(clazz: Class<out AbstractMessage>, eMsg: EMsg, msg: MsgBase<MsgHdrProtoBuf>, payloadReserve: Int)
Initializes a new instance of the ClientMsgProtobuf class.
Properties
Functions
Link copied to clipboard
Initializes this client message by deserializing the specified data.
Link copied to clipboard
Gets the network message type of this client message.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets the session id for this client message.
Link copied to clipboard
Gets the source job id for this client message.
Link copied to clipboard
Gets the SteamID for this client message.
Link copied to clipboard
Gets the target job id for this client message.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Seeks within the payload to the specified offset.
Link copied to clipboard
Sets the session id for this client message.
Link copied to clipboard
Sets the source job id for this client message.
Link copied to clipboard
Sets the SteamID for this client message.
Link copied to clipboard
Sets the target job id for this client message.
Link copied to clipboard