Skip to content

Duel.TossCoin ​

Source Code | Usage Examples | Duel Functions

Tosses (int count) coins on behalf of (int player). Returns all the results of the tosses.

Signature ​

Duel.TossCoin(int player, int count) → any

lua
Duel.TossCoin(player,count)

Parameters ​

Returns ​


under-construction