C# Class Steamp3.Steam

Show file Open project: ta0soft/STEAMp3

Public Methods

Method Description
Dispose ( ) : void
SendError ( string error, bool chat ) : void
SendMessage ( string msg, bool chat ) : void
SendStatus ( string status, string param, bool chat ) : void
Steam ( ) : System

Private Methods

Method Description
p_Chat_MessageReceived ( SteamAPI chatID, SteamAPI sender, string message ) : void
p_Lobby_MessageReceived ( SteamAPI lobbyID, SteamAPI sender, string message ) : void
p_PM_MessageReceived ( SteamAPI sender, SteamAPI receiver, string message ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SendError() public method

public SendError ( string error, bool chat ) : void
error string
chat bool
return void

SendMessage() public method

public SendMessage ( string msg, bool chat ) : void
msg string
chat bool
return void

SendStatus() public method

public SendStatus ( string status, string param, bool chat ) : void
status string
param string
chat bool
return void

Steam() public method

public Steam ( ) : System
return System