SampSharp.GameMode Namespace |
| Class | Description | |
|---|---|---|
| BaseMode |
Base class for a SA-MP game mode.
| |
| BaseModeBaseModeInternal | ||
| Extension |
Contains methods for registering SampSharp extensions and represents a simple base class for extensions.
| |
| GameModeServiceContainer |
A collection of game mode services.
| |
| PlayerDisconnectedException |
Represents errors which occur if a player disconnects during a certain procedure.
| |
| SampSharpExtensionAttribute |
Specifies the extension to load from this assembly.
| |
| Service |
Defines the base implementation for the IService.
|
| Structure | Description | |
|---|---|---|
| Matrix |
Represents the right-handed 4x4 floating point matrix, which can store translation, scale and rotation information.
| |
| Quaternion |
Represents a quaternion rotation.
| |
| Vector2 |
Represents a 2D vector.
| |
| Vector3 |
Represents a 3D vector.
| |
| Vector4 |
Represents a 4D vector.
|
| Interface | Description | |
|---|---|---|
| IExtension |
Contains methods defining a SampSharp extension.
| |
| IService |
Contains the definition of a service
|