Duel.GetTributeCount
Source Code | Usage Examples | Duel
Functions
Returns the number of cards that are usable for a tribute summon by c's controller. By default it only check the controller's field and opponent's cards with an extra release effects applied to them. If ex is true then all the cards on the opposing side of the field are considered regardless. If mg is passed, the cards are picked only among that group. deprecated and should not be used
Signature
Duel.GetTributeCount(Card c
, [Group mg
= nil
, bool ex
= false
]) → int
lua
Duel.GetTributeCount(c,mg,ex)
Parameters
Card
c
(To be added)
Group
mg
Optional. Defaults to
nil
.(To be added)
bool
ex
Optional. Defaults to
false
.(To be added)