# Sandbox.Services.Stats.GlobalStat

- Kind: struct
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Properties

- [`Avg`](/api/Sandbox.Services.Stats.GlobalStat/Avg): The average value
- [`Description`](/api/Sandbox.Services.Stats.GlobalStat/Description): The description of this stat, as defined on the backend
- [`Max`](/api/Sandbox.Services.Stats.GlobalStat/Max): The maximum value
- [`Min`](/api/Sandbox.Services.Stats.GlobalStat/Min): The minimum value
- [`Name`](/api/Sandbox.Services.Stats.GlobalStat/Name): The programatic name for this stat. This should probably be called Ident
- [`Players`](/api/Sandbox.Services.Stats.GlobalStat/Players): The amount of players that have this stat
- [`Sum`](/api/Sandbox.Services.Stats.GlobalStat/Sum): The sum of all values
- [`Title`](/api/Sandbox.Services.Stats.GlobalStat/Title): The title of this stat, as defined on the backend
- [`Unit`](/api/Sandbox.Services.Stats.GlobalStat/Unit): The unit of this stat as defined on the backend
- [`Value`](/api/Sandbox.Services.Stats.GlobalStat/Value): The current stat value
- [`ValueString`](/api/Sandbox.Services.Stats.GlobalStat/ValueString): The current value formatted using Unit
- [`Velocity`](/api/Sandbox.Services.Stats.GlobalStat/Velocity): The change in this stat in units per hour
