메소드 | 설명 | |
---|---|---|
AddFriend ( |
Sends a friend request to a user.
|
|
AddFriend ( string accountNameOrEmail ) : void |
Sends a friend request to a user.
|
|
BanChatMember ( |
Bans the specified chat member from the given chat room.
|
|
GetClanAvatar ( |
Gets a SHA-1 hash representing the clan's avatar.
|
|
GetClanByIndex ( int index ) : |
Gets a clan SteamID by index.
|
|
GetClanCount ( ) : int |
Gets the count of clans the local user is a member of.
|
|
GetClanName ( |
Gets the name of a clan.
|
|
GetClanRelationship ( |
Gets the relationship of a clan.
|
|
GetFriendAvatar ( |
Gets a SHA-1 hash representing the friend's avatar.
|
|
GetFriendByIndex ( int index ) : |
Gets a friend by index.
|
|
GetFriendCount ( ) : int |
Gets the friend count of the local user.
|
|
GetFriendGamePlayed ( |
Gets the GameID of a friend playing a game.
|
|
GetFriendGamePlayedName ( |
Gets the game name of a friend playing a game.
|
|
GetFriendPersonaName ( |
Gets the persona name of a friend.
|
|
GetFriendPersonaState ( |
Gets the persona state of a friend.
|
|
GetFriendRelationship ( |
Gets the relationship of a friend.
|
|
GetPersonaName ( ) : string |
Gets the local user's persona name.
|
|
GetPersonaState ( ) : EPersonaState |
Gets the local user's persona state.
|
|
HandleMsg ( IPacketMsg packetMsg ) : void |
Handles a client message. This should not be called directly.
|
|
JoinChat ( |
Attempts to join a chat room.
|
|
KickChatMember ( |
Kicks the specified chat member from the given chat room.
|
|
LeaveChat ( |
Attempts to leave a chat room.
|
|
RemoveFriend ( |
Removes a friend from your friends list.
|
|
RequestFriendInfo ( IEnumerable |
Requests persona state for a list of specified SteamID. Results are returned in SteamFriends.PersonaStateCallback.
|
|
RequestFriendInfo ( |
Requests persona state for a specified SteamID. Results are returned in SteamFriends.PersonaStateCallback.
|
|
SendChatMessage ( |
Sends a chat message to a friend.
|
|
SendChatRoomMessage ( |
Sends a message to a chat room.
|
|
SetPersonaName ( string name ) : void |
Sets the local user's persona name and broadcasts it over the network.
|
|
SetPersonaState ( EPersonaState state ) : void |
Sets the local user's persona state and broadcasts it over the network.
|
|
getFriends ( ) : List |
메소드 | 설명 | |
---|---|---|
HandleAccountInfo ( IPacketMsg packetMsg ) : void | ||
HandleChatActionResult ( IPacketMsg packetMsg ) : void | ||
HandleChatEnter ( IPacketMsg packetMsg ) : void | ||
HandleChatInvite ( IPacketMsg packetMsg ) : void | ||
HandleChatMemberInfo ( IPacketMsg packetMsg ) : void | ||
HandleChatMsg ( IPacketMsg packetMsg ) : void | ||
HandleFriendMsg ( IPacketMsg packetMsg ) : void | ||
HandleFriendResponse ( IPacketMsg packetMsg ) : void | ||
HandleFriendsList ( IPacketMsg packetMsg ) : void | ||
HandlePersonaState ( IPacketMsg packetMsg ) : void | ||
SteamFriends ( ) : System.Collections.Generic |
public AddFriend ( |
||
steamId | The SteamID of the friend to add. | |
리턴 | void |
public AddFriend ( string accountNameOrEmail ) : void | ||
accountNameOrEmail | string | The account name or email of the user. |
리턴 | void |
public BanChatMember ( |
||
steamIdChat | The SteamID of chat room to ban the member from. | |
steamIdMember | The SteamID of the member to ban from the chat. | |
리턴 | void |
public GetClanAvatar ( |
||
steamId | The SteamID of the clan to get the avatar of. | |
리턴 | byte[] |
public GetClanByIndex ( int index ) : |
||
index | int | The index. |
리턴 |
public GetClanName ( |
||
steamId | The clan SteamID. | |
리턴 | string |
public GetClanRelationship ( |
||
steamId | The clan steamid. | |
리턴 | EClanRelationship |
public GetFriendAvatar ( |
||
steamId | The SteamID of the friend to get the avatar of. | |
리턴 | byte[] |
public GetFriendByIndex ( int index ) : |
||
index | int | The index. |
리턴 |
public GetFriendGamePlayed ( |
||
steamId | The steam id. | |
리턴 |
public GetFriendGamePlayedName ( |
||
steamId | The steam id. | |
리턴 | string |
public GetFriendPersonaName ( |
||
steamId | The steam id. | |
리턴 | string |
public GetFriendPersonaState ( |
||
steamId | The steam id. | |
리턴 | EPersonaState |
public GetFriendRelationship ( |
||
steamId | The steam id. | |
리턴 | EFriendRelationship |
public HandleMsg ( IPacketMsg packetMsg ) : void | ||
packetMsg | IPacketMsg | The packet message that contains the data. |
리턴 | void |
public JoinChat ( |
||
steamId | The SteamID of the chat room. | |
리턴 | void |
public KickChatMember ( |
||
steamIdChat | The SteamID of chat room to kick the member from. | |
steamIdMember | The SteamID of the member to kick from the chat. | |
리턴 | void |
public LeaveChat ( |
||
steamId | The SteamID of the chat room. | |
리턴 | void |
public RemoveFriend ( |
||
steamId | The SteamID of the friend to remove. | |
리턴 | void |
public RequestFriendInfo ( IEnumerable |
||
steamIdList | IEnumerable |
A list of SteamIDs to request the info of. |
requestedInfo | EClientPersonaStateFlag | The requested info flags. |
리턴 | void |
public RequestFriendInfo ( |
||
steamId | A SteamID to request the info of. | |
requestedInfo | EClientPersonaStateFlag | The requested info flags. |
리턴 | void |
public SendChatMessage ( |
||
target | The target to send to. | |
type | EChatEntryType | The type of message to send. |
message | string | The message to send. |
리턴 | void |
public SendChatRoomMessage ( |
||
steamIdChat | The SteamID of the chat room. | |
type | EChatEntryType | The message type. |
message | string | The message. |
리턴 | void |
public SetPersonaState ( EPersonaState state ) : void | ||
state | EPersonaState | The state. |
리턴 | void |