M_MSCLoader_Keybind_AddHeader_2 - piotrulos/MSCModLoader GitHub Wiki

AddHeader(Mod, String, Color, Color) Method

Remove 'this ,' parameter to switch to new format

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

Definition

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

C#

[ObsoleteAttribute("Remove 'this ,' parameter to switch to new format", 
	true)]
public static void AddHeader(
	<a href="T_MSCLoader_Mod">Mod</a> mod,
	string HeaderTitle,
	Color backgroundColor,
	Color textColor
)

View Source

Parameters

  Mod
Your mod instance
  String
Title of your header
  Color
Background color of header
  Color
Text Color of header

See Also

Reference

Keybind Class
AddHeader Overload
MSCLoader Namespace

⚠️ **GitHub.com Fallback** ⚠️