PlayerStatclass

objectPlayerStat
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.Services.Stats.PlayerStat

Properties14

Showing 14 properties

public double Sandbox.Services.Stats.PlayerStat.Avg { get; set; }PUBLICGETSET

The average value

Returns:double

public string Sandbox.Services.Stats.PlayerStat.Description { get; set; }PUBLICGETSET

The description of this stat, as defined on the backend

Returns:string

public System.DateTimeOffset Sandbox.Services.Stats.PlayerStat.First { get; set; }PUBLICGETSET

The time of the first value

Returns:DateTimeOffset

public double Sandbox.Services.Stats.PlayerStat.FirstValue { get; set; }PUBLICGETSET

The last value

Returns:double

public System.DateTimeOffset Sandbox.Services.Stats.PlayerStat.Last { get; set; }PUBLICGETSET

The time of the last value

Returns:DateTimeOffset

public double Sandbox.Services.Stats.PlayerStat.LastValue { get; set; }PUBLICGETSET

The last value

Returns:double

public double Sandbox.Services.Stats.PlayerStat.Max { get; set; }PUBLICGETSET

The maximum value

Returns:double

public double Sandbox.Services.Stats.PlayerStat.Min { get; set; }PUBLICGETSET

The minimum value

Returns:double

public string Sandbox.Services.Stats.PlayerStat.Name { get; set; }PUBLICGETSET

The programatic name for this stat. This should probably be called Ident

Returns:string

public double Sandbox.Services.Stats.PlayerStat.Sum { get; set; }PUBLICGETSET

The sum of all values

Returns:double

public string Sandbox.Services.Stats.PlayerStat.Title { get; set; }PUBLICGETSET

The title of this stat, as defined on the backend

Returns:string

public string Sandbox.Services.Stats.PlayerStat.Unit { get; set; }PUBLICGETSET

The unit of this stat as defined on the backend

Returns:string

public double Sandbox.Services.Stats.PlayerStat.Value { get; set; }PUBLICGETSET

The current stat value

Returns:double

public string Sandbox.Services.Stats.PlayerStat.ValueString { get; set; }PUBLICGETSET

The current value formatted using Unit

Returns:string

On this page