WorldList¶
Namespace: LobbyToClient · Opcode: 0x000C (12)
Lobby-to-client world list reply. A u8-counted list of worlds, each with a u8-counted list of channels.
Fields¶
| Field | Type | Modifiers | Description |
|---|---|---|---|
Worlds |
list |
lensz=1, element=WorldEntry |
Active worlds the player can join. |
Helper types¶
ChannelEntry¶
One channel inside a world entry.
| Field | Type | Modifiers | Description |
|---|---|---|---|
Name |
string |
lensz=2, encoding=utf8 |
Channel display name. |
PingMs |
u16 |
— | Cosmetic ping value; the reference server sends 1. |
Visibility |
u8 |
— | 0 = visible, 2 = hidden / PvP. |
WorldEntry¶
One world entry in the world list.
| Field | Type | Modifiers | Description |
|---|---|---|---|
WorldId |
u8 |
— | Numeric world id. |
Name |
string |
lensz=2, encoding=utf8 |
World display name. |
Channels |
list |
lensz=1, element=ChannelEntry |
Channels on this world. |