Skip to content

Card.IsXyzMonster

Source Code | Usage Examples | Card Functions

Checks if a card is currently an Xyz Monster.

Signature

Card.IsXyzMonster(Card c) → bool

lua
c:IsXyzMonster()

Parameters

Returns

  • bool

    true if the card is currently an Xyz Monster, false otherwise.


card-check, card-type-related