Class ExtEnumType
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
- Inheritance
-
ExtEnumType
- Inherited Members
-
Fields
entries
public List<string> entries
Field Value
- List<string>
version
Field Value
- int
Properties
Count
public int Count { get; }
Property Value
- int
Methods
AddEntry(string)
public void AddEntry(string name)
Parameters
name string
GetEntry(int)
public string GetEntry(int index)
Parameters
index int
Returns
- string
RemoveEntry(string)
public void RemoveEntry(string name)
Parameters
name string