MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_plugin_name

Method get_plugin_name

editor/plugins/editor_plugin.cpp:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

_notificationMethod · 0.45
selectMethod · 0.45
add_main_pluginMethod · 0.45
remove_main_pluginMethod · 0.45
_edit_currentMethod · 0.45
get_editor_by_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected