Duel.IsCanRemoveCounter
Source Code | Usage Examples | Duel
Functions
Checks if a player (int player) can remove counter(s) (int countertype) (int count) from the field with a reason (int reason). The variables int s and int o are the player's and the opponent's field, respectively, 0 to exclude and nonzero to include.
Signature
Duel.IsCanRemoveCounter(int player
, int s
, int o
, int countertype
, int count
, int reason
) → bool
lua
Duel.IsCanRemoveCounter(player,s,o,countertype,count,reason)
Parameters
int
player
(To be added)
int
s
(To be added)
int
o
(To be added)
int
countertype
(To be added)
int
count
(To be added)
int
reason
(To be added)