Skip to content

No equivalent of join() in PackedStringArray #52836

Description

@KoBeWi

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

  1. var array = PackedStringArray(["hello", "world"])
  2. var hellow = array.join()
  3. You expected "hello world", but it was me, Nonexistent function!
  4. :(

Minimal reproduction project

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status
    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions