updateUserAvgRateStat method

bool updateUserAvgRateStat(
  1. CSteamId steamIdUser,
  2. Pointer<Utf8> name,
  3. double countThisSession,
  4. double dSessionLength,
)

Implementation

bool updateUserAvgRateStat(
  CSteamId steamIdUser,
  Pointer<Utf8> name,
  double countThisSession,
  double dSessionLength,
) =>
    _updateUserAvgRateStat.call(
      this,
      steamIdUser,
      name,
      countThisSession,
      dSessionLength,
    );