mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
817 B
817 B
Home > bitburner > Darknet > getStasisLinkedServers
Darknet.getStasisLinkedServers() method
Returns the hostnames/IPs of servers that have a stasis link applied.
Signature:
getStasisLinkedServers(returnByIP?: boolean): string[];
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
returnByIP |
boolean |
(Optional) Optional. If true, returns IPs instead of hostnames. Defaults to false. |
Returns:
string[]
Hostnames/IPs
Remarks
RAM cost: 0 GB