Facepunch.Steamworks Wiki

Steamworks.SteamServerStats.StoreUserStats

Syntax

static async Task<Result> StoreUserStats( SteamId steamid )

Description

Once you've set a stat change on a user you need to commit your changes. You can do that using this function. The callback will let you know if your action succeeded, but most of the time you can fire and forget.

Arguments

SteamId steamid

Returns

Task<Result>