Method | Description | |
---|---|---|
ActivateGameOverlay ( string pchDialog ) : void | ||
ActivateGameOverlayInviteDialog ( ulong steamIDLobby ) : void | ||
ActivateGameOverlayToStore ( uint nAppID, char eFlag ) : void | ||
ActivateGameOverlayToUser ( string pchDialog, ulong steamID ) : void | ||
ActivateGameOverlayToWebPage ( string pchURL ) : void | ||
CSteamFriends ( IntPtr SteamFriends ) | ||
ClearRichPresence ( ) : void | ||
CloseClanChatWindowInSteam ( ulong steamIDClanChat ) : bool | ||
DownloadClanActivityCounts ( CSteamID psteamIDClans ) : ulong | ||
EnumerateFollowingList ( uint unStartIndex ) : ulong | ||
GetChatMemberByIndex ( ulong steamIDClan, int iUser ) : ulong | ||
GetClanActivityCounts ( ulong steamIDClan, int &pnOnline, int &pnInGame, int &pnChatting ) : bool | ||
GetClanByIndex ( int iClan ) : ulong | ||
GetClanChatMemberCount ( ulong steamIDClan ) : int | ||
GetClanChatMessage ( ulong steamIDClanChat, int iMessage, IntPtr prgchText, int cchTextMax, uint &peChatEntryType, CSteamID &psteamidChatter ) : int | ||
GetClanCount ( ) : int | ||
GetClanName ( ulong steamIDClan ) : string | ||
GetClanOfficerByIndex ( ulong steamIDClan, int iOfficer ) : ulong | ||
GetClanOfficerCount ( ulong steamIDClan ) : int | ||
GetClanOwner ( ulong steamIDClan ) : ulong | ||
GetClanTag ( ulong steamIDClan ) : string | ||
GetCoplayFriend ( int iCoplayFriend ) : ulong | ||
GetCoplayFriendCount ( ) : int | ||
GetFollowerCount ( ulong steamID ) : ulong | ||
GetFriendByIndex ( int iFriend, int iFriendFlags ) : ulong | ||
GetFriendCoplayGame ( ulong steamIDFriend ) : uint | ||
GetFriendCoplayTime ( ulong steamIDFriend ) : int | ||
GetFriendCount ( int iFriendFlags ) : int | ||
GetFriendCountFromSource ( ulong steamIDSource ) : int | ||
GetFriendFromSourceByIndex ( ulong steamIDSource, int iFriend ) : ulong | ||
GetFriendGamePlayed ( ulong steamIDFriend, FriendGameInfo_t &pFriendGameInfo ) : bool | ||
GetFriendMessage ( ulong steamIDFriend, int iMessageID, IntPtr pvData, int cubData, uint &peChatEntryType ) : int | ||
GetFriendPersonaName ( ulong steamIDFriend ) : string | ||
GetFriendPersonaNameHistory ( ulong steamIDFriend, int iPersonaName ) : string | ||
GetFriendPersonaState ( ulong steamIDFriend ) : uint | ||
GetFriendRelationship ( ulong steamIDFriend ) : uint | ||
GetFriendRichPresence ( ulong steamIDFriend, string pchKey ) : string | ||
GetFriendRichPresenceKeyByIndex ( ulong steamIDFriend, int iKey ) : string | ||
GetFriendRichPresenceKeyCount ( ulong steamIDFriend ) : int | ||
GetFriendSteamLevel ( ulong steamIDFriend ) : int | ||
GetFriendsGroupCount ( ) : int | ||
GetFriendsGroupIDByIndex ( int iFG ) : char | ||
GetFriendsGroupMembersCount ( char friendsGroupID ) : int | ||
GetFriendsGroupMembersList ( char friendsGroupID, CSteamID &pOutSteamIDMembers ) : void | ||
GetFriendsGroupName ( char friendsGroupID ) : string | ||
GetIntPtr ( ) : IntPtr | ||
GetLargeFriendAvatar ( ulong steamIDFriend ) : int | ||
GetMediumFriendAvatar ( ulong steamIDFriend ) : int | ||
GetPersonaName ( ) : string | ||
GetPersonaState ( ) : uint | ||
GetPlayerNickname ( ulong steamIDPlayer ) : string | ||
GetSmallFriendAvatar ( ulong steamIDFriend ) : int | ||
GetUserRestrictions ( ) : uint | ||
HasFriend ( ulong steamIDFriend, int iFriendFlags ) : bool | ||
InviteUserToGame ( ulong steamIDFriend, string pchConnectString ) : bool | ||
IsClanChatAdmin ( ulong steamIDClanChat, ulong steamIDUser ) : bool | ||
IsClanChatWindowOpenInSteam ( ulong steamIDClanChat ) : bool | ||
IsFollowing ( ulong steamID ) : ulong | ||
IsUserInSource ( ulong steamIDUser, ulong steamIDSource ) : bool | ||
JoinClanChatRoom ( ulong steamIDClan ) : ulong | ||
LeaveClanChatRoom ( ulong steamIDClan ) : bool | ||
OpenClanChatWindowInSteam ( ulong steamIDClanChat ) : bool | ||
ReplyToFriendMessage ( ulong steamIDFriend, string pchMsgToSend ) : bool | ||
RequestClanOfficerList ( ulong steamIDClan ) : ulong | ||
RequestFriendRichPresence ( ulong steamIDFriend ) : void | ||
RequestUserInformation ( ulong steamIDUser, bool bRequireNameOnly ) : bool | ||
SendClanChatMessage ( ulong steamIDClanChat, string pchText ) : bool | ||
SetInGameVoiceSpeaking ( ulong steamIDUser, bool bSpeaking ) : void | ||
SetListenForFriendsMessages ( bool bInterceptEnabled ) : bool | ||
SetPersonaName ( string pchPersonaName ) : ulong | ||
SetPlayedWith ( ulong steamIDUserPlayedWith ) : void | ||
SetRichPresence ( string pchKey, string pchValue ) : bool |
Method | Description | |
---|---|---|
CheckIfUsable ( ) : void |
public ActivateGameOverlay ( string pchDialog ) : void | ||
pchDialog | string | |
return | void |
public ActivateGameOverlayInviteDialog ( ulong steamIDLobby ) : void | ||
steamIDLobby | ulong | |
return | void |
public ActivateGameOverlayToStore ( uint nAppID, char eFlag ) : void | ||
nAppID | uint | |
eFlag | char | |
return | void |
public ActivateGameOverlayToUser ( string pchDialog, ulong steamID ) : void | ||
pchDialog | string | |
steamID | ulong | |
return | void |
public ActivateGameOverlayToWebPage ( string pchURL ) : void | ||
pchURL | string | |
return | void |
public CloseClanChatWindowInSteam ( ulong steamIDClanChat ) : bool | ||
steamIDClanChat | ulong | |
return | bool |
public DownloadClanActivityCounts ( CSteamID psteamIDClans ) : ulong | ||
psteamIDClans | CSteamID | |
return | ulong |
public EnumerateFollowingList ( uint unStartIndex ) : ulong | ||
unStartIndex | uint | |
return | ulong |
public GetChatMemberByIndex ( ulong steamIDClan, int iUser ) : ulong | ||
steamIDClan | ulong | |
iUser | int | |
return | ulong |
public GetClanActivityCounts ( ulong steamIDClan, int &pnOnline, int &pnInGame, int &pnChatting ) : bool | ||
steamIDClan | ulong | |
pnOnline | int | |
pnInGame | int | |
pnChatting | int | |
return | bool |
public GetClanChatMemberCount ( ulong steamIDClan ) : int | ||
steamIDClan | ulong | |
return | int |
public GetClanChatMessage ( ulong steamIDClanChat, int iMessage, IntPtr prgchText, int cchTextMax, uint &peChatEntryType, CSteamID &psteamidChatter ) : int | ||
steamIDClanChat | ulong | |
iMessage | int | |
prgchText | IntPtr | |
cchTextMax | int | |
peChatEntryType | uint | |
psteamidChatter | CSteamID | |
return | int |
public GetClanName ( ulong steamIDClan ) : string | ||
steamIDClan | ulong | |
return | string |
public GetClanOfficerByIndex ( ulong steamIDClan, int iOfficer ) : ulong | ||
steamIDClan | ulong | |
iOfficer | int | |
return | ulong |
public GetClanOfficerCount ( ulong steamIDClan ) : int | ||
steamIDClan | ulong | |
return | int |
public GetClanOwner ( ulong steamIDClan ) : ulong | ||
steamIDClan | ulong | |
return | ulong |
public GetClanTag ( ulong steamIDClan ) : string | ||
steamIDClan | ulong | |
return | string |
public GetCoplayFriend ( int iCoplayFriend ) : ulong | ||
iCoplayFriend | int | |
return | ulong |
public GetFollowerCount ( ulong steamID ) : ulong | ||
steamID | ulong | |
return | ulong |
public GetFriendByIndex ( int iFriend, int iFriendFlags ) : ulong | ||
iFriend | int | |
iFriendFlags | int | |
return | ulong |
public GetFriendCoplayGame ( ulong steamIDFriend ) : uint | ||
steamIDFriend | ulong | |
return | uint |
public GetFriendCoplayTime ( ulong steamIDFriend ) : int | ||
steamIDFriend | ulong | |
return | int |
public GetFriendCount ( int iFriendFlags ) : int | ||
iFriendFlags | int | |
return | int |
public GetFriendCountFromSource ( ulong steamIDSource ) : int | ||
steamIDSource | ulong | |
return | int |
public GetFriendFromSourceByIndex ( ulong steamIDSource, int iFriend ) : ulong | ||
steamIDSource | ulong | |
iFriend | int | |
return | ulong |
public GetFriendGamePlayed ( ulong steamIDFriend, FriendGameInfo_t &pFriendGameInfo ) : bool | ||
steamIDFriend | ulong | |
pFriendGameInfo | FriendGameInfo_t | |
return | bool |
public GetFriendMessage ( ulong steamIDFriend, int iMessageID, IntPtr pvData, int cubData, uint &peChatEntryType ) : int | ||
steamIDFriend | ulong | |
iMessageID | int | |
pvData | IntPtr | |
cubData | int | |
peChatEntryType | uint | |
return | int |
public GetFriendPersonaName ( ulong steamIDFriend ) : string | ||
steamIDFriend | ulong | |
return | string |
public GetFriendPersonaNameHistory ( ulong steamIDFriend, int iPersonaName ) : string | ||
steamIDFriend | ulong | |
iPersonaName | int | |
return | string |
public GetFriendPersonaState ( ulong steamIDFriend ) : uint | ||
steamIDFriend | ulong | |
return | uint |
public GetFriendRelationship ( ulong steamIDFriend ) : uint | ||
steamIDFriend | ulong | |
return | uint |
public GetFriendRichPresence ( ulong steamIDFriend, string pchKey ) : string | ||
steamIDFriend | ulong | |
pchKey | string | |
return | string |
public GetFriendRichPresenceKeyByIndex ( ulong steamIDFriend, int iKey ) : string | ||
steamIDFriend | ulong | |
iKey | int | |
return | string |
public GetFriendRichPresenceKeyCount ( ulong steamIDFriend ) : int | ||
steamIDFriend | ulong | |
return | int |
public GetFriendSteamLevel ( ulong steamIDFriend ) : int | ||
steamIDFriend | ulong | |
return | int |
public GetFriendsGroupIDByIndex ( int iFG ) : char | ||
iFG | int | |
return | char |
public GetFriendsGroupMembersCount ( char friendsGroupID ) : int | ||
friendsGroupID | char | |
return | int |
public GetFriendsGroupMembersList ( char friendsGroupID, CSteamID &pOutSteamIDMembers ) : void | ||
friendsGroupID | char | |
pOutSteamIDMembers | CSteamID | |
return | void |
public GetFriendsGroupName ( char friendsGroupID ) : string | ||
friendsGroupID | char | |
return | string |
public GetLargeFriendAvatar ( ulong steamIDFriend ) : int | ||
steamIDFriend | ulong | |
return | int |
public GetMediumFriendAvatar ( ulong steamIDFriend ) : int | ||
steamIDFriend | ulong | |
return | int |
public GetPlayerNickname ( ulong steamIDPlayer ) : string | ||
steamIDPlayer | ulong | |
return | string |
public GetSmallFriendAvatar ( ulong steamIDFriend ) : int | ||
steamIDFriend | ulong | |
return | int |
public HasFriend ( ulong steamIDFriend, int iFriendFlags ) : bool | ||
steamIDFriend | ulong | |
iFriendFlags | int | |
return | bool |
public InviteUserToGame ( ulong steamIDFriend, string pchConnectString ) : bool | ||
steamIDFriend | ulong | |
pchConnectString | string | |
return | bool |
public IsClanChatAdmin ( ulong steamIDClanChat, ulong steamIDUser ) : bool | ||
steamIDClanChat | ulong | |
steamIDUser | ulong | |
return | bool |
public IsClanChatWindowOpenInSteam ( ulong steamIDClanChat ) : bool | ||
steamIDClanChat | ulong | |
return | bool |
public IsUserInSource ( ulong steamIDUser, ulong steamIDSource ) : bool | ||
steamIDUser | ulong | |
steamIDSource | ulong | |
return | bool |
public JoinClanChatRoom ( ulong steamIDClan ) : ulong | ||
steamIDClan | ulong | |
return | ulong |
public LeaveClanChatRoom ( ulong steamIDClan ) : bool | ||
steamIDClan | ulong | |
return | bool |
public OpenClanChatWindowInSteam ( ulong steamIDClanChat ) : bool | ||
steamIDClanChat | ulong | |
return | bool |
public ReplyToFriendMessage ( ulong steamIDFriend, string pchMsgToSend ) : bool | ||
steamIDFriend | ulong | |
pchMsgToSend | string | |
return | bool |
public RequestClanOfficerList ( ulong steamIDClan ) : ulong | ||
steamIDClan | ulong | |
return | ulong |
public RequestFriendRichPresence ( ulong steamIDFriend ) : void | ||
steamIDFriend | ulong | |
return | void |
public RequestUserInformation ( ulong steamIDUser, bool bRequireNameOnly ) : bool | ||
steamIDUser | ulong | |
bRequireNameOnly | bool | |
return | bool |
public SendClanChatMessage ( ulong steamIDClanChat, string pchText ) : bool | ||
steamIDClanChat | ulong | |
pchText | string | |
return | bool |
public SetInGameVoiceSpeaking ( ulong steamIDUser, bool bSpeaking ) : void | ||
steamIDUser | ulong | |
bSpeaking | bool | |
return | void |
public SetListenForFriendsMessages ( bool bInterceptEnabled ) : bool | ||
bInterceptEnabled | bool | |
return | bool |
public SetPersonaName ( string pchPersonaName ) : ulong | ||
pchPersonaName | string | |
return | ulong |
public SetPlayedWith ( ulong steamIDUserPlayedWith ) : void | ||
steamIDUserPlayedWith | ulong | |
return | void |
public SetRichPresence ( string pchKey, string pchValue ) : bool | ||
pchKey | string | |
pchValue | string | |
return | bool |