Click or drag to resize

MessageChunkerIsOrdered Method

[This is preliminary documentation and is subject to change.]

Checks if a list of chunks is in correct order

Namespace:  MLAPI.NetworkingManagerComponents.Binary
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool IsOrdered(
	ref List<byte[]> chunks
)
Request Example View Source

Parameters

chunks
Type: System.Collections.GenericListByte
The list of chunks

Return Value

Type: Boolean
If all chunks are in order
See Also