Click or drag to resize

GameLiftManagerSetOpFunctionCallbackString 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 string SetOpFunctionCallbackString(
	GameLiftManagerOpFunctionCallback callback
)

Parameters

callback
Type: ASLGameLiftManagerOpFunctionCallback
user pre-defined callback function

Return Value

Type: String
A unique callback id in string
See Also