From c7c45f2f73b29aa72b5c6a8fb2b942772522b951 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 28 Sep 2023 22:04:05 -0400 Subject: [PATCH] Add Network.ObjectID --- Network.ObjectID.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Network.ObjectID.md diff --git a/Network.ObjectID.md b/Network.ObjectID.md new file mode 100644 index 0000000..6872d36 --- /dev/null +++ b/Network.ObjectID.md @@ -0,0 +1,5 @@ +ObjectIDs are identifiers for dynamic objects. Dynamic objects usually consist of Drones and shared-state elements. The ObjectID format is always the same regardless if from the server or client. +| 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