FunctionsClubCardGetCopyCardByIDClubCardGetCopyCardByID CallableClubCardGetCopyCardByID(cardId: number): ClubCardCreates a copy of a card from the ClubCardList based on its id. Assigns a new UniqueID and makes the card visible.ParameterscardId: numberThe id of the card to copy.Returns ClubCardA new card object if found, otherwise null.
Creates a copy of a card from the ClubCardList based on its id. Assigns a new UniqueID and makes the card visible.