Skip to content

Format

typescript
NetConversation.NewUniqueID(type)

class: NetConversation

Description

Generate an ID that uniquely identifies an entity, object, or message on the network.

Parameters

param_nametypedescription
typestringan entity or message

Return

typedescription
Promise<number>generated id

Code Example