Duel.RemoveCounter
Source Code | Usage Examples | Duel
Functions
Makes a player (int player) 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 1 (or higher) to include.
Signature
Duel.RemoveCounter(int player
, int s
, int o
, int countertype
, int count
, int reason
) → bool
lua
Duel.RemoveCounter(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)