Cluster Creator Kit Script Reference
    Preparing search index...

    Class ItemIdPlayer

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

    Index

    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.