s&box docs

public static abstract sealed class Sandbox.Services.Stats.Map

Stats for the current map

Methods

Showing 3 methods

public static Sandbox.Services.Stats.GlobalStat GetGlobal(string name)

Get a stat for the local player

public static Sandbox.Services.Stats.PlayerStat GetLocal(string name)

Get a stat for the local player

public static void SetValue(string name, double amount, System.Collections.Generic.Dictionary`2<string,object> data = null)

Parameters

  • data: Default: null

Properties

Showing 2 properties

public static Sandbox.Services.Stats.PlayerStats Sandbox.Services.Stats.Map.Local { get; set; }

Get the stats for the local player

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Services.Stats.Map

On this page