Api Map
class

Map

public static abstract sealed class Map

Stats for the current map

Properties

Name Type Description
Local static PlayerStats Get the stats for the local player
Global static GlobalStats Get the global stats

Methods

static Void SetValue(String name, Double amount, Dictionary<String, Object> data = null)
static PlayerStat GetLocal(String name)

Get a stat for the local player

static GlobalStat GetGlobal(String name)

Get a stat for the local player

Assembly: Sandbox.Engine Declaring Type: Stats Full Name: Sandbox.Services.Stats.Map