Skip to content

Card.CancelToGrave

Source Code | Card Functions

if cancel is true, cancels the to-grave rule and movement of a card (Card c). If false, enforce the rule that it must go from the field to Graveyard instead.

Signature

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

lua
c:CancelToGrave(cancel)

Parameters

  • Card c

    (To be added)

  • bool cancel

    Optional. Defaults to true.

    (To be added)


under-construction