GetZoneScumminess
Docslocal retval = GetZoneScumminess(zoneId)Description
Gets the zone scumminess level, used to calculate the cellphone signal strength.
enum eZoneScumminess
{
SCUMMINESS_POSH = 0,
SCUMMINESS_NICE = 1,
SCUMMINESS_ABOVE_AVERAGE = 2,
SCUMMINESS_BELOW_AVERAGE = 3,
SCUMMINESS_CRAP = 4,
SCUMMINESS_SCUM = 5
}Parameters
| Name | Type | Description |
|---|---|---|
zoneId | int | The zone id |
Returns
intReturns an integer value.