Table of Contents

Enum ServerVarType

Namespace
SampSharp.Entities.SAMP
Assembly
SampSharp.OpenMp.Entities.dll

Contains all server variable types.

public enum ServerVarType

Fields

Float = 3

Var is a float.

Int = 1

Var as an integer.

None = 0

Var does not exist.

String = 2

Var is a string.