Click or drag to resize

GameLiftManagerSetOpFunctionCallback Method (GameLiftManagerOpFunctionCallbackNoParam, String)

Adds the given callback function without parameter 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(
	GameLiftManagerOpFunctionCallbackNoParam callback,
	string key
)

Parameters

callback
Type: ASLGameLiftManagerOpFunctionCallbackNoParam
pre-defined callback function without parameter
key
Type: SystemString
callback id
See Also