Skip to content

Card.IsSpell

Source Code | Usage Examples | Card Functions

Checks if a card is currently a Spell.

Signature

Card.IsSpell(Card c) → bool

lua
c:IsSpell()

Parameters

Returns

  • bool

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


card-check, card-type-related