Skip to content

Group.Merge

Source Code | Group Functions

Add a card or group (Card|Group other) to a group (Group g). Returns the group itself. Equivalent to Group.AddCard

Signature

Group.Merge(Group g1, Card|Group other) → Group

lua
g1:Merge(other)

Parameters

Returns


under-construction