Steamworks.NativeMethods.ISteamUGC_SetAllowCachedResponse C# (CSharp) Method

ISteamUGC_SetAllowCachedResponse() private method

private ISteamUGC_SetAllowCachedResponse ( UGCQueryHandle_t handle, uint unMaxAgeSeconds ) : bool
handle UGCQueryHandle_t
unMaxAgeSeconds uint
return bool
		public static extern bool ISteamUGC_SetAllowCachedResponse(UGCQueryHandle_t handle, uint unMaxAgeSeconds);
NativeMethods