i18n: Sync translations with Weblate
(cherry picked from commit d488e962df4675bdb1927e1027d8262c570cc310)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
// This typed array can only contain integers.
|
||||
// Attempting to add any other type will result in an error.
|
||||
Godot.Collections.Array>int< typedArray = [1, 2, 3];
|
||||
Godot.Collections.Array<int> typedArray = [1, 2, 3];
|
||||
[/csharp]
|
||||
[/codeblocks]
|
||||
[b]Note:[/b] Arrays are always passed by [b]reference[/b]. To get a copy of an array that can be modified independently of the original array, use [method duplicate].
|
||||
|
||||
Reference in New Issue
Block a user