Duel.SendtoExtraP
Source Code | Usage Examples | 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
Card|Group
targets
(To be added)
int|nil
player
Defaults to
PLAYER_NONE
.(To be added)
int
reason
(To be added)
int
rp
Optional.
(To be added)