Skip to content

M_MSCLoader_ConsoleCommand_Run

piotrulos edited this page Jan 15, 2026 · 9 revisions

Run Method

The function that will get called when the command is ran.

Definition

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

C#

public abstract void Run(
	string[] args
)

View Source

Parameters

  String[]
The arguments the user passed after the command.

See Also

Reference

ConsoleCommand Class
MSCLoader Namespace

Clone this wiki locally