Click or drag to resize

GameLiftManagerGameControllerConvertByteArrayIntoBool Method

Converts a byte array into a boolean variable

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
private bool ConvertByteArrayIntoBool(
	byte[] _payload,
	int _boolStartLocation,
	int _boolLength
)

Parameters

_payload
Type: SystemByte
The byte array to be converted
_boolStartLocation
Type: SystemInt32
The start location of the boolean in the byte array
_boolLength
Type: SystemInt32
How length of the bool variable

Return Value

Type: Boolean
A single bool
See Also