Click or drag to resize

SampSharp.Entities.SAMP.Commands.Parsers Namespace

[Missing <summary> documentation for "N:SampSharp.Entities.SAMP.Commands.Parsers"]

Classes
  ClassDescription
Public classDoubleParser
A parser for an Double parameter.
Public classEntityParser
A parser for a player parameter.
Public classEnumParser
A parser for an Enum parameter.
Public classFloatParser
A parser for an Single parameter.
Public classIntParser
A parser for an Int32 parameter.
Public classPlayerParser
A parser for a player parameter.
Public classStringParser
A parser for a String parameter which consumes all remaining input text.
Public classWordParser
A parser for an String parameter which only consumes the text up to the next space character of the end off the input.
Interfaces
  InterfaceDescription
Public interfaceICommandParameterParser
Provides functionality for a parser of a command parameter.