ZoneEntry
| Field |
Type |
Description
|
| state |
Enum.ZoneControlState |
|
| activeState |
Enum.ZoneControlActiveState |
|
| fillType |
Enum.ZoneControlFillType |
|
| min |
number |
|
| max |
number |
|
| current |
number |
|
| capturePoint |
number |
|
| tooltip |
string |
|
|
Enum.ZoneControlState
| Value |
Field |
Description
|
| 0 |
State1 |
|
| 1 |
State2 |
|
Enum.ZoneControlActiveState
| Value |
Field |
Description
|
| 0 |
Inactive |
|
| 1 |
Active |
|
Enum.ZoneControlFillType
| Value |
Field |
Description
|
| 0 |
SingleFillClockwise |
|
| 1 |
SingleFillCounterClockwise |
|
| 2 |
DoubleFillClockwise |
|
| 3 |
DoubleFillCounterClockwise |
|
|