struct Stats.GlobalStat

in global :: Sandbox . Services

😔 No documentation found.


public string Name { get; set; }

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

public string Title { get; set; }

The title of this stat, as defined on the backend

public string Description { get; set; }

The description of this stat, as defined on the backend

public string Unit { get; set; }

The unit of this stat as defined on the backend

public double Velocity { get; set; }

The change in this stat in units per hour

public double Value { get; set; }

The current stat value

public string ValueString { get; set; }

The current value formatted using Unit

public long Players { get; set; }

The amount of players that have this stat

public double Max { get; set; }

The maximum value

public double Min { get; set; }

The minimum value

public double Avg { get; set; }

The average value

public double Sum { get; set; }

The sum of all values

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.