Format
typescript
NetConversation.NewUniqueID(type)class: NetConversation
Description
Generate an ID that uniquely identifies an entity, object, or message on the network.
Parameters
| param_name | type | description |
|---|---|---|
| type | string | an entity or message |
Return
| type | description |
|---|---|
Promise<number> | generated id |
