C# Class RohBot.Rooms.Steam.SteamRoom

Inheritance: Room
Afficher le fichier Open project: Rohansi/RohBot

Méthodes publiques

Свойство Type Description
EchoWebStates bool
SteamId SteamKit2.SteamID

Méthodes publiques

Méthode Description
Disconnect ( ) : void
Leave ( ) : void
Send ( string str ) : void
SendHistory ( Connection connection ) : void
SendLine ( HistoryLine line ) : void
SteamRoom ( RoomInfo roomInfo ) : System
Update ( ) : void

Private Methods

Méthode Description
HandleEnter ( SteamChat chat, SteamPersona user ) : void
HandleLeave ( SteamChat chat, SteamPersona user, SteamChatLeaveReason reason, SteamPersona sourceUser ) : void
HandleMessage ( SteamChat chat, SteamPersona user, string message ) : void
SendPersistentSysMessage ( string str ) : void

Method Details

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Leave() public méthode

public Leave ( ) : void
Résultat void

Send() public méthode

public Send ( string str ) : void
str string
Résultat void

SendHistory() public méthode

public SendHistory ( Connection connection ) : void
connection Connection
Résultat void

SendLine() public méthode

public SendLine ( HistoryLine line ) : void
line HistoryLine
Résultat void

SteamRoom() public méthode

public SteamRoom ( RoomInfo roomInfo ) : System
roomInfo RoomInfo
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

EchoWebStates public_oe property

public bool EchoWebStates
Résultat bool

SteamId public_oe property

public SteamID,SteamKit2 SteamId
Résultat SteamKit2.SteamID