Table of Contents

Class DialogElement

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll
public class DialogElement
Inheritance
DialogElement
Inherited Members

Fields

Code

public string Code

Field Value

string

FontSize

public float FontSize

Field Value

float

Height

public int Height

Field Value

int

Icon

public string Icon

Field Value

string

Icons

public string[] Icons

Field Value

string[]

Label

public string Label

Field Value

string

MaxValue

public int MaxValue

Field Value

int

MinValue

public int MinValue

Field Value

int

Mode

public EnumDialogElementMode Mode

Field Value

EnumDialogElementMode

Names

public string[] Names

Field Value

string[]

PaddingLeft

public int PaddingLeft

Field Value

int

Param

To hold generic data

public string Param

Field Value

string

Step

public int Step

Field Value

int

Text

public string Text

Field Value

string

Tooltip

public string Tooltip

Field Value

string

Tooltips

public string[] Tooltips

Field Value

string[]

Type

public EnumDialogElementType Type

Field Value

EnumDialogElementType

Values

public string[] Values

Field Value

string[]

Width

public int Width

Field Value

int