Skip to main content

ClubCardDiscardCard

Callable

  • ClubCardDiscardCard(CCPlayer: ClubCardPlayer, Pos: number, DiscardFrom?: string): void

  • Removes a card from a player hand


    Parameters

    • CCPlayer: ClubCardPlayer

      The club card player that discards

    • Pos: number

      The location of the card to discard

    • DiscardFrom: string = "Hand"

      The pile to discard from

    Returns void

    • Nothing