Uses of Class
games.stendhal.server.core.scripting.lua.LuaScript
Packages that use LuaScript
-
Uses of LuaScript in games.stendhal.server.core.scripting.lua
Methods in games.stendhal.server.core.scripting.lua that return LuaScriptModifier and TypeMethodDescriptionLuaLoader.createScript(String filename) Create new script instance.LuaScript.getParent()Retrieves the parent caller script.Methods in games.stendhal.server.core.scripting.lua with parameters of type LuaScriptModifier and TypeMethodDescriptionvoidLuaLoader.onLoadScript(LuaScript script) Action when a new script is being loaded.voidLuaLoader.onUnloadScript(LuaScript script) Action when a script has finished executing.voidSets the identifier to be used in log messages.