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

Method remove_patch

editor/export/editor_export_preset.cpp:445–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445void EditorExportPreset::remove_patch(int p_index) {
446 ERR_FAIL_INDEX(p_index, patches.size());
447 patches.remove_at(p_index);
448 EditorExport::singleton->save_presets();
449}
450
451void EditorExportPreset::set_patches(const Vector<String> &p_patches) {
452 patches = p_patches;

Callers 2

drop_data_fwMethod · 0.80

Calls 3

save_presetsMethod · 0.80
sizeMethod · 0.65
remove_atMethod · 0.45

Tested by

no test coverage detected