Skip to main content

ClubCardRenderHand

Callable

  • ClubCardRenderHand(CCPlayer: ClubCardPlayer, X: number, Y: number, W: number, H: number): void

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


    Parameters

    • CCPlayer: ClubCardPlayer

      The club card player that draws it's hand

    • X: number

      The X on screen position

    • Y: number

      The Y on screen position

    • W: number

      The width of the game board

    • H: number

      The height of the game board

    Returns void

    • Nothing