C# Class SteamChatBot.Triggers.PlayGameTrigger

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

Public Methods

Method Description
PlayGameTrigger ( TriggerType type, string name, TriggerOptionsBase cc ) : System
respondToChatMessage ( SteamID roomID, SteamID chatterId, string message ) : bool
respondToFriendMessage ( SteamID userID, string message ) : bool

Private Methods

Method Description
Respond ( SteamID toID, string message ) : bool

Method Details

PlayGameTrigger() public method

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

respondToChatMessage() public method

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

respondToFriendMessage() public method

public respondToFriendMessage ( SteamID userID, string message ) : bool
userID SteamKit2.SteamID
message string
return bool