M_MSCLoader_PopupSetting_ShowPopup - piotrulos/MSCModLoader GitHub Wiki
Show popup window
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.1.346
C#
public void ShowPopup(
Action<string> OnSubmit,
bool dontCloseOnConfirm = false
)
- Action(String)
- This will be called once confirm button is pressed to submit result
- Boolean (Optional)
- Don't close popup window on confirm