Skip to content

Card.GetColumnGroup

Source Code | Card Functions

Returns a group with all the cards that are in the same column as "c". If "left" or "right" are provided, the returned group will also include the cards 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.GetColumnGroup(Card c, [int|nil left, int|nil right]) → Group

lua
c:GetColumnGroup(left,right)

Parameters

Returns


under-construction