Steamworks.SteamRemoteStorage.GetCachedUGCHandle C# (CSharp) Method

GetCachedUGCHandle() public static method

public static GetCachedUGCHandle ( int iCachedContent ) : UGCHandle_t
iCachedContent int
return UGCHandle_t
		public static UGCHandle_t GetCachedUGCHandle(int iCachedContent) {
			InteropHelp.TestIfAvailableClient();
			return (UGCHandle_t)NativeMethods.ISteamRemoteStorage_GetCachedUGCHandle(iCachedContent);
		}
#if _PS3 || _SERVER