mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-02-01 08:50:02 +00:00
Added '__count' metamethod to objects
This commit is contained in:
@@ -17,6 +17,7 @@ typedef enum IStringEnum {
|
||||
ISTRING_TOSTRING, // __tostring
|
||||
ISTRING_INDEX, // __index
|
||||
ISTRING_NEWINDEX, // __newindex
|
||||
ISTRING_COUNT, // __count
|
||||
ISTRING_GETTER, // __getter
|
||||
ISTRING_SETTER, // __setter
|
||||
ISTRING_ITER, // __iter
|
||||
|
||||
Reference in New Issue
Block a user