Release 1.9.7.0 - Summer Update 2025
This commit is contained in:
@@ -137,14 +137,13 @@ namespace Steamworks
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Asynchronously request the user's current stats and achievements from the server.
|
||||
/// You must always call this first to get the initial status of stats and achievements.
|
||||
/// Only after the resulting callback comes back can you start calling the rest of the stats
|
||||
/// and achievement functions for the current user.
|
||||
/// This call is no longer required as it is managed by the Steam client. The game stats and achievements
|
||||
/// will be synchronized with Steam before the game process begins.
|
||||
/// </summary>
|
||||
[Obsolete( "No longer required. Automatically handled by the Steam client.", false )]
|
||||
public static bool RequestCurrentStats()
|
||||
{
|
||||
return Internal != null && Internal.RequestCurrentStats();
|
||||
return true;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user