SampSharp.Entities.SAMP.Commands.Parsers Namespace |
[Missing <summary> documentation for "N:SampSharp.Entities.SAMP.Commands.Parsers"]
| Class | Description | |
|---|---|---|
| DoubleParser |
A parser for an Double parameter.
| |
| EntityParser |
A parser for a player parameter.
| |
| EnumParser |
A parser for an Enum parameter.
| |
| FloatParser |
A parser for an Single parameter.
| |
| IntParser |
A parser for an Int32 parameter.
| |
| PlayerParser |
A parser for a player parameter.
| |
| StringParser |
A parser for a String parameter which consumes all remaining input text.
| |
| WordParser |
A parser for an String parameter which only consumes the text up to the next space character of the end
off the input.
|
| Interface | Description | |
|---|---|---|
| ICommandParameterParser |
Provides functionality for a parser of a command parameter.
|