Api PlayerStat
struct

PlayerStat

public sealed struct PlayerStat

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
Value Double The current stat value
ValueString String The current value formatted using Unit
Max Double The maximum value
Min Double The minimum value
Avg Double The average value
Sum Double The sum of all values
Last DateTimeOffset The time of the last value
LastValue Double The last value
First DateTimeOffset The time of the first value
FirstValue Double The last value
Assembly: Sandbox.Engine Declaring Type: Stats Full Name: Sandbox.Services.Stats.PlayerStat