Click or drag to resize

GameLiftManagerSetOpFunctionCallbackString Method (GameLiftManagerOpFunctionCallbackNoParam)

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(
	GameLiftManagerOpFunctionCallbackNoParam callback
)

Parameters

callback
Type: ASLGameLiftManagerOpFunctionCallbackNoParam
user pre-defined callback function without parameter

Return Value

Type: String
A unique callback id in string
See Also