Add Network.CMD_PROPREQ

Wirlaburla 2023-09-29 19:51:52 -04:00
parent 50af760cc8
commit 6c268f7cf0

17
Network.CMD_PROPREQ.md Normal file

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