added __setter and __getter

This commit is contained in:
2020-12-06 14:11:33 -06:00
parent 005e2acd1e
commit d00b803e6f
5 changed files with 53 additions and 16 deletions

View File

@@ -17,6 +17,8 @@ typedef enum IStringEnum {
ISTRING_EQUAL, // __equal
ISTRING_INDEX, // __index
ISTRING_NEWINDEX, // __newindex
ISTRING_GETTER, // __getter
ISTRING_SETTER, // __setter
ISTRING_MAX
} IStringEnum;