ServerCommandArgument Enumeration |
Note: This API is now obsolete.
Namespace: SampSharp.Core.Communication
[FlagsAttribute] [ObsoleteAttribute("Multi-process mode is deprecated and will be removed in a future release.")] public enum ServerCommandArgument
Member name | Value | Description | |
---|---|---|---|
Terminator | 0 | A terminator value to indicate no more arguments are past this point. | |
Value | 1 | A value to indicate the next argument is an integer or float. | |
Array | 2 | A value to indicate the next argument is an array of integers or floats. | |
String | 4 | A value to indicate the next argument is a string. | |
Reference | 8 | A value to indicate the next argument is a reference. | |
ValueReference | 9 | A value to indicate the next argument is a value reference. | |
ArrayReference | 10 | A value to indicate the next argument is an array reference. | |
StringReference | 12 | A value to indicate the next argument is a string reference. |