Steamworks.NativeMethods.ISteamGameServerUGC_SetAllowCachedResponse C# (CSharp) Method

ISteamGameServerUGC_SetAllowCachedResponse() private method

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