Skip to content

Card.CancelToGrave

Source Code | Usage Examples | Card Functions

Changes the behavior of the default rule in which certain types of cards are sent to the GY when they resolve (e.g. Normal Spells, Quick-Play Spells, Ritual Spells, Normal Traps, and Counter Traps) and others stay on the field (e.g. Field Spells, Pendulum Spells, Continuous Spells, and Continuous Traps).

Signature

Card.CancelToGrave(Card c, [bool cancel = true]) → nil

lua
c:CancelToGrave(cancel)

Parameters

  • Card c

    The card that will have its behavior modified.

  • bool cancel

    Optional. Defaults to true.

    If set to true, disables the default rule. If set to false, enforces it even for types that would otherwise stay on the field.