| 313 | } |
| 314 | |
| 315 | String EditorPlugin::get_plugin_name() const { |
| 316 | String name; |
| 317 | GDVIRTUAL_CALL(_get_plugin_name, name); |
| 318 | return name; |
| 319 | } |
| 320 | |
| 321 | const Ref<Texture2D> EditorPlugin::get_plugin_icon() const { |
| 322 | Ref<Texture2D> icon; |
no outgoing calls
no test coverage detected