Skip to main content

ItemColorClickDefault

Callable

  • ItemColorClickDefault(x: number, y: number, width: number): void

  • Click handler for the item color UI when it's in default mode


    Parameters

    • x: number

      The x-coordinate at which the default UI was drawn

    • y: number

      The y-coordinate at which the default UI was drawn

    • width: number

      The width with which the default UI was drawn

    Returns void

    • Nothing