메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
SendError ( string error, bool chat ) : void | ||
SendMessage ( string msg, bool chat ) : void | ||
SendStatus ( string status, string param, bool chat ) : void | ||
Steam ( ) : System |
메소드 | 설명 | |
---|---|---|
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 |
public SendError ( string error, bool chat ) : void | ||
error | string | |
chat | bool | |
리턴 | void |
public SendMessage ( string msg, bool chat ) : void | ||
msg | string | |
chat | bool | |
리턴 | void |
public SendStatus ( string status, string param, bool chat ) : void | ||
status | string | |
param | string | |
chat | bool | |
리턴 | void |