Skip to content

Commit

Permalink
Merge pull request #50560 from noidexe/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Oct 18, 2021
2 parents c743649 + 56f66aa commit 90f8cd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/PoolByteArray.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
<argument index="0" name="idx" type="int" />
<description>
Sets the size of the array. If the array is grown, reserves elements at the end of the array. If the array is shrunk, truncates the array to the new size.
[b]Note:[/b] Added elements are not automatically initialized to 0 and will contain garbage, i.e. indeterminate values.
</description>
</method>
<method name="set">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/PoolIntArray.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<argument index="0" name="idx" type="int" />
<description>
Sets the size of the array. If the array is grown, reserves elements at the end of the array. If the array is shrunk, truncates the array to the new size.
[b]Note:[/b] Added elements are not automatically initialized to 0 and will contain garbage, i.e. indeterminate values.
</description>
</method>
<method name="set">
Expand Down
1 change: 1 addition & 0 deletions doc/classes/PoolRealArray.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<argument index="0" name="idx" type="int" />
<description>
Sets the size of the array. If the array is grown, reserves elements at the end of the array. If the array is shrunk, truncates the array to the new size.
[b]Note:[/b] Added elements are not automatically initialized to 0 and will contain garbage, i.e. indeterminate values.
</description>
</method>
<method name="set">
Expand Down

0 comments on commit 90f8cd8

Please sign in to comment.