Add isclass operator, make inspector print classes nicely
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user