Skip to content

Nested type collections are not supported #8

Description

@NQNStudios

A haxe type-annotation of Array<Array<String>> will generate Array[Array[String]] in GDScript, but GDScript won't support a nested type. It gives an error,

Nested typed collections are not supported.

If I change the haxe type to Array<Dynamic> the GDScript will have Array[Variant] and be okay. Is there a way in reflaxe to automatically get rid of the nested type in the generated annotation?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions