Skip to content

Nested type collections are not supported #8

@NQNStudios

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?

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