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

DotMoveSystem_FunctionEx.js - Plugin Parameters Struct #3

Open
EliaquimNascimento opened this issue Mar 24, 2022 · 1 comment
Open

Comments

@EliaquimNascimento
Copy link

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.

@unagiootoro
Copy link
Owner

Thank you for contacting us.
Writing the English version of the help is very difficult, so I'm applying the entire Japanese help to Google Translate, but it seems that I overlooked the extra space created at that time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants