mirror of
https://github.com/godotengine/godot.git
synced 2026-02-08 03:38:29 +00:00
Core: Fix Object::has_method() for script static methods
This commit is contained in:
@@ -55,6 +55,7 @@ void ScriptExtension::_bind_methods() {
|
||||
GDVIRTUAL_BIND(_get_class_icon_path);
|
||||
|
||||
GDVIRTUAL_BIND(_has_method, "method");
|
||||
GDVIRTUAL_BIND(_has_static_method, "method");
|
||||
GDVIRTUAL_BIND(_get_method_info, "method");
|
||||
|
||||
GDVIRTUAL_BIND(_is_tool);
|
||||
|
||||
Reference in New Issue
Block a user