Options
Menu

Interface IEntityItemID

Abstract ID for editing model items. Used in EntityItem JS API - When models are created in the JS api, they are given a local creatorTokenID, the actual id for the model is not known until the server responds to the creator with the correct mapping. This class works with the scripting API an allows the developer to edit models they created.

checked against /libraries/entities/src/EntityItemID.{cpp,h} September 18th, 2014

Index

Properties

creatorTokenID

creatorTokenID: number

uint32_t

id

id: number

QUuid

isKnownID

isKnownID: boolean

Methods

convertToCreatorTokenVersion

  • not sure if this is mapped in the JS API these methods will reduce the ID down to half the IDs data to allow for comparisons and searches of known values

    Returns IEntityItemID

convertToKnownIDVersion

  • not sure if this is mapped in the JS API these methods will reduce the ID down to half the IDs data to allow for comparisons and searches of known values

    Returns IEntityItemID

Generated using TypeDoc