mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
API: Rename "TIX" interface to "Stock" (#2351)
This commit is contained in:
27
markdown/bitburner.stock.getbonustime.md
Normal file
27
markdown/bitburner.stock.getbonustime.md
Normal file
@@ -0,0 +1,27 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [Stock](./bitburner.stock.md) > [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”.
|
||||
|
||||
Reference in New Issue
Block a user