You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-02 19:01:36 +00:00
The class PoolStringArray in GDScript has `join` method, and it even has documentation. However, the corresponding definition of this method in GDNative headers were missing. In this commit, the missing GDNative definition of `join` method has been added. A new CORE API version 1.3 has been added with the new metod `join`.