Add isclass operator, make inspector print classes nicely

This commit is contained in:
2021-07-19 16:15:22 -04:00
parent 92f7d8cd91
commit f8f8a9843f
3 changed files with 34 additions and 1 deletions

View File

@@ -165,6 +165,9 @@ public:
//
int source_makeclass(lua_State *L);
// Return true if the specified table is a class created by 'makeclass'
//
int source_isclass(lua_State *L);
#endif // SOURCE_HPP