class Stats.Map
in global :: Sandbox . Services
Stats for the current map
public static Stats.PlayerStats Local { get; }
Get the stats for the local player
public static Stats.GlobalStats Global { get; }
Get the global stats
public static Stats.PlayerStat GetLocal( string name )
Get a stat for the local player
public static Stats.GlobalStat GetGlobal( string name )
Get a stat for the local player
public static void SetValue( string name, double amount, Dictionary<string,object> data = null )
😔 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.