Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 750 Bytes

luaref.rst

File metadata and controls

38 lines (26 loc) · 750 Bytes

LuaRef

LuaRef has strong reference to lua value. It means not collect by gc.

LuaRef has specialized 4 types.

  • LuaTable is LUA_TTABLE
  • LuaUserData is LUA_TUSERDATA
  • LuaFunction is LUA_TFUNCTION
  • LuaThread is LUA_TTHREAD

example

lua_ref lua_table lua_thread lua_userdata lua_function