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

Document Restore/SaveGameDialog in Globalfunctions_General #267

Closed
ericoporto opened this issue Nov 21, 2024 · 1 comment
Closed

Document Restore/SaveGameDialog in Globalfunctions_General #267

ericoporto opened this issue Nov 21, 2024 · 1 comment

Comments

@ericoporto
Copy link
Member

https://github.com/adventuregamestudio/ags-manual/wiki/Globalfunctions_General#restoregamedialog

RestoreGameDialog() and SaveGameDialog() now let define a range of save slots for display.

The min_slot and max_slot parameters are new to 3.6.2 release

/// Displays the default built-in Restore Game dialog.
import void RestoreGameDialog(int min_slot = 1, int max_slot = 100);
/// Displays the default built-in Save Game dialog.
import void SaveGameDialog(int min_slot = 1, int max_slot = 100);

Added also in PR adventuregamestudio/ags#2541

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant