Uses of Interface
se.krka.kahlua.vm.KahluaTable
Packages that use KahluaTable
Package
Description
-
Uses of KahluaTable in se.krka.kahlua.integration.expose
Methods in se.krka.kahlua.integration.expose with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidLuaJavaClassExposer.exposeGlobalClassFunction(KahluaTable table, Class<?> clazz, Constructor<?> constructor, String string) voidLuaJavaClassExposer.exposeGlobalClassFunction(KahluaTable table, Class<?> clazz, Method method, String string) voidLuaJavaClassExposer.exposeGlobalObjectFunction(KahluaTable table, Object object, Method method) voidLuaJavaClassExposer.exposeGlobalObjectFunction(KahluaTable table, Object object, Method method, String string) voidLuaJavaClassExposer.exposeLikeJava(Class clazz, KahluaTable table) voidLuaJavaClassExposer.exposeLikeJavaRecursively(Type type, KahluaTable table) voidLuaJavaClassExposer.exposeMethod(Class<?> clazz, Method method, String string, KahluaTable table0) voidLuaJavaClassExposer.exposeMethod(Class<?> clazz, Method method, KahluaTable table) Constructors in se.krka.kahlua.integration.expose with parameters of type KahluaTableModifierConstructorDescriptionLuaJavaClassExposer(KahluaConverterManager kahluaConverterManager, Platform platformx, KahluaTable table) LuaJavaClassExposer(KahluaConverterManager kahluaConverterManager, Platform platformx, KahluaTable table0, KahluaTable table1) -
Uses of KahluaTable in se.krka.kahlua.j2se
Classes in se.krka.kahlua.j2se that implement KahluaTableMethods in se.krka.kahlua.j2se that return KahluaTableModifier and TypeMethodDescriptionKahluaTableImpl.getMetatable()J2SEPlatform.newEnvironment()J2SEPlatform.newTable()Methods in se.krka.kahlua.j2se with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic voidMathLib.register(Platform platform, KahluaTable table1) voidKahluaTableImpl.setMetatable(KahluaTable arg0) voidJ2SEPlatform.setupEnvironment(KahluaTable arg0) -
Uses of KahluaTable in se.krka.kahlua.luaj.compiler
Methods in se.krka.kahlua.luaj.compiler with parameters of type KahluaTableModifier 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) static voidLuaCompiler.register(KahluaTable table) -
Uses of KahluaTable in se.krka.kahlua.require
Methods in se.krka.kahlua.require with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidLoadfile.install(KahluaTable table) voidRequire.install(KahluaTable table) -
Uses of KahluaTable in se.krka.kahlua.stdlib
Methods in se.krka.kahlua.stdlib that return KahluaTableModifier and TypeMethodDescriptionstatic KahluaTableOsLib.getTableFromDate(Calendar calendar, Platform platform) Methods in se.krka.kahlua.stdlib with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic voidTableLib.append(KahluaThread kahluaThread, KahluaTable table, Object object) static DateOsLib.getDateFromTable(KahluaTable table) static voidTableLib.insert(KahluaThread kahluaThread, KahluaTable table, int int2, Object object) static voidTableLib.insert(KahluaThread kahluaThread, KahluaTable table, Object object) static voidTableLib.rawappend(KahluaTable table, Object object) static voidTableLib.rawinsert(KahluaTable table, int int1, Object object) static voidBaseLib.register(KahluaTable table) static voidCoroutineLib.register(Platform platform, KahluaTable table2) static voidOsLib.register(Platform platform, KahluaTable table1) static voidRandomLib.register(Platform platform, KahluaTable table2) static voidStringLib.register(Platform platform, KahluaTable table2) static voidTableLib.register(Platform platform, KahluaTable table1) static ObjectTableLib.remove(KahluaThread kahluaThread, KahluaTable table) static ObjectTableLib.remove(KahluaThread kahluaThread, KahluaTable table, int int0) static voidBaseLib.setmetatable(KahluaThread kahluaThread, Object object0, KahluaTable table, boolean boolean0) -
Uses of KahluaTable in se.krka.kahlua.test
Methods in se.krka.kahlua.test with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic voidUserdataArray.register(Platform platform, KahluaTable table1) -
Uses of KahluaTable in se.krka.kahlua.threading
Methods in se.krka.kahlua.threading that return KahluaTableModifier and TypeMethodDescriptionBlockingKahluaThread.getEnvironment()VerifiedSingleKahluaThread.getEnvironment()Methods in se.krka.kahlua.threading with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidBlockingKahluaThread.setmetatable(Object object, KahluaTable table) voidVerifiedSingleKahluaThread.setmetatable(Object object, KahluaTable table) Constructors in se.krka.kahlua.threading with parameters of type KahluaTableModifierConstructorDescriptionBlockingKahluaThread(PrintStream printStream, Platform platform, KahluaTable table) BlockingKahluaThread(Platform platform, KahluaTable table) VerifiedSingleKahluaThread(PrintStream printStream, Platform platform, KahluaTable table) VerifiedSingleKahluaThread(Platform platform, KahluaTable table) -
Uses of KahluaTable in se.krka.kahlua.vm
Classes in se.krka.kahlua.vm that implement KahluaTableFields in se.krka.kahlua.vm declared as KahluaTableMethods in se.krka.kahlua.vm that return KahluaTableModifier and TypeMethodDescriptionstatic KahluaTableKahluaUtil.getClassMetatables(Platform arg0, KahluaTable arg1) KahluaThread.getEnvironment()LuaCallFrame.getEnvironment()KahluaArray.getMetatable()KahluaTable.getMetatable()static KahluaTableKahluaUtil.getOrCreateTable(Platform arg0, KahluaTable arg1, String arg2) Platform.newEnvironment()Platform.newTable()Methods in se.krka.kahlua.vm with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic KahluaTableKahluaUtil.getClassMetatables(Platform arg0, KahluaTable arg1) static KahluaTableKahluaUtil.getOrCreateTable(Platform arg0, KahluaTable arg1, String arg2) static KahluaThreadKahluaUtil.getWorkerThread(Platform arg0, KahluaTable arg1) booleanKahluaThread.hasDataBreakpoint(KahluaTable arg0, Object arg1) booleanKahluaThread.hasReadDataBreakpoint(KahluaTable arg0, Object arg1) static intKahluaUtil.len(KahluaTable arg0, int arg1, int arg2) 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) voidKahluaThread.setmetatable(Object arg0, KahluaTable arg1) voidKahluaArray.setMetatable(KahluaTable table) voidKahluaTable.setMetatable(KahluaTable var1) voidPlatform.setupEnvironment(KahluaTable arg0) static voidKahluaUtil.setupLibrary(KahluaTable arg0, KahluaThread arg1, File arg2) static voidKahluaUtil.setupLibraryText(KahluaTable table, KahluaThread kahluaThread, File file) static voidKahluaUtil.setWorkerThread(KahluaTable arg0, KahluaThread arg1) voidKahluaThread.toggleBreakOnChange(KahluaTable arg0, Object arg1) voidKahluaThread.toggleBreakOnRead(KahluaTable arg0, Object arg1) Constructors in se.krka.kahlua.vm with parameters of type KahluaTableModifierConstructorDescriptionCoroutine(Platform arg0, KahluaTable arg1) Coroutine(Platform arg0, KahluaTable arg1, KahluaThread arg2) KahluaThread(PrintStream arg0, Platform arg1, KahluaTable arg2) KahluaThread(Platform arg0, KahluaTable arg1) LuaClosure(Prototype arg0, KahluaTable arg1) -
Uses of KahluaTable in zombie
Methods in zombie that return KahluaTableModifier and TypeMethodDescriptionGameTime.getModData()This was used to store non-object-specific mod data in the save file before global mod data was added.Methods in zombie with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidSandboxOptions.BooleanSandboxOption.fromTable(KahluaTable table) voidSandboxOptions.DoubleSandboxOption.fromTable(KahluaTable table) voidSandboxOptions.EnumSandboxOption.fromTable(KahluaTable table) voidSandboxOptions.IntegerSandboxOption.fromTable(KahluaTable table) voidSandboxOptions.SandboxOption.fromTable(KahluaTable table) voidSandboxOptions.StringSandboxOption.fromTable(KahluaTable table) voidSandboxOptions.BooleanSandboxOption.toTable(KahluaTable table) voidSandboxOptions.DoubleSandboxOption.toTable(KahluaTable table) voidSandboxOptions.EnumSandboxOption.toTable(KahluaTable table) voidSandboxOptions.IntegerSandboxOption.toTable(KahluaTable table) voidSandboxOptions.SandboxOption.toTable(KahluaTable table) voidSandboxOptions.StringSandboxOption.toTable(KahluaTable table) -
Uses of KahluaTable in zombie.basements
Methods in zombie.basements with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidBasementsV1.addAccessDefinitions(String arg0, KahluaTable arg1) voidBasementsV1.addBasementDefinitions(String arg0, KahluaTable arg1) voidBasementsV1.addSpawnLocations(String arg0, KahluaTable arg1) BasementsV1.registerBasementSpawnLocation(String arg0, String arg1, String arg2, int arg3, int arg4, int arg5, int arg6, int arg7, KahluaTable arg8) -
Uses of KahluaTable in zombie.buildingRooms
Methods in zombie.buildingRooms with parameters of type KahluaTable -
Uses of KahluaTable in zombie.characters
Methods in zombie.characters that return KahluaTableMethods in zombie.characters with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidIsoGameCharacter.saveChange(String change, KahluaTable tbl, ByteBuffer bb) -
Uses of KahluaTable in zombie.characters.animals
Constructors in zombie.characters.animals with parameters of type KahluaTableModifierConstructorDescriptionAnimalZone(String arg0, String arg1, int arg2, int arg3, int arg4, int arg5, int arg6, KahluaTable arg7) -
Uses of KahluaTable in zombie.characters.CharacterTimedActions
Methods in zombie.characters.CharacterTimedActions that return KahluaTableConstructors in zombie.characters.CharacterTimedActions with parameters of type KahluaTableModifierConstructorDescriptionLuaTimedAction(KahluaTable _table, IsoGameCharacter chr) LuaTimedActionNew(KahluaTable _table, IsoGameCharacter chr) -
Uses of KahluaTable in zombie.core
Fields in zombie.core declared as KahluaTableMethods in zombie.core that return KahluaTableMethods in zombie.core with parameters of type KahluaTableModifier and TypeMethodDescriptionbyteActionManager.createBuildAction(IsoPlayer player, float float0, float float1, float float2, boolean boolean0, String string, KahluaTable table) byteActionManager.createFishingAction(IsoPlayer player, InventoryItem item, IsoGridSquare square, KahluaTable table) byteActionManager.createNetTimedAction(IsoPlayer player, KahluaTable table) voidBuildAction.set(IsoPlayer player, float float0, float float1, float float2, boolean boolean0, String string, KahluaTable table) voidNetTimedAction.set(IsoPlayer arg0, KahluaTable arg1) voidFishingAction.setStartFishing(IsoPlayer player, InventoryItem item, IsoGridSquare square, KahluaTable table) -
Uses of KahluaTable in zombie.core.raknet
Methods in zombie.core.raknet with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidVoiceManager.LuaRegister(Platform platform, KahluaTable table1) -
Uses of KahluaTable in zombie.core.stash
Methods in zombie.core.stash with parameters of type KahluaTable -
Uses of KahluaTable in zombie.core.znet
Methods in zombie.core.znet with parameters of type KahluaTable -
Uses of KahluaTable in zombie.entity.components.crafting
Methods in zombie.entity.components.crafting that return KahluaTableModifier and TypeMethodDescriptionstatic KahluaTableBaseCraftingLogic.callLuaObject(String arg0, Object arg1) CraftLogicUILogic.getItemsInProgress()CraftLogicUILogic.getManualSelectItemSlot()CraftLogicUILogic.getOutputItems()Methods in zombie.entity.components.crafting with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidCraftLogicUILogic.doPreviewSlotTooltip(KahluaTable table, ObjectTooltip objectTooltip) voidCraftLogicUILogic.doProgressSlotTooltip(KahluaTable table, ObjectTooltip objectTooltip) voidCraftLogicUILogic.setManualSelectInputScriptFilter(InputScript inputScript, KahluaTable table) -
Uses of KahluaTable in zombie.entity.components.crafting.recipe
Methods in zombie.entity.components.crafting.recipe that return KahluaTable -
Uses of KahluaTable in zombie.gameStates
Methods in zombie.gameStates with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidAnimationViewerState.setTable(KahluaTable table) voidAttachmentEditorState.setTable(KahluaTable table) voidDebugChunkState.setTable(KahluaTable table) voidDebugGlobalObjectState.setTable(KahluaTable table) voidSeamEditorState.setTable(KahluaTable arg0) voidSpriteModelEditorState.setTable(KahluaTable arg0) voidTileGeometryState.setTable(KahluaTable arg0) -
Uses of KahluaTable in zombie.gizmo
Methods in zombie.gizmo that return KahluaTableMethods in zombie.gizmo with parameters of type KahluaTable -
Uses of KahluaTable in zombie.globalObjects
Methods in zombie.globalObjects that return KahluaTableModifier and TypeMethodDescriptionSGlobalObjectSystem.getInitialStateForClient()GlobalObject.getModData()final KahluaTableGlobalObjectSystem.getModData()Methods in zombie.globalObjects with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic booleanSGlobalObjects.receiveClientCommand(String systemName, String command, IsoPlayer playerObj, KahluaTable args) voidSGlobalObjectSystem.receiveClientCommand(String command, IsoPlayer playerObj, KahluaTable args) voidCGlobalObjectSystem.receiveNewLuaObjectAt(int x, int y, int z, KahluaTable args) static booleanCGlobalObjects.receiveServerCommand(String systemName, String command, KahluaTable args) voidCGlobalObjectSystem.receiveServerCommand(String command, KahluaTable args) voidCGlobalObjectSystem.receiveUpdateLuaObjectAt(int x, int y, int z, KahluaTable args) static voidCGlobalObjectNetwork.sendClientCommand(IsoPlayer player, String string0, String string1, KahluaTable table) voidCGlobalObjectSystem.sendCommand(String command, IsoPlayer player, KahluaTable args) voidSGlobalObjectSystem.sendCommand(String command, KahluaTable args) static voidSGlobalObjectNetwork.sendServerCommand(String string0, String string1, KahluaTable table) voidSGlobalObjectSystem.setModDataKeys(KahluaTable keys) voidSGlobalObjectSystem.setObjectModDataKeys(KahluaTable keys) voidSGlobalObjectSystem.setObjectSyncKeys(KahluaTable keys) -
Uses of KahluaTable in zombie.inventory
Methods in zombie.inventory that return KahluaTableMethods in zombie.inventory with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidInventoryItem.copyModData(KahluaTable modData) voidInventoryItem.CopyModData(KahluaTable DefaultModData) -
Uses of KahluaTable in zombie.iso
Fields in zombie.iso declared as KahluaTableMethods in zombie.iso that return KahluaTableModifier and TypeMethodDescriptionIsoCell.getDrag(int player) MultiStageBuilding.Stage.getItemsLua()IsoGridSquare.getLuaMovingObjectList()IsoCell.getLuaObjectList()IsoGridSquare.getLuaTileObjectList()IsoGridSquare.getModData()IsoObject.getModData()MultiStageBuilding.Stage.getPerksLua()SpawnPoints.getSpawnRegions()BuildingDef.getTable()IsoObject.getTable()Methods in zombie.iso with parameters of type KahluaTableModifier and TypeMethodDescriptionIsoMarkers.addIsoMarker(KahluaTable table, IsoGridSquare square, float float0, float float1, float float2, float float3) IsoGridSquare.AddStairs(boolean north, int level, String sprite, String pillarSprite, KahluaTable _table) static booleanISWorldObjectContextMenuLogic.createMenuEntries(KahluaTable table3, KahluaTable table2, double double0, KahluaTable table5, int int0, int int1, boolean boolean0) static voidISWorldObjectContextMenuLogic.fetch(KahluaTable table2, IsoObject object0, double double0, boolean boolean0) voidIsoMarkers.IsoMarker.init(KahluaTable table, int int1, int int2, int int3, IsoGridSquare squarex) IsoMetaGrid.registerAnimalZone(String string1, String string0, int int0, int int1, int int2, int int3, int int4, KahluaTable table) IsoMetaGrid.registerGeometryZone(String name, String type, int z, String geometry, KahluaTable pointsTable, KahluaTable properties) IsoMetaGrid.registerMannequinZone(String name, String type, int x, int y, int z, int _width, int _height, KahluaTable properties) IsoWorld.registerMannequinZone(String name, String type, int _x, int _y, int z, int width, int height, KahluaTable properties) voidIsoMetaGrid.registerRoomTone(String name, String type, int x, int y, int z, int _width, int _height, KahluaTable properties) voidIsoWorld.registerRoomTone(String name, String type, int _x, int _y, int z, int width, int height, KahluaTable properties) voidIsoWorld.registerSpawnOrigin(int _x, int _y, int width, int height, KahluaTable properties) IsoMetaGrid.registerVehiclesZone(String name, String type, int x, int y, int z, int _width, int _height, KahluaTable properties) IsoWorld.registerVehiclesZone(String name, String type, int _x, int _y, int z, int width, int height, KahluaTable properties) IsoMetaGrid.registerWorldGenZone(String string1, String string0, int int0, int int1, int int2, int int3, int int4, KahluaTable table) voidIsoObject.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoObject.sendObjectChange(String change, KahluaTable tbl) voidIsoCell.setDrag(KahluaTable item, int player) voidIsoObject.setModData(KahluaTable tablex) voidIsoObject.setTable(KahluaTable _table) Constructors in zombie.iso with parameters of type KahluaTable -
Uses of KahluaTable in zombie.iso.objects
Methods in zombie.iso.objects that return KahluaTableMethods in zombie.iso.objects with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidClothingDryerLogic.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidClothingWasherLogic.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoBarbecue.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoBarricade.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoClothingDryer.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoClothingWasher.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoCombinationWasherDryer.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoDeadBody.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoDoor.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoFire.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoFireplace.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoMannequin.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoStackedWasherDryer.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoThumpable.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoWorldInventoryObject.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidIsoThumpable.setModData(KahluaTable _modData) voidIsoThumpable.setTable(KahluaTable _table) Constructors in zombie.iso.objects with parameters of type KahluaTableModifierConstructorDescriptionIsoDoor(IsoCell cell, IsoGridSquare gridSquare, String _gid, boolean _north, KahluaTable _table) IsoThumpable(IsoCell cell, IsoGridSquare gridSquare, String sprite, boolean _north, KahluaTable _table) Create an object than can be interacted by you, survivor or zombie (destroy, barricade, etc.) This one can be a wall, a fence, etc.IsoThumpable(IsoCell cell, IsoGridSquare gridSquare, String _closedSprite, String _openSprite, boolean _north, KahluaTable _table) Create an object than can be interacted by you, survivor or zombie (destroy, barricade, etc.) This one have a closed/openSprite so it can be a door for exampleMannequinZone(String string0, String string1, int int0, int int1, int int2, int int3, int int4, KahluaTable table) -
Uses of KahluaTable in zombie.iso.objects.interfaces
Methods in zombie.iso.objects.interfaces with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidIClothingWasherDryerLogic.saveChange(String change, KahluaTable tbl, ByteBuffer bb) -
Uses of KahluaTable in zombie.iso.weather
Methods in zombie.iso.weather that return KahluaTable -
Uses of KahluaTable in zombie.iso.worldgen
Methods in zombie.iso.worldgen with parameters of type KahluaTableModifier and TypeMethodDescriptionWGUtils.displayTable(KahluaTable arg0) WGReader.loadAnimalsPath(KahluaTable table0) WGReader.loadBiome(String string1, KahluaTable table0) WGReader.loadBiomeMapConfig(KahluaTable table0) WGReader.loadBiomes(KahluaTable table1, String string) WGReader.loadPriorities(KahluaTable table1, String string) WGReader.loadReplacements(KahluaTable table0) WGReader.loadRoadConfig(KahluaTable table1, String string0) WGReader.loadSelection(T enum0, KahluaTable table1, String string) WGReader.loadStaticModules(KahluaTable table1, String string) WGReader.loadVeinsConfig(KahluaTable table1, String string0) -
Uses of KahluaTable in zombie.iso.worldgen.zombie
Methods in zombie.iso.worldgen.zombie with parameters of type KahluaTable -
Uses of KahluaTable in zombie.iso.worldgen.zones
Constructors in zombie.iso.worldgen.zones with parameters of type KahluaTableModifierConstructorDescriptionWorldGenZone(String string0, String string1, int int0, int int1, int int2, int int3, int int4, KahluaTable table) -
Uses of KahluaTable in zombie.iso.zones
Fields in zombie.iso.zones declared as KahluaTableMethods in zombie.iso.zones that return KahluaTableConstructors in zombie.iso.zones with parameters of type KahluaTableModifierConstructorDescriptionVehicleZone(String arg0, String arg1, int arg2, int arg3, int arg4, int arg5, int arg6, KahluaTable arg7) -
Uses of KahluaTable in zombie.Lua
Classes in zombie.Lua that implement KahluaTableFields in zombie.Lua declared as KahluaTableMethods in zombie.Lua that return KahluaTableModifier and TypeMethodDescriptionstatic KahluaTableLuaManager.GlobalObject.convertToPZNetTable(KahluaTable table) static KahluaTableLuaManager.copyTable(KahluaTable table) static KahluaTableLuaManager.copyTable(KahluaTable table0, KahluaTable table1) static KahluaTableLuaManager.GlobalObject.copyTable(KahluaTable table) static KahluaTableLuaManager.GlobalObject.copyTable(KahluaTable to, KahluaTable from) static KahluaTableLuaManager.GlobalObject.createRegionFile()Create a dynamic table containing all spawnpoints.lua we find in vanilla folder + in loaded modsstatic KahluaTableLuaManager.GlobalObject.getAllItemsForBodyLocation(String bodyLocation) static KahluaTableLuaManager.GlobalObject.getFriendsList()static KahluaTableLuaManager.GlobalObject.getFullSaveDirectoryTable()static KahluaTableLuaManager.GlobalObject.getLatestSave()static KahluaTableLuaManager.GlobalObject.getMapDirectoryTable()static KahluaTableLuaManager.GlobalObject.getMapInfo(String mapDir) LuaBackendClass.getMetatable()static KahluaTableLuaManager.GlobalObject.getModDirectoryTable()static KahluaTableLuaManager.GlobalObject.getMPStatus()static KahluaTableLuaManager.GlobalObject.getPacketCounts(int int0, int int1, int int2, int int3, int int4, int int5) static KahluaTableLuaManager.GlobalObject.getPlayerInfo(IsoPlayer player) static KahluaTableLuaManager.GlobalObject.getPublicServersList()static KahluaTableLuaManager.GlobalObject.getSaveDirectoryTable()static KahluaTableLuaManager.GlobalObject.getSaveInfo(String saveDir) static KahluaTableLuaManager.GlobalObject.getServerList()static KahluaTableLuaManager.GlobalObject.getServerSpawnRegions()static KahluaTableLuaManager.GlobalObject.getServerStatistic()static KahluaTableLuaManager.GlobalObject.getStatistics()static KahluaTableLuaManager.GlobalObject.getVehicleInfo(BaseVehicle vehicle) static KahluaTableLuaManager.GlobalObject.getZombieInfo(IsoZombie zombie) static KahluaTableLuaManager.GlobalObject.sortBrowserList(KahluaTableImpl kahluaTableImpl, String string, boolean boolean0) static KahluaTableLuaManager.GlobalObject.splitString(String string0, int int0) static KahluaTableLuaManager.GlobalObject.transformIntoKahluaTable(HashMap<Object, Object> map) Methods in zombie.Lua with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic KahluaTableLuaManager.GlobalObject.convertToPZNetTable(KahluaTable table) static KahluaTableLuaManager.copyTable(KahluaTable table) static KahluaTableLuaManager.copyTable(KahluaTable table0, KahluaTable table1) static KahluaTableLuaManager.GlobalObject.copyTable(KahluaTable table) static KahluaTableLuaManager.GlobalObject.copyTable(KahluaTable to, KahluaTable from) static byteLuaManager.GlobalObject.createBuildAction(IsoPlayer player, float float0, float float1, float float2, boolean boolean0, String string1, KahluaTable table) static voidLuaManager.GlobalObject.displayLUATable(KahluaTable table) static voidLuaManager.GlobalObject.doChallenge(KahluaTable challenge) static voidLuaManager.GlobalObject.doTutorial(KahluaTable tutorial) static booleanLuaManager.GlobalObject.hasDataBreakpoint(KahluaTable table, Object key) static booleanLuaManager.GlobalObject.hasDataReadBreakpoint(KahluaTable table, Object key) static voidMapObjects.OnLoadWithSprite(KahluaTable spriteNames, LuaClosure __function__, int priority) static voidMapObjects.OnNewWithSprite(KahluaTable spriteNames, LuaClosure __function__, int priority) static voidLuaManager.outputTable(KahluaTable var0, int var1) voidEvent.register(Platform platform, KahluaTable environment) static voidLuaEventManager.register(Platform platform, KahluaTable environment) static voidLuaHookManager.register(Platform platform, KahluaTable table1) static voidLuaManager.GlobalObject.sendClientCommand(String module, String command, KahluaTable args) Sends a command to the server, triggering the OnClientCommand event on the server.static voidLuaManager.GlobalObject.sendClientCommand(IsoPlayer player, String module, String command, KahluaTable args) Sends a command to the server, triggering the OnClientCommand event on the server.static voidLuaManager.GlobalObject.sendServerCommand(String module, String command, KahluaTable args) Sends a command to all clients, triggering the OnServerCommand event on every client.static voidLuaManager.GlobalObject.sendServerCommand(IsoPlayer player, String module, String command, KahluaTable args) Sends a command to a specific client, triggering the OnServerCommand event on the client.voidLuaBackendClass.setMetatable(KahluaTable tablex) static voidLuaManager.GlobalObject.setupRole(Role role, String string, Color color, KahluaTable table) static byteLuaManager.GlobalObject.startFishingAction(IsoPlayer player, InventoryItem item, IsoGridSquare square, KahluaTable table) static voidLuaManager.GlobalObject.timSort(KahluaTable table, Object functionObject) static voidLuaManager.GlobalObject.toggleBreakOnChange(KahluaTable table, Object key) static voidLuaManager.GlobalObject.toggleBreakOnRead(KahluaTable table, Object key) booleanEvent.trigger(KahluaTable var1, LuaCaller luaCaller, Object[] objects) Constructors in zombie.Lua with parameters of type KahluaTableModifierConstructorDescriptionExposer(KahluaConverterManager manager, Platform platform, KahluaTable environment) -
Uses of KahluaTable in zombie.network
Classes in zombie.network that implement KahluaTableFields in zombie.network declared as KahluaTableModifier and TypeFieldDescriptionstatic final KahluaTablePacketTypes.packetCountTableGameClient.ServerSpawnRegionsMethods in zombie.network that return KahluaTableModifier and TypeMethodDescriptionstatic KahluaTableMPStatistics.getLuaStatistics()static KahluaTableMPStatistics.getLuaStatus()PZNetKahluaTableImpl.getMetatable()static KahluaTablePacketTypes.getPacketCounts(int int0, int int1, int int6, int int2, int int3, int int4) GameClient.getServerSpawnRegions()MPStatistic.getStatisticTableForLua()SpawnRegions.loadPointsTable(String string) ServerSettings.loadSpawnPointsFile(String file) static KahluaTableGameClient.sortBrowserList(KahluaTableImpl kahluaTableImpl, String string, boolean boolean0) Methods in zombie.network with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic voidTableNetworkUtils.load(KahluaTable table, ByteBuffer byteBuffer) voidCoopMaster.register(Platform platform, KahluaTable table1) static voidTableNetworkUtils.save(KahluaTable table, ByteBuffer byteBuffer) booleanSpawnRegions.savePointsTable(String string, KahluaTable table) static voidTableNetworkUtils.saveSome(KahluaTable table, ByteBuffer byteBuffer, HashSet<? extends Object> hashSet) booleanServerSettings.saveSpawnPointsFile(String file, KahluaTable professionsTable) voidGameClient.sendClientCommand(IsoPlayer player, String module, String command, KahluaTable args) static voidGameServer.sendObjectChange(IsoObject object, String string, KahluaTable table) static voidGameServer.sendServerCommand(String string0, String string1, KahluaTable table) static voidGameServer.sendServerCommand(String string0, String string1, KahluaTable table, UdpConnection udpConnection) static voidGameServer.sendServerCommand(IsoPlayer player, String string0, String string1, KahluaTable table) voidPZNetKahluaTableImpl.setMetatable(KahluaTable arg0) -
Uses of KahluaTable in zombie.pathfind
Methods in zombie.pathfind with parameters of type KahluaTable -
Uses of KahluaTable in zombie.popman
Methods in zombie.popman with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidZombiePopulationManager.registerSpawnOrigin(int int3, int int2, int int1, int int0, KahluaTable var5) -
Uses of KahluaTable in zombie.radio
Methods in zombie.radio that return KahluaTable -
Uses of KahluaTable in zombie.radio.devices
Methods in zombie.radio.devices that return KahluaTable -
Uses of KahluaTable in zombie.scripting.objects
Fields in zombie.scripting.objects declared as KahluaTableFields in zombie.scripting.objects with type parameters of type KahluaTableModifier and TypeFieldDescriptiongnu.trove.map.hash.THashMap<String, KahluaTable> VehicleScript.Part.tables -
Uses of KahluaTable in zombie.spnetwork
Methods in zombie.spnetwork with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic voidSinglePlayerClient.sendClientCommand(IsoPlayer player, String string0, String string1, KahluaTable table) static voidSinglePlayerServer.sendObjectChange(IsoObject object, String string, KahluaTable table) static voidSinglePlayerServer.sendServerCommand(String string0, String string1, KahluaTable table) static voidSinglePlayerServer.sendServerCommand(String string0, String string1, KahluaTable table, UdpConnection udpConnection) -
Uses of KahluaTable in zombie.ui
Fields in zombie.ui declared as KahluaTableMethods in zombie.ui that return KahluaTableModifier and TypeMethodDescriptionAtomUI.getColor()AtomUI.getLuaAbsolutePosition(double arg0, double arg1) AtomUI.getLuaLocalPosition(double arg0, double arg1) AtomUI.getLuaParentPosition(double arg0, double arg1) AtomUI.getTable()UIElement.getTable()Methods in zombie.ui with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidUIElement.setTable(KahluaTable _table) static ObjectUIManager.tableget(KahluaTable table, Object object) Constructors in zombie.ui with parameters of type KahluaTableModifierConstructorDescriptionAtomUI(KahluaTable arg0) AtomUIMap(KahluaTable arg0) AtomUIText(KahluaTable arg0) AtomUITextEntry(KahluaTable arg0) AtomUITexture(KahluaTable arg0) RadialProgressBar(KahluaTable table, Texture tex) UI3DModel(KahluaTable table) UIElement(KahluaTable _table) -
Uses of KahluaTable in zombie.ui.ISUIWrapper
Methods in zombie.ui.ISUIWrapper that return KahluaTableModifier and TypeMethodDescriptionISContextMenuWrapper.addActionsOption(String string, Object object, Object... objects) ISContextMenuWrapper.addDebugOption(String string, Object object0, Object object1, Object... objects) ISContextMenuWrapper.addGetUpOption(String string, Object object1, Object object0, Object... objects0) static KahluaTableLuaHelpers.getJoypadState(double double0) static KahluaTableLuaHelpers.getPlayerContextMenu(double double0) static KahluaTableLuaHelpers.getPlayerData(double double0) ISUIElementWrapper.getTable()Methods in zombie.ui.ISUIWrapper with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidISContextMenuWrapper.addSubMenu(KahluaTable table0, KahluaTable table1) static ObjectLuaHelpers.callLuaClass(String string0, String string1, KahluaTable table, Object... objects1) static Object[]LuaHelpers.callLuaClassReturnMultiple(String string0, String string1, KahluaTable table, Object... objects0) static booleanLuaHelpers.tableContainsKey(KahluaTable table, Object object) static booleanLuaHelpers.tableContainsValue(KahluaTable table, Object object) static voidLuaHelpers.tableSort(KahluaTable table, Comparator<Map.Entry<Object, Object>> comparator) Constructors in zombie.ui.ISUIWrapper with parameters of type KahluaTableModifierConstructorDescriptionISContextMenuWrapper(KahluaTable table) ISPanelWrapper(KahluaTable table) ISScrollBarWrapper(KahluaTable table) ISToolTipWrapper(KahluaTable table) ISUIElementWrapper(KahluaTable tablex) -
Uses of KahluaTable in zombie.util
Methods in zombie.util with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic IsoGridSquareAdjacentFreeTileFinder.Find(IsoGridSquare square1, IsoPlayer player, KahluaTable table0) -
Uses of KahluaTable in zombie.vehicles
Fields in zombie.vehicles declared as KahluaTableMethods in zombie.vehicles that return KahluaTableMethods in zombie.vehicles with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidBaseVehicle.saveChange(String change, KahluaTable tbl, ByteBuffer bb) voidEditVehicleState.setTable(KahluaTable table) Constructors in zombie.vehicles with parameters of type KahluaTableModifierConstructorDescriptionLuaEnvironment(J2SEPlatform _platform, KahluaConverterManager converterManager, KahluaTable _env) UI3DScene(KahluaTable table) -
Uses of KahluaTable in zombie.world.moddata
Methods in zombie.world.moddata that return KahluaTableModifier and TypeMethodDescriptionstatic KahluaTablestatic KahluaTableGlobalModData.getOrCreate(String string) static KahluaTableModData.getOrCreate(String tag) static KahluaTableMethods in zombie.world.moddata with parameters of type KahluaTableModifier and TypeMethodDescriptionvoidGlobalModData.add(String string, KahluaTable table) static voidModData.add(String tag, KahluaTable table) -
Uses of KahluaTable in zombie.worldMap
Constructors in zombie.worldMap with parameters of type KahluaTable -
Uses of KahluaTable in zombie.worldMap.editor
Methods in zombie.worldMap.editor with parameters of type KahluaTable