mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
add singularity function for exporting game save
This commit is contained in:
22
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
22
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user