From 7a1fec0557c641a5cd224e63700cc4f3671673e6 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 29 Sep 2023 15:23:01 -0400 Subject: [PATCH] Add Network.CMD_ROOMCHNG --- Network.CMD_ROOMCHNG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Network.CMD_ROOMCHNG.md diff --git a/Network.CMD_ROOMCHNG.md b/Network.CMD_ROOMCHNG.md new file mode 100644 index 0000000..2e2ea14 --- /dev/null +++ b/Network.CMD_ROOMCHNG.md @@ -0,0 +1,11 @@ +| Name | Type | Required | Description | +| ---- | ---- | :------: | :---------- | +| Length | Byte | ✗ | | +| ObjID | [ObjectID](Network.ObjectID) | ✗ | Refers to the drone. | +| Type | Byte | ✗ | `0x05 (5)` | +| - | - | - | - | +| RoomID | Short | ✗ | The room in which the drone was changed to. | +| Loc X | Short | ✗ | New X position in room. | +| Loc Y | Short | ✗ | New Y position in room. | +| Loc Z | Short | ✗ | New Z position in room. | +| Rotation | Short | ✗ | New rotation in room. | \ No newline at end of file