Skip to content

Duel.SendtoExtraP

Source Code | Duel Functions

Sends a card or group (Card|Group targets) to the Extra Deck face-up with (int reason) as reason, if (int player) is supplied, the destination would be that player's Extra Deck (for Pendulum monsters only). If (int rp) is provided, sets the reason player to be that player. Returns the number of cards successfully sent.

Signature

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

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

Parameters

Returns


under-construction