mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
33 lines
760 B
Markdown
33 lines
760 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [getCityChaos](./bitburner.bladeburner.getcitychaos.md)
|
|
|
|
## Bladeburner.getCityChaos() method
|
|
|
|
Get chaos of a city.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getCityChaos(city: CityName | `${CityName}`): number;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| city | [CityName](./bitburner.cityname.md) \| \`${[CityName](./bitburner.cityname.md)<!-- -->}\` | Name of city. Case-sensitive |
|
|
|
|
**Returns:**
|
|
|
|
number
|
|
|
|
Chaos in the specified city.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 4 GB
|
|
|
|
Returns the chaos in the specified city, or -1 if an invalid city was specified.
|
|
|