mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
GDScript: Allow is operator to test built-in types
This commit is contained in:
parent
653b4829f1
commit
4b974a36b7
5 changed files with 75 additions and 3 deletions
|
|
@ -345,6 +345,7 @@ public:
|
|||
OP_PARENT_CALL,
|
||||
OP_YIELD,
|
||||
OP_IS,
|
||||
OP_IS_BUILTIN,
|
||||
//indexing operator
|
||||
OP_INDEX,
|
||||
OP_INDEX_NAMED,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue