Class LuaBackendClass
java.lang.Object
zombie.Lua.LuaBackendClass
- All Implemented Interfaces:
se.krka.kahlua.vm.KahluaTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
float
float
float
float
float
float
int
int
int
int
int
int
void
void
void
void
void
void
se.krka.kahlua.vm.KahluaTable
boolean
isEmpty()
se.krka.kahlua.vm.KahluaTableIterator
iterator()
int
len()
void
load
(DataInputStream input, int WorldVersion) void
load
(ByteBuffer input, int WorldVersion) rawget
(int key) void
void
void
save
(DataOutputStream output) void
save
(ByteBuffer output) void
setMetatable
(se.krka.kahlua.vm.KahluaTable kahluaTable) int
size()
void
wipe()
-
Constructor Details
-
LuaBackendClass
-
-
Method Details
-
getString
-
callVoid
-
callVoid
-
callVoid
-
callVoid
-
callVoid
-
callVoid
-
call
-
call
-
call
-
call
-
call
-
call
-
callInt
-
callInt
-
callInt
-
callInt
-
callInt
-
callInt
-
callFloat
-
callFloat
-
callFloat
-
callFloat
-
callFloat
-
callFloat
-
callBool
-
callBool
-
callBool
-
callBool
-
callBool
-
callBool
-
setMetatable
public void setMetatable(se.krka.kahlua.vm.KahluaTable kahluaTable) - Specified by:
setMetatable
in interfacese.krka.kahlua.vm.KahluaTable
-
getMetatable
public se.krka.kahlua.vm.KahluaTable getMetatable()- Specified by:
getMetatable
in interfacese.krka.kahlua.vm.KahluaTable
-
rawset
-
rawget
-
rawset
- Specified by:
rawset
in interfacese.krka.kahlua.vm.KahluaTable
-
rawget
- Specified by:
rawget
in interfacese.krka.kahlua.vm.KahluaTable
-
len
public int len()- Specified by:
len
in interfacese.krka.kahlua.vm.KahluaTable
-
size
public int size()- Specified by:
size
in interfacese.krka.kahlua.vm.KahluaTable
-
iterator
public se.krka.kahlua.vm.KahluaTableIterator iterator()- Specified by:
iterator
in interfacese.krka.kahlua.vm.KahluaTable
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfacese.krka.kahlua.vm.KahluaTable
-
wipe
public void wipe()- Specified by:
wipe
in interfacese.krka.kahlua.vm.KahluaTable
-
save
- Specified by:
save
in interfacese.krka.kahlua.vm.KahluaTable
- Throws:
IOException
-
load
- Specified by:
load
in interfacese.krka.kahlua.vm.KahluaTable
- Throws:
IOException
-
save
- Specified by:
save
in interfacese.krka.kahlua.vm.KahluaTable
- Throws:
IOException
-
load
- Specified by:
load
in interfacese.krka.kahlua.vm.KahluaTable
- Throws:
IOException
-