Briefly document Vector<> variations

`Packed*Array` aliases seem universally preferred where available, so
a link to the list of types seems appropriate.

`LocalVector` is used sparingly, so mentioning the intent and rough
tradeoff involved seems right for an overview.
This commit is contained in:
Sai Nane
2024-12-04 05:57:38 +00:00
parent e66144f451
commit 98ce9b570b
2 changed files with 14 additions and 1 deletions

View File

@@ -890,6 +890,8 @@ native or user class, or enum. Nested array types (like ``Array[Array[int]]``) a
The only exception was made for the ``Array`` (``Array[Variant]``) type, for user convenience
and compatibility with old code. However, operations on untyped arrays are considered unsafe.
.. _doc_gdscript_packed_arrays:
Packed arrays
^^^^^^^^^^^^^