Duel.SelectReleaseGroupCost
Source Code | Usage Examples | 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
int
player
(To be added)
function
f
(To be added)
int
min
(To be added)
int
max
(To be added)
bool
use_hand
(To be added)
function
specialchk
(To be added)
Card|Group|nil
ex
(To be added)
any
...
(To be added)