Item
Beta
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.
let itemTemplateId = new ItemTemplateId("12345678-abcd-1234-abcd-123456789abc");
UUID formatted string
Generated using TypeDoc
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.