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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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