godot/modules/gdnative/include
Kirill Diduk bf60d655e2 [GDNative] Add missing declaration of join method for PoolStringArray class
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`.
2022-06-08 14:58:54 +02:00
..
android Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
arvr Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdnative [GDNative] Add missing declaration of join method for PoolStringArray class 2022-06-08 14:58:54 +02:00
nativescript Fix typos with codespell 2022-02-11 09:50:59 +01:00
net Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
pluginscript Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
videodecoder Update copyright statements to 2022 2022-01-13 15:54:13 +01:00