aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_parser.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-10-27 22:54:32 -0300
committerJuan Linietsky2014-10-27 22:54:32 -0300
commite82dc402052a47b44bb3bcf50ee4801257f92778 (patch)
tree01c2cd8692b5569cae778f6504b76b3d1f9ccdad /modules/gdscript/gd_parser.h
parent9608d4255eb6c76b1c4496f4494c829133e096f4 (diff)
downloadgodot-e82dc402052a47b44bb3bcf50ee4801257f92778.tar.gz
godot-e82dc402052a47b44bb3bcf50ee4801257f92778.tar.zst
godot-e82dc402052a47b44bb3bcf50ee4801257f92778.zip
Diffstat (limited to 'modules/gdscript/gd_parser.h')
-rw-r--r--modules/gdscript/gd_parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gd_parser.h b/modules/gdscript/gd_parser.h
index 50b84d389..16a9a8529 100644
--- a/modules/gdscript/gd_parser.h
+++ b/modules/gdscript/gd_parser.h
@@ -82,6 +82,8 @@ public:
Variant default_value;
#endif
StringName identifier;
+ StringName setter;
+ StringName getter;
};
struct Constant {
StringName identifier;