Steamworks.NativeMethods.ISteamUserStats_IndicateAchievementProgress C# (CSharp) Method

ISteamUserStats_IndicateAchievementProgress() private method

private ISteamUserStats_IndicateAchievementProgress ( InteropHelp pchName, uint nCurProgress, uint nMaxProgress ) : bool
pchName InteropHelp
nCurProgress uint
nMaxProgress uint
return bool
		public static extern bool ISteamUserStats_IndicateAchievementProgress(InteropHelp.UTF8StringHandle pchName, uint nCurProgress, uint nMaxProgress);
NativeMethods