Class ConfigItem
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
A config item for the GUIElementConfigList.
public class ConfigItem
- Inheritance
-
ConfigItem
- Inherited Members
- Extension Methods
Fields
Code
The code of the config item.
public string Code
Field Value
Data
public object Data
Field Value
Key
The name of the config item.
public string Key
Field Value
Type
Item or title
public EnumItemType Type
Field Value
Value
the value of the config item.
public string Value
Field Value
error
Has this particular config item errored?
public bool error
Field Value
height
The height of the config item.
public double height
Field Value
posY
The y position of the config item.
public double posY