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

Method get_export_platform

editor/export/editor_export.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156Ref<EditorExportPlatform> EditorExport::get_export_platform(int p_idx) {
157 ERR_FAIL_INDEX_V(p_idx, export_platforms.size(), Ref<EditorExportPlatform>());
158
159 return export_platforms[p_idx];
160}
161
162void EditorExport::add_export_preset(const Ref<EditorExportPreset> &p_preset, int p_at_pos) {
163 if (p_at_pos < 0) {

Callers 6

_launch_processMethod · 0.45
popup_exportMethod · 0.45
_add_presetMethod · 0.45
_notificationMethod · 0.45
start_run_nativeMethod · 0.45

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected