Skip to content

Group.AddCard

Source Code | Group Functions

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

Signature

Group.AddCard(Group g, Card|Group other) → Group

lua
g:AddCard(other)

Parameters

Returns


under-construction