Skip to main content

CraftingUpdateFromItem

Callable

  • CraftingUpdateFromItem(item: Item): void

  • Update CraftingSelectedItem.ItemProperties with a select few properties from the passed item.


    Parameters

    • item: Item

      The item whose properties should be coppied.

    Returns void