![]() | |
![]() | ![]() |
CL_LuaReference::CL_LuaReferenceSyntaxCL_LuaReference( const CL_LuaObject& obj, int lock=0); Parameters
DescriptionCreate a reference to the given Lua object An optinal parameter specifies if the reference is not to be garbage collected by Lua. The default, #lock=0@, means the reference becomes invalid if Lua collects the referenced object. |