IGameModeClientRegisterCallback Method |
Name | Description | |
---|---|---|
RegisterCallback(String, Object, MethodInfo, CallbackParameterInfo) |
Registers a callback with the specified name. When the callback is called, the specified
methodInfo will be invoked on the specified target.
| |
RegisterCallback(String, Object, MethodInfo, CallbackParameterInfo, Type) |
Registers a callback with the specified name. When the callback is called, the specified
methodInfo will be invoked on the specified target.
|