mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-07 07:41:50 -05:00
GDScript: Allow is operator to test built-in types
This commit is contained in:
@@ -345,6 +345,7 @@ public:
|
||||
OP_PARENT_CALL,
|
||||
OP_YIELD,
|
||||
OP_IS,
|
||||
OP_IS_BUILTIN,
|
||||
//indexing operator
|
||||
OP_INDEX,
|
||||
OP_INDEX_NAMED,
|
||||
|
||||
Reference in New Issue
Block a user