Group.RemoveCard
Source Code | Usage Examples | Group Functions
Removes from (Group g) a card or group (Card|Group other). Returns the group itself. Equivalent to Group.Sub
Signature
Group.RemoveCard(Group g, Card|Group other) → Group
lua
g:RemoveCard(other)