Skip to content

Group.Select

Source Code | Group Functions

Makes a player (int player) select members of a group (Group g), with a minimum (int min) and a maximum (int max), then outputs the result as a new Group. Excludes a card (Card ex) if it is not nil. If (bool cancelable) is true and the selection is canceled nil will be returned.

Signature

Group.Select(Group g, int player, int min, int max, [bool cancelable = false]) → Group

lua
g:Select(player,min,max,cancelable)

Parameters

Returns


under-construction