Steamworks.SteamMatchmakingServers.GetServerCount C# (CSharp) Method

GetServerCount() public static method

How many servers in the given list, GetServerDetails above takes 0... GetServerCount() - 1

public static GetServerCount ( HServerListRequest hRequest ) : int
hRequest HServerListRequest
return int
		public static int GetServerCount(HServerListRequest hRequest) {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamMatchmakingServers_GetServerCount(hRequest);
		}