Godot version
b1063a7
System information
W10
Issue description
join function is rather important for String arrays, but strangely, it's missing in the new PackedStringArray. It was there in PoolStringArray
Steps to reproduce
var array = PackedStringArray(["hello", "world"])
var hellow = array.join()
- You expected "hello world", but it was me, Nonexistent function!
- :(
Minimal reproduction project
No response
Godot version
b1063a7
System information
W10
Issue description
joinfunction is rather important for String arrays, but strangely, it's missing in the new PackedStringArray. It was there in PoolStringArraySteps to reproduce
var array = PackedStringArray(["hello", "world"])var hellow = array.join()Minimal reproduction project
No response