Skip to content

Card.RemoveOverlayCard

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

Returns


under-construction