PacketSizeCounter
The main class for calculating the size of packets.
Properties
BaseRemoteOverhead
This item is read only and cannot be modified. Read OnlyPacketSizeCounter.BaseRemoteOverhead:
number
The byte overhead of a remote event, in bytes.
RemoteFunctionOverhead
This item is read only and cannot be modified. Read OnlyPacketSizeCounter.RemoteFunctionOverhead:
number
The additional byte overhead of a remote function, in bytes.
ClientToServerOverhead
This item is read only and cannot be modified. Read OnlyPacketSizeCounter.ClientToServerOverhead:
number
The additional byte overhead of a client-to-server remote, in bytes.
TypeOverhead
This item is read only and cannot be modified. Read OnlyPacketSizeCounter.TypeOverhead:
number
The byte overhead of a type, in bytes.
Functions
GetPacketSize
PacketSizeCounter.
GetPacketSize
(
CounterData:
{
RunContext:
"Server"
|
"Client"
,
PacketData:
{
any
}
}
) →
number
Returns the byte size of a packet from the given data. Remote overhead is automatically added, and is different based on the remote type and run context.
GetDataByteSize
PacketSizeCounter.
GetDataByteSize
(
Data:
any
) →
number
Returns the byte size of a single data object type. Supports most types.