Click or drag to resize

SampSharp.GameMode.Controllers Namespace

Contains all basic controllers.
Classes
  ClassDescription
Public classActorController
A controller processing all actor actions.
Public classBasePlayerController
A controller processing all player actions.
Public classBaseVehicleController
A controller processing all vehicle actions.
Public classCommandController
A controller processing all commands.
Public classControllerAttribute
Indicates the controller this attribute was attached to should automatically be loaded.
Public classControllerCollection
Represents a list of IController instances.
Public classDialogController
A controller processing all dialog actions.
Public classGangZoneController
A controller processing all gang zone actions.
Public classGlobalObjectController
A controller processing all global-object actions.
Public classMenuController
A controller processing all menu actions.
Public classPickupController
A controller processing all pickup actions.
Public classPlayerObjectController
A controller processing all player-object actions.
Public classPlayerTextDrawController
A controller processing all player-textdraw actions.
Public classPlayerTextLabelController
A controller processing all player text label actions.
Public classTextDrawController
A controller processing all textdraw actions.
Public classTextLabelController
A controller processing all text label actions.
Public classTimerController
A controller processing all timer actions.
Interfaces
  InterfaceDescription
Public interfaceIController
Provides the functionality for a controller.
Public interfaceIEventListener
Provides the functionality for an IController to act on events.
Public interfaceIGameServiceProvider
Contains the definition of a service provider.
Public interfaceITypeProvider
Provides the functionality for an IController to register types.