Add Network.CMD_PROPREQ
17
Network.CMD_PROPREQ.md
Normal file
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. |
|
||||
Reference in New Issue
Block a user