Skip to content

Group.Sub

Source Code | Group Functions

Removes from (Group g) a card or group (Card|Group other). Returns the group itself. Equivalent to Group.Remove

Signature

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

lua
g1:Sub(other)

Parameters

Returns


under-construction