bitburner-src/markdown/bitburner.ns.scan.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

756 B

Home > bitburner > NS > scan

NS.scan() method

Get the list of servers connected to a server.

Signature:

scan(host?: string): string[];

Parameters

Parameter Type Description
host string Optional, Hostname of the server to scan, default to current server.

Returns:

string[]

Returns an string of hostnames.

Remarks

RAM cost: 0.2 GB

Returns an array containing the hostnames of all servers that are one node way from the specified target server. The hostnames in the returned array are strings.