Click or drag to resize

GameModeClientExtensions Methods

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