C# Class Chewie.ChatParser

Show file Open project: Hadlock/ChewieBot Class Usage Examples

Public Methods

Method Description
ChatParser ( ) : System
GetInterface ( ) : bool
GetPipe ( ) : bool
GetSteamClient ( ) : bool
GetUser ( ) : bool
getLogSettings ( ) : bool

Private Methods

Method Description
ChatRoomMsg ( Steam4NET.ChatRoomMsg_t chatMsg ) : void
Clamp ( int value, int min, int max ) : int
handleCMDLIST ( ) : void
handleCMDLIST ( int cnt ) : void
handleCommands ( bool silent, int i, string webURL, string command ) : void
handleCommands ( int cnt, string chewieCMD, string webURL ) : void

Method Details

ChatParser() public method

public ChatParser ( ) : System
return System

GetInterface() public method

public GetInterface ( ) : bool
return bool

GetPipe() public method

public GetPipe ( ) : bool
return bool

GetSteamClient() public method

public GetSteamClient ( ) : bool
return bool

GetUser() public method

public GetUser ( ) : bool
return bool

getLogSettings() public method

public getLogSettings ( ) : bool
return bool