Add Network.CMD_APPRACTR

Wirlaburla 2023-09-30 02:46:10 -04:00
parent d311918df8
commit 6645d6ae4e

11
Network.CMD_APPRACTR.md Normal file

@ -0,0 +1,11 @@
| Name | Type | Required | Description |
| ---- | ---- | :------: | :---------- |
| Length | Byte | ✗ | |
| ObjID | [ObjectID](Network.ObjectID) | ✗ | Refers to the drone appearing. |
| Type | Byte | ✗ | `0x0C (12)` |
| - | - | - | - |
| Room | Short | ✗ | The ID of the room appearing in. |
| Loc X | Short | ✗ | X Position |
| Loc Y | Short | ✗ | Y Position |
| Loc Z | Short | ✗ | Z Position |
| Direction | Short | ✗ | Direction |