Skip to content

Duel.SendtoHand

Source Code | 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

Returns


under-construction