mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-27 23:25:55 +03:00
SteamUserStats.ResetAll
This commit is contained in:
parent
3212f39be5
commit
0342f8a712
@ -222,5 +222,15 @@ public static float GetStatFloat( string name )
|
|||||||
Internal.GetStat2( name, ref data );
|
Internal.GetStat2( name, ref data );
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Practically wipes the slate clean for this user. If includeAchievements is true, will wipe
|
||||||
|
/// any achievements too.
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
public static bool ResetAll( bool includeAchievements )
|
||||||
|
{
|
||||||
|
return Internal.ResetAllStats( includeAchievements );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user