Cluster Creator Kit Script Reference
    Preparing search index...

    Class ItemTemplateIdItem

    Describes the ID of an item template, which forms the basis of craft items. By passing it to ClusterScript.createItem you can create a craft item.

    Index

    Constructors

    Constructors

    • Creates an instance representing the ID of a Craft Item's template uploaded to Cluster.

      The ID for a Craft Item's template can be obtained with the "Retrieve Craft Item Information" functionality in the Creator Kit. The Item's template ID is the string that follows ItemTemplateId = in the "Retrieve Craft Item Information" window. For details, refer to the documentation.

      Parameters

      • id: string

        UUID formatted string

      Returns ItemTemplateId

      let itemTemplateId = new ItemTemplateId("12345678-abcd-1234-abcd-123456789abc");