diff options
| author | CandyAngel <[email protected]> | 2017-06-07 15:42:58 +0100 |
|---|---|---|
| committer | CandyAngel <[email protected]> | 2017-06-07 15:42:58 +0100 |
| commit | bc7602c65c0e51100fb393c9d0fd00148f2813a0 (patch) | |
| tree | 27f845450b30fd9360fbdc9d5290688d3a160d72 /Packet-types.md | |
| parent | Created PROPREQ (markdown) (diff) | |
| download | libreworlds-wiki-bc7602c65c0e51100fb393c9d0fd00148f2813a0.tar.xz libreworlds-wiki-bc7602c65c0e51100fb393c9d0fd00148f2813a0.zip | |
Add link for PROPREQ and improve description
Diffstat (limited to 'Packet-types.md')
| -rw-r--r-- | Packet-types.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Packet-types.md b/Packet-types.md index 3de5628..9e0e619 100644 --- a/Packet-types.md +++ b/Packet-types.md @@ -8,7 +8,7 @@ | 0x06 | Server/Client | SESSINIT | Used by client to log in to a server, and server to acknowledge and provider more information. Uses old-style property list | | 0x07 | Server/Client | SESSEXIT | Used by client to log off of a server, and server to acknowledge. Uses old-style property list. | | 0x08 | Server | APPINIT | Usage unknown, does not seem to be sent by client. Modifies a state machine upon being received by client. Uses new-style property list. | -| 0x0A | Client | PROPREQ | Request properties. May include a list of properties to request, but that functionality seems to be unused. | +| [[0x0A|PROPREQ]] | Client | [[PROPREQ]] | Sent on connection to request properties (e.g. server type and protocol). May include a list of properties to request, but that functionality seems to be unused. | | 0x0B | Server | DISAPPR | Indicate a Drone should disappear. | | 0x0C | Server | APPRACTR | Indicate a Drone should appear at a room (indicated with a u16), at x, y, z, dir. | | 0x0D | Server | REGOBJID | Associate a long Object ID with a short Object ID, to save bandwidth. These associations seem to be per connection. The object ID in the packet frame is not used for this, and is 0xFF (target connection). | |