Click or drag to resize

GameModeClientExtensionsRegisterCallback Method

Overload List
  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.
Top
See Also