SampSharp.GameMode.Controllers Namespace |
Class | Description | |
---|---|---|
ActorController |
A controller processing all actor actions.
| |
BasePlayerController |
A controller processing all player actions.
| |
BaseVehicleController |
A controller processing all vehicle actions.
| |
CommandController |
A controller processing all commands.
| |
ControllerAttribute |
Indicates the controller this attribute was attached to should automatically be loaded.
| |
ControllerCollection |
Represents a list of IController instances.
| |
DialogController |
A controller processing all dialog actions.
| |
GangZoneController |
A controller processing all gang zone actions.
| |
GlobalObjectController |
A controller processing all global-object actions.
| |
MenuController |
A controller processing all menu actions.
| |
PickupController |
A controller processing all pickup actions.
| |
PlayerObjectController |
A controller processing all player-object actions.
| |
PlayerTextDrawController |
A controller processing all player-textdraw actions.
| |
PlayerTextLabelController |
A controller processing all player text label actions.
| |
TextDrawController |
A controller processing all textdraw actions.
| |
TextLabelController |
A controller processing all text label actions.
| |
TimerController |
A controller processing all timer actions.
|
Interface | Description | |
---|---|---|
IController |
Provides the functionality for a controller.
| |
IEventListener |
Provides the functionality for an IController to act on events.
| |
IGameServiceProvider |
Contains the definition of a service provider.
| |
ITypeProvider |
Provides the functionality for an IController to register types.
|