Card.IsCanBeXyzMaterial
Source Code | Usage Examples | Card
Functions
Checks if a card (Card c) can be used as an Xyz Material. If (Card sc) is provided, checks if it can be used for that card's Xyz Summon. If tp and the reason are provided, checks if that player can attach the card with the given reason.
Signature
Card.IsCanBeXyzMaterial(Card c
, [Card|nil sc
, int tp
, int reason
]) → bool
lua
c:IsCanBeXyzMaterial(sc,tp,reason)
Parameters
Card
c
(To be added)
Card|nil
sc
Optional.
(To be added)
int
tp
Optional.
(To be added)
int
reason
Optional.
(To be added)