Duel.SelectFieldZone
Source Code | Usage Examples | Duel
Functions
Asks (int player) to choose a number of Zones up to (int count), in locations (int s) for the player and (int o) for their opponent, that are bitmasked by (int filter) <in another word, zones that are not filter>. This function allows the player to select ANY field zone, even those that are currently occupied by other cards.
Signature
Duel.SelectFieldZone(int player
, int count
, int s
, int o
, [int filter
= 3772834016
]) → int
lua
Duel.SelectFieldZone(player,count,s,o,filter)
Parameters
int
player
(To be added)
int
count
(To be added)
int
s
(To be added)
int
o
(To be added)
int
filter
Optional. Defaults to
3772834016
.(To be added)