mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
24 lines
593 B
Markdown
24 lines
593 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Corporation](./bitburner.corporation.md) > [getBonusTime](./bitburner.corporation.getbonustime.md)
|
||
|
|
||
|
## Corporation.getBonusTime() method
|
||
|
|
||
|
Get bonus time.
|
||
|
|
||
|
“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.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
getBonusTime(): number;
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
number
|
||
|
|
||
|
Bonus time for the Corporation mechanic in milliseconds.
|
||
|
|