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

Call other mods' OnReleased() and OnLevelUnloading() before exit #2

Open
algernon-A opened this issue Mar 29, 2020 · 1 comment
Open
Labels
improvement New feature or request

Comments

@algernon-A
Copy link

Some mods perform significant actions, including saving of configs/game state on exit. These mods should be allowed to perform their OnReleased() and OnLevelUnloading() methods before the game is killed.

@Cgameworld Cgameworld added the improvement New feature or request label Mar 29, 2020
@algernon-A
Copy link
Author

For added bonus, time them so we can see if there are any particular problem mods.

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

No branches or pull requests

2 participants