mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
[DOCS] Add note that Pool*Arrays are passed by value (#18340)
(cherry picked from commit 6b797574a2)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
2f82b67071
commit
57b895338b
@@ -4,7 +4,7 @@
|
||||
An Array of Vector2.
|
||||
</brief_description>
|
||||
<description>
|
||||
An Array specifically designed to hold Vector2.
|
||||
An Array specifically designed to hold Vector2. Note that this type is passed by value and not by reference.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
||||
Reference in New Issue
Block a user