Method SetProgress
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
SetProgress(string, string, long, long)
Report progress toward an external achievement. Call this whenever the tracked amount changes. Steam will show a progress notification and auto-unlock when the threshold is reached.
public static void SetProgress(string statName, string achievementId, long currentAmount, long targetAmount)