Steamworks.SteamRemoteStorage.GetCachedUGCCount C# (CSharp) Méthode

GetCachedUGCCount() public static méthode

Functions to iterate through UGC that has finished downloading but has not yet been read via UGCRead()

public static GetCachedUGCCount ( ) : int
Résultat int
		public static int GetCachedUGCCount() {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamRemoteStorage_GetCachedUGCCount();
		}