Skip to main content

ClubCardRemoveFromBoard

Callable

  • ClubCardRemoveFromBoard(CCPlayer: ClubCardPlayer, Card: ClubCard, DontDiscard?: boolean, MessageType?: string): void

  • Removes a card from a player board


    Parameters

    • CCPlayer: ClubCardPlayer

      The club card player

    • Card: ClubCard

      The card object to remove

    • DontDiscard: boolean = false

      If the card dont need to go to the discard pile

    • optionalMessageType: string = ClubCardMessageType.CARDEFFECT

    Returns void

    • Nothing