We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207b36c commit 9759eecCopy full SHA for 9759eec
ZONE/GetZoneScumminess.md
@@ -8,11 +8,23 @@ ns: ZONE
8
int GET_ZONE_SCUMMINESS(int zoneId);
9
```
10
11
-```
12
-cellphone range 1- 5 used for signal bar in iFruit phone
+Gets the zone scumminess level, used to calculate the cellphone signal strength.
+
13
+```c
14
+enum eZoneScumminess
15
+{
16
+ SCUMMINESS_POSH = 0,
17
+ SCUMMINESS_NICE = 1,
18
+ SCUMMINESS_ABOVE_AVERAGE = 2,
19
+ SCUMMINESS_BELOW_AVERAGE = 3,
20
+ SCUMMINESS_CRAP = 4,
21
+ SCUMMINESS_SCUM = 5
22
+}
23
24
25
## Parameters
-* **zoneId**:
26
+* **zoneId**: The zone id
27
28
## Return value
29
30
+The zone scumminess level
0 commit comments