Card.IsCanRemoveCounter
Source Code | Usage Examples | Card
Functions
Checks if a number (int count) of the specified counter (int countertype) can be removed from a card (Card c), with reason described by (int reason)
Signature
Card.IsCanRemoveCounter(Card c
, int player
, int countertype
, int count
, int reason
) → bool
lua
c:IsCanRemoveCounter(player,countertype,count,reason)
Parameters
Card
c
(To be added)
int
player
(To be added)
int
countertype
(To be added)
int
count
(To be added)
int
reason
(To be added)