mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
30 lines
698 B
Markdown
30 lines
698 B
Markdown
<!-- 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.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getBonusTime(): number;
|
|
```
|
|
**Returns:**
|
|
|
|
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.
|
|
|
|
“Bonus time” makes the game progress faster, up to 25x the normal speed.
|
|
|