Skip to content

Duel.GetReleaseGroupCount

Source Code | Duel Functions

Returns the number of cards that would be returned by Duel.GetReleaseGroup

Signature

Duel.GetReleaseGroupCount(int player, [bool use_hand = false, bool use_oppo = false, int reason = REASON_COST]) → int

lua
Duel.GetReleaseGroupCount(player,use_hand,use_oppo,reason)

Parameters

  • int player

    (To be added)

  • bool use_hand

    Optional. Defaults to false.

    (To be added)

  • bool use_oppo

    Optional. Defaults to false.

    (To be added)

  • int reason

    Optional. Defaults to REASON_COST.

    (To be added)

Returns


under-construction