-
Notifications
You must be signed in to change notification settings - Fork 16
ConsoleCommands
Tommo J. Phillips edited this page Oct 22, 2023
·
3 revisions
Namespace: TommoJProductions.ModApi
Represents all console commands for modapi.
public class ConsoleCommands : MSCLoader.ConsoleCommandInheritance Object → ConsoleCommand → ConsoleCommands
Represents the name of the base command.
public virtual string Name { get; }Represents the base help message.
public virtual string Help { get; }public virtual bool ShowInHelp { get; }public virtual string Alias { get; }public ConsoleCommands()invokes the method.
public void invokeRun(String[] args)args String[]
Represents the main entry for the command.
public virtual void Run(String[] args)args String[]
arguments passed to command