From a3321ac4b4773ce9fd43b35c6cf727e504b5633b Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 1 Oct 2023 20:30:03 -0400 Subject: [PATCH] Update Network.CMD_ROOMCHNG --- Network.CMD_ROOMCHNG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Network.CMD_ROOMCHNG.md b/Network.CMD_ROOMCHNG.md index 2e2ea14..daa4be4 100644 --- a/Network.CMD_ROOMCHNG.md +++ b/Network.CMD_ROOMCHNG.md @@ -4,8 +4,8 @@ | 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 +| Room | Short | ✗ | The room in which the drone was changed to. | +| Position X | Short | ✗ | The new position on the X axis. | +| Position Y | Short | ✗ | The new position on the Y axis. | +| Position Z | Short | ✗ | The new position on the Z axis. | +| Direction | Short | ✗ | The new facing direction. | \ No newline at end of file