Click or drag to resize

GameLiftManagerSetOpFunctionCallback Method (GameLiftManagerOpFunctionCallback, String)

Adds the given callback function with the given OpCode as the key into the dictionary

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetOpFunctionCallback(
	GameLiftManagerOpFunctionCallback callback,
	string key
)

Parameters

callback
Type: ASLGameLiftManagerOpFunctionCallback
pre-defined callback function
key
Type: SystemString
callback id
See Also