FunctionsClubCardGetCopyCardByNameClubCardGetCopyCardByName CallableClubCardGetCopyCardByName(cardName: string): ClubCardCreates a copy of a card from the ClubCardList based on its name. Assigns a new UniqueID and makes the card visible.ParameterscardName: stringThe name 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 name. Assigns a new UniqueID and makes the card visible.