diff options
| author | krogank9 | 2018-04-21 19:23:50 -0400 |
|---|---|---|
| committer | Max Hilbrunner | 2018-04-22 01:23:50 +0200 |
| commit | 6b797574a2a238968211daa6c731bae56e7bff05 (patch) | |
| tree | 649eb1f0def49177245788cf9e5d9aa3908af5eb /doc/classes/PoolVector2Array.xml | |
| parent | b02d0ca6ef5f9ee444242e2398b6b03667337bd4 (diff) | |
| download | godot-6b797574a2a238968211daa6c731bae56e7bff05.tar.gz godot-6b797574a2a238968211daa6c731bae56e7bff05.tar.zst godot-6b797574a2a238968211daa6c731bae56e7bff05.zip | |
[DOCS] Add note that Pool*Arrays are passed by value (#18340)
Diffstat (limited to 'doc/classes/PoolVector2Array.xml')
| -rw-r--r-- | doc/classes/PoolVector2Array.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PoolVector2Array.xml b/doc/classes/PoolVector2Array.xml index 14c226d01..072281158 100644 --- a/doc/classes/PoolVector2Array.xml +++ b/doc/classes/PoolVector2Array.xml @@ -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> |
