Skip to content

M_MSCLoader_ConsoleCommand_Run

piotrulos edited this page Apr 7, 2023 · 4 revisions

ConsoleCommand.Run Method

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

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

Syntax

C#

public abstract void Run(
	string[] args
)

View Source

Parameters

 

args
Type: System.String[]
The arguments the user passed after the command.

See Also

Reference

ConsoleCommand Class
MSCLoader Namespace

Clone this wiki locally