Package games.stendhal.server.script
Class Debuggera
java.lang.Object
games.stendhal.server.core.scripting.ScriptImpl
games.stendhal.server.script.Debuggera
- All Implemented Interfaces:
Script
code for abstract/int_admin_playground which creates a NPC to help testers.
- Author:
- hendrik
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class games.stendhal.server.core.scripting.ScriptImpl
sandbox -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(Player admin, List<String> args, ScriptingSandbox sandbox) Initial load of this script.Methods inherited from class games.stendhal.server.core.scripting.ScriptImpl
execute, unload
-
Constructor Details
-
Debuggera
public Debuggera()
-
-
Method Details
-
load
Description copied from interface:ScriptInitial load of this script.- Specified by:
loadin interfaceScript- Overrides:
loadin classScriptImpl- Parameters:
admin- the admin who load it ornullon server start.args- the arguments the admin specified ornullon server start.sandbox- all modifications to the game must be done using this object in order for the script to be unloadable
-