|
void | Prompt () |
| Display a command prompt on the console and wait for user input More...
|
|
void | RunCommand (string cmd) |
|
string | ReadLine (string p, bool isCommand, bool e) |
|
void | Output (string text, string level) |
|
void | Output (string text) |
|
void | OutputFormat (string format, params object[] components) |
|
string | CmdPrompt (string p) |
|
string | CmdPrompt (string p, string def) |
|
string | CmdPrompt (string p, List< char > excludedCharacters) |
|
string | CmdPrompt (string p, string def, List< char > excludedCharacters) |
|
string | CmdPrompt (string prompt, string defaultresponse, List< string > options) |
|
string | PasswdPrompt (string p) |
|
Definition at line 86 of file ICommandConsole.cs.
void OpenSim.Framework.ICommandConsole.Prompt |
( |
| ) |
|
string OpenSim.Framework.ICommandConsole.ReadLine |
( |
string |
p, |
|
|
bool |
isCommand, |
|
|
bool |
e |
|
) |
| |
void OpenSim.Framework.ICommandConsole.RunCommand |
( |
string |
cmd | ) |
|
ICommands OpenSim.Framework.ICommandConsole.Commands |
|
get |
string OpenSim.Framework.ICommandConsole.DefaultPrompt |
|
getset |
The documentation for this interface was generated from the following file: