Basic rendering with camera controls are functional.
This commit is contained in:
@@ -21,7 +21,7 @@ namespace SlatedGameToolkit.Tools.Commands
|
||||
if (invocable == null) interactable.Tell("Unable to find command {0}. Please type \"help\" for more a list of commands.");
|
||||
StringBuilder builder = new StringBuilder();
|
||||
builder.AppendJoin(", ", invocable.GetInvokers());
|
||||
interactable.Tell("Possible aliases: " + builder.ToString() + ": ");
|
||||
interactable.Tell("Possible aliases: " + builder.ToString());
|
||||
interactable.Tell("Description: " + invocable.getDescription());
|
||||
interactable.Tell("Usage: " + invocable.getUsage(args.Length > 0 ? args[0] : null));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user