Click or drag to resize

GameModeClientExtensions Class

Contains IGameModeClient extension methods.
Inheritance Hierarchy
SystemObject
  SampSharp.CoreGameModeClientExtensions

Namespace:  SampSharp.Core
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public static class GameModeClientExtensions

The GameModeClientExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRegisterCallback(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.
Public methodStatic memberRegisterCallback(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.
Public methodStatic memberRegisterCallbacksInObject
Registers all callbacks in the specified target object. Instance methods with a CallbackAttribute attached will be loaded.
Top
See Also