Click or drag to resize

GameLiftManagerRemoveOpFunctionCallbackByCallbackId Method

Removes the corresponding callback function by the given callback id from the dictionary.

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void RemoveOpFunctionCallbackByCallbackId(
	string callbackId
)

Parameters

callbackId
Type: SystemString
The OpCode function's callback id
See Also