mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
28 lines
643 B
Markdown
28 lines
643 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [TIX](./bitburner.tix.md) > [getBonusTime](./bitburner.tix.getbonustime.md)
|
||
|
|
||
|
## TIX.getBonusTime() method
|
||
|
|
||
|
Get Stock Market bonus time.
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
getBonusTime(): number;
|
||
|
```
|
||
|
**Returns:**
|
||
|
|
||
|
number
|
||
|
|
||
|
Amount of accumulated “bonus time” (milliseconds) for the Stock Market mechanic.
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
RAM cost: 0 GB
|
||
|
|
||
|
“Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.
|
||
|
|
||
|
Stock Market prices update more frequently during “bonus time”.
|
||
|
|