Card.IsReleasable
Source Code | Usage Examples | Card Functions
Checks if a card (Card c) is able to be Tributed. If the reason is also provided, checks if it can be tributed for that reason, defaulting to REASON_COST.
Signature
Card.IsReleasable(Card c, [int reason]) → bool
lua
c:IsReleasable(reason)