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

Method get_export_path

editor/export/project_export.cpp:551–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551String ProjectExportDialog::get_export_path() {
552 Ref<EditorExportPreset> current = get_current_preset();
553 ERR_FAIL_COND_V(current.is_null(), String(""));
554
555 return current->get_export_path();
556}
557
558Ref<EditorExportPreset> ProjectExportDialog::get_current_preset() const {
559 return EditorExport::get_singleton()->get_export_preset(presets->get_current());

Callers 7

_fs_changedMethod · 0.45
_update_export_allMethod · 0.45
_export_pck_zipMethod · 0.45
_export_projectMethod · 0.45
_export_allMethod · 0.45
_saveMethod · 0.45

Calls 2

StringClass · 0.50
is_nullMethod · 0.45

Tested by

no test coverage detected