Network: document ConnectUpdate

This commit is contained in:
Fabian Dill
2021-11-08 16:58:41 +01:00
parent b9941e40c1
commit ca9bf48ffa
2 changed files with 13 additions and 0 deletions

View File

@@ -213,6 +213,14 @@ Sent by the client to initiate a connection to an Archipelago game session.
#### Authentication
Many, if not all, other packets require a successfully authenticated client. This is described in more detail in [Archipelago Connection Handshake](#Archipelago-Connection-Handshake).
### ConnectUpdate
Update arguments from the Connect package, currently only updating tags is supported.
#### Arguments
| Name | Type | Notes |
| ---- | ---- | ----- |
| tags | list\[str\] | Denotes special features or capabilities that the sender is capable of. [Tags](#Tags) |
### Sync
Sent to server to request a [ReceivedItems](#ReceivedItems) packet to synchronize items.
#### Arguments