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