Update Network.ObjectID
@@ -3,3 +3,12 @@ ObjectIDs are identifiers for dynamic objects. Dynamic objects usually consist o
|
|||||||
| ---- | ---- | :------: | :---------- |
|
| ---- | ---- | :------: | :---------- |
|
||||||
| Short | Byte | ✗ | Refers to an ID previously assigned in the connection. |
|
| Short | Byte | ✗ | Refers to an ID previously assigned in the connection. |
|
||||||
| Long | String | `Short == 0` | If **Short** is 0, the long form is used. |
|
| Long | String | `Short == 0` | If **Short** is 0, the long form is used. |
|
||||||
|
|
||||||
|
## Constant Short IDs
|
||||||
|
Some Short IDs are constant and refer to specific
|
||||||
|
| ID | Description |
|
||||||
|
| --: | :---------- |
|
||||||
|
| 1 | Always refers to the current client. |
|
||||||
|
| 253 | Refers to the current room. |
|
||||||
|
| 254 | Client-side only. |
|
||||||
|
| 255 | Properties only. |
|
||||||
Reference in New Issue
Block a user