Add Network.CMD_TELEPORT

Wirlaburla 2023-10-01 20:29:35 -04:00
parent 62c02da799
commit ec8caa0178

13
Network.CMD_TELEPORT.md Normal file

@ -0,0 +1,13 @@
| Name | Type | Required | Description |
| ---- | ---- | :------: | :---------- |
| Length | Byte | ✗ | |
| ObjID | [ObjectID](Network.ObjectID) | ✗ | The drone teleporting. |
| Type | Byte | ✗ | `0x12 (18)` |
| - | - | - | - |
| Room | Short | ✗ | The room the drone is teleporting to or from. |
| Exit Type | Byte | ✗ | If the value is not `0`, the drone exited the room. |
| Entry Type | Byte | ✗ | If **Exit Type** is `0`, this is checked. If the value is not `0`, the drone has entered the room. |
| Position X | Short | ✗ | The new position on the X axis. |
| Position Y | Short | ✗ | The new position on the Y axis. |
| Position Z | Short | ✗ | The new position on the Z axis. |
| Direction | Short | ✗ | The new facing direction. |