Skip to content

Duel.SelectEffectYesNo

Source Code | Duel Functions

Asks (int player) Yes or No, with the question being specified by (int desc) highlighting the passed card (Card c). The default string ask the player if they want to use the effect of "card x"

Signature

Duel.SelectEffectYesNo(int player, Card c, [int description = 3]) → bool

lua
Duel.SelectEffectYesNo(player,c,description)

Parameters

  • int player

    (To be added)

  • Card c

    (To be added)

  • int description

    Optional. Defaults to 3.

    (To be added)

Returns


under-construction