Add Network.ObjectID
5
Network.ObjectID.md
Normal file
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. |
|
||||
Reference in New Issue
Block a user