Steamworks.NativeMethods.ISteamUGC_GetQueryUGCStatistic C# (CSharp) Method

ISteamUGC_GetQueryUGCStatistic() private method

private ISteamUGC_GetQueryUGCStatistic ( UGCQueryHandle_t handle, uint index, EItemStatistic eStatType, ulong &pStatValue ) : bool
handle UGCQueryHandle_t
index uint
eStatType EItemStatistic
pStatValue ulong
return bool
		public static extern bool ISteamUGC_GetQueryUGCStatistic(UGCQueryHandle_t handle, uint index, EItemStatistic eStatType, out ulong pStatValue);
NativeMethods