Page cover image

Avg Rate Stat

Like what your seeing?

Introduction

public class AvgRateStatObject : StatObject

Represents a AvgRat stat, consult the Steam Documentation for the specific use cases for each of the stat types

Fields and Attributes

Value

public float Value => get

Reads the current value of the stat

Methods

Update Stat

public void UpdateAvgRateStat(value, length);

Updates the stat

Store Stats

public void StoreStas();

Calls Store Stats on the the Steam API

Last updated