2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [exportGame](./bitburner.singularity.exportgame.md)
|
|
|
|
|
|
|
|
## Singularity.exportGame() method
|
|
|
|
|
|
|
|
Backup game save.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
exportGame(): void;
|
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
void
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 1 GB \* 16/4/1
|
|
|
|
|
2023-10-03 02:14:44 +02:00
|
|
|
This function will automatically open the backup save prompt and claim the free faction favour if available.
|
2022-10-21 17:16:00 +02:00
|
|
|
|