class Stats.GlobalStats

in global :: Sandbox . Services

😔 No documentation found.


public bool IsRefreshing { get; }

True if we're currently fetching new stats

public DateTime LastRefresh { get; }

The UTC datetime when we last fetched new stats

public Stats.GlobalStat Get( string name )

Get a stat by name. Will return an empty stat if not found

public bool TryGet( string name, ref Stats.GlobalStat stat )

Get a stat by name, returns true if found

public Stats.GlobalStats Copy( )

😔 No documentation found.

public Task Refresh( )

😔 No documentation found.

public IEnumerator<Stats.GlobalStat> GetEnumerator( )

😔 No documentation found.

public Stats.GlobalStat Item { get; }

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.