mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +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
|
@ -136,6 +136,7 @@ public:
|
|||
enum Opcode {
|
||||
OPCODE_OPERATOR,
|
||||
OPCODE_EXTENDS_TEST,
|
||||
OPCODE_IS_BUILTIN,
|
||||
OPCODE_SET,
|
||||
OPCODE_GET,
|
||||
OPCODE_SET_NAMED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue