Steamworks.NativeMethods.ISteamGameServerUGC_GetQueryUGCStatistic C# (CSharp) Method

ISteamGameServerUGC_GetQueryUGCStatistic() private method

private ISteamGameServerUGC_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 ISteamGameServerUGC_GetQueryUGCStatistic(UGCQueryHandle_t handle, uint index, EItemStatistic eStatType, out ulong pStatValue);
NativeMethods