bitburner-src/markdown/bitburner.bladeburner.getcitycommunities.md
Olivier Gagnon 2b79871c02 doc
2021-11-03 00:27:21 -04:00

33 lines
738 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Bladeburner](./bitburner.bladeburner.md) &gt; [getCityCommunities](./bitburner.bladeburner.getcitycommunities.md)
## Bladeburner.getCityCommunities() method
Get number of communities in a city.
<b>Signature:</b>
```typescript
getCityCommunities(name: string): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| name | string | |
<b>Returns:</b>
number
Number of Synthoids communities in the specified city.
## Remarks
RAM cost: 4 GB
Returns the estimated number of Synthoid communities in the specified city, or -1 if an invalid city was specified.