Class SavegameCellEntry
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public class SavegameCellEntry
- Inheritance
-
SavegameCellEntry
- Inherited Members
- Extension Methods
Fields
DetailText
The details of the table cell.
public string DetailText
Field Value
DetailTextFont
The font of the detail text.
public CairoFont DetailTextFont
Field Value
DetailTextOffY
public double DetailTextOffY
Field Value
DrawAsButton
public bool DrawAsButton
Field Value
Enabled
Whether or not the cell is on.
public bool Enabled
Field Value
HoverText
public string HoverText
Field Value
LeftOffY
The y offset of the left title and detail text
public float LeftOffY
Field Value
OnClick
The event fired when the tablecell is clicked.
public Action OnClick
Field Value
RightTopOffY
The y offset of the right top text
public float RightTopOffY
Field Value
RightTopText
The text displayed in the top right corner of the cell.
public string RightTopText
Field Value
Selected
public bool Selected
Field Value
Title
The title of the Table Cell.
public string Title
Field Value
TitleFont
The font of the cell title.
public CairoFont TitleFont