2021-10-30 18:34:14 +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
|
|
|
|
|
2021-11-03 05:27:21 +01:00
|
|
|
Get bonus time.
|
2021-10-30 18:34:14 +02:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
getBonusTime(): number;
|
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
number
|
|
|
|
|
2021-11-03 05:27:21 +01:00
|
|
|
Bonus time for the Gang mechanic in milliseconds.
|
2021-10-30 18:34:14 +02:00
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2021-10-30 21:46:34 +02:00
|
|
|
RAM cost: 0 GB
|
2021-10-30 18:34:14 +02:00
|
|
|
|
2021-11-03 05:27:21 +01:00
|
|
|
Returns the amount of accumulated “bonus time” (seconds) for the Gang mechanic.
|
|
|
|
|
|
|
|
“Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.
|
|
|
|
|
|
|
|
“Bonus time” makes the game progress faster, up to 10x the normal speed.
|
|
|
|
|