Table of Contents

Class SavegameCellEntry

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

Fields

DetailText

The details of the table cell.

public string DetailText

Field Value

string

DetailTextFont

The font of the detail text.

public CairoFont DetailTextFont

Field Value

CairoFont

DetailTextOffY

public double DetailTextOffY

Field Value

double

DrawAsButton

public bool DrawAsButton

Field Value

bool

Enabled

Whether or not the cell is on.

public bool Enabled

Field Value

bool

HoverText

public string HoverText

Field Value

string

LeftOffY

The y offset of the left title and detail text

public float LeftOffY

Field Value

float

OnClick

The event fired when the tablecell is clicked.

public Action OnClick

Field Value

Action

RightTopOffY

The y offset of the right top text

public float RightTopOffY

Field Value

float

RightTopText

The text displayed in the top right corner of the cell.

public string RightTopText

Field Value

string

Selected

public bool Selected

Field Value

bool

Title

The title of the Table Cell.

public string Title

Field Value

string

TitleFont

The font of the cell title.

public CairoFont TitleFont

Field Value

CairoFont