Card.RemoveOverlayCard
Source Code | Usage Examples | Card Functions
Makes player (int Player) remove overlay cards from a Card (Card c), with minimum of (int min) and maximum of (int max) with (int reason) as reason. Returns the number of cards removed
Signature
Card.RemoveOverlayCard(Card c, int player, int min, int max, int reason) → int
lua
c:RemoveOverlayCard(player,min,max,reason)Parameters
Card
c(To be added)
int
player(To be added)
int
min(To be added)
int
max(To be added)
int
reason(To be added)