Add docs for luaopen_base
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user