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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public interface IGameModeProvider : IDisposable

The IGameModeProvider type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(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