From ec8caa017885319e5e5b5bd8778f591359d79bd2 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sun, 1 Oct 2023 20:29:35 -0400 Subject: [PATCH] Add Network.CMD_TELEPORT --- Network.CMD_TELEPORT.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Network.CMD_TELEPORT.md diff --git a/Network.CMD_TELEPORT.md b/Network.CMD_TELEPORT.md new file mode 100644 index 0000000..6d2f413 --- /dev/null +++ b/Network.CMD_TELEPORT.md @@ -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. | \ No newline at end of file