API: Rename "TIX" interface to "Stock" (#2351)

This commit is contained in:
catloversg
2025-10-15 01:51:54 +07:00
committed by GitHub
parent 7ca364f49f
commit 30a572cfe6
36 changed files with 174 additions and 174 deletions

View File

@@ -0,0 +1,27 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Stock](./bitburner.stock.md) &gt; [getBonusTime](./bitburner.stock.getbonustime.md)
## Stock.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”.