SampSharp.Core Namespace |
[Missing <summary> documentation for "N:SampSharp.Core"]
| Class | Description | |
|---|---|---|
| GameModeBuilder |
Represents a configuration build for running a SampSharp game mode.
| |
| GameModeBuilderException |
Thrown when an error occurs while building a game mode client in GameModeBuilder.
| |
| GameModeClientException |
Thrown when an exception occurs while a IGameModeClient is running a game mode.
| |
| GameModeClientExtensions |
Contains IGameModeClient extension methods.
| |
| GameModeNotRunningException | Obsolete.
An error thrown if the game mode is not running when game mode-specific methods are called.
| |
| HostedGameModeClient |
Represents a SampSharp game mode client for hosted game modes.
| |
| MultiProcessGameModeClient | Obsolete.
Represents a SampSharp game mode client for remote SA-MP servers.
| |
| ServerConnectionClosedException | Obsolete.
Represents errors that occur when the connection between an IGameModeClient instance and the server disappeared.
| |
| ServerLogWriter |
A TextWriter that writes all input to the server log.
| |
| UnhandledExceptionEventArgs |
Provides data for the UnhandledException event.
|
| Interface | Description | |
|---|---|---|
| IGameModeClient |
Contains the methods of a SampSharp game mode client.
| |
| IGameModeProvider |
Contains the methods of a provider of game mode routines.
| |
| IGameModeRunner |
Contains the methods of a runnable game mode.
| |
| ISynchronizationProvider |
Contains the methods of a provider of synchronization to the main thread.
|
| Enumeration | Description | |
|---|---|---|
| GameModeExitBehaviour | Obsolete.
Contains possible behaviours for the GameModeBuilder once a OnGameModeExit call has been received.
| |
| GameModeStartBehaviour | Obsolete.
Contains methods of attaching the game mode to the server.
|