Steamworks.NativeMethods.ISteamMatchmaking_GetLobbyByIndex C# (CSharp) Method

ISteamMatchmaking_GetLobbyByIndex() private method

private ISteamMatchmaking_GetLobbyByIndex ( int iLobby ) : ulong
iLobby int
return ulong
		public static extern ulong ISteamMatchmaking_GetLobbyByIndex(int iLobby);
NativeMethods