MLAPI API Reference
MLAPI API Reference
MLAPI.NetworkingManagerComponents
MessageChunker Class
MessageChunker Methods
GetChunkedMessage Method
GetMessageOrdered Method
GetMessageUnordered Method
HasDuplicates Method
HasMissingParts Method
IsOrdered Method
MessageChunker
IsOrdered Method
Checks if a list of chunks is in correct order
Namespace:
MLAPI.NetworkingManagerComponents
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
static
bool
IsOrdered
(
ref
List
<
byte
[]>
chunks
)
Parameters
chunks
Type:
System.Collections.Generic
List
Byte
The list of chunks
Return Value
Type:
Boolean
If all chunks are in order
See Also
Reference
MessageChunker Class
MLAPI.NetworkingManagerComponents Namespace