|
| LuaAuxApi/Reference |
UserPreferences |
| serious-code.net | RecentChanges | ±â¼úÀÚ·á | ¸µÅ© | TitleIndex | ºí·Î±× |
int luaL_ref (lua_State *L, int t);Returns a reference to the value at the top of the stack into the table at stack position t.
void luaL_unref (lua_State *L, int t, int ref);Clears reference r in the table at stack position t.