Table of Contents

Class TerminalPageBase

Namespace
RichHudFramework.UI.Client
Assembly
RichHudClient.dll

Abstract base for interfacing with terminal page implementations

public abstract class TerminalPageBase : IModRootMember
Inheritance
TerminalPageBase
Implements
Derived

Properties

Enabled

Determines whether or not the page will be visible in the mod root.

public bool Enabled { get; set; }

Property Value

bool

Name

Name of the RichHudFramework.UI.ITerminalPage as it appears in the dropdown of the IModControlRoot.

public string Name { get; set; }

Property Value

string