Table of Contents

Class GuiDialogCharacterBase

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll
public abstract class GuiDialogCharacterBase : GuiDialog, IDisposable
Inheritance
GuiDialogCharacterBase
Implements
Inherited Members

Constructors

GuiDialogCharacterBase(ICoreClientAPI)

public GuiDialogCharacterBase(ICoreClientAPI capi)

Parameters

capi ICoreClientAPI

Properties

RenderTabHandlers

public abstract List<Action<GuiComposer>> RenderTabHandlers { get; }

Property Value

List<Action<GuiComposer>>

Tabs

public abstract List<GuiTab> Tabs { get; }

Property Value

List<GuiTab>

Methods

OnTitleBarClose()

public virtual void OnTitleBarClose()

Events

ComposeExtraGuis

public abstract event Action ComposeExtraGuis

Event Type

Action

TabClicked

public abstract event Action<int> TabClicked

Event Type

Action<int>