Skip to content

Card.IsNormalSpell

Source Code | Usage Examples | Card Functions

Checks if a card is currently a Normal Spell.

Signature

Card.IsNormalSpell(Card c) → bool

lua
c:IsNormalSpell()

Parameters

Returns

  • bool

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


card-check, card-type-related