mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add a script method to get its class icon
Co-authored-by: Danil Alexeev <danil@alexeev.xyz>
This commit is contained in:
parent
6758a7f8c0
commit
2c77f07aaa
13 changed files with 52 additions and 12 deletions
|
@ -52,6 +52,7 @@ void ScriptExtension::_bind_methods() {
|
|||
GDVIRTUAL_BIND(_reload, "keep_state");
|
||||
|
||||
GDVIRTUAL_BIND(_get_documentation);
|
||||
GDVIRTUAL_BIND(_get_class_icon_path);
|
||||
|
||||
GDVIRTUAL_BIND(_has_method, "method");
|
||||
GDVIRTUAL_BIND(_get_method_info, "method");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue