From 94448badb8365112fc2ae0aeeee915c34f0955e5 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 29 Sep 2023 02:49:40 -0400 Subject: [PATCH] Add Network.CMD_SHORTLOC --- Network.CMD_SHORTLOC.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Network.CMD_SHORTLOC.md diff --git a/Network.CMD_SHORTLOC.md b/Network.CMD_SHORTLOC.md new file mode 100644 index 0000000..a36e4e9 --- /dev/null +++ b/Network.CMD_SHORTLOC.md @@ -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. | \ No newline at end of file