Facepunch.Steamworks Wiki

Revision Difference

Wiping_Your_Stats#517230

<cat>code.stats</cat>⤶ <title>Wiping Your Stats</title>⤶ ⤶ Sometimes during development you'll want to clear all your stats and achievements. This only affects the local user - and works regardless of developer status.⤶ ⤶ ```⤶ SteamUserStats.ResetAll( true ); // true = wipe achivements too⤶ SteamUserStats.StoreStats();⤶ SteamUserStats.RequestCurrentStats();⤶ ```⤶