Skip to content
Justin Oroz edited this page Jul 8, 2018 · 3 revisions

Category Label

Overview

Adding a ConfigHeader object to your menu displays a large Label which takes up an option slot on the page. It cannot be disabled, regardless of the value of enabled.

Usage

Initializing

ConfigHeader myHeader = new ConfigHeader("headerIdentifier", "Category Header");

ConfigHeader initialization requires only an identifier and label. You can then add it to an OptionsTab.

Initializers

public ConfigHeader(string identifier, string label)
Clone this wiki locally