public BaseCommand
The basic interface all console commands must implement.
org.lazywizard.console.BaseCommand.CommandResult runCommand(java.lang.String args, org.lazywizard.console.BaseCommand.CommandContext context)
Called when the player enters your command.
args
- The arguments passed into this command. Will be an empty String
if no arguments were entered.context
- Where this command was called from (campaign, combat, mission, simulation, etc).enum BaseCommand.CommandResult
describing the result of execution.