-
Notifications
You must be signed in to change notification settings - Fork 1
Header
Justin Oroz edited this page Jul 8, 2018
·
3 revisions
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
.
ConfigHeader myHeader = new ConfigHeader("headerIdentifier", "Category Header");
ConfigHeader
initialization requires only an identifier
and label
. You can then add it to an OptionsTab
.
public ConfigHeader(string identifier, string label)