Skip to content

Card.IsTrapMonster

Source Code | 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()

Parameters

Returns


card-check, card-type-related