From 222630ed1fb5c655d757e504a8279e5c3bc99eab Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 28 Sep 2023 23:49:59 -0400 Subject: [PATCH] Update Network.ObjectID --- Network.ObjectID.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Network.ObjectID.md b/Network.ObjectID.md index 6872d36..182973c 100644 --- a/Network.ObjectID.md +++ b/Network.ObjectID.md @@ -2,4 +2,13 @@ ObjectIDs are identifiers for dynamic objects. Dynamic objects usually consist o | Name | Type | Required | Description | | ---- | ---- | :------: | :---------- | | Short | Byte | ✗ | Refers to an ID previously assigned in the connection. | -| Long | String | `Short == 0` | If **Short** is 0, the long form is used. | \ No newline at end of file +| 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. | \ No newline at end of file