[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(name: string): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| name | string | |
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.