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