Duel.AnnounceCoin
Source Code | Usage Examples | 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)