Skip to content

Duel.SelectReleaseGroupCost

Source Code | Duel Functions

Selects monsters to be tributed by int sel_player, applying the same filtering rules as Duel.CheckReleaseGroupCost.

Signature

Duel.SelectReleaseGroupCost(int player, function f, int min, int max, bool use_hand, function specialchk, Card|Group|nil ex, any ...) → Group

lua
Duel.SelectReleaseGroupCost(player,f,min,max,use_hand,specialchk,ex,...)

Parameters

Returns


under-construction