minor: add method doc to ICommands.HasCommand()

bullet-2.82
Justin Clark-Casey (justincc) 2014-07-18 22:31:04 +01:00
parent 9be935ac6d
commit a26d1ffc66
1 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,11 @@ namespace OpenSim.Framework
string help, string longhelp, string descriptivehelp,
CommandDelegate fn);
/// <summary>
/// Has the given command already been registered?
/// </summary>
/// <returns></returns>
/// <param name="command">Command.</param>
bool HasCommand(string command);
string[] FindNextOption(string[] command, bool term);