Uses of Class
com.prineside.luaj.LuaBoolean
Packages that use LuaBoolean
Package
Description
Lua VM, only works in an interpreted mode, which allows it to support iOS.
-
Uses of LuaBoolean in com.prineside.luaj
Fields in com.prineside.luaj declared as LuaBooleanModifier and TypeFieldDescriptionstatic final LuaBoolean
LuaValue.FALSE
LuaBoolean constant corresponding to luafalse
static final LuaBoolean
LuaValue.TRUE
LuaBoolean constant corresponding to luatrue
Methods in com.prineside.luaj that return LuaBooleanModifier and TypeMethodDescriptionstatic LuaBoolean
LuaValue.cBool
(boolean val) LuaBoolean.Serializer.read()
LuaBoolean.Serializer.read
(Kryo kryo, Input input, Class<? extends LuaBoolean> type) static LuaBoolean
LuaValue.valueOf
(boolean b) Convert java boolean to aLuaValue
.Methods in com.prineside.luaj with parameters of type LuaBooleanModifier and TypeMethodDescriptionvoid
LuaBoolean.Serializer.write
(Kryo kryo, Output output, LuaBoolean object) Method parameters in com.prineside.luaj with type arguments of type LuaBooleanModifier and TypeMethodDescriptionLuaBoolean.Serializer.read
(Kryo kryo, Input input, Class<? extends LuaBoolean> type)