- summary: The account's permission flags for this session, as an opaque block of five booleans.
- area: Game.Account
- confidence: 0.87
The account's permission flags for this session, as an opaque block of five booleans.
- Kind event
- Area Game.Account
- Named by stringtable
Pushed during account setup. You receive it, record it, and never reply - nothing in the protocol is gated on having processed it.
THE FIVE FLAGS ARE NOT INDIVIDUALLY RECOVERED and are deliberately left
unnamed. Every line of evidence that names things elsewhere in this catalogue
fails here: the unobfuscated reference build has no account-rights type in the
game protocol, the early 3.x name map has none either, and the client's handlers
branch only on the BLOCK's presence, never on an individual flag. Read them
positionally as opaque flags, or ignore them - see Rights.
THE DECLARATION CARRIES TWO FIELDS OF THE SAME NESTED TYPE and only one is ever read. Five consumers across two services all read the same member and never touch the other, which is what makes the named one the real one.
This record describes the current build. Earlier builds either lack the message or carry a different shape.
When you may send it
- Requires
authenticatedobserved
Related messages
- Unsolicited - nothing you send causes this no client writer constructs it in any dumped build and there is no matching request message
Fields
| # | Field | Type | Meaning | You set it |
|---|---|---|---|---|
| 1 | rights | Rights | The account's permission-flag block. See Rights. The only member any client consumer reads.The declaration carries a second field of the identical type that nothing reads. | never |
Recovered with score 220, confidence 0.87, margin 220 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: 1 of 2.
Aucun avis à afficher.