Card.GetColumnZone
Source Code | Usage Examples | Card
Functions
Returns all the zones in the same column as "c" that are part of the location "loc". If "cp" is provided, the returned zones will only include the ones that belong to player "cp". If "left" or "right" are provided, the returned zones will also include the ones from the N columns on the left or right of "c" respectively, where N is the number passed for the "left" or "right" parameter.
Signature
Card.GetColumnZone(Card c
, int loc
, [int|nil left
, int|nil right
, int cp
]) → int
lua
c:GetColumnZone(loc,left,right,cp)
Parameters
Card
c
(To be added)
int
loc
(To be added)
int|nil
left
Optional.
(To be added)
int|nil
right
Optional.
(To be added)
int
cp
Optional.
(To be added)