Steamworks.NativeMethods.ISteamUGC_SetRankedByTrendDays C# (CSharp) Method

ISteamUGC_SetRankedByTrendDays() private method

private ISteamUGC_SetRankedByTrendDays ( UGCQueryHandle_t handle, uint unDays ) : bool
handle UGCQueryHandle_t
unDays uint
return bool
		public static extern bool ISteamUGC_SetRankedByTrendDays(UGCQueryHandle_t handle, uint unDays);
NativeMethods