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
g
Optional.
(To be added)
Card|nil
gc
Optional.
(To be added)
int
chkf
Optional. Defaults to
PLAYER_NONE
.(To be added)