[DOCS] Add note that Pool*Arrays are passed by value (#18340)

(cherry picked from commit 6b797574a2)
This commit is contained in:
krogank9
2018-04-21 19:23:50 -04:00
committed by Hein-Pieter van Braam
parent 2f82b67071
commit 57b895338b
7 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
Real Array.
</brief_description>
<description>
Real Array. Array of floating point values. Can only contain floats. Optimized for memory usage, can't fragment the memory.
Real Array. Array of floating point values. Can only contain floats. Optimized for memory usage, can't fragment the memory. Note that this type is passed by value and not by reference.
</description>
<tutorials>
</tutorials>