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

Method get_plugin_icon

editor/plugins/editor_plugin.cpp:321–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321const Ref<Texture2D> EditorPlugin::get_plugin_icon() const {
322 Ref<Texture2D> icon;
323 GDVIRTUAL_CALL(_get_plugin_icon, icon);
324 return icon;
325}
326
327String EditorPlugin::get_plugin_version() const {
328 return plugin_version;

Callers 2

_notificationMethod · 0.80
add_main_pluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected