| 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
)
Public Sub DoOpFunctionCallback (
callbackId As String,
obj As GameObject
)
public:
void DoOpFunctionCallback(
String^ callbackId,
GameObject^ obj
)
member DoOpFunctionCallback :
callbackId : string *
obj : GameObject -> unit
Parameters
- callbackId
- Type: SystemString
The OpCode function's callback id - obj
- Type: GameObject
The game object processed
See Also