Skip to content

Duel.IsPlayerCanDiscardDeckAsCost

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

Parameters

Returns


under-construction