Skip to content

Duel.AnnounceCoin

Source Code | Duel Functions

Asks (int player) to call heads or tails. Returns COIN_HEADS or COIN_TAILS. If confirm_dialog is false, the announce will be performed, but the no selection hint will be shown to the opponent

Signature

Duel.AnnounceCoin(int player, [bool confirm_dialog = true]) → int

lua
Duel.AnnounceCoin(player,confirm_dialog)

Parameters

  • int player

    (To be added)

  • bool confirm_dialog

    Optional. Defaults to true.

    (To be added)

Returns


under-construction