Skip to content

Duel.IsPlayerCanSendtoDeck

Source Code | Duel Functions

If c is not passed, only checks if the player is not affected by EFFECT_CANNOT_TO_DECK, otherwise checks if the player can return the passed card to the deck.

Signature

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

lua
Duel.IsPlayerCanSendtoDeck(player,c)

Parameters

Returns


under-construction