Improvements to the pretty-printer
This commit is contained in:
@@ -390,7 +390,10 @@ public:
|
||||
void makeclass(LuaSlot tab, LuaSlot name) const;
|
||||
void makeclass(LuaSlot tab, const char *name) const;
|
||||
void makeclass(LuaSlot tab, const std::string &name) const;
|
||||
std::string classname(LuaSlot tab);
|
||||
std::string classname(LuaSlot tab) const;
|
||||
|
||||
int64_t tanid(LuaSlot tab) const;
|
||||
|
||||
// There's no 'isclass' operator, but 'classname' will return empty
|
||||
// string if tab is not a valid class.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user