Skip to main content

ExtendedItemDrawHeader

Callable

  • ExtendedItemDrawHeader(X?: number, Y?: number, Item?: Item): void

  • Common draw function for drawing the header of the extended item menu screen. Automatically applies any Locked and/or Vibrating options to the preview.


    Parameters

    • X: number = 1387

      Position of the preview box on the X axis

    • Y: number = 55

      Position of the preview box on the Y axis

    • Item: Item = DialogFocusItem

      The item for whom the preview box should be drawn

    Returns void

    Nothing