Click or drag to resize

GameLiftManagerSpiltByteArray Method

Splits up a single byte array, returning only the section requested

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public byte[] SpiltByteArray(
	byte[] _byteArray,
	int _startLocation,
	int _length
)

Parameters

_byteArray
Type: SystemByte
The byte array to be sliced
_startLocation
Type: SystemInt32
The location on the byte array in which to start from
_length
Type: SystemInt32
How long of a slice you want from the byte array

Return Value

Type: Byte
A section of the original byte array
See Also