diff options
| author | Juan Linietsky | 2017-08-24 00:50:16 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-08-24 00:50:16 -0300 |
| commit | 05a678534433997c71f542ae1b3cecd35abde298 (patch) | |
| tree | cf2a141c3db789a9a7b3ae19ad56601d3477437c /core/make_binders.py | |
| parent | 36e0a72c77348d4a1f2195937dff8dba88f7e044 (diff) | |
| download | godot-05a678534433997c71f542ae1b3cecd35abde298.tar.gz godot-05a678534433997c71f542ae1b3cecd35abde298.tar.zst godot-05a678534433997c71f542ae1b3cecd35abde298.zip | |
Diffstat (limited to 'core/make_binders.py')
| -rw-r--r-- | core/make_binders.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/make_binders.py b/core/make_binders.py index c4a0131a3..0252bb638 100644 --- a/core/make_binders.py +++ b/core/make_binders.py @@ -103,8 +103,6 @@ public: return Variant::NIL; } - virtual StringName _gen_argument_type_name(int p_arg) const { return _gen_argument_type_hint(p_arg); } - virtual PropertyInfo _gen_argument_type_info(int p_argument) const { $ifret if (p_argument==-1) return GetTypeInfo<R>::get_class_info();$ $arg if (p_argument==(@-1)) return GetTypeInfo<P@>::get_class_info(); |
