mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-01-07 15:30:04 +00:00
Added '__tonumber' metamethod
This commit is contained in:
@@ -15,6 +15,7 @@ typedef struct CCallFrame {
|
||||
typedef enum IStringEnum {
|
||||
ISTRING_INIT, // __init
|
||||
ISTRING_TOSTRING, // __tostring
|
||||
ISTRING_TONUMBER, // __tonumber
|
||||
ISTRING_INDEX, // __index
|
||||
ISTRING_NEWINDEX, // __newindex
|
||||
ISTRING_COUNT, // __count
|
||||
|
||||
Reference in New Issue
Block a user