Skip to content

Card.IsCanBeFusionMaterial

Source Code | 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 fc

    Optional.

    (To be added)

  • int sumtype

    Optional. Defaults to SUMMON_TYPE_FUSION.

    (To be added)

  • int playerid

    Optional. Defaults to reason.

    (To be added)

Returns


under-construction