Skip to content

M_MSCLoader_Keybind_AddHeader_1

piotrulos edited this page Apr 7, 2023 · 4 revisions

Keybind.AddHeader Method (Mod, String, Color)

Add Header, blue title bar that can be used to separate settings.

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286

Syntax

C#

public static void AddHeader(
	<a href="T_MSCLoader_Mod">Mod</a> mod,
	string HeaderTitle,
	Color backgroundColor
)

View Source

Parameters

 

mod
Type: MSCLoader.Mod
Your mod instance
HeaderTitle
Type: System.String
Title of your header
backgroundColor
Type: Color
Background color of header

See Also

Reference

Keybind Class
AddHeader Overload
MSCLoader Namespace

Clone this wiki locally