Heathen KB
GitHub Sponsor
Home Page
Asset Store
Search…
General
Introduction
Heathen Group
General Guides
Asset Developers
Lore
Introduction
Ireland
Assets
Licensing
Art Assets
Blockchain Game SDK
PhysKit
Steamworks
Installation
Learning
API
Components
Objects
Achievement Object
Authentication Session
Authentication Ticket
Avg Rate Stat
Chat Room
Clan
Clan Chat Msg
Currency
Data Model
DLC Data
Downloadable Content Object
Favorite Game
Float Stat
Input Action
Input Action Data
Input Action Set
Input Action Set Layer
Int Stat
Inventory Result
Item Detail
Item Definition
Leaderboard Entry
Leaderboard Object
Lobby
Lobby Chat Msg
Lobby Game Server
Lobby Member
Party Beacon Details
Rank Change
Remote Storage File
Steam Settings
UGC Query
UGC Community Item
User Data
User Leave Data
User Lobby Leave Data
Workshop Item Data
Workshop Item Data Create Status
Workshop Item Key Value Tag
Workshop Item Preview File
Enums
uGUI Tools
System Core
User eXperience [UX]
Services
Introduction
Consulting & Contracting
Publishing
Powered By
GitBook
Avg Rate Stat
Definition
1
public
class
AvgRateStatObject
:
StatObject
Copied!
Represents a AvgRat stat, consult the Steam Documentation for the specific use cases for each of the stat types
Stats and Achievements (Steamworks Documentation)
Fields and Attributes
Value
1
public
float
Value
=>
get
Copied!
Reads the current value of the stat
Methods
Other methods are available but should not be used and exist only for compatability with the generic StatObject interface.
Update Stat
1
public
void
UpdateAvgRateStat
(
value
,
length
);
Copied!
Updates the stat
Store Stats
1
public
void
StoreStas
();
Copied!
Calls Store Stats on the the Steam API
Previous
Authentication Ticket
Next
Chat Room
Last modified
3mo ago
Copy link
Contents
Definition
Fields and Attributes
Value
Methods
Update Stat
Store Stats