Метод | Описание | |
---|---|---|
AddFavoriteGame ( uint nAppID, uint nIP, char nConnPort, char nQueryPort, uint unFlags, uint rTime32LastPlayedOnServer ) : int | ||
AddRequestLobbyListCompatibleMembersFilter ( ulong steamIDLobby ) : void | ||
AddRequestLobbyListDistanceFilter ( uint eLobbyDistanceFilter ) : void | ||
AddRequestLobbyListFilterSlotsAvailable ( int nSlotsAvailable ) : void | ||
AddRequestLobbyListNearValueFilter ( string pchKeyToMatch, int nValueToBeCloseTo ) : void | ||
AddRequestLobbyListNumericalFilter ( string pchKeyToMatch, int nValueToMatch, uint eComparisonType ) : void | ||
AddRequestLobbyListResultCountFilter ( int cMaxResults ) : void | ||
AddRequestLobbyListStringFilter ( string pchKeyToMatch, string pchValueToMatch, uint eComparisonType ) : void | ||
CreateLobby ( uint eLobbyType, int cMaxMembers ) : ulong | ||
DeleteLobbyData ( ulong steamIDLobby, string pchKey ) : bool | ||
GetFavoriteGame ( int iGame, uint &pnAppID, uint &pnIP, char &pnConnPort, char &pnQueryPort, uint &punFlags, uint &pRTime32LastPlayedOnServer ) : bool | ||
GetFavoriteGameCount ( ) : int | ||
GetIntPtr ( ) : IntPtr | ||
GetLobbyByIndex ( int iLobby ) : ulong | ||
GetLobbyChatEntry ( ulong steamIDLobby, int iChatID, |
||
GetLobbyData ( ulong steamIDLobby, string pchKey ) : string | ||
GetLobbyDataByIndex ( ulong steamIDLobby, int iLobbyData, string pchKey, int cchKeyBufferSize, string pchValue, int cchValueBufferSize ) : bool | ||
GetLobbyDataCount ( ulong steamIDLobby ) : int | ||
GetLobbyGameServer ( ulong steamIDLobby, uint &punGameServerIP, char &punGameServerPort, |
||
GetLobbyMemberByIndex ( ulong steamIDLobby, int iMember ) : ulong | ||
GetLobbyMemberData ( ulong steamIDLobby, ulong steamIDUser, string pchKey ) : string | ||
GetLobbyMemberLimit ( ulong steamIDLobby ) : int | ||
GetLobbyOwner ( ulong steamIDLobby ) : ulong | ||
GetNumLobbyMembers ( ulong steamIDLobby ) : int | ||
InviteUserToLobby ( ulong steamIDLobby, ulong steamIDInvitee ) : bool | ||
JoinLobby ( ulong steamIDLobby ) : ulong | ||
LeaveLobby ( ulong steamIDLobby ) : void | ||
RemoveFavoriteGame ( uint nAppID, uint nIP, char nConnPort, char nQueryPort, uint unFlags ) : bool | ||
RequestLobbyData ( ulong steamIDLobby ) : bool | ||
RequestLobbyList ( ) : ulong | ||
SendLobbyChatMsg ( ulong steamIDLobby, IntPtr pvMsgBody, int cubMsgBody ) : bool | ||
SetLinkedLobby ( ulong steamIDLobby, ulong steamIDLobbyDependent ) : bool | ||
SetLobbyData ( ulong steamIDLobby, string pchKey, string pchValue ) : bool | ||
SetLobbyGameServer ( ulong steamIDLobby, uint unGameServerIP, char unGameServerPort, ulong steamIDGameServer ) : void | ||
SetLobbyJoinable ( ulong steamIDLobby, bool bLobbyJoinable ) : bool | ||
SetLobbyMemberData ( ulong steamIDLobby, string pchKey, string pchValue ) : void | ||
SetLobbyMemberLimit ( ulong steamIDLobby, int cMaxMembers ) : bool | ||
SetLobbyOwner ( ulong steamIDLobby, ulong steamIDNewOwner ) : bool | ||
SetLobbyType ( ulong steamIDLobby, uint eLobbyType ) : bool |
public abstract AddFavoriteGame ( uint nAppID, uint nIP, char nConnPort, char nQueryPort, uint unFlags, uint rTime32LastPlayedOnServer ) : int | ||
nAppID | uint | |
nIP | uint | |
nConnPort | char | |
nQueryPort | char | |
unFlags | uint | |
rTime32LastPlayedOnServer | uint | |
Результат | int |
public abstract AddRequestLobbyListCompatibleMembersFilter ( ulong steamIDLobby ) : void | ||
steamIDLobby | ulong | |
Результат | void |
public abstract AddRequestLobbyListDistanceFilter ( uint eLobbyDistanceFilter ) : void | ||
eLobbyDistanceFilter | uint | |
Результат | void |
public abstract AddRequestLobbyListFilterSlotsAvailable ( int nSlotsAvailable ) : void | ||
nSlotsAvailable | int | |
Результат | void |
public abstract AddRequestLobbyListNearValueFilter ( string pchKeyToMatch, int nValueToBeCloseTo ) : void | ||
pchKeyToMatch | string | |
nValueToBeCloseTo | int | |
Результат | void |
public abstract AddRequestLobbyListNumericalFilter ( string pchKeyToMatch, int nValueToMatch, uint eComparisonType ) : void | ||
pchKeyToMatch | string | |
nValueToMatch | int | |
eComparisonType | uint | |
Результат | void |
public abstract AddRequestLobbyListResultCountFilter ( int cMaxResults ) : void | ||
cMaxResults | int | |
Результат | void |
public abstract AddRequestLobbyListStringFilter ( string pchKeyToMatch, string pchValueToMatch, uint eComparisonType ) : void | ||
pchKeyToMatch | string | |
pchValueToMatch | string | |
eComparisonType | uint | |
Результат | void |
public abstract CreateLobby ( uint eLobbyType, int cMaxMembers ) : ulong | ||
eLobbyType | uint | |
cMaxMembers | int | |
Результат | ulong |
public abstract DeleteLobbyData ( ulong steamIDLobby, string pchKey ) : bool | ||
steamIDLobby | ulong | |
pchKey | string | |
Результат | bool |
public abstract GetFavoriteGame ( int iGame, uint &pnAppID, uint &pnIP, char &pnConnPort, char &pnQueryPort, uint &punFlags, uint &pRTime32LastPlayedOnServer ) : bool | ||
iGame | int | |
pnAppID | uint | |
pnIP | uint | |
pnConnPort | char | |
pnQueryPort | char | |
punFlags | uint | |
pRTime32LastPlayedOnServer | uint | |
Результат | bool |
public abstract GetFavoriteGameCount ( ) : int | ||
Результат | int |
public abstract GetLobbyByIndex ( int iLobby ) : ulong | ||
iLobby | int | |
Результат | ulong |
public abstract GetLobbyChatEntry ( ulong steamIDLobby, int iChatID, |
||
steamIDLobby | ulong | |
iChatID | int | |
pSteamIDUser | ||
pvData | IntPtr | |
cubData | int | |
peChatEntryType | uint | |
Результат | int |
public abstract GetLobbyData ( ulong steamIDLobby, string pchKey ) : string | ||
steamIDLobby | ulong | |
pchKey | string | |
Результат | string |
public abstract GetLobbyDataByIndex ( ulong steamIDLobby, int iLobbyData, string pchKey, int cchKeyBufferSize, string pchValue, int cchValueBufferSize ) : bool | ||
steamIDLobby | ulong | |
iLobbyData | int | |
pchKey | string | |
cchKeyBufferSize | int | |
pchValue | string | |
cchValueBufferSize | int | |
Результат | bool |
public abstract GetLobbyDataCount ( ulong steamIDLobby ) : int | ||
steamIDLobby | ulong | |
Результат | int |
public abstract GetLobbyGameServer ( ulong steamIDLobby, uint &punGameServerIP, char &punGameServerPort, |
||
steamIDLobby | ulong | |
punGameServerIP | uint | |
punGameServerPort | char | |
psteamIDGameServer | ||
Результат | bool |
public abstract GetLobbyMemberByIndex ( ulong steamIDLobby, int iMember ) : ulong | ||
steamIDLobby | ulong | |
iMember | int | |
Результат | ulong |
public abstract GetLobbyMemberData ( ulong steamIDLobby, ulong steamIDUser, string pchKey ) : string | ||
steamIDLobby | ulong | |
steamIDUser | ulong | |
pchKey | string | |
Результат | string |
public abstract GetLobbyMemberLimit ( ulong steamIDLobby ) : int | ||
steamIDLobby | ulong | |
Результат | int |
public abstract GetLobbyOwner ( ulong steamIDLobby ) : ulong | ||
steamIDLobby | ulong | |
Результат | ulong |
public abstract GetNumLobbyMembers ( ulong steamIDLobby ) : int | ||
steamIDLobby | ulong | |
Результат | int |
public abstract InviteUserToLobby ( ulong steamIDLobby, ulong steamIDInvitee ) : bool | ||
steamIDLobby | ulong | |
steamIDInvitee | ulong | |
Результат | bool |
public abstract JoinLobby ( ulong steamIDLobby ) : ulong | ||
steamIDLobby | ulong | |
Результат | ulong |
public abstract LeaveLobby ( ulong steamIDLobby ) : void | ||
steamIDLobby | ulong | |
Результат | void |
public abstract RemoveFavoriteGame ( uint nAppID, uint nIP, char nConnPort, char nQueryPort, uint unFlags ) : bool | ||
nAppID | uint | |
nIP | uint | |
nConnPort | char | |
nQueryPort | char | |
unFlags | uint | |
Результат | bool |
public abstract RequestLobbyData ( ulong steamIDLobby ) : bool | ||
steamIDLobby | ulong | |
Результат | bool |
public abstract RequestLobbyList ( ) : ulong | ||
Результат | ulong |
public abstract SendLobbyChatMsg ( ulong steamIDLobby, IntPtr pvMsgBody, int cubMsgBody ) : bool | ||
steamIDLobby | ulong | |
pvMsgBody | IntPtr | |
cubMsgBody | int | |
Результат | bool |
public abstract SetLinkedLobby ( ulong steamIDLobby, ulong steamIDLobbyDependent ) : bool | ||
steamIDLobby | ulong | |
steamIDLobbyDependent | ulong | |
Результат | bool |
public abstract SetLobbyData ( ulong steamIDLobby, string pchKey, string pchValue ) : bool | ||
steamIDLobby | ulong | |
pchKey | string | |
pchValue | string | |
Результат | bool |
public abstract SetLobbyGameServer ( ulong steamIDLobby, uint unGameServerIP, char unGameServerPort, ulong steamIDGameServer ) : void | ||
steamIDLobby | ulong | |
unGameServerIP | uint | |
unGameServerPort | char | |
steamIDGameServer | ulong | |
Результат | void |
public abstract SetLobbyJoinable ( ulong steamIDLobby, bool bLobbyJoinable ) : bool | ||
steamIDLobby | ulong | |
bLobbyJoinable | bool | |
Результат | bool |
public abstract SetLobbyMemberData ( ulong steamIDLobby, string pchKey, string pchValue ) : void | ||
steamIDLobby | ulong | |
pchKey | string | |
pchValue | string | |
Результат | void |
public abstract SetLobbyMemberLimit ( ulong steamIDLobby, int cMaxMembers ) : bool | ||
steamIDLobby | ulong | |
cMaxMembers | int | |
Результат | bool |
public abstract SetLobbyOwner ( ulong steamIDLobby, ulong steamIDNewOwner ) : bool | ||
steamIDLobby | ulong | |
steamIDNewOwner | ulong | |
Результат | bool |
public abstract SetLobbyType ( ulong steamIDLobby, uint eLobbyType ) : bool | ||
steamIDLobby | ulong | |
eLobbyType | uint | |
Результат | bool |