Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GDNative] Add missing join method for PoolStringArray class #55826

Merged
merged 1 commit into from
Jul 2, 2022

Commits on Jun 8, 2022

  1. [GDNative] Add missing declaration of join method for PoolStringArr…

    …ay 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`.
    kdiduk authored and Kirill Diduk committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    bf60d65 View commit details
    Browse the repository at this point in the history