Click or drag to resize

SampSharp.GameMode Namespace

Contains the whole API/scripting wrapper.
Classes
  ClassDescription
Public classBaseMode
Base class for a SA-MP game mode.
Public classBaseModeBaseModeInternal
Public classExtension
Contains methods for registering SampSharp extensions and represents a simple base class for extensions.
Public classGameModeServiceContainer
A collection of game mode services.
Public classPlayerDisconnectedException
Represents errors which occur if a player disconnects during a certain procedure.
Public classSampSharpExtensionAttribute
Specifies the extension to load from this assembly.
Public classService
Defines the base implementation for the IService.
Structures
  StructureDescription
Public structureMatrix
Represents the right-handed 4x4 floating point matrix, which can store translation, scale and rotation information.
Public structureQuaternion
Represents a quaternion rotation.
Public structureVector2
Represents a 2D vector.
Public structureVector3
Represents a 3D vector.
Public structureVector4
Represents a 4D vector.
Interfaces
  InterfaceDescription
Public interfaceIExtension
Contains methods defining a SampSharp extension.
Public interfaceIService
Contains the definition of a service