1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Core: Fix Object::has_method() for script static methods

This commit is contained in:
Danil Alexeev
2023-10-04 07:54:03 +03:00
parent bfd78bb917
commit ed0b3c08e1
9 changed files with 40 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ public:
#endif // TOOLS_ENABLED
EXBIND1RC(bool, has_method, const StringName &)
EXBIND1RC(bool, has_static_method, const StringName &)
GDVIRTUAL1RC(Dictionary, _get_method_info, const StringName &)
virtual MethodInfo get_method_info(const StringName &p_method) const override {