Update Network.CMD_LONGLOC

Wirlaburla 2023-10-04 21:43:30 -04:00
parent 7a0aa22229
commit 808d292879

@ -4,7 +4,7 @@
| ObjID | [ObjectID](Network.ObjectID) | ✗ | Refers to the moving drone. |
| Type | Byte | ✗ | `0x01 (1)` |
| - | - | - | - |
| Velocity X | Short | ✗ | The velocity on the local X axis. |
| Velocity Y | Short | ✗ | The velocity on the local Y axis. |
| Velocity Z | Short | ✗ | The velocity on the local Z axis. |
| Direction | Short | ✗ | The new facing direction. Determines the axis. |
| Velocity X | Short | ✗ | The new location on the X axis. |
| Velocity Y | Short | ✗ | The new location on the Y axis. |
| Velocity Z | Short | ✗ | The new location on the Z axis. |
| Direction | Short | ✗ | The new facing direction. |