C# Class SteamChatBot.Triggers.NoteTrigger

Inheritance: BaseTrigger
Mostrar archivo Open project: Steam-Chat-Bot/SteamChatBot

Public Methods

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

Private Methods

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

Method Details

NoteTrigger() public method

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

onLoggedOn() public method

public onLoggedOn ( ) : bool
return bool

respondToChatMessage() public method

public respondToChatMessage ( SteamID roomID, SteamID chatterId, string message ) : bool
roomID SteamKit2.SteamID
chatterId SteamKit2.SteamID
message string
return bool