GameModeClientExtensions Class |
Namespace: SampSharp.Core
public static class GameModeClientExtensions
The GameModeClientExtensions type exposes the following members.
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.
| |
RegisterCallbacksInObject |
Registers all callbacks in the specified target object. Instance methods with a CallbackAttribute
attached will be loaded.
|