Skip to content

Card.IsCanBeRitualMaterial

Source Code | Card Functions

Checks if a card (Card c) can be used as Tribute for Ritual Summon. If (Card sc) is provided, checks if it can be used as Tribute for that card's Ritual Summon. If (int player) is provided, checks if it can be used by that player.

Signature

Card.IsCanBeRitualMaterial(Card c, [Card sc, int player = PLAYER_NONE]) → bool

lua
c:IsCanBeRitualMaterial(sc,player)

Parameters

  • Card c

    (To be added)

  • Card sc

    Optional.

    (To be added)

  • int player

    Optional. Defaults to PLAYER_NONE.

    (To be added)

Returns


under-construction