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.

Hierarchy

  • ItemTemplateId

Constructors

Constructors

  • Beta

    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.

    Example

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

    Parameters

    • id: string

      UUID formatted string

    Returns ItemTemplateId

Generated using TypeDoc