Card.IsCanBeFusionMaterial
Source Code | Usage Examples | Card Functions
Checks if a card (Card c) can be a Fusion material. If (Card fc) is provided, checks if it can be a Fusion Material for that card. Internally, this is checking if the card does not have status_forbidden and if it is not affected by EFFECT_CANNOT_BE_MATERIAL or EFFECT_CANNOT_BE_FUSION_MATERIAL (to be finished)
Signature
Card.IsCanBeFusionMaterial(Card c, [Card fc, int sumtype = SUMMON_TYPE_FUSION, int playerid = reason]) → bool
lua
c:IsCanBeFusionMaterial(fc,sumtype,playerid)Parameters
Card
c(To be added)
Card
fcOptional.
(To be added)
int
sumtypeOptional. Defaults to
SUMMON_TYPE_FUSION.(To be added)
int
playeridOptional. Defaults to
reason.(To be added)