C# Class SteamChatBot.Triggers.NoteTrigger

Inheritance: BaseTrigger
Afficher le fichier Open project: Steam-Chat-Bot/SteamChatBot

Méthodes publiques

Méthode Description
NoteTrigger ( TriggerType type, string name, TriggerOptionsBase options ) : System
onLoggedOn ( ) : bool
respondToChatMessage ( SteamID roomID, SteamID chatterId, string message ) : bool

Private Methods

Méthode Description
Respond ( SteamID roomID, SteamID userID, string message ) : bool
SaveNoteTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

NoteTrigger() public méthode

public NoteTrigger ( TriggerType type, string name, TriggerOptionsBase options ) : System
type TriggerType
name string
options SteamChatBot.Triggers.TriggerOptions.TriggerOptionsBase
Résultat System

onLoggedOn() public méthode

public onLoggedOn ( ) : bool
Résultat bool

respondToChatMessage() public méthode

public respondToChatMessage ( SteamID roomID, SteamID chatterId, string message ) : bool
roomID SteamKit2.SteamID
chatterId SteamKit2.SteamID
message string
Résultat bool