Add Network.CMD_LONGLOC

Wirlaburla 2023-09-29 01:45:52 -04:00
parent 15891ad811
commit 3013f01648

10
Network.CMD_LONGLOC.md Normal file

@ -0,0 +1,10 @@
| Name | Type | Required | Description |
| ---- | ---- | :------: | :---------- |
| Length | Byte | ✗ | |
| ObjID | [ObjectID](Network.ObjectID) | ✗ | Refers to the moving drone. |
| Type | Byte | ✗ | `0x01 (1)` |
| - | - | - | - |
| Loc X | Short | ✗ | X Position |
| Loc Y | Short | ✗ | Y Position |
| Loc Z | Short | ✗ | Z Position |
| Direction | Short | ✗ | Direction |