Add docs for luaopen_base

This commit is contained in:
2021-12-17 14:04:34 -05:00
parent 9b956f00e7
commit 0a1480d85c
5 changed files with 27 additions and 35 deletions

View File

@@ -449,9 +449,6 @@ public:
push_any_value(value);
lua_rawseti(L_, tab, key);
}
// Get function name
std::string get_function_name(LuaSlot ls);
// Lua flagbits manipulation: Table types.
int gettabletype(LuaSlot tab) const;