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)