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 LuaClosureLuaCompiler.loadis(InputStream inputStream, String string, KahluaTable table) static LuaClosureLuaCompiler.loadis(Reader reader, String string, KahluaTable table) static LuaClosureLuaCompiler.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 LuaClosurePrototype.loadByteCode(DataInputStream arg0, KahluaTable arg1) static LuaClosurePrototype.loadByteCode(InputStream arg0, KahluaTable arg1) static LuaClosureKahluaUtil.loadByteCodeFromFile(File arg0, KahluaTable arg1) static LuaClosureKahluaUtil.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 TypeMethodDescriptionbooleanItemContainer.containsEval(LuaClosure functionObj) booleanItemContainer.containsEvalArg(LuaClosure functionObj, Object arg) booleanItemContainer.containsEvalArgRecurse(LuaClosure functionObj, Object arg) booleanItemContainer.containsEvalRecurse(LuaClosure functionObj) booleanItemContainer.containsTagEval(String tag, LuaClosure functionObj) booleanItemContainer.containsTagEvalArgRecurse(String tag, LuaClosure functionObj, Object arg) booleanItemContainer.containsTagEvalRecurse(String tag, LuaClosure functionObj) booleanItemContainer.containsTypeEvalArgRecurse(String _type, LuaClosure functionObj, Object arg) booleanItemContainer.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) intItemContainer.getCountEval(LuaClosure functionObj) intItemContainer.getCountEvalArg(LuaClosure functionObj, Object arg) intItemContainer.getCountEvalArgRecurse(LuaClosure functionObj, Object arg) intItemContainer.getCountEvalRecurse(LuaClosure functionObj) intItemContainer.getCountTagEval(String tag, LuaClosure functionObj) intItemContainer.getCountTagEvalArg(String tag, LuaClosure functionObj, Object arg) intItemContainer.getCountTagEvalArgRecurse(String tag, LuaClosure functionObj, Object arg) intItemContainer.getCountTagEvalRecurse(String tag, LuaClosure functionObj) intItemContainer.getCountTypeEval(String _type, LuaClosure functionObj) intItemContainer.getCountTypeEvalArg(String _type, LuaClosure functionObj, Object arg) intItemContainer.getCountTypeEvalArgRecurse(String _type, LuaClosure functionObj, Object arg) intItemContainer.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.callbacksstatic final ArrayList<LuaClosure> LuaEventManager.OnTickCallbacksstatic final ArrayList<LuaClosure> LuaHookManager.OnTickCallbacksMethods in zombie.Lua that return LuaClosureModifier and TypeMethodDescriptionstatic LuaClosureLuaManager.getDotDelimitedClosure(String string) Methods in zombie.Lua with parameters of type LuaClosureModifier and TypeMethodDescriptionstatic StringLuaManager.GlobalObject.getFilenameOfClosure(LuaClosure c) static intLuaManager.GlobalObject.getFirstLineOfClosure(LuaClosure c) static voidMapObjects.OnLoadWithSprite(String spriteName, LuaClosure __function__, int priority) static voidMapObjects.OnLoadWithSprite(KahluaTable spriteNames, LuaClosure __function__, int priority) static voidMapObjects.OnNewWithSprite(String spriteName, LuaClosure __function__, int priority) static voidMapObjects.OnNewWithSprite(KahluaTable spriteNames, LuaClosure __function__, int priority) static voidLuaManager.GlobalObject.querySteamWorkshopItemDetails(ArrayList<String> itemIDs, LuaClosure functionObj, Object arg1) static voidLuaEventManager.reroute(Prototype prototype, LuaClosure luaClosure) static voidMapObjects.reroute(Prototype prototype, LuaClosure luaClosure)