Skip to main content

ClubCardRenderBoard

Callable

  • ClubCardRenderBoard(CCPlayer: any, X: number, Y: number, W: number, H: number, Mirror: boolean): void

  • Draw the club card player board on screen


    Parameters

    • CCPlayer: any

      The club card player that draws the cards

    • 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

    • Mirror: boolean

      If the board should be rendered bottom to top

    Returns void

    • Nothing