M_MSCLoader_ModUI_ShowCustomMessage_1 - piotrulos/MSCModLoader GitHub Wiki

ShowCustomMessage(String, String, MsgBoxBtn[], MsgBoxBtn[]) Method

Show Custom message, you can create MessageBox with custom buttons using CreateMessageBoxBtn() first

Definition

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

C#

public static void ShowCustomMessage(
	string message,
	string title,
	<a href="T_MSCLoader_MsgBoxBtn">MsgBoxBtn</a>[] buttons,
	<a href="T_MSCLoader_MsgBoxBtn">MsgBoxBtn</a>[] buttons2
)

View Source

Parameters

  String
>Message content
  String
Title of message
  MsgBoxBtn[]
Buttons created using CreateMessageBoxBtn()
  MsgBoxBtn[]
A place to add "second row" of buttons.

See Also

Reference

ModUI Class
ShowCustomMessage Overload
MSCLoader Namespace

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