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

Method get_export_platform_count

editor/export/editor_export.cpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152int EditorExport::get_export_platform_count() {
153 return export_platforms.size();
154}
155
156Ref<EditorExportPlatform> EditorExport::get_export_platform(int p_idx) {
157 ERR_FAIL_INDEX_V(p_idx, export_platforms.size(), Ref<EditorExportPlatform>());

Callers 4

_launch_processMethod · 0.80
popup_exportMethod · 0.80
_notificationMethod · 0.80

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected