C# Class NutMud.Commands.Administrative.Goto

Inheritance: NetMud.Commands.Attributes.CommandPartial
Afficher le fichier Open project: SwiftAusterity/NetMud

Méthodes publiques

Méthode Description
Execute ( ) : void

Executes this command

Goto ( ) : System

All Commands require a generic constructor

RenderSyntaxHelp ( ) : IEnumerable

Renders syntactical help for the command, invokes automatically when syntax is bungled

Method Details

Execute() public méthode

Executes this command
public Execute ( ) : void
Résultat void

Goto() public méthode

All Commands require a generic constructor
public Goto ( ) : System
Résultat System

RenderSyntaxHelp() public méthode

Renders syntactical help for the command, invokes automatically when syntax is bungled
public RenderSyntaxHelp ( ) : IEnumerable
Résultat IEnumerable