Steamworks.NativeMethods.ISteamMatchmaking_SetLinkedLobby C# (CSharp) Method

ISteamMatchmaking_SetLinkedLobby() private method

private ISteamMatchmaking_SetLinkedLobby ( CSteamID steamIDLobby, CSteamID steamIDLobbyDependent ) : bool
steamIDLobby CSteamID
steamIDLobbyDependent CSteamID
return bool
		public static extern bool ISteamMatchmaking_SetLinkedLobby(CSteamID steamIDLobby, CSteamID steamIDLobbyDependent);
#if _PS3
NativeMethods