You've already forked godot
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user