C# Class Valve.Steamworks.CSteamMatchmaking

Inheritance: ISteamMatchmaking
Exibir arquivo Open project: kronosaur/Transcendence

Public Methods

Method Description
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
CSteamMatchmaking ( IntPtr SteamMatchmaking )
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, CSteamID &pSteamIDUser, IntPtr pvData, int cubData, uint &peChatEntryType ) : int
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, CSteamID &psteamIDGameServer ) : bool
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

Private Methods

Method Description
CheckIfUsable ( ) : void

Method Details

AddFavoriteGame() public method

public 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
return int

AddRequestLobbyListCompatibleMembersFilter() public method

public AddRequestLobbyListCompatibleMembersFilter ( ulong steamIDLobby ) : void
steamIDLobby ulong
return void

AddRequestLobbyListDistanceFilter() public method

public AddRequestLobbyListDistanceFilter ( uint eLobbyDistanceFilter ) : void
eLobbyDistanceFilter uint
return void

AddRequestLobbyListFilterSlotsAvailable() public method

public AddRequestLobbyListFilterSlotsAvailable ( int nSlotsAvailable ) : void
nSlotsAvailable int
return void

AddRequestLobbyListNearValueFilter() public method

public AddRequestLobbyListNearValueFilter ( string pchKeyToMatch, int nValueToBeCloseTo ) : void
pchKeyToMatch string
nValueToBeCloseTo int
return void

AddRequestLobbyListNumericalFilter() public method

public AddRequestLobbyListNumericalFilter ( string pchKeyToMatch, int nValueToMatch, uint eComparisonType ) : void
pchKeyToMatch string
nValueToMatch int
eComparisonType uint
return void

AddRequestLobbyListResultCountFilter() public method

public AddRequestLobbyListResultCountFilter ( int cMaxResults ) : void
cMaxResults int
return void

AddRequestLobbyListStringFilter() public method

public AddRequestLobbyListStringFilter ( string pchKeyToMatch, string pchValueToMatch, uint eComparisonType ) : void
pchKeyToMatch string
pchValueToMatch string
eComparisonType uint
return void

CSteamMatchmaking() public method

public CSteamMatchmaking ( IntPtr SteamMatchmaking )
SteamMatchmaking System.IntPtr

CreateLobby() public method

public CreateLobby ( uint eLobbyType, int cMaxMembers ) : ulong
eLobbyType uint
cMaxMembers int
return ulong

DeleteLobbyData() public method

public DeleteLobbyData ( ulong steamIDLobby, string pchKey ) : bool
steamIDLobby ulong
pchKey string
return bool

GetFavoriteGame() public method

public 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
return bool

GetFavoriteGameCount() public method

public GetFavoriteGameCount ( ) : int
return int

GetIntPtr() public method

public GetIntPtr ( ) : IntPtr
return System.IntPtr

GetLobbyByIndex() public method

public GetLobbyByIndex ( int iLobby ) : ulong
iLobby int
return ulong

GetLobbyChatEntry() public method

public GetLobbyChatEntry ( ulong steamIDLobby, int iChatID, CSteamID &pSteamIDUser, IntPtr pvData, int cubData, uint &peChatEntryType ) : int
steamIDLobby ulong
iChatID int
pSteamIDUser CSteamID
pvData System.IntPtr
cubData int
peChatEntryType uint
return int

GetLobbyData() public method

public GetLobbyData ( ulong steamIDLobby, string pchKey ) : string
steamIDLobby ulong
pchKey string
return string

GetLobbyDataByIndex() public method

public 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
return bool

GetLobbyDataCount() public method

public GetLobbyDataCount ( ulong steamIDLobby ) : int
steamIDLobby ulong
return int

GetLobbyGameServer() public method

public GetLobbyGameServer ( ulong steamIDLobby, uint &punGameServerIP, char &punGameServerPort, CSteamID &psteamIDGameServer ) : bool
steamIDLobby ulong
punGameServerIP uint
punGameServerPort char
psteamIDGameServer CSteamID
return bool

GetLobbyMemberByIndex() public method

public GetLobbyMemberByIndex ( ulong steamIDLobby, int iMember ) : ulong
steamIDLobby ulong
iMember int
return ulong

GetLobbyMemberData() public method

public GetLobbyMemberData ( ulong steamIDLobby, ulong steamIDUser, string pchKey ) : string
steamIDLobby ulong
steamIDUser ulong
pchKey string
return string

GetLobbyMemberLimit() public method

public GetLobbyMemberLimit ( ulong steamIDLobby ) : int
steamIDLobby ulong
return int

GetLobbyOwner() public method

public GetLobbyOwner ( ulong steamIDLobby ) : ulong
steamIDLobby ulong
return ulong

GetNumLobbyMembers() public method

public GetNumLobbyMembers ( ulong steamIDLobby ) : int
steamIDLobby ulong
return int

InviteUserToLobby() public method

public InviteUserToLobby ( ulong steamIDLobby, ulong steamIDInvitee ) : bool
steamIDLobby ulong
steamIDInvitee ulong
return bool

JoinLobby() public method

public JoinLobby ( ulong steamIDLobby ) : ulong
steamIDLobby ulong
return ulong

LeaveLobby() public method

public LeaveLobby ( ulong steamIDLobby ) : void
steamIDLobby ulong
return void

RemoveFavoriteGame() public method

public RemoveFavoriteGame ( uint nAppID, uint nIP, char nConnPort, char nQueryPort, uint unFlags ) : bool
nAppID uint
nIP uint
nConnPort char
nQueryPort char
unFlags uint
return bool

RequestLobbyData() public method

public RequestLobbyData ( ulong steamIDLobby ) : bool
steamIDLobby ulong
return bool

RequestLobbyList() public method

public RequestLobbyList ( ) : ulong
return ulong

SendLobbyChatMsg() public method

public SendLobbyChatMsg ( ulong steamIDLobby, IntPtr pvMsgBody, int cubMsgBody ) : bool
steamIDLobby ulong
pvMsgBody System.IntPtr
cubMsgBody int
return bool

SetLinkedLobby() public method

public SetLinkedLobby ( ulong steamIDLobby, ulong steamIDLobbyDependent ) : bool
steamIDLobby ulong
steamIDLobbyDependent ulong
return bool

SetLobbyData() public method

public SetLobbyData ( ulong steamIDLobby, string pchKey, string pchValue ) : bool
steamIDLobby ulong
pchKey string
pchValue string
return bool

SetLobbyGameServer() public method

public SetLobbyGameServer ( ulong steamIDLobby, uint unGameServerIP, char unGameServerPort, ulong steamIDGameServer ) : void
steamIDLobby ulong
unGameServerIP uint
unGameServerPort char
steamIDGameServer ulong
return void

SetLobbyJoinable() public method

public SetLobbyJoinable ( ulong steamIDLobby, bool bLobbyJoinable ) : bool
steamIDLobby ulong
bLobbyJoinable bool
return bool

SetLobbyMemberData() public method

public SetLobbyMemberData ( ulong steamIDLobby, string pchKey, string pchValue ) : void
steamIDLobby ulong
pchKey string
pchValue string
return void

SetLobbyMemberLimit() public method

public SetLobbyMemberLimit ( ulong steamIDLobby, int cMaxMembers ) : bool
steamIDLobby ulong
cMaxMembers int
return bool

SetLobbyOwner() public method

public SetLobbyOwner ( ulong steamIDLobby, ulong steamIDNewOwner ) : bool
steamIDLobby ulong
steamIDNewOwner ulong
return bool

SetLobbyType() public method

public SetLobbyType ( ulong steamIDLobby, uint eLobbyType ) : bool
steamIDLobby ulong
eLobbyType uint
return bool