mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
33 lines
663 B
Markdown
33 lines
663 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [connect](./bitburner.singularity.connect.md)
|
|
|
|
## Singularity.connect() method
|
|
|
|
Connect to a server.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
connect(hostname: string): boolean;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| hostname | string | |
|
|
|
|
**Returns:**
|
|
|
|
boolean
|
|
|
|
True if the connect command was successful, false otherwise.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 2 GB \* 16/4/1
|
|
|
|
Run the connect HOSTNAME command in the terminal. Can only connect to neighbors.
|
|
|