From 9e477babb3bf0ce5179395c2a5155a3f3cd36798 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 4 Jan 2017 17:37:45 -0300 Subject: -GDScript support for accessing properties directly -Added code lookup and code completion support for properties too --- modules/gdscript/gd_function.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/gdscript/gd_function.h') diff --git a/modules/gdscript/gd_function.h b/modules/gdscript/gd_function.h index 976dbb7778..e5262e8ad7 100644 --- a/modules/gdscript/gd_function.h +++ b/modules/gdscript/gd_function.h @@ -23,6 +23,8 @@ public: OPCODE_GET, OPCODE_SET_NAMED, OPCODE_GET_NAMED, + OPCODE_SET_MEMBER, + OPCODE_GET_MEMBER, OPCODE_ASSIGN, OPCODE_ASSIGN_TRUE, OPCODE_ASSIGN_FALSE, -- cgit v1.2.3