Card.CheckFusionMaterial
Source Code | Usage Examples | Card Functions
Check if g contains a set of fusion material that c needs [must contain gc]. Check the Condition function for the effect of EFFECT_FUSION_MATERIAL according to the type of c
Signature
Card.CheckFusionMaterial(Card c, [Group g, Card|nil gc, int chkf = PLAYER_NONE]) → bool
lua
c:CheckFusionMaterial(g,gc,chkf)Parameters
Card
c(To be added)
Group
gOptional.
(To be added)
Card|nil
gcOptional.
(To be added)
int
chkfOptional. Defaults to
PLAYER_NONE.(To be added)