Card.IsTrapMonster
Source Code | Usage Examples | Card
Functions
Returns true
if the given card is a Trap Monster. This function does not actually check for the TYPE_TRAPMONSTER
card type, and instead checks if it's a Trap Card with an original Level, Race, or Attribute.
Signature
Card.IsTrapMonster(Card c
) → bool
lua
c:IsTrapMonster()