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) > [Gang](./bitburner.gang.md) > [getBonusTime](./bitburner.gang.getbonustime.md)
|
|
|
|
|
|
|
|
## Gang.getBonusTime() method
|
|
|
|
|
|
|
|
Get bonus time.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
getBonusTime(): number;
|
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
number
|
|
|
|
|
|
|
|
Bonus time for the Gang mechanic in milliseconds.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 0 GB
|
|
|
|
|
|
|
|
Returns the amount of accumulated “bonus time” (milliseconds) for the Gang mechanic.
|
|
|
|
|
|
|
|
“Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
“Bonus time” makes the game progress faster, up to 25x the normal speed.
|
2022-10-21 17:16:00 +02:00
|
|
|
|