We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Atm there are three methods in mod_manifest.gd that look like they should be in mod_loader_utils.gd:
_get_string_from_dict
_get_array_from_dict
dict_has_fields
The text was updated successfully, but these errors were encountered:
refactor: ♻️ Move utility funcs out of *mod_manifest.gd*
52b9eda
Moves `_get_string_from_dict()`, `_get_array_from_dict()` and `dict_has_fields()` from *mod_manifest.gd* to *mod_loader_utils.gd* closes #165
refactor: ♻️ Move utility funcs out of *mod_manifest.gd* (#182)
2776655
Sorry, something went wrong.
KANAjetzt
No branches or pull requests
Atm there are three methods in mod_manifest.gd that look like they should be in mod_loader_utils.gd:
_get_string_from_dict
_get_array_from_dict
dict_has_fields
The text was updated successfully, but these errors were encountered: