- summary: A system notification, sent as a message id plus arguments, optionally forcing a blocking display.
- area: Game.Chat
- confidence: 0.95
A system notification, sent as a message id plus arguments, optionally forcing a blocking display.
- Kind event
- Area Game.Chat
- Named by beta, gamemapping
Like TextInformationEvent, this carries an id and arguments rather than
text - but it is the SYSTEM notification path, and one flag on it matters a
great deal.
hang_up TRUE IS THE DISCONNECT WARNING. The client takes a different branch
for it: before rendering anything it invokes an action on its connection
service, and only then displays the message through the blocking path. In
practice this is the "you are being disconnected" class of notice. A script that
ignores it keeps playing into a session that is about to end.
message_id is resolved against the same information-message table as
TextInformationEvent.message_id but with a SYSTEM-MESSAGE NAMESPACE OFFSET
ADDED FIRST. The raw ids from the two messages are not interchangeable.
parameters are the positional substitution arguments, same rules as the
information line.
When you may send it
- Requires
character_loadedobserved
Related messages
- Unsolicited - nothing you send causes this the server raises system notices on its own
Fields
| # | Field | Type | Meaning | You set it |
|---|---|---|---|---|
| 2 | hang_up | bool | Whether this notice is on the disconnecting path. True makes the client call its connection service before displaying, and display through the blocking path. | never |
| 3 | parameters | repeated string | Ordered substitution arguments for the localised text. Positional; their meaning depends on the message id. | never |
| 4 | message_id | int32 | Which system message this is. (info message id) Resolved after adding the system-message namespace offset - not the same id space as TextInformationEvent.message_id raw. | never |
Recovered with score 220, confidence 0.95, 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: 3 of 4.
Aucun avis à afficher.