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
ex
Optional.
(To be added)
int
use_player
Optional.
(To be added)
int
reason
Optional.
(To be added)
int
zone
Optional.
(To be added)