A reference to an item that can be handled from PlayerScript. When receiving messages sent by PlayerHandle.send, ItemHandle is converted to ItemId.

Hierarchy

  • ItemId

Properties

Properties

id: string

A string representation of an ID that uniquely represents an item in the space. An ItemId with equal id points to the same item. The same as the value of ItemHandle.id.

type: "item"

Returns string "item". This value can be used to distinguish ItemId and PlayerId.

Generated using TypeDoc