mirror of https://github.com/godotengine/godot
Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable |
||
|---|---|---|
| .. | ||
| SCsub | ||
| editor_export.cpp | ||
| editor_export.h | ||
| editor_export_platform.cpp | ||
| editor_export_platform.h | ||
| editor_export_platform_pc.cpp | ||
| editor_export_platform_pc.h | ||
| editor_export_plugin.cpp | ||
| editor_export_plugin.h | ||
| editor_export_preset.cpp | ||
| editor_export_preset.h | ||
| export_template_manager.cpp | ||
| export_template_manager.h | ||
| project_export.cpp | ||
| project_export.h | ||