diff options
| author | Nuno Cardoso <nonnu42@gmail.com> | 2019-03-28 11:01:43 +0000 |
|---|---|---|
| committer | Nuno Cardoso <nonnu42@gmail.com> | 2019-04-12 03:09:03 +0100 |
| commit | d011c8e109f755e5caedbe0ec1a9e6eb9e06ff0c (patch) | |
| tree | 9f729668b236d8fbd564be2763078062e2b9013e /modules/mono/csharp_script.h | |
| parent | c8aa85189a8736bb9723770b9409e6f9c00fc249 (diff) | |
| download | redot-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.h | 1 |
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 |
