Skip to content

DotMoveSystem_FunctionEx.js - Plugin Parameters Struct #3

@EliaquimNascimento

Description

@EliaquimNascimento

Hi there!
I found a tiny issue with the plugin parameters format.
Some of them that have the @type struct are not working.

I believe the problem is because they have a space character.
Currently, they are like this:
@type struct <CharacterInfo>

But they should be like this:
@type struct<CharacterInfo>

I tested the above and it worked when I remove the space character between struct and >CharacterInfo>

I believe that is a typo from the translator.

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