C# 클래스 Protogame.HelpCommand

The help command.
상속: ICommand
파일 보기 프로젝트 열기: RedpointGames/Protogame

공개 메소드들

메소드 설명
Execute ( IGameContext gameContext, string name, string parameters ) : string

The execute.

HelpCommand ( IKernel kernel ) : Protoinject

Initializes a new instance of the HelpCommand class.

메소드 상세

Execute() 공개 메소드

The execute.
public Execute ( IGameContext gameContext, string name, string parameters ) : string
gameContext IGameContext /// The game context. ///
name string /// The name. ///
parameters string /// The parameters. ///
리턴 string

HelpCommand() 공개 메소드

Initializes a new instance of the HelpCommand class.
public HelpCommand ( IKernel kernel ) : Protoinject
kernel IKernel /// The kernel. ///
리턴 Protoinject