Skip to main content

GameClubCardDrawIcon

Callable

  • GameClubCardDrawIcon(C: Character, X: number, Y: number, Zoom: number): void

  • Draws the Club Card icon of a character


    Parameters

    • C: Character

      Character for which to draw the icons

    • X: number

      Position on the X axis of the canvas

    • Y: number

      Position on the Y axis of the canvas

    • Zoom: number

      Zoom factor of the character

    Returns void

    • Nothing