Skip to content

M_MSCLoader_ModUI_CreateProgressBar

piotrulos edited this page Jun 19, 2026 · 1 revision

CreateProgressBar Method

Create Custom Progress Bar

Definition

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

C#

public static void CreateProgressBar(
	string title,
	int maxValue,
	string status
)

View Source

Parameters

  String
Progress bar title
  Int32
Max value of progress bar
  String
Progress bar status text

See Also

Reference

ModUI Class
MSCLoader Namespace

Clone this wiki locally