Duel.IsPlayerCanRemove
Source Code | Usage Examples | Duel Functions
If c is not passed, only checks if the player is not affected by EFFECT_CANNOT_REMOVE, otherwise checks if the player can banish the passed card.
Signature
Duel.IsPlayerCanRemove(int player, [Card c]) → bool
lua
Duel.IsPlayerCanRemove(player,c)