Duel.SendtoHand
Source Code | Usage Examples | Duel
Functions
Sends a card or group (Card|Group targets) to the Hand with (int reason) as reason, if (int player) is supplied, the destination would be that player's hand. If (int rp) is provided, sets the reason player to be that player. Returns the number of cards successfully sent.
Signature
Duel.SendtoHand(Card|Group targets
, int|nil player
= PLAYER_NONE
, int reason
, [int rp
]) → int
lua
Duel.SendtoHand(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)