Add Network.CMD_SHORTLOC

Wirlaburla 2023-09-29 02:49:40 -04:00
parent d836730506
commit 94448badb8

10
Network.CMD_SHORTLOC.md Normal file

@ -0,0 +1,10 @@
| Name | Type | Required | Description |
| ---- | ---- | :------: | :---------- |
| Length | Byte | ✗ | |
| ObjID | [ObjectID](Network.ObjectID) | ✗ | Always `0xfe (254)`. |
| Type | Byte | ✗ | `0x04 (4)` |
| - | - | - | - |
| Drone | [ObjectID](Network.ObjectID) | ✗ | Always uses a short ID. |
| Delta X | Byte | ✗ | Movement delta along the X-axis. |
| Delta Y | Byte | ✗ | Movement delta along the Y-axis. |
| Delta Dir | Byte | ✗ | Rotation delta. |