Table of Contents

Class ConfigItem

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll

A config item for the GUIElementConfigList.

public class ConfigItem
Inheritance
ConfigItem
Inherited Members

Fields

Code

The code of the config item.

public string Code

Field Value

string

Data

public object Data

Field Value

object

Key

The name of the config item.

public string Key

Field Value

string

Type

Item or title

public EnumItemType Type

Field Value

EnumItemType

Value

the value of the config item.

public string Value

Field Value

string

error

Has this particular config item errored?

public bool error

Field Value

bool

height

The height of the config item.

public double height

Field Value

double

posY

The y position of the config item.

public double posY

Field Value

double