@gdmod/api
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

API

The API is the part that handles mod loading and giving mods an interface to make modding easier.

Extensions Loader

The extension loader hot loads GDevelop extensions, as they are not included in every game (unused ones are filtered out when exporting), to be able to access GDevelops full functionality inside mods. The list of includes is generated automatically using some modifications to GDCore (to be able to access includes from javascript) and a simple script. You can find it all here: https://github.com/arthuro555/GDevelop/tree/gdmod-generate-includes-list.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    2
    • latest

Version History

Package Sidebar

Install

npm i @gdmod/api

Weekly Downloads

2

Version

0.3.0

License

MIT

Unpacked Size

1.3 MB

Total Files

103

Last publish

Collaborators

  • arthuro555