Interface ItemCustomComponentBeta

Contains a set of events that will be raised for an item. This object must be bound using the ItemComponentRegistry.

Hierarchy

  • ItemCustomComponent

Properties

Properties

onUse?: ((arg) => void)

Type declaration

    • (arg): void
    • Parameters

      Returns void

      Remarks

      This function will be called when an item containing this component is used by a player.