Facepunch.Steamworks Wiki

Revision Difference

SteamUserStats.RequestGlobalStatsAsync#524736

<member category="interface" type="method" namespace="Steamworks" parent="SteamUserStats" name="RequestGlobalStatsAsync" async="true" static="true"> <args> <arg name="days" type="int"></arg> </args> <return type="Task<Result>"></return>⤶ <return type="Task<Result>">OK indicates success, InvalidState means you need to call RequestCurrentStats first, Fail means the remote call failed</return>⤶ <summary>Asynchronously fetches global stats data, which is available for stats marked as "aggregated" in the App Admin panel of the Steamworks website. You must have called RequestCurrentStats and it needs to return successfully via its callback prior to calling this.</summary> </member>