From 6c268f7cf009487d00e1702b78500ca5434f2e34 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 29 Sep 2023 19:51:52 -0400 Subject: [PATCH] Add Network.CMD_PROPREQ --- Network.CMD_PROPREQ.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Network.CMD_PROPREQ.md diff --git a/Network.CMD_PROPREQ.md b/Network.CMD_PROPREQ.md new file mode 100644 index 0000000..0df946c --- /dev/null +++ b/Network.CMD_PROPREQ.md @@ -0,0 +1,17 @@ +## Server +| Name | Type | Required | Description | +| ---- | ---- | :------: | :---------- | +| Length | Byte | ✗ | | +| ObjID | [ObjectID](Network.ObjectID) | ✗ | ID of object to apply properties to. | +| Type | Byte | ✗ | `0x0A (10)` | +| - | - | - | - | +| Properties | [PropertyList](Network.PropertyList) | ✗ | | + +## Client +| Name | Type | Required | Description | +| ---- | ---- | :------: | :---------- | +| Length | Byte | ✗ | | +| ObjID | [ObjectID](Network.ObjectID) | ✗ | ID of object to request properties from. | +| Type | Byte | ✗ | `0x0A (10)` | +| - | - | - | - | +| ReqIDs | Byte\[\] | | The property IDs to request. | \ No newline at end of file