mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
622 B
622 B
Home > bitburner > NS > serverExists
NS.serverExists() method
Returns a boolean denoting whether or not the specified server exists.
Signature:
serverExists(host: string): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
host | string | Hostname of target server. |
Returns:
boolean
True if the specified server exists, and false otherwise.
Remarks
RAM cost: 0.1 GB