Skip to content

M_MSCLoader_ModUI_UpdateProgressBarSetup

piotrulos edited this page Jun 19, 2026 · 1 revision

UpdateProgressBarSetup Method

Update Progress Bar Setup info without creating new progress bar (title and max value)

Definition

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

C#

public static void UpdateProgressBarSetup(
	string title,
	int maxValue
)

View Source

Parameters

  String
New progress bar title
  Int32
New max value

See Also

Reference

ModUI Class
MSCLoader Namespace

Clone this wiki locally