mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-24 12:38:00 +03:00
Comment fixes
This commit is contained in:
parent
053f04bc2f
commit
da64466b72
@ -123,7 +123,7 @@ namespace Steamworks
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// returns true if IsCloudEnabledForAccount && IsCloudEnabledForApp
|
||||
/// returns true if IsCloudEnabledForAccount AND IsCloudEnabledForApp
|
||||
/// </summary>
|
||||
public static bool IsCloudEnabled => IsCloudEnabledForAccount && IsCloudEnabledForApp;
|
||||
|
||||
|
@ -88,7 +88,8 @@ namespace Steamworks
|
||||
|
||||
return result.Value.CPlayers;
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Send the changed stats and achievements data to the server for permanent storage.
|
||||
/// If this fails then nothing is sent to the server. It's advisable to keep trying until the call is successful.
|
||||
/// This call can be rate limited. Call frequency should be on the order of minutes, rather than seconds.You should only be calling this during major state changes such as the end of a round, the map changing, or the user leaving a server. This call is required to display the achievement unlock notification dialog though, so if you have called SetAchievement then it's advisable to call this soon after that.
|
||||
|
Loading…
x
Reference in New Issue
Block a user