On get stat {0} error
Triggered after Get stat for the specified stat reports error.
On get stat {0} success
Triggered after Get stat for the specified stat reports success.
On any get stat error
Triggered after any Get stat action reports error.
On any get stat success
Triggered after any Get stat action reports success.
On set/add stat {0} error
Triggered after Set stat or Add stat for the specified stat reports error.
On set/add stat {0} success
Triggered after Set stat or Add stat for the specified stat reports success.
On any set/add stat error
Triggered after any Set stat or Add stat action reports error.
On any set/add stat success
Triggered after any Set stat or Add stat action reports success.
On update AVGRATE stat {0} error
Triggered after Update AVGRATE stat for the specified stat reports error.
On update AVGRATE stat {0} success
Triggered after Update AVGRATE stat for the specified stat reports success.
On any update AVGRATE stat error
Triggered after any Update AVGRATE stat action reports error.
On any update AVGRATE stat success
Triggered after any Update AVGRATE stat action reports success.
On store stats request rejected
Triggered when StoreStats returns false or the native request cannot be made. No server completion callback should be expected for this request.
On store stats request accepted
Triggered when StoreStats returns true. This means Steam accepted the request, not that server storage has completed.
On Steam stats stored error
Triggered by a failed UserStatsStored_t callback. StatsStoreResult contains the Steam EResult code. This callback cannot be reliably attributed to one StoreStats action.
On Steam stats stored success
Triggered by a successful UserStatsStored_t callback. This is a global callback and may originate from this companion, the official Steamworks plugin, or Steam storing pending changes on exit.
On reset all stats rejected
Triggered when ResetAllStats returns false or cannot be called.
On reset all stats accepted
Triggered when ResetAllStats returns true. Steam automatically calls StoreStats; completion is reported by the global Steam stats stored callback.