M_MSCLoader_ModUI_ShowCustomMessage - piotrulos/MSCModLoader GitHub Wiki
Show Custom message, you can create MessageBox with custom buttons using CreateMessageBoxBtn() first
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.4.2.410
C#
public static void ShowCustomMessage(
string message,
string title,
MsgBoxBtn[] buttons
)View Source
- String
- >Message content
- String
- Title of message
- MsgBoxBtn[]
- Buttons created using CreateMessageBoxBtn()