Skip to content

Card.GetColumnZone

Source Code | 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

Returns


under-construction