Click or drag to resize

ServerCommandArgument Enumeration

Note: This API is now obsolete.

Contains the possible SampShap server command argument types.

Namespace:  SampSharp.Core.Communication
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
[FlagsAttribute]
[ObsoleteAttribute("Multi-process mode is deprecated and will be removed in a future release.")]
public enum ServerCommandArgument
Members
  Member nameValueDescription
Terminator0 A terminator value to indicate no more arguments are past this point.
Value1 A value to indicate the next argument is an integer or float.
Array2 A value to indicate the next argument is an array of integers or floats.
String4 A value to indicate the next argument is a string.
Reference8 A value to indicate the next argument is a reference.
ValueReference9 A value to indicate the next argument is a value reference.
ArrayReference10 A value to indicate the next argument is an array reference.
StringReference12 A value to indicate the next argument is a string reference.
See Also