aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/PoolColorArray.xml
diff options
context:
space:
mode:
authorkrogank92018-04-21 19:23:50 -0400
committerHein-Pieter van Braam2018-04-29 14:33:28 +0200
commit57b895338bd9d7d3efe7f02978965a97b74606c5 (patch)
tree1296bc1825cbf90b0bc55bc1c69d1b750dc56960 /doc/classes/PoolColorArray.xml
parent2f82b670716c8b1188db8cb036fe5b7dea0fc490 (diff)
downloadgodot-57b895338bd9d7d3efe7f02978965a97b74606c5.tar.gz
godot-57b895338bd9d7d3efe7f02978965a97b74606c5.tar.zst
godot-57b895338bd9d7d3efe7f02978965a97b74606c5.zip
[DOCS] Add note that Pool*Arrays are passed by value (#18340)
(cherry picked from commit 6b797574a2a238968211daa6c731bae56e7bff05)
Diffstat (limited to 'doc/classes/PoolColorArray.xml')
-rw-r--r--doc/classes/PoolColorArray.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PoolColorArray.xml b/doc/classes/PoolColorArray.xml
index ade8c7635..08ceb3190 100644
--- a/doc/classes/PoolColorArray.xml
+++ b/doc/classes/PoolColorArray.xml
@@ -4,7 +4,7 @@
Array of Colors
</brief_description>
<description>
- Array of Color, Contains colors. Optimized for memory usage, can't fragment the memory.
+ Array of Color, Contains colors. Optimized for memory usage, can't fragment the memory. Note that this type is passed by value and not by reference.
</description>
<tutorials>
</tutorials>