Add Network.CMD_PROPREQ
parent
50af760cc8
commit
6c268f7cf0
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. |
|
Loading…
Reference in New Issue
Block a user