Click or drag to resize

SampSharp.GameMode.SAMP.Commands.ParameterTypes Namespace

[Missing <summary> documentation for "N:SampSharp.GameMode.SAMP.Commands.ParameterTypes"]

Classes
  ClassDescription
Public classEnumTypeT
Represents an enum command parameter.
Public classFloatType
Represents a float command parameter.
Public classIntegerType
Represents an integer command parameter.
Public classNullableEnumTypeT
Represents a nullable enum command parameter.
Public classPlayerType
Represents a player command parameter.
Public classTextType
Represents a text command parameter.
Public classVehicleType
Represents a vehicle command parameter.
Public classWordType
Represents a word command parameter.
Interfaces
  InterfaceDescription
Public interfaceICommandParameterType
Contains methods for a command parameter type.