Click or drag to resize

GameLiftManagerCombineByteArrayWithoutLengths Method

Combines byte arrays so they can be sent as one byte array to other users

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public byte[] CombineByteArrayWithoutLengths(
	byte[] _first,
	byte[] _second
)

Parameters

_first
Type: SystemByte
The first byte array
_second
Type: SystemByte
The second byte array

Return Value

Type: Byte
A single byte array containing just the original byte arrays
See Also