B1AccommodationCrowdCityConfig
- Per-city target range for how many accommodation rooms the crowd system should keep occupied.
* Cities without an entry here are opted out of the accommodation crowd system entirely.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CityId | FName | City this config applies to. | Category: Accommodation Foreign: Map.Id |
| MinOccupiedRoomCount | int32 | Minimum number of rooms this city should try to keep occupied by the crowd system, per cycle. Must be > 0 (0 = don't add an entry for this city). | Category: Accommodation ClampMin: 1 |
| MaxOccupiedRoomCount | int32 | Maximum number of rooms this city should try to keep occupied by the crowd system, per cycle. Must be > 0 (0 = don't add an entry for this city). | Category: Accommodation ClampMin: 1 |