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