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

Method get_name

editor/export/editor_export_plugin.cpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231String EditorExportPlugin::get_name() const {
232 String ret;
233 GDVIRTUAL_CALL(_get_name, ret);
234 return ret;
235}
236
237bool EditorExportPlugin::supports_platform(const Ref<EditorExportPlatform> &p_export_platform) const {
238 bool ret = false;

Callers 15

popup_exportMethod · 0.45
_add_presetMethod · 0.45
_update_presetsMethod · 0.45
_edit_presetMethod · 0.45
_duplicate_presetMethod · 0.45
_delete_presetMethod · 0.45
_fill_treeMethod · 0.45
_export_projectMethod · 0.45
_export_allMethod · 0.45
operator()Method · 0.45
export_project_filesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected