C# 클래스 SteamChatBot.Triggers.NotificationTrigger

상속: BaseTrigger
파일 보기 프로젝트 열기: Steam-Chat-Bot/SteamChatBot

공개 메소드들

메소드 설명
NotificationTrigger ( TriggerType type, string name, TriggerOptionsBase options ) : System
onLoggedOn ( ) : bool
respondToChatMessage ( SteamID roomID, SteamID chatterId, string message ) : bool
respondToFriendMessage ( SteamID userID, string message ) : bool

비공개 메소드들

메소드 설명
CheckIfDBExists ( SteamID userID ) : void
Respond ( SteamID toID, SteamID userID, string message, bool room ) : bool
SaveTimer_Elapsed ( object sender, ElapsedEventArgs e ) : void

메소드 상세

NotificationTrigger() 공개 메소드

public NotificationTrigger ( TriggerType type, string name, TriggerOptionsBase options ) : System
type TriggerType
name string
options SteamChatBot.Triggers.TriggerOptions.TriggerOptionsBase
리턴 System

onLoggedOn() 공개 메소드

public onLoggedOn ( ) : bool
리턴 bool

respondToChatMessage() 공개 메소드

public respondToChatMessage ( SteamID roomID, SteamID chatterId, string message ) : bool
roomID SteamID
chatterId SteamID
message string
리턴 bool

respondToFriendMessage() 공개 메소드

public respondToFriendMessage ( SteamID userID, string message ) : bool
userID SteamID
message string
리턴 bool