mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
620 B
620 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 | Host of target server. |
Returns:
boolean
True if specified server exists, and false otherwise.
Remarks
RAM cost: 0.1 GB