mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
61 lines
817 B
Markdown
61 lines
817 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Darknet](./bitburner.darknet.md) > [getStasisLinkedServers](./bitburner.darknet.getstasislinkedservers.md)
|
|
|
|
## Darknet.getStasisLinkedServers() method
|
|
|
|
Returns the hostnames/IPs of servers that have a stasis link applied.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getStasisLinkedServers(returnByIP?: boolean): string[];
|
|
```
|
|
|
|
## Parameters
|
|
|
|
<table><thead><tr><th>
|
|
|
|
Parameter
|
|
|
|
|
|
</th><th>
|
|
|
|
Type
|
|
|
|
|
|
</th><th>
|
|
|
|
Description
|
|
|
|
|
|
</th></tr></thead>
|
|
<tbody><tr><td>
|
|
|
|
returnByIP
|
|
|
|
|
|
</td><td>
|
|
|
|
boolean
|
|
|
|
|
|
</td><td>
|
|
|
|
_(Optional)_ Optional. If true, returns IPs instead of hostnames. Defaults to false.
|
|
|
|
|
|
</td></tr>
|
|
</tbody></table>
|
|
|
|
**Returns:**
|
|
|
|
string\[\]
|
|
|
|
Hostnames/IPs
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0 GB
|
|
|