From 4b974a36b77da55d331243bf42fa7ddc8fd9a33d Mon Sep 17 00:00:00 2001 From: George Marques Date: Sun, 26 Aug 2018 13:31:23 -0300 Subject: GDScript: Allow `is` operator to test built-in types --- modules/gdscript/gdscript_function.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdscript/gdscript_function.h') diff --git a/modules/gdscript/gdscript_function.h b/modules/gdscript/gdscript_function.h index 3ce84290fd..633cca35d3 100644 --- a/modules/gdscript/gdscript_function.h +++ b/modules/gdscript/gdscript_function.h @@ -136,6 +136,7 @@ public: enum Opcode { OPCODE_OPERATOR, OPCODE_EXTENDS_TEST, + OPCODE_IS_BUILTIN, OPCODE_SET, OPCODE_GET, OPCODE_SET_NAMED, -- cgit v1.2.3