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 LuaBooleanLuaValue.FALSELuaBoolean constant corresponding to luafalsestatic final LuaBooleanLuaValue.TRUELuaBoolean constant corresponding to luatrueMethods in com.prineside.luaj that return LuaBooleanModifier and TypeMethodDescriptionstatic LuaBooleanLuaValue.cBool(boolean val) LuaBoolean.Serializer.read()LuaBoolean.Serializer.read(Kryo kryo, Input input, Class<? extends LuaBoolean> type) static LuaBooleanLuaValue.valueOf(boolean b) Convert java boolean to aLuaValue.Methods in com.prineside.luaj with parameters of type LuaBooleanModifier and TypeMethodDescriptionvoidLuaBoolean.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)