Méthode | Description | |
---|---|---|
DrawWinner ( ) : void | ||
Giveaway ( string name, System.TimeSpan time, string word, int cost, bool followed, byte luck, System.TimeSpan response ) : OakBot.Args | ||
Start ( ) : void | ||
Stop ( ) : void |
Méthode | Description | |
---|---|---|
OnWinnerChosen ( |
Méthode | Description | |
---|---|---|
BotChatConnection_ChatMessageReceived ( object o, |
||
GiveawayTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void | ||
MeetsRequirements ( Viewer user ) : bool | ||
NotifyPropertyChanged ( string info ) : void |
public Giveaway ( string name, System.TimeSpan time, string word, int cost, bool followed, byte luck, System.TimeSpan response ) : OakBot.Args | ||
name | string | |
time | System.TimeSpan | |
word | string | |
cost | int | |
followed | bool | |
luck | byte | |
response | System.TimeSpan | |
Résultat | OakBot.Args |
protected OnWinnerChosen ( |
||
e | ||
Résultat | void |