-
- All Implemented Interfaces:
-
org.lazywizard.console.BaseCommand
public class RunCode implements BaseCommand
-
-
Method Summary
Modifier and Type Method Description static Map<String, String>
getMacros()
static void
reloadImports()
static void
reloadMacros()
BaseCommand.CommandResult
runCommand(String args, BaseCommand.CommandContext context)
Called when the player enters your command. -
-
Method Detail
-
reloadImports
static void reloadImports()
-
reloadMacros
static void reloadMacros()
-
runCommand
BaseCommand.CommandResult runCommand(String args, BaseCommand.CommandContext context)
Called when the player enters your command.
- Parameters:
args
- The arguments passed into this command.context
- Where this command was called from (campaign, combat, mission, simulation, etc).
-
-
-
-