Click or drag to resize

IGameModeProvider Interface

Contains the methods of a provider of game mode routines.

Namespace:  SampSharp.Core
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public interface IGameModeProvider : IDisposable

The IGameModeProvider type exposes the following members.

Methods
  NameDescription
Public methodDispose (Inherited from IDisposable.)
Public methodInitialize
Initializes the game mode with the specified game mode client.
Public methodTick
A method called once every server tick.
Top
See Also