Skip to content

Duel.IsPlayerCanSendtoHand

Source Code | Duel Functions

If c is not passed, only checks if the player is not affected by EFFECT_CANNOT_TO_HAND, otherwise checks if the player can send the passed card to the Hand.

Signature

Duel.IsPlayerCanSendtoHand(int player, [Card c]) → bool

lua
Duel.IsPlayerCanSendtoHand(player,c)

Parameters

Returns


under-construction