class Stats.PlayerStats
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.PlayerStat Get( string name )
Get a stat by name. Will return an empty stat if not found
public bool TryGet( string name, ref Stats.PlayerStat stat )
Get a stat by name, returns true if found
public Stats.PlayerStats Copy( )
😔 No documentation found.
public Task Refresh( )
😔 No documentation found.
public IEnumerator<Stats.PlayerStat> GetEnumerator( )
😔 No documentation found.
public Stats.PlayerStat 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.