Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX