aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/PoolStringArray.xml
diff options
context:
space:
mode:
authorkrogank92018-04-21 19:23:50 -0400
committerMax Hilbrunner2018-04-22 01:23:50 +0200
commit6b797574a2a238968211daa6c731bae56e7bff05 (patch)
tree649eb1f0def49177245788cf9e5d9aa3908af5eb /doc/classes/PoolStringArray.xml
parentb02d0ca6ef5f9ee444242e2398b6b03667337bd4 (diff)
downloadgodot-6b797574a2a238968211daa6c731bae56e7bff05.tar.gz
godot-6b797574a2a238968211daa6c731bae56e7bff05.tar.zst
godot-6b797574a2a238968211daa6c731bae56e7bff05.zip
Diffstat (limited to 'doc/classes/PoolStringArray.xml')
-rw-r--r--doc/classes/PoolStringArray.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PoolStringArray.xml b/doc/classes/PoolStringArray.xml
index 3d971d1ac..9f6c4306c 100644
--- a/doc/classes/PoolStringArray.xml
+++ b/doc/classes/PoolStringArray.xml
@@ -4,7 +4,7 @@
String Array.
</brief_description>
<description>
- String Array. Array of strings. Can only contain strings. Optimized for memory usage, can't fragment the memory.
+ String Array. Array of strings. Can only contain strings. Optimized for memory usage, can't fragment the memory. Note that this type is passed by value and not by reference.
</description>
<tutorials>
</tutorials>