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