Steamworks.NativeMethods.ISteamGameServerUGC_GetQueryUGCStatistic C# (CSharp) Метод

ISteamGameServerUGC_GetQueryUGCStatistic() приватный Метод

private ISteamGameServerUGC_GetQueryUGCStatistic ( UGCQueryHandle_t handle, uint index, EItemStatistic eStatType, ulong &pStatValue ) : bool
handle UGCQueryHandle_t
index uint
eStatType EItemStatistic
pStatValue ulong
Результат bool
		public static extern bool ISteamGameServerUGC_GetQueryUGCStatistic(UGCQueryHandle_t handle, uint index, EItemStatistic eStatType, out ulong pStatValue);
NativeMethods