2021-10-30 18:34:14 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [getTimeSinceLastAug](./bitburner.ns.gettimesincelastaug.md)
|
|
|
|
|
|
|
|
## NS.getTimeSinceLastAug() method
|
|
|
|
|
|
|
|
Returns the amount of time in milliseconds that have passed since you last installed Augmentations.
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
getTimeSinceLastAug(): number;
|
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
number
|
|
|
|
|
|
|
|
Time in milliseconds that have passed since you last installed Augmentations.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2021-10-30 21:46:34 +02:00
|
|
|
RAM cost: 0.05 GB
|
2021-10-30 18:34:14 +02:00
|
|
|
|