mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
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:
@@ -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
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user