Facepunch.Steamworks Wiki

Revision Difference

SteamUserStats.RequestGlobalStatsAsync#524746

<member category="interface" type="method" namespace="Steamworks" parent="SteamUserStats" name="RequestGlobalStatsAsync" async="true" static="true"> <args> <arg name="days" type="int"></arg>⤶ <arg name="days" type="int">How many days of day-by-day history to retrieve in addition to the overall totals. The limit is 60.</arg>⤶ </args> <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>