Uses of Class
se.krka.kahlua.vm.LuaClosure
Packages that use LuaClosure
-
Uses of LuaClosure in se.krka.kahlua.luaj.compiler
Methods in se.krka.kahlua.luaj.compiler that return LuaClosureModifier and TypeMethodDescriptionstatic LuaClosure
LuaCompiler.loadis
(InputStream inputStream, String string, KahluaTable table) static LuaClosure
LuaCompiler.loadis
(Reader reader, String string, KahluaTable table) static LuaClosure
LuaCompiler.loadstring
(String string1, String string0, KahluaTable table) -
Uses of LuaClosure in se.krka.kahlua.vm
Fields in se.krka.kahlua.vm declared as LuaClosureMethods in se.krka.kahlua.vm that return LuaClosureModifier and TypeMethodDescriptionLuaCallFrame.getClosure()
static LuaClosure
Prototype.loadByteCode
(DataInputStream arg0, KahluaTable arg1) static LuaClosure
Prototype.loadByteCode
(InputStream arg0, KahluaTable arg1) static LuaClosure
KahluaUtil.loadByteCodeFromFile
(File arg0, KahluaTable arg1) static LuaClosure
KahluaUtil.loadByteCodeFromResource
(String arg0, KahluaTable arg1) Methods in se.krka.kahlua.vm with parameters of type LuaClosureModifier and TypeMethodDescriptionCoroutine.pushNewCallFrame
(LuaClosure arg0, JavaFunction arg1, int arg2, int arg3, int arg4, boolean arg5, boolean arg6) -
Uses of LuaClosure in zombie.inventory
Methods in zombie.inventory with parameters of type LuaClosureModifier and TypeMethodDescriptionboolean
ItemContainer.containsEval
(LuaClosure functionObj) boolean
ItemContainer.containsEvalArg
(LuaClosure functionObj, Object arg) boolean
ItemContainer.containsEvalArgRecurse
(LuaClosure functionObj, Object arg) boolean
ItemContainer.containsEvalRecurse
(LuaClosure functionObj) boolean
ItemContainer.containsTagEval
(String tag, LuaClosure functionObj) boolean
ItemContainer.containsTagEvalArgRecurse
(String tag, LuaClosure functionObj, Object arg) boolean
ItemContainer.containsTagEvalRecurse
(String tag, LuaClosure functionObj) boolean
ItemContainer.containsTypeEvalArgRecurse
(String _type, LuaClosure functionObj, Object arg) boolean
ItemContainer.containsTypeEvalRecurse
(String _type, LuaClosure functionObj) ItemContainer.getAllEval
(LuaClosure functionObj) ItemContainer.getAllEval
(LuaClosure functionObj, ArrayList<InventoryItem> result) ItemContainer.getAllEvalArg
(LuaClosure functionObj, Object arg) ItemContainer.getAllEvalArg
(LuaClosure functionObj, Object arg, ArrayList<InventoryItem> result) ItemContainer.getAllEvalArgRecurse
(LuaClosure functionObj, Object arg) ItemContainer.getAllEvalArgRecurse
(LuaClosure functionObj, Object arg, ArrayList<InventoryItem> result) ItemContainer.getAllEvalRecurse
(LuaClosure functionObj) ItemContainer.getAllEvalRecurse
(LuaClosure functionObj, ArrayList<InventoryItem> result) ItemContainer.getAllTagEval
(String _type, LuaClosure functionObj) ItemContainer.getAllTagEval
(String tag, LuaClosure functionObj, ArrayList<InventoryItem> result) ItemContainer.getAllTagEvalArg
(String _type, LuaClosure functionObj, Object arg) ItemContainer.getAllTagEvalArg
(String tag, LuaClosure functionObj, Object arg, ArrayList<InventoryItem> result) ItemContainer.getAllTagEvalArgRecurse
(String tag, LuaClosure functionObj, Object arg, ArrayList<InventoryItem> result) ItemContainer.getAllTagEvalRecurse
(String tag, LuaClosure functionObj, ArrayList<InventoryItem> result) ItemContainer.getAllTypeEval
(String _type, LuaClosure functionObj) ItemContainer.getAllTypeEval
(String _type, LuaClosure functionObj, ArrayList<InventoryItem> result) ItemContainer.getAllTypeEvalArg
(String _type, LuaClosure functionObj, Object arg) ItemContainer.getAllTypeEvalArg
(String _type, LuaClosure functionObj, Object arg, ArrayList<InventoryItem> result) ItemContainer.getAllTypeEvalArgRecurse
(String _type, LuaClosure functionObj, Object arg) ItemContainer.getAllTypeEvalArgRecurse
(String _type, LuaClosure functionObj, Object arg, ArrayList<InventoryItem> result) ItemContainer.getAllTypeEvalRecurse
(String _type, LuaClosure functionObj) ItemContainer.getAllTypeEvalRecurse
(String _type, LuaClosure functionObj, ArrayList<InventoryItem> result) ItemContainer.getBestConditionEval
(LuaClosure functionObj) ItemContainer.getBestConditionEvalArg
(LuaClosure functionObj, Object arg) ItemContainer.getBestConditionEvalArgRecurse
(LuaClosure functionObj, Object arg) ItemContainer.getBestConditionEvalRecurse
(LuaClosure functionObj) ItemContainer.getBestEval
(LuaClosure predicateObj, LuaClosure comparatorObj) ItemContainer.getBestEvalArg
(LuaClosure predicateObj, LuaClosure comparatorObj, Object arg) ItemContainer.getBestEvalArgRecurse
(LuaClosure predicateObj, LuaClosure comparatorObj, Object arg) ItemContainer.getBestEvalRecurse
(LuaClosure predicateObj, LuaClosure comparatorObj) ItemContainer.getBestTypeEval
(String _type, LuaClosure comparatorObj) ItemContainer.getBestTypeEvalArg
(String _type, LuaClosure comparatorObj, Object arg) ItemContainer.getBestTypeEvalArgRecurse
(String _type, LuaClosure comparatorObj, Object arg) ItemContainer.getBestTypeEvalRecurse
(String _type, LuaClosure comparatorObj) int
ItemContainer.getCountEval
(LuaClosure functionObj) int
ItemContainer.getCountEvalArg
(LuaClosure functionObj, Object arg) int
ItemContainer.getCountEvalArgRecurse
(LuaClosure functionObj, Object arg) int
ItemContainer.getCountEvalRecurse
(LuaClosure functionObj) int
ItemContainer.getCountTagEval
(String tag, LuaClosure functionObj) int
ItemContainer.getCountTagEvalArg
(String tag, LuaClosure functionObj, Object arg) int
ItemContainer.getCountTagEvalArgRecurse
(String tag, LuaClosure functionObj, Object arg) int
ItemContainer.getCountTagEvalRecurse
(String tag, LuaClosure functionObj) int
ItemContainer.getCountTypeEval
(String _type, LuaClosure functionObj) int
ItemContainer.getCountTypeEvalArg
(String _type, LuaClosure functionObj, Object arg) int
ItemContainer.getCountTypeEvalArgRecurse
(String _type, LuaClosure functionObj, Object arg) int
ItemContainer.getCountTypeEvalRecurse
(String _type, LuaClosure functionObj) ItemContainer.getFirstEval
(LuaClosure functionObj) ItemContainer.getFirstEvalArg
(LuaClosure functionObj, Object arg) ItemContainer.getFirstEvalArgRecurse
(LuaClosure functionObj, Object arg) ItemContainer.getFirstEvalRecurse
(LuaClosure functionObj) ItemContainer.getFirstTagEval
(String tag, LuaClosure functionObj) ItemContainer.getFirstTagEvalArgRecurse
(String tag, LuaClosure functionObj, Object arg) ItemContainer.getFirstTagEvalRecurse
(String tag, LuaClosure functionObj) ItemContainer.getFirstTypeEval
(String _type, LuaClosure functionObj) ItemContainer.getFirstTypeEvalArgRecurse
(String _type, LuaClosure functionObj, Object arg) ItemContainer.getFirstTypeEvalRecurse
(String _type, LuaClosure functionObj) ItemContainer.getSomeEval
(LuaClosure functionObj, int count) ItemContainer.getSomeEval
(LuaClosure functionObj, int count, ArrayList<InventoryItem> result) ItemContainer.getSomeEvalArg
(LuaClosure functionObj, Object arg, int count) ItemContainer.getSomeEvalArg
(LuaClosure functionObj, Object arg, int count, ArrayList<InventoryItem> result) ItemContainer.getSomeEvalArgRecurse
(LuaClosure functionObj, Object arg, int count) ItemContainer.getSomeEvalArgRecurse
(LuaClosure functionObj, Object arg, int count, ArrayList<InventoryItem> result) ItemContainer.getSomeEvalRecurse
(LuaClosure functionObj, int count) ItemContainer.getSomeEvalRecurse
(LuaClosure functionObj, int count, ArrayList<InventoryItem> result) ItemContainer.getSomeTagEval
(String tag, LuaClosure functionObj, int count, ArrayList<InventoryItem> result) ItemContainer.getSomeTagEvalArg
(String tag, LuaClosure functionObj, Object arg, int count, ArrayList<InventoryItem> result) ItemContainer.getSomeTagEvalArgRecurse
(String tag, LuaClosure functionObj, Object arg, int count) ItemContainer.getSomeTagEvalArgRecurse
(String tag, LuaClosure functionObj, Object arg, int count, ArrayList<InventoryItem> result) ItemContainer.getSomeTagEvalRecurse
(String tag, LuaClosure functionObj, int count) ItemContainer.getSomeTagEvalRecurse
(String tag, LuaClosure functionObj, int count, ArrayList<InventoryItem> result) ItemContainer.getSomeTypeEval
(String _type, LuaClosure functionObj, int count) ItemContainer.getSomeTypeEval
(String _type, LuaClosure functionObj, int count, ArrayList<InventoryItem> result) ItemContainer.getSomeTypeEvalArg
(String _type, LuaClosure functionObj, Object arg, int count) ItemContainer.getSomeTypeEvalArg
(String _type, LuaClosure functionObj, Object arg, int count, ArrayList<InventoryItem> result) ItemContainer.getSomeTypeEvalArgRecurse
(String _type, LuaClosure functionObj, Object arg, int count) ItemContainer.getSomeTypeEvalArgRecurse
(String _type, LuaClosure functionObj, Object arg, int count, ArrayList<InventoryItem> result) ItemContainer.getSomeTypeEvalRecurse
(String _type, LuaClosure functionObj, int count) ItemContainer.getSomeTypeEvalRecurse
(String _type, LuaClosure functionObj, int count, ArrayList<InventoryItem> result) -
Uses of LuaClosure in zombie.Lua
Fields in zombie.Lua with type parameters of type LuaClosureModifier and TypeFieldDescriptionfinal ArrayList
<LuaClosure> Event.callbacks
static final ArrayList
<LuaClosure> LuaEventManager.OnTickCallbacks
static final ArrayList
<LuaClosure> LuaHookManager.OnTickCallbacks
Methods in zombie.Lua that return LuaClosureModifier and TypeMethodDescriptionstatic LuaClosure
LuaManager.getDotDelimitedClosure
(String string) Methods in zombie.Lua with parameters of type LuaClosureModifier and TypeMethodDescriptionstatic String
LuaManager.GlobalObject.getFilenameOfClosure
(LuaClosure c) static int
LuaManager.GlobalObject.getFirstLineOfClosure
(LuaClosure c) static void
MapObjects.OnLoadWithSprite
(String spriteName, LuaClosure __function__, int priority) static void
MapObjects.OnLoadWithSprite
(KahluaTable spriteNames, LuaClosure __function__, int priority) static void
MapObjects.OnNewWithSprite
(String spriteName, LuaClosure __function__, int priority) static void
MapObjects.OnNewWithSprite
(KahluaTable spriteNames, LuaClosure __function__, int priority) static void
LuaManager.GlobalObject.querySteamWorkshopItemDetails
(ArrayList<String> itemIDs, LuaClosure functionObj, Object arg1) static void
LuaEventManager.reroute
(Prototype prototype, LuaClosure luaClosure) static void
MapObjects.reroute
(Prototype prototype, LuaClosure luaClosure)