Method |
Description |
|
CommandAload ( Player user, Command command, string text ) : bool |
|
|
CommandBattle ( Player user, Command command, string text ) : bool |
|
|
CommandDb ( Player user, Command command, string text ) : bool |
|
|
CommandKill ( Player user, Command command, string text ) : bool |
|
|
CommandLook ( Player user, Command command, string text ) : bool |
|
|
CommandSay ( Player user, Command command, string text ) : bool |
|
|
CommandScore ( Player user, Command command, string text ) : bool |
|
|
CommandScreen ( Player user, Command command, string text ) : bool |
|
|
CommandSkill ( Player user, Command command, string text ) : bool |
|
|
CommandTestAct ( Player user, Command command, string text ) : bool |
|
|
CommandWho ( Player user, Command command, string text ) : bool |
|
|
Commands ( ) : System |
Singleton class. Creating this loads all commands into the parser. TODO: Safe-lock this so that this class can be disposed and re-created at runtime to "reload" commands... for the ability to load commands from XML later, instead of hardcoded.) |
|