Steamworks.NativeMethods.ISteamRemoteStorage_GetCachedUGCHandle C# (CSharp) Method

ISteamRemoteStorage_GetCachedUGCHandle() private method

private ISteamRemoteStorage_GetCachedUGCHandle ( int iCachedContent ) : ulong
iCachedContent int
return ulong
		public static extern ulong ISteamRemoteStorage_GetCachedUGCHandle(int iCachedContent);
#if _PS3 || _SERVER
NativeMethods