mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
minor: add method doc to ICommands.HasCommand()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user