Int Stat
Like what your seeing?
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
Introduction
Represents an int stat, consult the Steam Documentation for the specific use cases for each of the stat types
Fields and Attributes
Value
Reads or writes the value of this stat.
Methods
Other methods are available but should not be used and exist only for compatability with the generic StatObject interface.
Store Stats
Calls Store Stats on the the Steam API
Request User Stats
Requests the stats of a specific user be downloaded from Valve's servers. The callback on this indicates when the request is completed along with its status ... the handler would look similar to the following
Get Value
For use after you have called RequestUserStats, this gets the value for a specific user and has two overloads one for int values and one for float values.
or
If the method returns false the stat was not found, if it returns true then the value will be populated with the result.
Last updated