Skip to content

Card.IsMonster

Source Code | Card Functions

Returns true if the given card is currently a monster.

Signature

Card.IsMonster(Card c) → bool

lua
c:IsMonster()

Parameters

Returns

  • bool

    If c is currently a monster.


card-check, card-type-related