ConsoleCommands / org.lazywizard.console.commands / RunCode

RunCode

open class RunCode : BaseCommand

Constructors

<init>

RunCode()

Functions

getMacros

open static fun getMacros(): MutableMap<String, String>

reloadImports

open static fun reloadImports(): Unit

reloadMacros

open static fun reloadMacros(): Unit

runCommand

open fun runCommand(args: String, context: CommandContext): CommandResult