mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 03:00:56 +02:00
6073964768
This is BN15. It is a really big change; see the PR for all the details.
24 lines
631 B
Markdown
24 lines
631 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Darknet](./bitburner.darknet.md) > [getStasisLinkLimit](./bitburner.darknet.getstasislinklimit.md)
|
|
|
|
## Darknet.getStasisLinkLimit() method
|
|
|
|
Returns the maximum number of stasis links that can be applied globally, based on the player's current status. Stasis link limit can be increased by finding special augmentations in the deep darknet.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getStasisLinkLimit(): number;
|
|
```
|
|
**Returns:**
|
|
|
|
number
|
|
|
|
Maximum number of stasis links.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0 GB
|
|
|