add singularity function for exporting game save

This commit is contained in:
phyzical
2022-09-07 16:11:51 +08:00
parent 2592c6ccd8
commit ca2f1a62a5
3 changed files with 35 additions and 0 deletions

View File

@@ -1496,6 +1496,28 @@ export interface TIX {
* @public
*/
export interface Singularity {
/**
* Backup game save.
* @remarks
* RAM cost: 1 GB * 16/4/1
*
*
* This function will automatically opens the backup save prompt and claim the free faction favour if available.
*
*/
exportGame(): void;
/**
* Returns Backup save bonus availability.
* @remarks
* RAM cost: 0.5 GB * 16/4/1
*
*
* This function will check if there is a bonus for backing up your save.
*
*/
exportGameBonus(): boolean;
/**
* Take university class.
*