GDScript: Allow is operator to test built-in types
This commit is contained in:
@ -136,6 +136,7 @@ public:
|
||||
enum Opcode {
|
||||
OPCODE_OPERATOR,
|
||||
OPCODE_EXTENDS_TEST,
|
||||
OPCODE_IS_BUILTIN,
|
||||
OPCODE_SET,
|
||||
OPCODE_GET,
|
||||
OPCODE_SET_NAMED,
|
||||
|
||||
Reference in New Issue
Block a user