Skip to content

Card.GetSetCard

Source Code | Card Functions

Returns the archetype(s) that "c" has (if it is to be used as material for "scard" with SummonType "sumtype" by player "playerid").

Signature

Card.GetSetCard(Card c, [Card|nil scard, int sumtype = 0, int playerid = PLAYER_NONE]) → int

lua
c:GetSetCard(scard,sumtype,playerid)

Parameters

  • Card c

    (To be added)

  • Card|nil scard

    Optional.

    (To be added)

  • int sumtype

    Optional. Defaults to 0.

    (To be added)

  • int playerid

    Optional. Defaults to PLAYER_NONE.

    (To be added)

Returns


under-construction