-
Notifications
You must be signed in to change notification settings - Fork 44
ModLoader API
Darkly77 edited this page Jun 30, 2023
·
8 revisions
| Class | Description |
|---|---|
| ModLoaderConfig | Provides functionality for working with per-mod Configurations. |
| ModLoaderDeprecated | Methods for deprecating funcs. Can be used by mods with public APIs. |
| ModLoaderLog | ⭐ Methods for logging, retrieving logged data, and internal methods for working with log files. |
| ModLoaderMod | ⭐ Helper functions to build mods. These are the main methods your mods will use. |
| ModLoaderModManager | Provides methods to manage mod state. |
| ModLoaderUserProfile | Methods for working with user profiles. |
Warning
This documentation has moved!
You can find it here: https://wiki.godotmodding.com/
- Home
- Getting Started
- ModLoader API
- Reference
- Guides
- Versions & Releases