Click or drag to resize

SampSharp.GameMode.SAMP.Commands Namespace

Contains classes related to the command mechanism.
Classes
  ClassDescription
Public classCommandAttribute
Indicates a method is a player command.
Public classCommandGroupAttribute
Indicates commands within this class or method are part of a command group.
Public classCommandsManager
Represents the default commands manager.
Public classDefaultCommand
Represents the default command based on a method with command attributes.
Public classDefaultHelpCommand
Represents the default help command for a command group.
Public classNullableParamAttribute
Makes a parameter to return null instead of usage message.
Structures
  StructureDescription
Public structureCommandPath
Represents a single path to a command.
Interfaces
  InterfaceDescription
Public interfaceICommand
Represents a player command.
Public interfaceICommandsManager
Contains methods for a command manager service.
Enumerations
  EnumerationDescription
Public enumerationCommandCallableResponse
Contains the reponses available for callable commands