Skip to content

M_MSCLoader_ModUI_ShowRetryCancelMessage

piotrulos edited this page Apr 7, 2023 · 4 revisions

ModUI.ShowRetryCancelMessage Method

Show simple retry/cancel message, and do something when user click retry.

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

Syntax

C#

public static void ShowRetryCancelMessage(
	string message,
	string title,
	Action ifRetry
)

View Source

Parameters

 

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

See Also

Reference

ModUI Class
MSCLoader Namespace

Clone this wiki locally