summaryrefslogtreecommitdiff
path: root/doc/classes/PoolIntArray.xml
diff options
context:
space:
mode:
authorkrogank9 <wifi.mouse.app@gmail.com>2018-04-21 19:23:50 -0400
committerMax Hilbrunner <mhilbrunner@users.noreply.github.com>2018-04-22 01:23:50 +0200
commit6b797574a2a238968211daa6c731bae56e7bff05 (patch)
tree649eb1f0def49177245788cf9e5d9aa3908af5eb /doc/classes/PoolIntArray.xml
parentb02d0ca6ef5f9ee444242e2398b6b03667337bd4 (diff)
[DOCS] Add note that Pool*Arrays are passed by value (#18340)
Diffstat (limited to 'doc/classes/PoolIntArray.xml')
-rw-r--r--doc/classes/PoolIntArray.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PoolIntArray.xml b/doc/classes/PoolIntArray.xml
index 7709a69c84..43cb5d77de 100644
--- a/doc/classes/PoolIntArray.xml
+++ b/doc/classes/PoolIntArray.xml
@@ -4,7 +4,7 @@
Integer Array.
</brief_description>
<description>
- Integer Array. Contains integers. Optimized for memory usage, can't fragment the memory.
+ Integer Array. Contains integers. Optimized for memory usage, can't fragment the memory. Note that this type is passed by value and not by reference.
</description>
<tutorials>
</tutorials>