Card.IsAbleToRemoveAsCost
Source Code | Usage Examples | Card Functions
Checks if a card (Card c) is able to be banished as a cost. If (int pos) is provided, checks if it can be banished in that position.
Signature
Card.IsAbleToRemoveAsCost(Card c, [int pos = POS_FACEUP]) → bool
lua
c:IsAbleToRemoveAsCost(pos)