![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
CommandLine (Grammar grammar) | |
void | Run () |
virtual void | OnCancelKeyPress (object sender, ConsoleCancelEventArgs e) |
Public Attributes | |
readonly Grammar | Grammar |
string | Title |
string | Greeting |
string | Prompt |
string | PromptMoreInput |
readonly ScriptInterpreter | Interpreter |
Definition at line 22 of file CommandLine.cs.
Irony.Interpreter.CommandLine.CommandLine | ( | Grammar | grammar | ) |
Definition at line 35 of file CommandLine.cs.
|
virtual |
Definition at line 157 of file CommandLine.cs.
References Irony.Resources.MsgAbortScriptYN, and Irony.Resources.MsgExitConsoleYN.
void Irony.Interpreter.CommandLine.Run | ( | ) |
Definition at line 48 of file CommandLine.cs.
References Irony.Resources.ErrConsoleFatalError, and Irony.Resources.MsgPressAnyKeyToExit.
readonly Grammar Irony.Interpreter.CommandLine.Grammar |
Definition at line 24 of file CommandLine.cs.
string Irony.Interpreter.CommandLine.Greeting |
Definition at line 27 of file CommandLine.cs.
readonly ScriptInterpreter Irony.Interpreter.CommandLine.Interpreter |
Definition at line 31 of file CommandLine.cs.
string Irony.Interpreter.CommandLine.Prompt |
Definition at line 28 of file CommandLine.cs.
string Irony.Interpreter.CommandLine.PromptMoreInput |
Definition at line 29 of file CommandLine.cs.
string Irony.Interpreter.CommandLine.Title |
Definition at line 26 of file CommandLine.cs.