- summary: Whether a haven bag room list is the complete set or an amendment to the set you already hold.
- area: Game.Haven.Bag
- confidence: 0.93
Whether a haven bag room list is the complete set or an amendment to the set you already hold.
- Kind enum
- Area Game.Haven.Bag
- Named by beta
Two states, and reading the wrong one loses rooms silently rather than raising an error.
DISPATCH means the accompanying list is everything: replace what you hold with it. UPDATE means the list is a delta: keep what you hold, match each entry by room id, and overwrite only that room's theme, appending any room id you have not seen.
The real client implements this as a single test against DISPATCH, so anything that is not DISPATCH is treated as UPDATE.
Not sent on its own — it is only ever the selector carried by HavenBagRoomUpdateEvent.action. inferred
Used by
Values
| Value | Number | Meaning |
|---|---|---|
HAVEN_BAG_ROOM_DISPATCH | 0 | The list is the complete set of rooms; replace what you hold. |
HAVEN_BAG_ROOM_UPDATE | 1 | The list amends what you hold; match each entry by room id and overwrite only its theme. |
Recovered with score 120, confidence 0.93, margin 120 over the runner-up. A margin close to the score means nothing else came near; a thin margin means a decoy nearly won. Members recovered: 2 of 2.
Aucun avis à afficher.