2021-10-30 18:34:14 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [switchCity](./bitburner.bladeburner.switchcity.md)
|
|
|
|
|
|
|
|
## Bladeburner.switchCity() method
|
|
|
|
|
2021-11-03 05:27:21 +01:00
|
|
|
Travel to another city in bladeburner.
|
2021-10-30 18:34:14 +02:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2021-11-03 05:27:21 +01:00
|
|
|
switchCity(name: string): boolean;
|
2021-10-30 18:34:14 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2021-11-03 05:27:21 +01:00
|
|
|
| name | string | |
|
2021-10-30 18:34:14 +02:00
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
boolean
|
|
|
|
|
|
|
|
true if successful, and false otherwise
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2021-11-03 05:27:21 +01:00
|
|
|
RAM cost: 4 GB Attempts to switch to the specified city (for Bladeburner only).
|
|
|
|
|
|
|
|
Returns true if successful, and false otherwise
|
2021-10-30 18:34:14 +02:00
|
|
|
|