mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Move C++ container type information from C++ usage guidelines to Core types
- List recommended types at the top. - Link references directly in the table. - Remove References headings in the rest of the page. - Update Core types for Godot 4.5. - Remove OAHashMap as it's no longer present in 4.5.
This commit is contained in:
@@ -579,7 +579,7 @@ general-purpose library, but we had special requirements for Godot.
|
||||
* We use our custom String type, as the one provided by STL is too basic and lacks proper
|
||||
internationalization support.
|
||||
|
||||
Check out :ref:`Godot's container types <doc_cpp_godot_types>` for alternatives.
|
||||
Check out :ref:`Godot's container types <doc_core_types>` for alternatives.
|
||||
|
||||
Why does Godot not use exceptions?
|
||||
----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user