M_MSCLoader_ModUI_CreateMessageBoxBtn - piotrulos/MSCModLoader GitHub Wiki
Create Message Box Button for ShowCustomMessage(...);
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.1.346
C#
public static <a href="T_MSCLoader_MsgBoxBtn">MsgBoxBtn</a> CreateMessageBoxBtn(
string ButtonText,
Action ifClicked = null,
bool noClosing = false
)
View Source
- String
- Text on the Button
- Action (Optional)
- Action if button was clicked (leave null for just closing message box)
- Boolean (Optional)
- Don't close MessageBox when action is triggered
MsgBoxBtn
MsgBoxBtn
ModUI Class
CreateMessageBoxBtn Overload
MSCLoader Namespace