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

Method get_patch

editor/export/editor_export_preset.cpp:440–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440String EditorExportPreset::get_patch(int p_index) {
441 ERR_FAIL_INDEX_V(p_index, patches.size(), String());
442 return patches[p_index];
443}
444
445void EditorExportPreset::remove_patch(int p_index) {
446 ERR_FAIL_INDEX(p_index, patches.size());

Callers 1

drop_data_fwMethod · 0.80

Calls 2

sizeMethod · 0.65
StringClass · 0.50

Tested by

no test coverage detected