UNSTABLE
This function is unstable. May be renamed to avoid confusion about its usage. It may be modified or deleted without notice. Unstable versions will not be documented when modified or deleted.
Card.IsNotTuner
Source Code | Usage Examples | Card Functions
Returns true if the given card can be used for a Synchro Summon as a non-Tuner monster.
Signature
Card.IsNotTuner(Card c, Card scard, int player) → bool
lua
c:IsNotTuner(scard,player)Parameters
Card
cThe card to check.
Card
scardThe Synchro monster to check if it can be Synchro Summoned using
c.int
playerThe player that would perform the Synchro Summon.