bitburner-src/markdown/bitburner.bladeburner.getcitycommunities.md
2022-12-29 20:28:53 -05:00

867 B

Home > bitburner > Bladeburner > getCityCommunities

Bladeburner.getCityCommunities() method

Get number of communities in a city.

Signature:

getCityCommunities(city: CityName | `${CityName}`): number;

Parameters

Parameter Type Description
city CityName | `${CityName}` Name of city. Case-sensitive

Returns:

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.