From f13f2d512f0439a29804182cee756dce62add857 Mon Sep 17 00:00:00 2001 From: Ben Rog-Wilhelm Date: Thu, 1 Nov 2018 08:35:16 -0700 Subject: Implement CSharpScript::get_script_method_list and related functionality. --- editor/property_selector.cpp | 3 +++ modules/mono/csharp_script.cpp | 30 ++++++++++++++++++++++++++++++ modules/mono/csharp_script.h | 4 ++-- modules/mono/mono_gd/gd_mono_class.cpp | 27 +++++++++++++++++++++++++++ modules/mono/mono_gd/gd_mono_class.h | 9 +++++++++ modules/mono/mono_gd/gd_mono_method.cpp | 27 +++++++++++++++++++++++++++ modules/mono/mono_gd/gd_mono_method.h | 5 +++++ 7 files changed, 103 insertions(+), 2 deletions(-) diff --git a/editor/property_selector.cpp b/editor/property_selector.cpp index a8c97be936..ff3fc64907 100644 --- a/editor/property_selector.cpp +++ b/editor/property_selector.cpp @@ -210,6 +210,9 @@ void PropertySelector::_update_search() { methods.push_back(MethodInfo("*Script Methods")); Object::cast_to