Click or drag to resize

GameLiftManagerSetOpFunctionCallback Method (GameLiftManagerOpFunctionCallback)

Generate callback id with given information. save the callback with generated id as the key into dictionary

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public byte[] SetOpFunctionCallback(
	GameLiftManagerOpFunctionCallback callback
)

Parameters

callback
Type: ASLGameLiftManagerOpFunctionCallback
user pre-defined callback function

Return Value

Type: Byte
A unique callback id in byte array
See Also