Steamworks.SteamUserStats.AddStat
Syntax
Description
Adds this amount to the named stat. Internally this calls Get() and adds to that value. Steam doesn't provide a mechanism for atomically increasing stats like this, this functionality is added here as a convenience.
Arguments
string name
int amount 1
Returns
bool