public final class UpValue extends Object
LuaClosure,
Prototypepublic UpValue(LuaValue[] stack, int index)
stack - the stackindex - the index on the stack for the upvaluepublic String tojstring()
LuaValue.tojstring()public final LuaValue getValue()
LuaValue for this upvaluepublic final void setValue(LuaValue value)
value - the LuaValue to set it topublic final void close()
Copyright © 2020. All rights reserved.