Duel.SelectDisableField
Source Code | Usage Examples | Duel Functions
Asks (int player) to select zones to be disabled, a number of zones up to (int count), in locations (location_player) for the player and (location_oppo) for their opponent, that are bitmasked by (int filter). In another word, zones that are not filter. If all_field is true the player can select any zones, including Pendulum and Extra Monster Zone which are normally not allowed.
Signature
Duel.SelectDisableField(int player, int count, int location_player, int location_oppo, [int filter = 3772834016, bool all_field = false]) → int
lua
Duel.SelectDisableField(player,count,location_player,location_oppo,filter,all_field)Parameters
int
player(To be added)
int
count(To be added)
int
location_player(To be added)
int
location_oppo(To be added)
int
filterOptional. Defaults to
3772834016.(To be added)
bool
all_fieldOptional. Defaults to
false.(To be added)