C# Class Protogame.HelpCommand

The help command.
Inheritance: ICommand
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
Execute ( IGameContext gameContext, string name, string parameters ) : string

The execute.

HelpCommand ( IKernel kernel ) : Protoinject

Initializes a new instance of the HelpCommand class.

Method Details

Execute() public méthode

The execute.
public Execute ( IGameContext gameContext, string name, string parameters ) : string
gameContext IGameContext /// The game context. ///
name string /// The name. ///
parameters string /// The parameters. ///
Résultat string

HelpCommand() public méthode

Initializes a new instance of the HelpCommand class.
public HelpCommand ( IKernel kernel ) : Protoinject
kernel IKernel /// The kernel. ///
Résultat Protoinject