public class ReloadRadar
extends java.lang.Object
implements org.lazywizard.console.BaseCommand
Constructor and Description |
---|
ReloadRadar() |
Modifier and Type | Method and Description |
---|---|
org.lazywizard.console.BaseCommand.CommandResult |
runCommand(java.lang.String args,
org.lazywizard.console.BaseCommand.CommandContext context)
Called when the player enters your command.
|
public org.lazywizard.console.BaseCommand.CommandResult runCommand(java.lang.String args, org.lazywizard.console.BaseCommand.CommandContext context)
org.lazywizard.console.BaseCommand
runCommand
in interface org.lazywizard.console.BaseCommand
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).
BaseCommand.CommandResult
describing the result of execution.