Enum CVar.VarType
The type of variable.
Namespace: RuriLib.Models
Assembly: RuriLib.dll
Syntax
public enum VarType
Fields
Name | Description |
---|---|
Dictionary | Holds a dictionary of strings as value. |
List | Holds a list of strings as value. |
Single | Holds a single string as value. |