Skip to main content

ClubCardGetCopyCardByID

Callable

  • ClubCardGetCopyCardByID(cardId: number): ClubCard

  • Creates a copy of a card from the ClubCardList based on its id. Assigns a new UniqueID and makes the card visible.


    Parameters

    • cardId: number

      The id of the card to copy.

    Returns ClubCard

    • A new card object if found, otherwise null.