Skip to content

Documentation

D'Andrëw Box edited this page Jun 3, 2024 · 9 revisions

Documentation

Important

There's also an "Obsolete" folder with functions that are no longer needed or have been replaced by other functions, these are kept for compatibility reasons you can still use them but they are not recommended to use in new projects. If you are using any of these functions, you should consider replacing them with the new ones. Importing this folder is not recommended if you are not using any of these functions and could break your project if you are using them.

The documentation is also available inside the Docs folder of this repository for offline usage.

⚙️ Core Functions

Note

This are needed for the extension to work and must be always imported. Without these, the extension will not work.

🔍 Optional Functions

Note

This are optional functions that you can import into your projects only if you need them. You can import them all or just the ones you need.

🧪 Experimental Functions

Note

This are experimental functions that are still in development and are not recommended to use in production, these functions are subject to change and may be removed or implemented on another library in the future. Use at your own risk.

🔄 Compatibility Functions

Note

This are functions that are used to make the extension compatible with different GameMaker versions, you should import them if you are having issues with the extension in your project or if you are using a GameMaker version previous to v2024.

Clone this wiki locally