Click or drag to resize

GameLiftManagerDoOpFunctionCallback Method (String)

Gets the corresponding callback without parameter function with the given OpCode and callback id from the dictionary. Removes the callback function after it has been invoked.

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

Parameters

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