Table of Contents

Interface IModRootMember

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Interface for items that can be added to a mod's control root

public interface IModRootMember

Properties

Enabled

Determines whether or not the element will appear in the list. Disabled by default.

bool Enabled { get; set; }

Property Value

bool

ID

Unique identifier

object ID { get; }

Property Value

object

Name

Name of the member as it appears in the terminal

string Name { get; set; }

Property Value

string