Update Network.CMD_ROOMCHNG

Wirlaburla 2023-10-01 20:30:03 -04:00
parent ec8caa0178
commit a3321ac4b4

@ -4,8 +4,8 @@
| ObjID | [ObjectID](Network.ObjectID) | ✗ | Refers to the drone. | | ObjID | [ObjectID](Network.ObjectID) | ✗ | Refers to the drone. |
| Type | Byte | ✗ | `0x05 (5)` | | Type | Byte | ✗ | `0x05 (5)` |
| - | - | - | - | | - | - | - | - |
| RoomID | Short | ✗ | The room in which the drone was changed to. | | Room | Short | ✗ | The room in which the drone was changed to. |
| Loc X | Short | ✗ | New X position in room. | | Position X | Short | ✗ | The new position on the X axis. |
| Loc Y | Short | ✗ | New Y position in room. | | Position Y | Short | ✗ | The new position on the Y axis. |
| Loc Z | Short | ✗ | New Z position in room. | | Position Z | Short | ✗ | The new position on the Z axis. |
| Rotation | Short | ✗ | New rotation in room. | | Direction | Short | ✗ | The new facing direction. |