onOutgoingNetworkMessage

open fun onOutgoingNetworkMessage(msgType: EMsg, data: Array<Byte>)

Called when a packet is about to be sent to the Steam server.

Parameters

msgType

Network message type of this packet message.

data

Raw packet data that was received.