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

Method remove_export_preset

editor/export/editor_export.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void EditorExport::remove_export_preset(int p_idx) {
181 export_presets.remove_at(p_idx);
182 save_presets();
183 emit_presets_runnable_changed();
184}
185
186void EditorExport::add_export_plugin(const Ref<EditorExportPlugin> &p_plugin) {
187 if (!export_plugins.has(p_plugin)) {

Callers 2

drop_data_fwMethod · 0.80

Calls 1

remove_atMethod · 0.45

Tested by

no test coverage detected