Group.Sub
Source Code | Usage Examples | 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)