Add Network.ObjectID

Wirlaburla 2023-09-28 22:04:05 -04:00
parent 4bb5f06ceb
commit c7c45f2f73

5
Network.ObjectID.md Normal file

@ -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. |