From 341e4e9b8886d35a2b256514e1f4ea05ac2ab886 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Sat, 30 Sep 2023 16:03:37 -0400 Subject: [PATCH] Add Network.CMD_PROPUPD --- Network.CMD_PROPUPD.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Network.CMD_PROPUPD.md diff --git a/Network.CMD_PROPUPD.md b/Network.CMD_PROPUPD.md new file mode 100644 index 0000000..9ed25c7 --- /dev/null +++ b/Network.CMD_PROPUPD.md @@ -0,0 +1,7 @@ +| Name | Type | Required | Description | +| ---- | ---- | :------: | :---------- | +| Length | Byte | ✗ | | +| ObjID | [ObjectID](Network.ObjectID) | ✗ | The object the properties are for. | +| Type | Byte | ✗ | `0x0F (15)` | +| - | - | - | - | +| Properties | [PropertyList](Network.PropertyList) | ✗ | Properties to update for object. | \ No newline at end of file