You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Merge pull request #50560 from noidexe/patch-1
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user