Skip to content

Card.CheckRemoveOverlayCard

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

Parameters

Returns


under-construction