Skip to content

Card.IsNormalSpellTrap

Source Code | Usage Examples | Card Functions

Checks if a card is currently a Normal Spell/Trap.

Signature

Card.IsNormalSpellTrap(Card c) → bool

lua
c:IsNormalSpellTrap()

Parameters

Returns

  • bool

    true if the card is currently a Normal Spell/Trap, false otherwise.


card-check, card-type-related