bitburner-src/markdown/bitburner.ns.scan.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

846 B

Home > bitburner > NS > scan

NS.scan() method

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

Signature:

scan(host: string, hostnames?: boolean): string[];

Parameters

Parameter Type Description
host string Hostname of the server to scan.
hostnames boolean Optional boolean specifying whether the function should output hostnames (if true) or IP addresses (if false).

Returns:

string[]

Returns an string of hostnames or IP.

Remarks

RAM cost: 0.2 GB