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 TypeMethodDescriptionvoid
LuaJavaClassExposer.exposeGlobalClassFunction
(KahluaTable table, Class<?> clazz, Constructor<?> constructor, String string) void
LuaJavaClassExposer.exposeGlobalClassFunction
(KahluaTable table, Class<?> clazz, Method method, String string) void
LuaJavaClassExposer.exposeGlobalObjectFunction
(KahluaTable table, Object object, Method method) void
LuaJavaClassExposer.exposeGlobalObjectFunction
(KahluaTable table, Object object, Method method, String string) void
LuaJavaClassExposer.exposeLikeJava
(Class clazz, KahluaTable table) void
LuaJavaClassExposer.exposeLikeJavaRecursively
(Type type, KahluaTable table) void
LuaJavaClassExposer.exposeMethod
(Class<?> clazz, Method method, String string, KahluaTable table0) void
LuaJavaClassExposer.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 void
MathLib.register
(Platform platform, KahluaTable table1) void
KahluaTableImpl.setMetatable
(KahluaTable arg0) void
J2SEPlatform.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 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) static void
LuaCompiler.register
(KahluaTable table) -
Uses of KahluaTable in se.krka.kahlua.require
Methods in se.krka.kahlua.require with parameters of type KahluaTableModifier and TypeMethodDescriptionvoid
Loadfile.install
(KahluaTable table) void
Require.install
(KahluaTable table) -
Uses of KahluaTable in se.krka.kahlua.stdlib
Methods in se.krka.kahlua.stdlib that return KahluaTableModifier and TypeMethodDescriptionstatic KahluaTable
OsLib.getTableFromDate
(Calendar calendar, Platform platform) Methods in se.krka.kahlua.stdlib with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic void
TableLib.append
(KahluaThread kahluaThread, KahluaTable table, Object object) static Date
OsLib.getDateFromTable
(KahluaTable table) static void
TableLib.insert
(KahluaThread kahluaThread, KahluaTable table, int int2, Object object) static void
TableLib.insert
(KahluaThread kahluaThread, KahluaTable table, Object object) static void
TableLib.rawappend
(KahluaTable table, Object object) static void
TableLib.rawinsert
(KahluaTable table, int int1, Object object) static void
BaseLib.register
(KahluaTable table) static void
CoroutineLib.register
(Platform platform, KahluaTable table2) static void
OsLib.register
(Platform platform, KahluaTable table1) static void
RandomLib.register
(Platform platform, KahluaTable table2) static void
StringLib.register
(Platform platform, KahluaTable table2) static void
TableLib.register
(Platform platform, KahluaTable table1) static Object
TableLib.remove
(KahluaThread kahluaThread, KahluaTable table) static Object
TableLib.remove
(KahluaThread kahluaThread, KahluaTable table, int int0) static void
BaseLib.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 void
UserdataArray.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 TypeMethodDescriptionvoid
BlockingKahluaThread.setmetatable
(Object object, KahluaTable table) void
VerifiedSingleKahluaThread.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 KahluaTable
KahluaUtil.getClassMetatables
(Platform arg0, KahluaTable arg1) KahluaThread.getEnvironment()
LuaCallFrame.getEnvironment()
KahluaArray.getMetatable()
KahluaTable.getMetatable()
static KahluaTable
KahluaUtil.getOrCreateTable
(Platform arg0, KahluaTable arg1, String arg2) Platform.newEnvironment()
Platform.newTable()
Methods in se.krka.kahlua.vm with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic KahluaTable
KahluaUtil.getClassMetatables
(Platform arg0, KahluaTable arg1) static KahluaTable
KahluaUtil.getOrCreateTable
(Platform arg0, KahluaTable arg1, String arg2) static KahluaThread
KahluaUtil.getWorkerThread
(Platform arg0, KahluaTable arg1) boolean
KahluaThread.hasDataBreakpoint
(KahluaTable arg0, Object arg1) boolean
KahluaThread.hasReadDataBreakpoint
(KahluaTable arg0, Object arg1) static int
KahluaUtil.len
(KahluaTable arg0, int arg1, int arg2) 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) void
KahluaThread.setmetatable
(Object arg0, KahluaTable arg1) void
KahluaArray.setMetatable
(KahluaTable table) void
KahluaTable.setMetatable
(KahluaTable var1) void
Platform.setupEnvironment
(KahluaTable arg0) static void
KahluaUtil.setupLibrary
(KahluaTable arg0, KahluaThread arg1, File arg2) static void
KahluaUtil.setupLibraryText
(KahluaTable table, KahluaThread kahluaThread, File file) static void
KahluaUtil.setWorkerThread
(KahluaTable arg0, KahluaThread arg1) void
KahluaThread.toggleBreakOnChange
(KahluaTable arg0, Object arg1) void
KahluaThread.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 TypeMethodDescriptionvoid
SandboxOptions.BooleanSandboxOption.fromTable
(KahluaTable table) void
SandboxOptions.DoubleSandboxOption.fromTable
(KahluaTable table) void
SandboxOptions.EnumSandboxOption.fromTable
(KahluaTable table) void
SandboxOptions.IntegerSandboxOption.fromTable
(KahluaTable table) void
SandboxOptions.SandboxOption.fromTable
(KahluaTable table) void
SandboxOptions.StringSandboxOption.fromTable
(KahluaTable table) void
SandboxOptions.BooleanSandboxOption.toTable
(KahluaTable table) void
SandboxOptions.DoubleSandboxOption.toTable
(KahluaTable table) void
SandboxOptions.EnumSandboxOption.toTable
(KahluaTable table) void
SandboxOptions.IntegerSandboxOption.toTable
(KahluaTable table) void
SandboxOptions.SandboxOption.toTable
(KahluaTable table) void
SandboxOptions.StringSandboxOption.toTable
(KahluaTable table) -
Uses of KahluaTable in zombie.basements
Methods in zombie.basements with parameters of type KahluaTableModifier and TypeMethodDescriptionvoid
BasementsV1.addAccessDefinitions
(String arg0, KahluaTable arg1) void
BasementsV1.addBasementDefinitions
(String arg0, KahluaTable arg1) void
BasementsV1.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 TypeMethodDescriptionvoid
IsoGameCharacter.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 TypeMethodDescriptionbyte
ActionManager.createBuildAction
(IsoPlayer player, float float0, float float1, float float2, boolean boolean0, String string, KahluaTable table) byte
ActionManager.createFishingAction
(IsoPlayer player, InventoryItem item, IsoGridSquare square, KahluaTable table) byte
ActionManager.createNetTimedAction
(IsoPlayer player, KahluaTable table) void
BuildAction.set
(IsoPlayer player, float float0, float float1, float float2, boolean boolean0, String string, KahluaTable table) void
NetTimedAction.set
(IsoPlayer arg0, KahluaTable arg1) void
FishingAction.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 TypeMethodDescriptionvoid
VoiceManager.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 KahluaTable
BaseCraftingLogic.callLuaObject
(String arg0, Object arg1) CraftLogicUILogic.getItemsInProgress()
CraftLogicUILogic.getManualSelectItemSlot()
CraftLogicUILogic.getOutputItems()
Methods in zombie.entity.components.crafting with parameters of type KahluaTableModifier and TypeMethodDescriptionvoid
CraftLogicUILogic.doPreviewSlotTooltip
(KahluaTable table, ObjectTooltip objectTooltip) void
CraftLogicUILogic.doProgressSlotTooltip
(KahluaTable table, ObjectTooltip objectTooltip) void
CraftLogicUILogic.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 TypeMethodDescriptionvoid
AnimationViewerState.setTable
(KahluaTable table) void
AttachmentEditorState.setTable
(KahluaTable table) void
DebugChunkState.setTable
(KahluaTable table) void
DebugGlobalObjectState.setTable
(KahluaTable table) void
SeamEditorState.setTable
(KahluaTable arg0) void
SpriteModelEditorState.setTable
(KahluaTable arg0) void
TileGeometryState.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 KahluaTable
GlobalObjectSystem.getModData()
Methods in zombie.globalObjects with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic boolean
SGlobalObjects.receiveClientCommand
(String systemName, String command, IsoPlayer playerObj, KahluaTable args) void
SGlobalObjectSystem.receiveClientCommand
(String command, IsoPlayer playerObj, KahluaTable args) void
CGlobalObjectSystem.receiveNewLuaObjectAt
(int x, int y, int z, KahluaTable args) static boolean
CGlobalObjects.receiveServerCommand
(String systemName, String command, KahluaTable args) void
CGlobalObjectSystem.receiveServerCommand
(String command, KahluaTable args) void
CGlobalObjectSystem.receiveUpdateLuaObjectAt
(int x, int y, int z, KahluaTable args) static void
CGlobalObjectNetwork.sendClientCommand
(IsoPlayer player, String string0, String string1, KahluaTable table) void
CGlobalObjectSystem.sendCommand
(String command, IsoPlayer player, KahluaTable args) void
SGlobalObjectSystem.sendCommand
(String command, KahluaTable args) static void
SGlobalObjectNetwork.sendServerCommand
(String string0, String string1, KahluaTable table) void
SGlobalObjectSystem.setModDataKeys
(KahluaTable keys) void
SGlobalObjectSystem.setObjectModDataKeys
(KahluaTable keys) void
SGlobalObjectSystem.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 TypeMethodDescriptionvoid
InventoryItem.copyModData
(KahluaTable modData) void
InventoryItem.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 boolean
ISWorldObjectContextMenuLogic.createMenuEntries
(KahluaTable table3, KahluaTable table2, double double0, KahluaTable table5, int int0, int int1, boolean boolean0) static void
ISWorldObjectContextMenuLogic.fetch
(KahluaTable table2, IsoObject object0, double double0, boolean boolean0) void
IsoMarkers.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) void
IsoMetaGrid.registerRoomTone
(String name, String type, int x, int y, int z, int _width, int _height, KahluaTable properties) void
IsoWorld.registerRoomTone
(String name, String type, int _x, int _y, int z, int width, int height, KahluaTable properties) void
IsoWorld.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) void
IsoObject.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoObject.sendObjectChange
(String change, KahluaTable tbl) void
IsoCell.setDrag
(KahluaTable item, int player) void
IsoObject.setModData
(KahluaTable tablex) void
IsoObject.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 TypeMethodDescriptionvoid
ClothingDryerLogic.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
ClothingWasherLogic.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoBarbecue.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoBarricade.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoClothingDryer.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoClothingWasher.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoCombinationWasherDryer.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoDeadBody.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoDoor.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoFire.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoFireplace.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoMannequin.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoStackedWasherDryer.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoThumpable.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoWorldInventoryObject.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
IsoThumpable.setModData
(KahluaTable _modData) void
IsoThumpable.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 TypeMethodDescriptionvoid
IClothingWasherDryerLogic.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 KahluaTable
LuaManager.GlobalObject.convertToPZNetTable
(KahluaTable table) static KahluaTable
LuaManager.copyTable
(KahluaTable table) static KahluaTable
LuaManager.copyTable
(KahluaTable table0, KahluaTable table1) static KahluaTable
LuaManager.GlobalObject.copyTable
(KahluaTable table) static KahluaTable
LuaManager.GlobalObject.copyTable
(KahluaTable to, KahluaTable from) static KahluaTable
LuaManager.GlobalObject.createRegionFile()
Create a dynamic table containing all spawnpoints.lua we find in vanilla folder + in loaded modsstatic KahluaTable
LuaManager.GlobalObject.getAllItemsForBodyLocation
(String bodyLocation) static KahluaTable
LuaManager.GlobalObject.getFriendsList()
static KahluaTable
LuaManager.GlobalObject.getFullSaveDirectoryTable()
static KahluaTable
LuaManager.GlobalObject.getLatestSave()
static KahluaTable
LuaManager.GlobalObject.getMapDirectoryTable()
static KahluaTable
LuaManager.GlobalObject.getMapInfo
(String mapDir) LuaBackendClass.getMetatable()
static KahluaTable
LuaManager.GlobalObject.getModDirectoryTable()
static KahluaTable
LuaManager.GlobalObject.getMPStatus()
static KahluaTable
LuaManager.GlobalObject.getPacketCounts
(int int0, int int1, int int2, int int3, int int4, int int5) static KahluaTable
LuaManager.GlobalObject.getPlayerInfo
(IsoPlayer player) static KahluaTable
LuaManager.GlobalObject.getPublicServersList()
static KahluaTable
LuaManager.GlobalObject.getSaveDirectoryTable()
static KahluaTable
LuaManager.GlobalObject.getSaveInfo
(String saveDir) static KahluaTable
LuaManager.GlobalObject.getServerList()
static KahluaTable
LuaManager.GlobalObject.getServerSpawnRegions()
static KahluaTable
LuaManager.GlobalObject.getServerStatistic()
static KahluaTable
LuaManager.GlobalObject.getStatistics()
static KahluaTable
LuaManager.GlobalObject.getVehicleInfo
(BaseVehicle vehicle) static KahluaTable
LuaManager.GlobalObject.getZombieInfo
(IsoZombie zombie) static KahluaTable
LuaManager.GlobalObject.sortBrowserList
(KahluaTableImpl kahluaTableImpl, String string, boolean boolean0) static KahluaTable
LuaManager.GlobalObject.splitString
(String string0, int int0) static KahluaTable
LuaManager.GlobalObject.transformIntoKahluaTable
(HashMap<Object, Object> map) Methods in zombie.Lua with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic KahluaTable
LuaManager.GlobalObject.convertToPZNetTable
(KahluaTable table) static KahluaTable
LuaManager.copyTable
(KahluaTable table) static KahluaTable
LuaManager.copyTable
(KahluaTable table0, KahluaTable table1) static KahluaTable
LuaManager.GlobalObject.copyTable
(KahluaTable table) static KahluaTable
LuaManager.GlobalObject.copyTable
(KahluaTable to, KahluaTable from) static byte
LuaManager.GlobalObject.createBuildAction
(IsoPlayer player, float float0, float float1, float float2, boolean boolean0, String string1, KahluaTable table) static void
LuaManager.GlobalObject.displayLUATable
(KahluaTable table) static void
LuaManager.GlobalObject.doChallenge
(KahluaTable challenge) static void
LuaManager.GlobalObject.doTutorial
(KahluaTable tutorial) static boolean
LuaManager.GlobalObject.hasDataBreakpoint
(KahluaTable table, Object key) static boolean
LuaManager.GlobalObject.hasDataReadBreakpoint
(KahluaTable table, Object key) static void
MapObjects.OnLoadWithSprite
(KahluaTable spriteNames, LuaClosure __function__, int priority) static void
MapObjects.OnNewWithSprite
(KahluaTable spriteNames, LuaClosure __function__, int priority) static void
LuaManager.outputTable
(KahluaTable var0, int var1) void
Event.register
(Platform platform, KahluaTable environment) static void
LuaEventManager.register
(Platform platform, KahluaTable environment) static void
LuaHookManager.register
(Platform platform, KahluaTable table1) static void
LuaManager.GlobalObject.sendClientCommand
(String module, String command, KahluaTable args) Sends a command to the server, triggering the OnClientCommand event on the server.static void
LuaManager.GlobalObject.sendClientCommand
(IsoPlayer player, String module, String command, KahluaTable args) Sends a command to the server, triggering the OnClientCommand event on the server.static void
LuaManager.GlobalObject.sendServerCommand
(String module, String command, KahluaTable args) Sends a command to all clients, triggering the OnServerCommand event on every client.static void
LuaManager.GlobalObject.sendServerCommand
(IsoPlayer player, String module, String command, KahluaTable args) Sends a command to a specific client, triggering the OnServerCommand event on the client.void
LuaBackendClass.setMetatable
(KahluaTable tablex) static void
LuaManager.GlobalObject.setupRole
(Role role, String string, Color color, KahluaTable table) static byte
LuaManager.GlobalObject.startFishingAction
(IsoPlayer player, InventoryItem item, IsoGridSquare square, KahluaTable table) static void
LuaManager.GlobalObject.timSort
(KahluaTable table, Object functionObject) static void
LuaManager.GlobalObject.toggleBreakOnChange
(KahluaTable table, Object key) static void
LuaManager.GlobalObject.toggleBreakOnRead
(KahluaTable table, Object key) boolean
Event.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 KahluaTable
PacketTypes.packetCountTable
GameClient.ServerSpawnRegions
Methods in zombie.network that return KahluaTableModifier and TypeMethodDescriptionstatic KahluaTable
MPStatistics.getLuaStatistics()
static KahluaTable
MPStatistics.getLuaStatus()
PZNetKahluaTableImpl.getMetatable()
static KahluaTable
PacketTypes.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 KahluaTable
GameClient.sortBrowserList
(KahluaTableImpl kahluaTableImpl, String string, boolean boolean0) Methods in zombie.network with parameters of type KahluaTableModifier and TypeMethodDescriptionstatic void
TableNetworkUtils.load
(KahluaTable table, ByteBuffer byteBuffer) void
CoopMaster.register
(Platform platform, KahluaTable table1) static void
TableNetworkUtils.save
(KahluaTable table, ByteBuffer byteBuffer) boolean
SpawnRegions.savePointsTable
(String string, KahluaTable table) static void
TableNetworkUtils.saveSome
(KahluaTable table, ByteBuffer byteBuffer, HashSet<? extends Object> hashSet) boolean
ServerSettings.saveSpawnPointsFile
(String file, KahluaTable professionsTable) void
GameClient.sendClientCommand
(IsoPlayer player, String module, String command, KahluaTable args) static void
GameServer.sendObjectChange
(IsoObject object, String string, KahluaTable table) static void
GameServer.sendServerCommand
(String string0, String string1, KahluaTable table) static void
GameServer.sendServerCommand
(String string0, String string1, KahluaTable table, UdpConnection udpConnection) static void
GameServer.sendServerCommand
(IsoPlayer player, String string0, String string1, KahluaTable table) void
PZNetKahluaTableImpl.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 TypeMethodDescriptionvoid
ZombiePopulationManager.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 void
SinglePlayerClient.sendClientCommand
(IsoPlayer player, String string0, String string1, KahluaTable table) static void
SinglePlayerServer.sendObjectChange
(IsoObject object, String string, KahluaTable table) static void
SinglePlayerServer.sendServerCommand
(String string0, String string1, KahluaTable table) static void
SinglePlayerServer.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 TypeMethodDescriptionvoid
UIElement.setTable
(KahluaTable _table) static Object
UIManager.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 KahluaTable
LuaHelpers.getJoypadState
(double double0) static KahluaTable
LuaHelpers.getPlayerContextMenu
(double double0) static KahluaTable
LuaHelpers.getPlayerData
(double double0) ISUIElementWrapper.getTable()
Methods in zombie.ui.ISUIWrapper with parameters of type KahluaTableModifier and TypeMethodDescriptionvoid
ISContextMenuWrapper.addSubMenu
(KahluaTable table0, KahluaTable table1) static Object
LuaHelpers.callLuaClass
(String string0, String string1, KahluaTable table, Object... objects1) static Object[]
LuaHelpers.callLuaClassReturnMultiple
(String string0, String string1, KahluaTable table, Object... objects0) static boolean
LuaHelpers.tableContainsKey
(KahluaTable table, Object object) static boolean
LuaHelpers.tableContainsValue
(KahluaTable table, Object object) static void
LuaHelpers.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 IsoGridSquare
AdjacentFreeTileFinder.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 TypeMethodDescriptionvoid
BaseVehicle.saveChange
(String change, KahluaTable tbl, ByteBuffer bb) void
EditVehicleState.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 KahluaTable
static KahluaTable
GlobalModData.getOrCreate
(String string) static KahluaTable
ModData.getOrCreate
(String tag) static KahluaTable
Methods in zombie.world.moddata with parameters of type KahluaTableModifier and TypeMethodDescriptionvoid
GlobalModData.add
(String string, KahluaTable table) static void
ModData.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