Skip to content

M_MSCLoader_ModUI_ShowContinueAbortMessage

piotrulos edited this page Apr 7, 2023 · 4 revisions

ModUI.ShowContinueAbortMessage Method

Show simple Continue/Abort message, and do something when user click Continue.

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

Syntax

C#

public static void ShowContinueAbortMessage(
	string message,
	string title,
	Action ifContinue
)

View Source

Parameters

 

message
Type: System.String
>Message content
title
Type: System.String
Title of message
ifContinue
Type: System.Action
>What to do when user click Continue

See Also

Reference

ModUI Class
MSCLoader Namespace

Clone this wiki locally