Add Network.CMD_ROOMCHNG

Wirlaburla 2023-09-29 15:23:01 -04:00
parent 9c8f03e8a2
commit 7a1fec0557

11
Network.CMD_ROOMCHNG.md Normal file

@ -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. |