2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [getCity](./bitburner.bladeburner.getcity.md)
|
|
|
|
|
|
|
|
## Bladeburner.getCity() method
|
|
|
|
|
|
|
|
Get current city.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
2022-12-30 02:28:53 +01:00
|
|
|
getCity(): CityName;
|
2022-10-21 17:16:00 +02:00
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2022-12-30 02:28:53 +01:00
|
|
|
[CityName](./bitburner.cityname.md)
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
City that the player is currently in (for Bladeburner).
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 4 GB
|
|
|
|
|
|
|
|
Returns the city that the player is currently in (for Bladeburner).
|
|
|
|
|