Duel.GetMZoneCount
Source Code | Usage Examples | Duel Functions
Gets the number of available Main Monster Zones of a player (target_player)[, excluding card|group (ex), that can be used by the player (use_player), with intention of (reason), among certain zones (zone)] {note: Basically it is Duel.GetLocationCount that excludes}. The second return is a flag with the available zones.
Signature
Duel.GetMZoneCount(int target_player, [Card|Group ex, int use_player, int reason, int zone]) → int, int
lua
Duel.GetMZoneCount(target_player,ex,use_player,reason,zone)Parameters
int
target_player(To be added)
Card|Group
exOptional.
(To be added)
int
use_playerOptional.
(To be added)
int
reasonOptional.
(To be added)
int
zoneOptional.
(To be added)