Click or drag to resize

GameLiftManagerDoOpFunctionCallback Method (String, GameObject)

Gets the corresponding callback 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,
	GameObject obj
)

Parameters

callbackId
Type: SystemString
The OpCode function's callback id
obj
Type: GameObject
The game object processed
See Also