Skip to main content

ClubCardRenderCard

Callable

  • ClubCardRenderCard(Card: number | ClubCard, X: number, Y: number, W: number, Sleeve?: string, Source?: string): void

  • Draw the club card player hand on screen, show only sleeves if not controlled by player


    Parameters

    • Card: number | ClubCard

      The card to draw

    • X: number

      The X on screen position

    • Y: number

      The Y on screen position

    • W: number

      The width of the card

    • Sleeve: string = null

      The sleeve image to draw instead of the card

    • Source: string = null

      The source from where it's called

    Returns void

    • Nothing