Skip to content

Card.GetLinkedGroup

Source Code | Card Functions

Returns a group with all the cards that "c" points to. (Returns an empty group if it does not point to any cards.)

Signature

Card.GetLinkedGroup(Card c) → Group

lua
c:GetLinkedGroup()

Parameters

Returns


under-construction