summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.h
diff options
context:
space:
mode:
authorNuno Cardoso <nonnu42@gmail.com>2019-03-28 11:01:43 +0000
committerNuno Cardoso <nonnu42@gmail.com>2019-04-12 03:09:03 +0100
commitd011c8e109f755e5caedbe0ec1a9e6eb9e06ff0c (patch)
tree9f729668b236d8fbd564be2763078062e2b9013e /modules/mono/csharp_script.h
parentc8aa85189a8736bb9723770b9409e6f9c00fc249 (diff)
downloadredot-engine-d011c8e109f755e5caedbe0ec1a9e6eb9e06ff0c.tar.gz
Fixes #17233 allowing C# to override _GetPropertyList
Diffstat (limited to 'modules/mono/csharp_script.h')
-rw-r--r--modules/mono/csharp_script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h
index 99877a4379..050527d52b 100644
--- a/modules/mono/csharp_script.h
+++ b/modules/mono/csharp_script.h
@@ -298,6 +298,7 @@ class CSharpLanguage : public ScriptLanguage {
StringName _signal_callback;
StringName _set;
StringName _get;
+ StringName _get_property_list;
StringName _notification;
StringName _script_source;
StringName dotctor; // .ctor