struct
GlobalStat
public sealed struct GlobalStat Properties
| Name | Type | Description |
|---|---|---|
Name | String | The programatic name for this stat. This should probably be called Ident |
Title | String | The title of this stat, as defined on the backend |
Description | String | The description of this stat, as defined on the backend |
Unit | String | The unit of this stat as defined on the backend |
Velocity | Double | The change in this stat in units per hour |
Value | Double | The current stat value |
ValueString | String | The current value formatted using Unit |
Players | Int64 | The amount of players that have this stat |
Max | Double | The maximum value |
Min | Double | The minimum value |
Avg | Double | The average value |
Sum | Double | The sum of all values |