Skip to content

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 | 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 c

    The card to check.

  • Card scard

    The Synchro monster to check if it can be Synchro Summoned using c.

  • int player

    The player that would perform the Synchro Summon.

Returns

  • bool

    If c is currently not a Tuner monster.


card-check, card-type-related