Card.CheckRemoveOverlayCard
Source Code | Usage Examples | Card
Functions
Checks if the player (int player) can remove a number (int count) of Xyz materials from a Card c for a specific reason (int reason)
Signature
Card.CheckRemoveOverlayCard(Card c
, int player
, int count
, int reason
) → bool
lua
c:CheckRemoveOverlayCard(player,count,reason)