Add Network.CMD_PROPUPD

Wirlaburla 2023-09-30 16:03:37 -04:00
parent d3a1b8334f
commit 341e4e9b88

7
Network.CMD_PROPUPD.md Normal file

@ -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. |