Skip to content

Duel.SendtoGrave

Source Code | Duel Functions

Sends a card or group (Card|Group targets) to the Graveyard with (int reason) as reason, if (int player) is supplied, the destination would be that player's Graveyard. If (int rp) is provided, sets the reason player to be that player. Returns the number of cards successfully sent.

Signature

Duel.SendtoGrave(Card|Group targets, int reason, [int player = PLAYER_NONE, int rp]) → int

lua
Duel.SendtoGrave(targets,reason,player,rp)

Parameters

  • Card|Group targets

    (To be added)

  • int reason

    (To be added)

  • int player

    Optional. Defaults to PLAYER_NONE.

    (To be added)

  • int rp

    Optional.

    (To be added)

Returns


under-construction