• Pings a spot on the minimap.

    Parameters

    • x: number

      horizontal world coordinate of the ping.

    • y: number

      vertical world coordinate of the ping.

    • duration: number

      duration of the ping in seconds.

    Returns void

    Note

    This ping has the semantics of a "simple" ping (GUI/blizzard.j terminology).

    Note

    As a "simple" ping, pings created with this function have a default shape of a rotating circle with 4 arrows pointing inwards and periodically emitting a growing circle that fades out like a pulse. There is also a dot in the center.

    Note

    This ping is neon green on default.

    Note

    There can only be 16 pings at a time. When a new one is created but there are already 16, the oldest will be deleted in favor of the new one. This includes user pings: user pings can be deleted by this function and user pings can overwrite scripted pings.

Generated using TypeDoc