Skip to content

Duel.CheckTribute

Source Code | Duel Functions

Checkd if there are valid tributes on the field to summon Card c to tp's field in the zones specified by zone using the rules of a normal tribute summon.

Signature

Duel.CheckTribute(Card c, int min, [int max = min, Group|nil mg, int tp = c:GetControle]) → bool

lua
Duel.CheckTribute(c,min,max,mg,tp)

Parameters

  • Card c

    (To be added)

  • int min

    (To be added)

  • int max

    Optional. Defaults to min.

    (To be added)

  • Group|nil mg

    Optional.

    (To be added)

  • int tp

    Optional. Defaults to c:GetControle.

    (To be added)

Returns


under-construction