Click or drag to resize

GameLiftManagerGameControllerGetDataCount Method

Gets the amount of data pieces in a byte array by looking at the first number in the byte array

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
private int GetDataCount(
	byte[] _payload
)

Parameters

_payload
Type: SystemByte
The byte array to be used

Return Value

Type: Int32
An int showcasing how many data pieces are contained in the byte array
See Also