mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
31 lines
620 B
Markdown
31 lines
620 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [serverExists](./bitburner.ns.serverexists.md)
|
||
|
|
||
|
## NS.serverExists() method
|
||
|
|
||
|
Returns a boolean denoting whether or not the specified server exists.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
serverExists(host: string): boolean;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| host | string | Host of target server. |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
boolean
|
||
|
|
||
|
True if specified server exists, and false otherwise.
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
RAM cost: 0.1 GB
|
||
|
|