Duel.IsPlayerCanDiscardDeckAsCost
Source Code | Usage Examples | Duel
Functions
Checks if a player (int player) can mill a number of cards (int count) from their Deck as cost
Signature
Duel.IsPlayerCanDiscardDeckAsCost(int player
, int count
) → bool
lua
Duel.IsPlayerCanDiscardDeckAsCost(player,count)